mirror of
https://github.com/gmsec/gmsec.git
synced 2025-09-26 20:01:21 +08:00
12 lines
193 B
Go
12 lines
193 B
Go
|
|
package routers
|
|
|
|
import (
|
|
"github.com/xxjwxc/ginrpc"
|
|
)
|
|
|
|
func init() {
|
|
ginrpc.SetVersion(1660818462)
|
|
ginrpc.AddGenOne("Hello.SayHello", "hello.say_hello", []string{ "post" })
|
|
}
|
|
|