Files
arenax-server/internal/controller/feedback/feedback_new.go
2025-06-05 17:43:22 +08:00

16 lines
399 B
Go

// =================================================================================
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
// =================================================================================
package feedback
import (
"server/api/feedback"
)
type ControllerV1 struct{}
func NewV1() feedback.IFeedbackV1 {
return &ControllerV1{}
}