mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 15:14:43 +00:00
Remove comment that no longer applies
This commit is contained in:
@@ -25,7 +25,7 @@ type Result struct {
|
|||||||
Duration time.Duration `json:"duration"`
|
Duration time.Duration `json:"duration"`
|
||||||
|
|
||||||
// Errors encountered during the evaluation of the service's health
|
// Errors encountered during the evaluation of the service's health
|
||||||
Errors []string `json:"errors"` // XXX: find a way to filter out duplicate errors
|
Errors []string `json:"errors"`
|
||||||
|
|
||||||
// ConditionResults results of the service's conditions
|
// ConditionResults results of the service's conditions
|
||||||
ConditionResults []*ConditionResult `json:"conditionResults"`
|
ConditionResults []*ConditionResult `json:"conditionResults"`
|
||||||
|
|||||||
Reference in New Issue
Block a user