Documentation ¶ Index ¶ type Crontab func NewCrontab() *Crontab func (s *Crontab) Add(task string, nexter schedule.Nexter) func (s *Crontab) Clear(task string) func (s *Crontab) Load(r io.Reader) (bool, error) func (s *Crontab) Parse(line string) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Crontab ¶ type Crontab struct { schedule.BasicSchedule // contains filtered or unexported fields } func NewCrontab ¶ func NewCrontab() *Crontab func (*Crontab) Add ¶ func (s *Crontab) Add(task string, nexter schedule.Nexter) func (*Crontab) Clear ¶ func (s *Crontab) Clear(task string) func (*Crontab) Load ¶ func (s *Crontab) Load(r io.Reader) (bool, error) func (*Crontab) Parse ¶ func (s *Crontab) Parse(line string) (bool, error) Source Files ¶ View all Source files crontab.go Click to show internal directories. Click to hide internal directories.