mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 21:16:00 +08:00
test cobra
This commit is contained in:
@@ -13,3 +13,8 @@ type SvcDiscoveryRegistry interface {
|
||||
RegisterConf2Registry(key string, conf []byte) error
|
||||
GetConfFromRegistry(key string) ([]byte, error)
|
||||
}
|
||||
|
||||
func GetConns(serviceName string) {
|
||||
GetConns(serviceName string, opts ...grpc.DialOption) ([]*grpc.ClientConn, error)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user