Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SECOND ... SECOND int = iota // MINUTE ... MINUTE // HOUR ... HOUR // DAY ... DAY // MONTH ... MONTH // WEEKDAY ... WEEKDAY )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cron ¶
type Cron struct { sync.Mutex StartTime time.Time Uptime time.Duration // contains filtered or unexported fields }
Cron ...
Click to show internal directories.
Click to hide internal directories.