Files
arenax-server/internal/controller/hello/hello_new.go
2025-05-27 11:37:13 +08:00

16 lines
369 B
Go

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package hello
import (
"server/api/hello"
)
type ControllerV1 struct{}
func NewV1() hello.IHelloV1 {
return &ControllerV1{}
}