github.com/go-pg/pg/v10.Tx.CommitContext (method)

3 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L101: 	return tx.CommitContext(ctx)
		tx.go#L337: 	return tx.CommitContext(tx.ctx)
		tx.go#L341: func (tx *Tx) CommitContext(ctx context.Context) error {