pull/2318/head
skiffer-git 5 months ago
parent 78719683ff
commit 8382ea3d9d

@ -33,6 +33,7 @@ const (
// NewDiscoveryRegister creates a new service discovery and registry client based on the provided environment type. // NewDiscoveryRegister creates a new service discovery and registry client based on the provided environment type.
func NewDiscoveryRegister(zookeeperConfig *config.ZooKeeper, share *config.Share) (discovery.SvcDiscoveryRegistry1, error) { func NewDiscoveryRegister(zookeeperConfig *config.ZooKeeper, share *config.Share) (discovery.SvcDiscoveryRegistry1, error) {
return getcd.NewSvcDiscoveryRegistry("openim", []string{"http://localhost:2379"})
switch share.Env { switch share.Env {
case zookeeperConst: case zookeeperConst:

Loading…
Cancel
Save