Documentation
¶
Overview ¶
Package cronjobs provides a way to schedule DB jobs, using cron specs. see https://godoc.org/github.com/robfig/cron for more info on cron spec format. The package relies (for now) on files located in a folder passed as an argument to ReadFiles. The files can have any extention, and must contain a first line with the cron spec: "[...]cron: [spec]" ex: "-- cron: @daily" for sql The line can start with any comment chars, and must end with the spec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.