# Functions
NewClient creates a new vulcan-cron client.
# Variables
ErrInvalidCronExpr is returned when the given cron expression is not valid.
ErrInvalidSchedulePeriod is returned when the schedule period is less than the minimum allowed.
ErrScheduleNotFound is returned when crontinuos answers with 404 status.
# Structs
Client provides functionalities for calling vulcan-scheduler.
Config holds the configuration needed by the schuduler client.
ReportBulkSchedule defines the information needed to create a report schedule in a bulk create operation.
ScanBulkSchedule defines the information needed to create a schedule in a bulk create operation.
# Interfaces
No description provided by the author
No description provided by the author