feat(alerting): converter for db model to notification

This commit is contained in:
bergquist
2016-06-14 16:56:14 +02:00
parent 6eca26e8ec
commit 9a8416416d
5 changed files with 259 additions and 30 deletions

View File

@@ -38,7 +38,8 @@ type UpdateAlertNotificationCommand struct {
type GetAlertNotificationQuery struct {
Name string
ID int64
Id int64
Ids []int64
OrgID int64
Result []*AlertNotification