Documentation ¶
Overview ¶
Package cron provides a wrapper of robfig/cron, which manages schedule cron jobs for horologium
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cron ¶
type Cron struct {
// contains filtered or unexported fields
}
Cron is a wrapper for cron.Cron
func (*Cron) QueuedJobs ¶
QueuedJobs returns a list of jobs that need to be triggered and reset trigger in jobStatus
Click to show internal directories.
Click to hide internal directories.