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

Struct ExecutorSubTx

riverdriver/riverdatabasesql/river_database_sql_driver.go:1069–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069type ExecutorSubTx struct {
1070 Executor
1071
1072 beginOnce *savepointutil.BeginOnlyOnce
1073 savepointNum int
1074 tx *sql.Tx
1075}
1076
1077const savepointPrefix = "river_savepoint_"
1078

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected