github.com/jackc/pgx/v5/pgxpool.Pool.BeginTx (method, view implemented interface methods)
2 uses
github.com/jackc/pgx/v5/pgxpool (current package)
pool.go#L791: return p.BeginTx(ctx, pgx.TxOptions{})
pool.go#L798: func (p *Pool) BeginTx(ctx context.Context, txOptions pgx.TxOptions) (pgx.Tx, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)