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