Collector stub for non-CGO builds.
| 13 | |
| 14 | // Collector stub for non-CGO builds. |
| 15 | type Collector struct{ collectorapi.Base } |
| 16 | |
| 17 | func New() *Collector { return &Collector{} } |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected