mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:03:01 +08:00
feat(alerting): add sql layer for alert notifications
This commit is contained in:
@ -27,6 +27,7 @@ type CreateAlertNotificationCommand struct {
|
||||
}
|
||||
|
||||
type UpdateAlertNotificationCommand struct {
|
||||
Id int64
|
||||
Name string
|
||||
Type string
|
||||
OrgID int64
|
||||
|
Reference in New Issue
Block a user