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

Struct WorkBeginHook

example_global_hooks_test.go:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type WorkBeginHook struct{ river.HookDefaults }
36
37func (WorkBeginHook) WorkBegin(ctx context.Context, job *rivertype.JobRow) error {
38 fmt.Printf("WorkBeginHook.WorkBegin ran\n")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected