Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 v1.10.1 Mar 31, 2023 Changes in this version + type Event interface + At func(time string) Event + Cron func(expression string) Event + Daily func() Event + DailyAt func(time string) Event + DelayIfStillRunning func() Event + EveryFifteenMinutes func() Event + EveryFiveMinutes func() Event + EveryFourHours func() Event + EveryFourMinutes func() Event + EveryMinute func() Event + EverySixHours func() Event + EveryTenMinutes func() Event + EveryThirtyMinutes func() Event + EveryThreeHours func() Event + EveryThreeMinutes func() Event + EveryTwoHours func() Event + EveryTwoMinutes func() Event + GetCallback func() func() + GetCommand func() string + GetCron func() string + GetDelayIfStillRunning func() bool + GetSkipIfStillRunning func() bool + Hourly func() Event + HourlyAt func(offset []string) Event + SkipIfStillRunning func() Event + type Schedule interface + Call func(callback func()) Event + Command func(command string) Event + Register func(events []Event) + Run func()