Files
uploads3/internal/controller/hello/hello_new.go
2025-10-30 12:19:31 +08:00

17 lines
373 B
Go

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