Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonRepository ¶
type CommonRepository struct {
Storage
}
func (*CommonRepository) Builder ¶
func (c *CommonRepository) Builder(tx *sql.Tx) sq.StatementBuilderType
func (*CommonRepository) RunInSQLTransaction ¶
func (c *CommonRepository) RunInSQLTransaction(ctx context.Context, isolationLevel sql.IsolationLevel, fn func(tx *sql.Tx) error) error
Click to show internal directories.
Click to hide internal directories.