type github.com/robfig/cron/v3.Schedule
7 uses
github.com/robfig/cron/v3 (current package)
cron.go#L31: Parse(spec string) (Schedule, error)
cron.go#L40: type Schedule interface {
cron.go#L56: Schedule Schedule
cron.go#L158: func (c *Cron) Schedule(schedule Schedule, cmd Job) EntryID {
parser.go#L88: func (p Parser) Parse(spec string) (Schedule, error) {
parser.go#L229: func ParseStandard(standardSpec string) (Schedule, error) {
parser.go#L365: func parseDescriptor(descriptor string, loc *time.Location) (Schedule, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)