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

FuncType JobWrapper

chain.go:11–11  ·  view source on GitHub ↗

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…