MCPcopy
hub / github.com/netdata/netdata / ConfigID

Method ConfigID

src/go/plugin/framework/dyncfg/handler.go:48–48  ·  view source on GitHub ↗

ConfigID returns the dyncfg wire protocol ID for a config.

(cfg C)

Source from the content-addressed store, hash-verified

46
47 // ConfigID returns the dyncfg wire protocol ID for a config.
48 ConfigID(cfg C) string
49}
50
51// CodedError allows callbacks to override the default response code.

Callers 4

NotifyJobCreateMethod · 0.65
NotifyJobStatusMethod · 0.65
NotifyJobRemoveMethod · 0.65
TestSecretStoreCallbacksFunction · 0.65

Implementers 5

mockCallbackssrc/go/plugin/framework/dyncfg/handler
sdCallbackssrc/go/plugin/agent/discovery/sd/dyncf
collectorSeqTestCallbackssrc/go/plugin/agent/jobmgr/dyncfg_coll
collectorCallbackssrc/go/plugin/agent/jobmgr/dyncfg_coll
secretStoreCallbackssrc/go/plugin/agent/jobmgr/secretsctl/

Calls

no outgoing calls

Tested by 1

TestSecretStoreCallbacksFunction · 0.52