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

2
go.mod
View File

@ -1,6 +1,6 @@
module OpenIM
go 1.16
go 1.18
require (
firebase.google.com/go v3.13.0+incompatible

View File

@ -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)
}