package
0.4.0
Repository: https://github.com/vine-io/gscheduler.git
Documentation: pkg.go.dev

# Functions

Every returns a crontab Schedule that activates once every duration.
No description provided by the author
NewParser Creates a custom Parser with custom options.
Parse returns a new crontab schedule representing the given spec.
ParseStandard returns a new crontab schedule representing the given standardSpec (https://en.wikipedia.org/wiki/Cron).

# Constants

Allow descriptors such as @monthly, @weekly, etc.
Day of month field, default *.
Day of week field, default *.
Optional day of week field, default *.
Hours field, default 0.
Minutes field, default 0.
Month field, default *.
Seconds field, default 0.

# Structs

ConstantDelayCron represents a simple recurring duty cycle, e.g.
No description provided by the author
Parser A custom Parser that can be configured.
SpecCron specifies a duty cycle (to the second granularity), based on a traditional crontab specification.

# Interfaces

No description provided by the author

# Type aliases

ParseOption Configuration options for creating a parser.