This commit is contained in:
wangchuxiao 2023-01-11 17:59:43 +08:00
parent 88d6fc663a
commit e34ad36912

View File

@ -11,7 +11,7 @@ import (
)
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) {