package
0.2.0
Repository: https://github.com/quintans/go-scheduler.git
Documentation: pkg.go.dev

# Functions

NewCronExpressionParser returns a new CronExpressionParser.
NewCronTrigger returns a new CronTrigger.
No description provided by the author
NewSimpleTrigger returns a new SimpleTrigger.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

CronExpressionParser parses cron expressions.
CronField represents a parsed cron expression as an array.
CronTrigger implements the scheduler.Trigger interface.
No description provided by the author
No description provided by the author
SimpleTrigger implements the scheduler.Trigger interface; uses a time.Duration interval.

# Interfaces

Backoff is the Backoff interface to calculate the next fire time after a failed execution.
Trigger is the Triggers interface.

# Type aliases

No description provided by the author