Files
gmsec/example/internal/routers/gen_router.go
2021-10-26 20:25:34 +08:00

11 lines
177 B
Go

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