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

Struct Collector

src/go/plugin/ibm.d/modules/as400/module_stub.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var configSchema string
15
16type Collector struct {
17 collectorapi.Base
18 Config
19}
20
21func New() *Collector {
22 return &Collector{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected