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

Interface ScheduleParser

cron.go:30–32  ·  cron.go::ScheduleParser

ScheduleParser is an interface for schedule spec parsers that return a Schedule

Source from the content-addressed store, hash-verified

28
29// ScheduleParser is an interface for schedule spec parsers that return a Schedule
30type ScheduleParser interface {
31 Parse(spec string) (Schedule, error)
32}
33
34// Job is an interface for submitted cron jobs.
35type Job interface {

Callers 6

TestNextFunction · 0.65
getTimeTZFunction · 0.65
TestParseScheduleErrorsFunction · 0.65
TestParseScheduleFunction · 0.65
ParseStandardFunction · 0.65
AddJobMethod · 0.65

Implementers 1

Parserparser.go

Calls

no outgoing calls

Tested by

no test coverage detected