package
0.0.0-20240911190434-b7f4d2b44e37
Repository: https://github.com/sazonovitas/go-moco-proxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewPool function returns new pool with default config and given dialer.
NewPoolWithConfig function returns new pool with given config.

# Structs

No description provided by the author
Pool is used for connection pooling and using pgx/puddle.Pool like a base pool.
ConfigPool is config for connection pool.
Stat is snapshot of pool stats.

# Interfaces

Dialer is interface for connections establishment.