mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor dashboard alert extractor
This commit is contained in:
@@ -215,13 +215,14 @@ type AlertStateInfoDTO struct {
|
||||
// "Internal" commands
|
||||
|
||||
type UpdateDashboardAlertsCommand struct {
|
||||
UserId int64
|
||||
OrgId int64
|
||||
Dashboard *Dashboard
|
||||
User *SignedInUser
|
||||
}
|
||||
|
||||
type ValidateDashboardAlertsCommand struct {
|
||||
UserId int64
|
||||
OrgId int64
|
||||
Dashboard *Dashboard
|
||||
User *SignedInUser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user