MCPcopy
hub / github.com/robfig/cron / JobWrapper

FuncType JobWrapper

chain.go:11–11  ·  chain.go::JobWrapper

JobWrapper decorates the given Job with some behavior.

func(Job) Job

Source from the content-addressed store, hash-verified

9
10// JobWrapper decorates the given Job with some behavior.
11type JobWrapper func(Job) Job
12
13// Chain is a sequence of JobWrappers that decorates submitted jobs with
14// cross-cutting behaviors like logging or synchronization.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected