handle pending and completed state for alert notifications

This commit is contained in:
Marcus Efraimsson
2018-09-28 14:12:26 +02:00
parent 2bf399d3c8
commit c1763508e0
5 changed files with 108 additions and 94 deletions

View File

@@ -100,9 +100,7 @@ type SetAlertNotificationStateToPendingCommand struct {
}
type SetAlertNotificationStateToCompleteCommand struct {
Id int64
Version int64
SentAt int64
State *AlertNotificationState
}
type GetNotificationStateQuery struct {