app/vmalert: document GroupAlerts

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

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