Files
xk-of-api/internal/controller/hello/hello_new.go

16 lines
372 B
Go
Raw Normal View History

2026-07-18 05:58:41 +08:00
// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package hello
import (
"xk-of-api/api/hello"
)
type ControllerV1 struct{}
func NewV1() hello.IHelloV1 {
return &ControllerV1{}
}