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

Method Run

cron.go:36–36  ·  cron.go::Job.Run
()

Source from the content-addressed store, hash-verified

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

Callers 14

appendingWrapperFunction · 0.65
TestChainFunction · 0.65
TestChainRecoverFunction · 0.65
TestNormalizeFieldsFunction · 0.65
RecoverFunction · 0.65
DelayIfStillRunningFunction · 0.65
SkipIfStillRunningFunction · 0.65
startJobMethod · 0.65
TestBlockingRunFunction · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by 10

appendingWrapperFunction · 0.52
TestChainFunction · 0.52
TestChainRecoverFunction · 0.52
TestNormalizeFieldsFunction · 0.52
TestBlockingRunFunction · 0.52
TestStopAndWaitFunction · 0.52