Versions in this module Expand all Collapse all v0 v0.10.3 Feb 1, 2023 Changes in this version + var ScheduleHandlers = map[string]process.Handler + var Schedules = map[string]*Schedule + type Schedule struct + Args []interface{} + Enabled bool + Name string + Process string + Schedule string + TaskName string + func Load(file string, name string) (*Schedule, error) + func Select(name string) *Schedule + func (sch *Schedule) Start() + func (sch *Schedule) Stop()