Documentation
¶
Index ¶
- func CronToSegments(cron string) ([6]int, error)
- func CronToTime(cron string, t time.Time) (time.Time, error)
- func LastValidCron(crons []string, t time.Time) (string, error)
- func MustCronToTime(cron string, t time.Time) time.Time
- func NextTime(expressions []string, t time.Time) (time.Time, error)
- func NextValidCron(crons []string, t time.Time) (string, error)
- func SortCronJobs(expressions []string) []string
- func TimeToCron(t time.Time) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CronToSegments ¶
func SortCronJobs ¶
func TimeToCron ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.