func(ctx context.Context) error
| 11 | type ContextKeyInsideTestWorker struct{} |
| 12 | |
| 13 | type Func func(ctx context.Context) error |
| 14 | |
| 15 | // MiddlewareChain chains together the given middleware functions, returning a |
| 16 | // single function that applies them all in reverse order. |
no outgoing calls
no test coverage detected
searching dependent graphs…