Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

# Conflicts:
#	cmd/cmdutils/main.go
This commit is contained in:
wangchuxiao
2023-03-07 18:02:57 +08:00
parent 32af58e861
commit 13132efc6c
2 changed files with 1 additions and 6 deletions
@@ -13,8 +13,3 @@ 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)
}