(cfg *task.Config)
| 212 | type mockComponent struct{} |
| 213 | |
| 214 | func (*mockComponent) StartTask(cfg *task.Config) { |
| 215 | task.DefaultStartTask(cfg) |
| 216 | } |
| 217 | |
| 218 | func (*mockComponent) FromRequestContext(ctx context.Context) context.Context { |
| 219 | return ctx |
nothing calls this directly
no test coverage detected