Skip to content

Commit

Permalink
Merge pull request #29 from y3llowcake/master
Browse files Browse the repository at this point in the history
add AlertNotification.UID
  • Loading branch information
grafov committed May 17, 2019
2 parents 5158161 + ec2d010 commit 25ac5ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ type (
Type string `json:"type,omitempty"`
}
AlertNotification struct {
ID int `json:"id,omitempty"`
ID int `json:"id,omitempty"`
UID string `json:"uid,omitempty"`
}
Alert struct {
Conditions []AlertCondition `json:"conditions,omitempty"`
Expand Down

0 comments on commit 25ac5ac

Please sign in to comment.