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

Struct SnoozingArgs

example_job_snooze_test.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type SnoozingArgs struct {
17 ShouldSnooze bool
18}
19
20func (args SnoozingArgs) Kind() string { return "Snoozing" }
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected