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