Versions in this module Expand all Collapse all v0 v0.10.0 Jul 10, 2020 Changes in this version + type Handler func(ctx context.Context) + type Job struct + Disabled bool + Handler Handler + Immediately bool + Ticker time.Duration + Timer time.Duration + type Jobs map[string]Handler + type Workers interface + Add func(Job Handler) + Start func(context.Context) + Stop func() + func New() Workers