Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Next ¶
Next calculates the next time that matches the pattern after the current time See NextAfter for more details
Types ¶
type Step ¶
type Step struct { ValueRange ValueRange `parser:"@@"` Step *int `parser:"('/' @Number)?"` }
type ValueRange ¶
type ValueRange struct { IsFullRange bool `parser:"(@'*'"` Start *int `parser:"| @Number"` End *int `parser:"('-' @Number)?)"` }
func (*ValueRange) String ¶
func (r *ValueRange) String() string
Click to show internal directories.
Click to hide internal directories.