mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
handle pending and completed state for alert notifications
This commit is contained in:
@@ -100,9 +100,7 @@ type SetAlertNotificationStateToPendingCommand struct {
|
||||
}
|
||||
|
||||
type SetAlertNotificationStateToCompleteCommand struct {
|
||||
Id int64
|
||||
Version int64
|
||||
SentAt int64
|
||||
State *AlertNotificationState
|
||||
}
|
||||
|
||||
type GetNotificationStateQuery struct {
|
||||
|
||||
Reference in New Issue
Block a user