docs: Improve Result.ConditionResults description

This commit is contained in:
TwiN 2024-05-04 20:05:06 -04:00
parent 739e6c75a6
commit 4397dcb5fc

View File

@ -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