mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
chore: adapt repeat interval feature after merge
This commit is contained in:
parent
bd36446f95
commit
485a5fb639
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue