8 lines
148 B
Go
Raw Normal View History

2017-11-02 15:43:42 +09:00
package rpc
2017-11-15 15:59:43 +09:00
import "git.loafle.net/commons_go/rpc"
func RegisterRPC(registry rpc.Registry) {
registry.RegisterService(&DiscoveryService{}, "")
}