Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crontab ¶
type Crontab struct {
// contains filtered or unexported fields
}
Crontab is the struct that holds the cron runner
func (*Crontab) GetEntries ¶
GetEntries lists the cron entries
type DockerJob ¶
type DockerJob struct { ID string Action string Schedule string Leader bool Active bool // contains filtered or unexported fields }
DockerJob implements the cron job interface
func NewDockerJob ¶
NewDockerJob creates a DockerJob and sets defaults
func (*DockerJob) Deactivate ¶
func (dj *DockerJob) Deactivate()
Deactivate Sets the Active attribute to false. This will skip running
Click to show internal directories.
Click to hide internal directories.