Files
im-gf/internal/controller/hello/hello_new.go
2025-07-02 08:14:59 +08:00

16 lines
368 B
Go

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