Documentation ¶
Index ¶
Constants ¶
View Source
const (
// KeyTopology is the key for the topology status of alerts
KeyTopology = "topology"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertMgr ¶
type AlertMgr struct {
// contains filtered or unexported fields
}
AlertMgr handles alerts
type Option ¶
type Option func(*AlertMgr)
Option configures AlertMgr
func AlertIntervall ¶
AlertIntervall sets the intervall in which an alert is repeated
type Stater ¶
type Stater interface { json.Marshaler json.Unmarshaler GetAlert(e msg.SzenarioEvtMsg) *msg.AlertMsg }
Stater defines the state of an entity
Click to show internal directories.
Click to hide internal directories.