MCPcopy
hub / github.com/netdata/netdata / Collector

Struct Collector

src/go/plugin/ibm.d/modules/websphere/jmx/module_stub.go:15–15  ·  view source on GitHub ↗

Collector stub for non-CGO builds.

Source from the content-addressed store, hash-verified

13
14// Collector stub for non-CGO builds.
15type Collector struct{ collectorapi.Base }
16
17func New() *Collector { return &Collector{} }
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected