Skip to content

Commit

Permalink
add AlertNotification.UID
Browse files Browse the repository at this point in the history
  • Loading branch information
y3llowcake committed May 15, 2019
1 parent 5158161 commit ec2d010
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 ec2d010

Please sign in to comment.