mirror of
https://github.com/ayflying/p2p.git
synced 2026-03-04 17:29:22 +00:00
17 lines
387 B
Go
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{}
|
|
}
|
|
|