This commit is contained in:
wangchuxiao
2023-06-04 10:56:23 +08:00
parent 37e8dbfb94
commit 7051c06c09
4 changed files with 28 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
package openKeeper
package zookeeper
import (
"context"
@@ -38,6 +38,7 @@ type ZkClient struct {
resolvers map[string]*Resolver
localConns map[string][]resolver.Address
balancerName string
RoundRobin
}
type ZkOption func(*ZkClient)