mirror of
https://github.com/gmsec/gmsec.git
synced 2025-10-13 19:43:43 +08:00
11 lines
177 B
Go
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"})
|
|
}
|