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

Struct DummyJob

cron_test.go:60–60  ·  cron_test.go::DummyJob

Source from the content-addressed store, hash-verified

58}
59
60type DummyJob struct{}
61
62func (d DummyJob) Run() {
63 panic("YOLO")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected