mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
docs: Improve Result.ConditionResults description
This commit is contained in:
parent
739e6c75a6
commit
4397dcb5fc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ type Result struct {
|
|||
// Errors encountered during the evaluation of the Endpoint's health
|
||||
Errors []string `json:"errors,omitempty"`
|
||||
|
||||
// ConditionResults results of the Endpoint's conditions
|
||||
// ConditionResults are the results of each of the Endpoint's Condition
|
||||
ConditionResults []*ConditionResult `json:"conditionResults,omitempty"`
|
||||
|
||||
// Success whether the result signifies a success or not
|
||||
|
|
Loading…
Reference in a new issue