overflow_discovery/rpc/rpc.go
crusader 2aaf276df2 ing
2017-12-01 22:20:34 +09:00

10 lines
175 B
Go

package rpc
import (
crr "git.loafle.net/commons_go/rpc/registry"
)
func RegisterRPC(rpcRegistry crr.RPCRegistry) {
rpcRegistry.RegisterService(&DiscoveryService{}, "")
}