Versions in this module Expand all Collapse all v0 v0.0.1 Nov 20, 2023 Changes in this version + func ScopeTx(ctx context.Context, db BeginTx, fn func(*sql.Tx) error) (err error) + func Throw(ex Exception) + type BeginTx interface + BeginTx func(ctx context.Context, opts *sql.TxOptions) (*sql.Tx, error) + type Block struct + Catch func(error) + Finally func() + Try func() + func (b Block) Do() + type Exception interface