Files
gmsec/example/internal/routers/gen_router.go
2021-05-23 16:36:10 +08:00

11 lines
177 B
Go

package routers
import (
"github.com/xxjwxc/ginrpc"
)
func init() {
ginrpc.SetVersion(1621758764)
ginrpc.AddGenOne("Hello.SayHello", "hello.say_hello", []string{"post"})
}