Versions in this module Expand all Collapse all v0 v0.2.0 Jul 10, 2017 v0.1.0 Feb 13, 2017 Changes in this version + type Crontab struct + func NewCrontab() (*Crontab, error) + func (ct *Crontab) AddJob(id string, labels map[string]string, jobType string) error + func (ct *Crontab) GetEntries() []*cron.Entry + func (ct *Crontab) RemoveJob(id string) + type DockerJob struct + Action string + Active bool + ID string + Leader bool + Schedule string + func NewDockerJob(id string, labels map[string]string) *DockerJob + func (dj *DockerJob) Deactivate() + func (dj *DockerJob) Err() error + func (dj *DockerJob) Run()