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

Struct CronJobArgs

example_cron_job_test.go:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type CronJobArgs struct{}
17
18// Kind is the unique string name for this job.
19func (CronJobArgs) Kind() string { return "cron" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected