JobWrapper decorates the given Job with some behavior.
func(Job) Job
| 9 | |
| 10 | // JobWrapper decorates the given Job with some behavior. |
| 11 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected