Skip to content

Commit

Permalink
Merge pull request #7 from phoops/add-last-success-code-subscription-…
Browse files Browse the repository at this point in the history
…notification

Add LastSuccessCode field to SubscriptionNotification
  • Loading branch information
tlinford authored Feb 26, 2021
2 parents 5d88a7e + 55fd247 commit 1b5308d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ type SubscriptionNotification struct {
LastNotification *time.Time `json:"lastNotification,omitempty"`
LastFailure *time.Time `json:"lastFailure,omitempty"`
LastSuccess *time.Time `json:"lastSuccess,omitempty"`
LastSuccessCode *uint `json:"lastSuccessCode,omitempty"`
}

type Notification struct {
Expand Down

0 comments on commit 1b5308d

Please sign in to comment.