# Functions
NewTicker creates a new waiter that sends start events for this job on the given schedule.
NewTickerSchedule creates a schedule from parameters.
NewTickerScheduleFromISO creates a schedule from an iso8601 string.
# Structs
Ticker provides an easy way to execute a job at given times (like a cron job).
TickerSchedule contains all info about the scheduling (start, repeat, interval).
# Type aliases
No description provided by the author