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