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

Struct ExecutorTx

riverdriver/riversqlite/river_sqlite_driver.go:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353type ExecutorTx struct {
1354 Executor
1355
1356 tx *sql.Tx
1357}
1358
1359func (t *ExecutorTx) Begin(ctx context.Context) (riverdriver.ExecutorTx, error) {
1360 executorSubTx := &ExecutorSubTx{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected