1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 21:55:03 +00:00

Remove Explanation field from ConditionResult

This commit is contained in:
TwinProduction
2020-04-10 16:37:52 -04:00
parent 6888ced1a7
commit 1f177902e6

View File

@@ -94,7 +94,6 @@ func (service *Service) EvaluateConditions() *Result {
type ConditionResult struct { type ConditionResult struct {
Condition *Condition `json:"condition"` Condition *Condition `json:"condition"`
Success bool `json:"success"` Success bool `json:"success"`
Explanation string `json:"-"`
} }
type Condition string type Condition string