mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): converter for db model to notification
This commit is contained in:
@@ -38,7 +38,8 @@ type UpdateAlertNotificationCommand struct {
|
||||
|
||||
type GetAlertNotificationQuery struct {
|
||||
Name string
|
||||
ID int64
|
||||
Id int64
|
||||
Ids []int64
|
||||
OrgID int64
|
||||
|
||||
Result []*AlertNotification
|
||||
|
||||
Reference in New Issue
Block a user