ing
This commit is contained in:
parent
62cb95bd15
commit
2aaf276df2
|
@ -4,6 +4,6 @@ import (
|
||||||
crr "git.loafle.net/commons_go/rpc/registry"
|
crr "git.loafle.net/commons_go/rpc/registry"
|
||||||
)
|
)
|
||||||
|
|
||||||
func RegisterRPC(registry crr.RPCRegistry) {
|
func RegisterRPC(rpcRegistry crr.RPCRegistry) {
|
||||||
registry.RegisterService(&DiscoveryService{}, "")
|
rpcRegistry.RegisterService(&DiscoveryService{}, "")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user