Files
p2p/internal/controller/hello/hello_new.go
2025-10-14 17:18:21 +08:00

17 lines
387 B
Go

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