# Functions
GetCommonReporter returns the current Reporter used by connection pools.
NewLongPool creates a long pool using the given IdleConfig.
NewShortPool timeout is connection timeout.
SetReporter set the common reporter of connection pool, that can only be set once.
# Structs
ConnWithPkgSize wraps a connection and records the bytes read or written through it.
DummyPool is a dummy implementation of remote.ConnPool.
DummyReporter is a dummy implementation of Reporter.
LongPool manages a pool of long connections.
No description provided by the author
ShortPool is the conn pool for short connections.
# Interfaces
Reporter report status of connection pool.
# Type aliases
ConnectionPoolType is the type of connection pool.