app/vmalert: document GroupAlerts

This makes golint happy
This commit is contained in:
Aliaksandr Valialkin 2021-09-07 22:50:01 +03:00
parent e6c9869d86
commit e84fa9eb38

View file

@ -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