package
0.27.2
Repository: https://github.com/stashapp/stash.git
Documentation: pkg.go.dev

# Functions

WithDatabase executes fn with the context provided by p.WithDatabase.
WithReadTxn executes fn in a transaction.
WithTxn executes fn in a transaction.

# Structs

Retryer is a provides WithTxn function that retries the transaction if it fails with a locked database error.

# Interfaces

# Type aliases

MustFunc is a function that is used in transaction hooks.
TxnFunc is a function that is used in transaction hooks.