Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface {
Close() error
}
Connection - The Connection interface.
type Pool ¶
type Pool interface { Get() (Connection, error) Release(Connection) }
Pool - The Pool interface.
Click to show internal directories.
Click to hide internal directories.