feat(alerting): enables deletes for alert notifications

This commit is contained in:
bergquist
2016-06-16 15:21:44 +02:00
parent 149c2ae913
commit b907ce341c
7 changed files with 64 additions and 11 deletions
+5
View File
@@ -35,6 +35,11 @@ type UpdateAlertNotificationCommand struct {
Result *AlertNotification
}
type DeleteAlertNotificationCommand struct {
Id int64
OrgId int64
}
type GetAlertNotificationQuery struct {
Name string
Id int64