Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 Changes in this version type Crontab + func Default() Crontab v1.0.1 Oct 24, 2023 v1.0.0 Oct 24, 2023 Changes in this version + func Cron(callback Callback) cago.Component + type Callback func(r Crontab) error + type Crontab interface + AddFunc func(spec string, cmd func(ctx context.Context) error) (cron.EntryID, error)