Skip to content
Snippets Groups Projects
Commit 84b27796 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: restart ci

parent b1e7913d
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ import (
)
import (
gxzookeeper "github.com/dubbogo/gost/database/kv/zk"
zk "github.com/dubbogo/gost/database/kv/zk"
perrors "github.com/pkg/errors"
)
......@@ -113,7 +113,7 @@ func (l *RegistryDataListener) Close() {
// RegistryConfigurationListener represent the processor of zookeeper watcher
type RegistryConfigurationListener struct {
client *gxzookeeper.ZookeeperClient
client *zk.ZookeeperClient
registry *zkRegistry
events chan *config_center.ConfigChangeEvent
isClosed bool
......@@ -123,7 +123,7 @@ type RegistryConfigurationListener struct {
}
// NewRegistryConfigurationListener for listening the event of zk.
func NewRegistryConfigurationListener(client *gxzookeeper.ZookeeperClient, reg *zkRegistry, conf *common.URL) *RegistryConfigurationListener {
func NewRegistryConfigurationListener(client *zk.ZookeeperClient, reg *zkRegistry, conf *common.URL) *RegistryConfigurationListener {
reg.WaitGroup().Add(1)
return &RegistryConfigurationListener{
client: client,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment