mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-19 16:29:01 +08:00
db
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func GetDefaultConn(arg1, arg2, arg3, arg4 string) *grpc.ClientConn {
|
func GetDefaultConn(arg1, arg2, arg3, arg4 string) *grpc.ClientConn {
|
||||||
return nil
|
return getcdv3.GetConn(arg1, arg2, arg3, arg4, config.Config.Etcd.UserName, config.Config.Etcd.Password)
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetConn(ctx context.Context, serviceName string) (conn *grpc.ClientConn, err error) {
|
func GetConn(ctx context.Context, serviceName string) (conn *grpc.ClientConn, err error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user