MCPcopy
hub / github.com/netdata/netdata / testConfig

Struct testConfig

src/go/plugin/framework/dyncfg/cache_test.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type testConfig struct {
13 uid string
14 key string
15 sourceType string
16 priority int
17 source string
18 hash uint64
19}
20
21func (c testConfig) UID() string { return c.uid }
22func (c testConfig) ExposedKey() string { return c.key }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected