mirror of
https://github.com/smallnest/rpcx.git
synced 2025-09-26 20:21:14 +08:00
[update] for code
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user