Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
var
configSchema string
15
16
type
Collector
struct
{
17
collectorapi.Base
18
Config
19
}
20
21
func
New() *Collector {
22
return
&Collector{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected