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

Struct Executor

riverdriver/riversqlite/river_sqlite_driver.go:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160type Executor struct {
161 dbPool *sql.DB
162 dbtx templateReplaceWrapper
163 driver *Driver
164 execTx riverdriver.ExecutorTx
165}
166
167func (e *Executor) Begin(ctx context.Context) (riverdriver.ExecutorTx, error) {
168 if e.execTx != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected