diff --git a/app/vmalert/web_types.go b/app/vmalert/web_types.go index e2ad7357e..5a4f25362 100644 --- a/app/vmalert/web_types.go +++ b/app/vmalert/web_types.go @@ -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