Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnPool ¶
type ConnPool struct { sync.Mutex RpcClis []RcpClier Idx int Retry int //异常重试次数 ResetTime int64 // 复位连接池下标周期,单位:秒 }
func NewCreateRpcPool ¶
Click to show internal directories.
Click to hide internal directories.