mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
# Conflicts: # cmd/cmdutils/main.go
This commit is contained in:
parent
32af58e861
commit
13132efc6c
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module OpenIM
|
||||
|
||||
go 1.16
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
firebase.google.com/go v3.13.0+incompatible
|
||||
|
@ -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)
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user