docs: Improve Result.ConditionResults description
This commit is contained in:
parent
739e6c75a6
commit
4397dcb5fc
@ -29,7 +29,7 @@ type Result struct {
|
|||||||
// Errors encountered during the evaluation of the Endpoint's health
|
// Errors encountered during the evaluation of the Endpoint's health
|
||||||
Errors []string `json:"errors,omitempty"`
|
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"`
|
ConditionResults []*ConditionResult `json:"conditionResults,omitempty"`
|
||||||
|
|
||||||
// Success whether the result signifies a success or not
|
// Success whether the result signifies a success or not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user