Versions in this module Expand all Collapse all v1 v1.0.0 Oct 10, 2017 Changes in this version + var ErrClosed = errors.New("pool is closed") + type Factory func() (net.Conn, error) + type Pool interface + Close func() + Get func() (net.Conn, error) + Len func() int + func NewChannelPool(initialCap, maxCap int, factory Factory) (Pool, error) + type PoolConn struct + func (p *PoolConn) Close() error + func (p *PoolConn) MarkUnusable() Incompatible versions in this module v3.0.0+incompatible Jan 17, 2018 v2.0.0+incompatible Oct 10, 2017