Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NodeDrivers = driverutil.NewDriverCache[NodeDriver]()
Functions ¶
This section is empty.
Types ¶
type ConfigPropagator ¶
type ConfigPropagator interface {
ConfigureNode(nodeId string, conf *node.AlertingCapabilityConfig) error
}
type NodeDriver ¶
type NodeDriver interface { ConfigPropagator DiscoverRules(ctx context.Context) (*rules.RuleManifest, error) }
Click to show internal directories.
Click to hide internal directories.