Documentation ¶ Index ¶ func PrefixDigit(dig int) string type CronEntry type CronField func (f CronField) Max() int func (f CronField) Min() int func (f CronField) String() string type CronSched func ParseCronSched(schedule string) *CronSched func (c *CronSched) Trigger() bool type CronVal Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PrefixDigit ¶ func PrefixDigit(dig int) string Types ¶ type CronEntry ¶ type CronEntry struct { // contains filtered or unexported fields } type CronField ¶ type CronField int const ( Minute CronField = iota + 1 Hour DoM Month DoW ) func (CronField) Max ¶ func (f CronField) Max() int func (CronField) Min ¶ func (f CronField) Min() int func (CronField) String ¶ func (f CronField) String() string type CronSched ¶ type CronSched struct { // contains filtered or unexported fields } func ParseCronSched ¶ func ParseCronSched(schedule string) *CronSched func (*CronSched) Trigger ¶ func (c *CronSched) Trigger() bool type CronVal ¶ type CronVal struct { // contains filtered or unexported fields } Source Files ¶ View all Source files sched.go Click to show internal directories. Click to hide internal directories.