MCPcopy Index your code
hub / github.com/riverqueue/river / ExecutorTx

Struct ExecutorTx

riverdriver/riverdatabasesql/river_database_sql_driver.go:1044–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044type ExecutorTx struct {
1045 Executor
1046
1047 tx *sql.Tx
1048}
1049
1050func (t *ExecutorTx) Begin(ctx context.Context) (riverdriver.ExecutorTx, error) {
1051 return (&ExecutorSubTx{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected