Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
type
SnoozingArgs
struct
{
17
ShouldSnooze bool
18
}
19
20
func
(args SnoozingArgs) Kind() string {
return
"Snoozing"
}
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected