MCPcopy
hub / github.com/robfig/cron / Job

Interface Job

cron.go:35–37  ·  cron.go::Job

Job is an interface for submitted cron jobs.

Source from the content-addressed store, hash-verified

33
34// Job is an interface for submitted cron jobs.
35type Job interface {
36 Run()
37}
38
39// Schedule describes a job's duty cycle.
40type Schedule interface {

Callers 8

appendingWrapperFunction · 0.65
TestChainFunction · 0.65
TestChainRecoverFunction · 0.65
TestNormalizeFieldsFunction · 0.65
RecoverFunction · 0.65

Implementers 4

countJobchain_test.go
Croncron.go
DummyJobcron_test.go
testJobcron_test.go

Calls

no outgoing calls

Tested by

no test coverage detected