| 1297 | } |
| 1298 | |
| 1299 | type customCollector struct { |
| 1300 | collectFunc func(ch chan<- prometheus.Metric) |
| 1301 | } |
| 1302 | |
| 1303 | func (co *customCollector) Describe(_ chan<- *prometheus.Desc) {} |
| 1304 |
nothing calls this directly
no outgoing calls
no test coverage detected