mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 17:34:42 +00:00
Remove Explanation field from ConditionResult
This commit is contained in:
@@ -92,9 +92,8 @@ func (service *Service) EvaluateConditions() *Result {
|
||||
}
|
||||
|
||||
type ConditionResult struct {
|
||||
Condition *Condition `json:"condition"`
|
||||
Success bool `json:"success"`
|
||||
Explanation string `json:"-"`
|
||||
Condition *Condition `json:"condition"`
|
||||
Success bool `json:"success"`
|
||||
}
|
||||
|
||||
type Condition string
|
||||
|
||||
Reference in New Issue
Block a user