Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
func (*Job) Next ¶
Next time the job will run, or the zero time if Cron has not been started or this entry's schedule is unsatisfiable
type Option ¶
type Option func(*options)
func Middleware ¶
func Middleware(mdw ...cron.JobWrapper) Option
Click to show internal directories.
Click to hide internal directories.