diff --git a/core/endpoint.go b/core/endpoint.go index 749b1d3d..f027b080 100644 --- a/core/endpoint.go +++ b/core/endpoint.go @@ -120,6 +120,9 @@ type Endpoint struct { // NumberOfSuccessesInARow is the number of successful evaluations in a row NumberOfSuccessesInARow int `yaml:"-"` + + // LastReminderSent is the time at which the last reminder was sent for this endpoint. + LastReminderSent time.Time `yaml:"-"` } // IsEnabled returns whether the endpoint is enabled or not