Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EmptyOptions []Option Recover = cron.Recover(newLog()) SkipIfStillRunning = cron.SkipIfStillRunning(newLog()) DelayIfStillRunning = cron.DelayIfStillRunning(newLog()) )
Functions ¶
Types ¶
type JobWrapper ¶
type JobWrapper = cron.JobWrapper
type Option ¶
type Option func(*Options)
func SingleNode ¶
func SingleNode() Option
func Wrappers ¶ added in v0.2.6
func Wrappers(wrappers ...JobWrapper) Option
type Options ¶
type Options struct { Wrappers []JobWrapper SingleNode bool }
Click to show internal directories.
Click to hide internal directories.