noopEventProcessor discards all events.
| 33 | |
| 34 | // noopEventProcessor discards all events. |
| 35 | type noopEventProcessor struct{} |
| 36 | |
| 37 | func (noopEventProcessor) Start(_ context.Context, _ string) {} |
| 38 | func (noopEventProcessor) On(_ ...api.Resource) {} |
nothing calls this directly
no outgoing calls
no test coverage detected