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

Struct InsertBeginHook

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

Source from the content-addressed store, hash-verified

26}
27
28type InsertBeginHook struct{ river.HookDefaults }
29
30func (InsertBeginHook) InsertBegin(ctx context.Context, params *rivertype.JobInsertParams) error {
31 fmt.Printf("InsertBeginHook.InsertBegin ran\n")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected