Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectIterator ¶
type ConnectIterator interface { client.Pool shard.ShardIterator pool.PoolIterator /* user-facing connection stat callbacks. TODO: Refactor it, add: - handshake counter - connect start time - unexpected eof error counter */ TotalTcpCount() int64 ActiveTcpCount() int64 TotalCancelCount() int64 }
Click to show internal directories.
Click to hide internal directories.