Documentation ¶
Index ¶
- Constants
- func BadCli(t testing.TB) *pgxpool.Pool
- func New(connString string, log *zap.Logger) (*pgxpool.Pool, error)
- func NewTest(t testing.TB) (*pgxpool.Pool, func())
- func NewTestWithTearDown(t testing.TB) (*pgxpool.Pool, func(...string))
- func NewWithFx(lc fx.Lifecycle, cfg *config.Config, log *zap.Logger) (*pgxpool.Pool, error)
Constants ¶
View Source
const ( RetryAttempts = 4 RetryDelay = 500 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.