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