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

Method Implmentations (3 other methods implement nothing)

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