type github.com/robfig/cron/v3.Parser

4 uses

	github.com/robfig/cron/v3 (current package)
		parser.go#L48: type Parser struct {
		parser.go#L71: func NewParser(options ParseOption) Parser {
		parser.go#L82: 	return Parser{options}
		parser.go#L88: func (p Parser) Parse(spec string) (Schedule, error) {