package
0.1.0
Repository: https://github.com/jsuar/go-cron-descriptor.git
Documentation: pkg.go.dev

# Functions

NewCronDescriptor creates a new CronDescriptor object.
NewCronDescriptorWithOptions creates a new CronDescriptor object.

# Constants

CasingTypeLower style casing.
CasingTypeSentence style casing.
CasingTypeTitle style casing.
DayOfMonth - only the day of the month portion of the expression.
DayOfWeek - only the day of the week portion of the expression.
Full - provide full description.
Hours - only the hours portion of the expression.
Minutes - only the minutes portion of the expression.
Month - only the month portion of the expression.
Seconds - only the seconds portion of the expression.
TimeOfDay - only the time of the day portion of the expression.
Year - only the Year portion of the expression.

# Variables

CronDaysLong contains the days of the week long form.
CronDaysShort contains the days of the week short form.
CronMonths are zero indexed with Jan.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CronDescriptor contains the cron expression, the array equivalent, and other settings.
Options for the CronDescriptor functions.

# Type aliases

CasingType for the type of casing transformatin.
DescriptionTypeEnum for the type of description.