mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 22:15:59 +08:00
conn
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user