(prometheus.Collector)
| 370 | type noopRegisterer struct{} |
| 371 | |
| 372 | func (n *noopRegisterer) Register(prometheus.Collector) error { return nil } |
| 373 | |
| 374 | func (n *noopRegisterer) MustRegister(...prometheus.Collector) {} |
| 375 |
no outgoing calls
no test coverage detected