package
1.0.5
Repository: https://github.com/zfiona/server-base.git
Documentation: pkg.go.dev

# Functions

NewCronExpr goroutine safe.
No description provided by the author

# Structs

No description provided by the author
CronExprField name | Mandatory? | Allowed values | Allowed special characters ---------- | ---------- | -------------- | -------------------------- Seconds | No | 0-59 | * / , - Minutes | Yes | 0-59 | * / , - Hours | Yes | 0-23 | * / , - Day of month | Yes | 1-31 | * / , - Month | Yes | 1-12 | * / , - Day of week | Yes | 0-6 | * / , -.
Dispatcher one dispatcher per goroutine (goroutine not safe).
No description provided by the author