NoOpService discards telemetry when collection is disabled.
| 494 | |
| 495 | // NoOpService discards telemetry when collection is disabled. |
| 496 | type NoOpService struct{} |
| 497 | |
| 498 | // Record discards the event. |
| 499 | func (s *NoOpService) Record(event ghtelemetry.Event) {} |
nothing calls this directly
no outgoing calls
no test coverage detected