Documentation ¶ Index ¶ type Job func NewJob(j *config.Job, h http.Handler, settings *config.Settings) *Job func (j *Job) Run(ctx context.Context, logEntry *logrus.Entry) type Jobs func (j Jobs) Run(ctx context.Context, log *logrus.Entry) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Job ¶ type Job struct { // contains filtered or unexported fields } func NewJob ¶ func NewJob(j *config.Job, h http.Handler, settings *config.Settings) *Job func (*Job) Run ¶ func (j *Job) Run(ctx context.Context, logEntry *logrus.Entry) type Jobs ¶ type Jobs []*Job func (Jobs) Run ¶ func (j Jobs) Run(ctx context.Context, log *logrus.Entry) Source Files ¶ View all Source files job.go Click to show internal directories. Click to hide internal directories.