MCPcopy Create free account
hub / github.com/riverqueue/river / Func

FuncType Func

internal/execution/execution.go:13–13  ·  view source on GitHub ↗
func(ctx context.Context) error

Source from the content-addressed store, hash-verified

11type ContextKeyInsideTestWorker struct{}
12
13type Func func(ctx context.Context) error
14
15// MiddlewareChain chains together the given middleware functions, returning a
16// single function that applies them all in reverse order.

Callers 1

executeMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…