Categorygithub.com/bborbe/cron
modulepackage
1.2.3
Repository: https://github.com/bborbe/cron.git
Documentation: pkg.go.dev

# README

Cron

Run something over and over again.

# Packages

No description provided by the author
Code generated by counterfeiter.

# Functions

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

# Interfaces

No description provided by the author
go:generate go run -mod=vendor github.com/maxbrunsfeld/counterfeiter/v6 -o mocks/cron-job.go --fake-name CronJob .

# Type aliases

Expression of the cron cron.Second | cron.Minute | cron.Hour | cron.Dom | cron.Month | cron.Dow | cron.Descriptor every second: * * * * * ? every minute 0 * * * * ? every 15 minute 0 */15 * * * ? every hour: 0 0 * * * ? every hour on sunday: 0 0 * * * 0.