overflow_discovery/rpc/rpc.go

8 lines
148 B
Go
Raw Normal View History

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