type github.com/robfig/cron/v3.ScheduleParser

3 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L24: 	parser    ScheduleParser
		cron.go#L30: type ScheduleParser interface {
		option.go#L26: func WithParser(p ScheduleParser) Option {