16 lines
372 B
Go
16 lines
372 B
Go
|
|
// =================================================================================
|
||
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||
|
|
// =================================================================================
|
||
|
|
|
||
|
|
package hello
|
||
|
|
|
||
|
|
import (
|
||
|
|
"xk-of-api/api/hello"
|
||
|
|
)
|
||
|
|
|
||
|
|
type ControllerV1 struct{}
|
||
|
|
|
||
|
|
func NewV1() hello.IHelloV1 {
|
||
|
|
return &ControllerV1{}
|
||
|
|
}
|