github.com/go-pg/pg/v10.Tx.RunInTransaction (method, view implemented interface methods)

2 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L74: 	return tx.RunInTransaction(ctx, fn)
		tx.go#L85: func (tx *Tx) RunInTransaction(ctx context.Context, fn func(*Tx) error) error {