This commit is contained in:
bergquist
2018-09-27 14:32:54 +02:00
parent d093244282
commit 15ce474639
5 changed files with 98 additions and 62 deletions

View File

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