mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmalert: document GroupAlerts
This makes golint happy
This commit is contained in:
parent
e6c9869d86
commit
e84fa9eb38
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ type APIRecordingRule struct {
|
|||
Labels map[string]string `json:"labels"`
|
||||
}
|
||||
|
||||
// GroupAlerts represents a group of alerts for WEB view
|
||||
type GroupAlerts struct {
|
||||
Group APIGroup
|
||||
Alerts []*APIAlert
|
||||
|
|
Loading…
Reference in a new issue