mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
app/vmalert: document GroupAlerts
This makes golint happy
This commit is contained in:
parent
608ed19655
commit
d72593cca2
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