From 63eda1d18ffa791cb49fa7ac822898dcab84afa7 Mon Sep 17 00:00:00 2001 From: Reugn Date: Wed, 22 Jan 2020 21:12:00 +0200 Subject: [PATCH] add AlertNotification Uid field --- alertnotification.go | 1 + 1 file changed, 1 insertion(+) diff --git a/alertnotification.go b/alertnotification.go index ce9ccb3..ad98eda 100644 --- a/alertnotification.go +++ b/alertnotification.go @@ -10,6 +10,7 @@ import ( type AlertNotification struct { Id int64 `json:"id,omitempty"` + Uid string `json:"uid"` Name string `json:"name"` Type string `json:"type"` IsDefault bool `json:"isDefault"`