type github.com/robfig/cron/v3.ParseOption
6 uses
github.com/robfig/cron/v3 (current package)
parser.go#L15: type ParseOption int
parser.go#L18: Second ParseOption = 1 << iota // Seconds field, default 0
parser.go#L29: var places = []ParseOption{
parser.go#L49: options ParseOption
parser.go#L71: func NewParser(options ParseOption) Parser {
parser.go#L160: func normalizeFields(fields []string, options ParseOption) ([]string, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)