[update] for code

This commit is contained in:
ZengH
2021-02-02 15:07:11 +08:00
parent bba6fa9291
commit ece2c219cf

View File

@@ -16,12 +16,12 @@ type XClientPool struct {
xclients []XClient
mu sync.RWMutex
servicePath string
failMode FailMode
selectMode SelectMode
discovery ServiceDiscovery
option Option
auth string
servicePath string
failMode FailMode
selectMode SelectMode
discovery ServiceDiscovery
option Option
auth string
serverMessageChan chan<- *protocol.Message
}