Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRegistry = registry{}
Functions ¶
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func (*Executor) Initialize ¶
func (e *Executor) Initialize()
type RunOnceNow ¶
type RunOnceNow struct{}
RunOnceNow is a schedule that runs once, immediately when next is called and then never runs again until the process is restarted.
Click to show internal directories.
Click to hide internal directories.