feat(alerting): add support for deleting alert rules

This commit is contained in:
bergquist
2016-05-02 16:07:19 +02:00
parent a573d2504c
commit 743a6fa37c
5 changed files with 46 additions and 2 deletions
+4
View File
@@ -84,6 +84,10 @@ type SaveAlertsCommand struct {
Alerts *[]AlertRule
}
type DeleteAlertCommand struct {
AlertId int64
}
//Queries
type GetAlertsQuery struct {
OrgId int64