mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Remove Explanation field from ConditionResult
This commit is contained in:
parent
6888ced1a7
commit
1f177902e6
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue