From 3f5d29a63a2bf21c43af76aa44c84fca890be39f Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 10 Jan 2022 10:11:23 -0600 Subject: [PATCH] corrects spelling --- cmd/tpapi/config.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cmd/tpapi/config.go b/cmd/tpapi/config.go index 5823a87..cca4519 100644 --- a/cmd/tpapi/config.go +++ b/cmd/tpapi/config.go @@ -36,16 +36,16 @@ type configPrometheus struct { } type alertmanagerStruct struct { - Version string `json:"version"` - GroupKey string `json:"groupKey"` - TruncatedAlerts int `json:"truncatedAlerts"` - Status string `json:"status"` - Reciver string `json:"receiver"` - GroupLabels string `json:"groupLabels"` - ComminLabels string `json:"commonLabels"` - CommonAnnotaations string `json:"commonAnnotations"` - ExternalURL string `json:"externalURL"` - Alerts []alertmanagerAlertsStruct `json:"alerts"` + Version string `json:"version"` + GroupKey string `json:"groupKey"` + TruncatedAlerts int `json:"truncatedAlerts"` + Status string `json:"status"` + Receiver string `json:"receiver"` + GroupLabels string `json:"groupLabels"` + ComminLabels string `json:"commonLabels"` + CommonAnnotations string `json:"commonAnnotations"` + ExternalURL string `json:"externalURL"` + Alerts []alertmanagerAlertsStruct `json:"alerts"` } type alertmanagerAlertsStruct struct {