package
Version:
v0.139.0
Opens a new window with list of versions in this module.
Published: Jun 21, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Schedule struct {
Minute []int
Hour []int
DayOfMonth []int
Month []int
DayOfWeek []int
}
Schedule represents a parsed cron expression.
Parse validates and parses a standard 5-field cron expression:
minute hour day-of-month month day-of-week
Next returns the next fire time strictly after from.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.