MCPcopy
hub / github.com/CodisLabs/codis / Client

Struct Client

pkg/models/zk/zkclient.go:26–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type Client struct {
27 sync.Mutex
28 conn *zk.Conn
29
30 addrlist string
31 username string
32 password string
33 timeout time.Duration
34
35 logger *zkLogger
36 dialAt time.Time
37 closed bool
38}
39
40type zkLogger struct {
41 logfunc func(format string, v ...interface{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected