Files
nl-video-api/internal/controller/hello/hello_new.go
2025-08-03 00:11:15 +08:00

17 lines
377 B
Go

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