type github.com/go-pg/pg/v10/internal/pool.ConnPool (struct)

Method Implmentations (20 other methods implement nothing)

Close() error *ConnPool.M : Pooler.Close *ConnPool.M : io.Closer.Close
CloseConn(cn *Conn) error *ConnPool.M : Pooler.CloseConn
Get(ctx context.Context) (*Conn, error) *ConnPool.M : Pooler.Get
IdleLen() int *ConnPool.M : Pooler.IdleLen
Len() int *ConnPool.M : Pooler.Len
Put(ctx context.Context, cn *Conn) *ConnPool.M : Pooler.Put
Remove(ctx context.Context, cn *Conn, reason error) *ConnPool.M : Pooler.Remove
Stats() *Stats *ConnPool.M : Pooler.Stats