//
pkg.gl
Category
github.com/elisasre/go-common/v2
service
module
cronrunner
package
2.1.1
Repository:
https://github.com/elisasre/go-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
58 SLOC
#
Functions
New
New creates Runner with given options.
WithCron
WithCron sets cron.Cron instance.
WithFunc
WithFunc adds given functions to cron runner with given spec.
#
Variables
ErrAddFuncToNilCron
No description provided by the author
ErrNilCronAfterInit
No description provided by the author
#
Structs
Runner
Runner is a wrapper around cron.Cron implementing service.Module interface.
#
Type aliases
Opt
No description provided by the author