Documentation ¶
Index ¶
- func Start()
- func StartSchedules()
- type TimerData
- func (t *TimerData) DailyAt(hour int, minute int)
- func (t *TimerData) EveryFiveMinutes()
- func (t *TimerData) EveryMinute()
- func (t *TimerData) EveryTenMinutes()
- func (t *TimerData) EveryThirtyMinutes()
- func (t *TimerData) HourlyAt(minute int)
- func (t *TimerData) MonthlyAt(day int, hour int, minute int)
- func (t *TimerData) SetRepeat(repeat bool) *TimerData
- func (t *TimerData) WeeklyAt(week int, hour int, minute int)
- func (t *TimerData) YearlyAt(month int, day int, hour int, minute int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TimerData ¶
type TimerData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.