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

Struct testHookWorkBegin

internal/hooklookup/hook_lookup_test.go:250–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248var _ rivertype.HookWorkBegin = &testHookWorkBegin{}
249
250type testHookWorkBegin struct{ rivertype.Hook }
251
252func (t *testHookWorkBegin) WorkBegin(ctx context.Context, job *rivertype.JobRow) error {
253 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected