github.com/jackc/pgx/v5.Tx.Rollback (method)
4 uses
github.com/jackc/pgx/v5 (current package)
tx.go#L137: Rollback(ctx context.Context) error
tx.go#L429: rollbackErr := tx.Rollback(ctx)
tx.go#L437: _ = tx.Rollback(ctx) // ignore rollback error as there is already an error to return
github.com/jackc/pgx/v5/pgxpool
tx.go#L38: err := tx.t.Rollback(ctx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)