Versions in this module Expand all Collapse all v0 v0.3.0 Aug 9, 2023 Changes in this version + const RetryAttempts + const RetryDelay + type Client struct + func BadCli(t testing.TB) *Client + func New(lc fx.Lifecycle, cfg Config, log *zap.Logger) (*Client, error) + func NewTest(t testing.TB) (*Client, func()) + func (cli *Client) L() *zap.Logger + func (cli *Client) P() *pgxpool.Pool + type Config interface + URI func() string