Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alerts ¶
type Alerts struct {
AlertsMeta map[string]interface{} `json:"alerts_meta"`
AlertsStatus string `json:"alerts_status"`
LevelInfo map[string]int `json:"level_info"`
Total int `json:"total"`
TypeInfo map[string]int `json:"type_info"`
}
Alerts represents a alerts.
Click to show internal directories.
Click to hide internal directories.