package
0.0.0-20250102010652-32484aa8349e
Repository: https://github.com/saylorsolutions/x.git
Documentation: pkg.go.dev
# Functions
WithTx will use the provided transaction to call the do function.
WithTxCtx will attempt to initiate a transaction with the given Beginner, and pass it to WithTx.
WithTxOpts will do the same thing as WithTxCtx, but will pass [context.Background] as the context.
# Interfaces
Beginner is any type that can begin a transaction.