From e84fa9eb3879ce353f927e9174f59919271e1d19 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 7 Sep 2021 22:50:01 +0300 Subject: [PATCH] app/vmalert: document GroupAlerts This makes golint happy --- app/vmalert/web_types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/vmalert/web_types.go b/app/vmalert/web_types.go index e2ad7357ee..5a4f253626 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