refactor dashboard alert extractor

This commit is contained in:
Marcus Efraimsson
2018-11-05 14:25:19 +01:00
parent c5ce8536d4
commit 9e0da02b6a
7 changed files with 39 additions and 15 deletions

View File

@@ -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
}