MCPcopy
hub / github.com/netdata/netdata / RemoveChartAction

Struct RemoveChartAction

src/go/plugin/framework/chartengine/actions.go:81–84  ·  view source on GitHub ↗

RemoveChartAction marks one chart obsolete.

Source from the content-addressed store, hash-verified

79
80// RemoveChartAction marks one chart obsolete.
81type RemoveChartAction struct {
82 ChartID string
83 Meta program.ChartMeta
84}
85
86func (a RemoveChartAction) Kind() ActionKind { return ActionRemoveChart }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected