MCPcopy
hub / github.com/robfig/cron / Parser

Struct Parser

parser.go:48–50  ·  parser.go::Parser

A custom Parser that can be configured.

Source from the content-addressed store, hash-verified

46
47// A custom Parser that can be configured.
48type Parser struct {
49 options ParseOption
50}
51
52// NewParser creates a Parser with custom options.
53//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected