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

Struct JobWithHooksInsertBeginHook

example_job_args_hooks_test.go:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type JobWithHooksInsertBeginHook struct{ river.HookDefaults }
54
55func (JobWithHooksInsertBeginHook) InsertBegin(ctx context.Context, params *rivertype.JobInsertParams) error {
56 fmt.Printf("JobWithHooksInsertBeginHook.InsertBegin ran\n")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected