feat(alerting): add sql layer for alert notifications

This commit is contained in:
bergquist
2016-06-14 08:33:50 +02:00
parent 8b91e57ef6
commit dbf3795aaf
3 changed files with 106 additions and 13 deletions

View File

@ -27,6 +27,7 @@ type CreateAlertNotificationCommand struct {
}
type UpdateAlertNotificationCommand struct {
Id int64
Name string
Type string
OrgID int64