Versions in this module Expand all Collapse all v2 v2.4.0 Jul 9, 2021 v2.2.0 Feb 9, 2021 Changes in this version + type JobBuilder interface + BuildJob func(jobConfig config.JobConfig) (JobRunner, error) + type JobRunner interface + Name func() string + Reload func(cfg map[string]interface{}) error + Run func(ctx context.Context) error