Documentation ¶
Overview ¶
Package pool is a connection pool
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface { // unique id of connection ID() string // time it was created Created() time.Time // embedded connection transport.Client }
Conn conn pool interface
Click to show internal directories.
Click to hide internal directories.