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 interface represents a pool connection.
type Options ¶
Source Files
¶
- default.go
- options.go
- pool.go
Click to show internal directories.
Click to hide internal directories.