diff --git a/core/types.go b/core/types.go index 32dac9b9..d76f67eb 100644 --- a/core/types.go +++ b/core/types.go @@ -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