mirror of
https://github.com/smallnest/rpcx.git
synced 2025-11-02 12:14:03 +08:00
#189 add Close method for discovery
This commit is contained in:
@@ -50,6 +50,7 @@ type ServiceDiscovery interface {
|
||||
WatchService() chan []*KVPair
|
||||
RemoveWatcher(ch chan []*KVPair)
|
||||
Clone(servicePath string) ServiceDiscovery
|
||||
Close()
|
||||
}
|
||||
|
||||
type xClient struct {
|
||||
|
||||
Reference in New Issue
Block a user