mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-09 07:28:29 +01:00
Fix missing json instruction
This commit is contained in:
parent
c90ca8fa85
commit
94a742bc23
@ -86,9 +86,9 @@ func (service *Service) EvaluateConditions() *Result {
|
||||
}
|
||||
|
||||
type ConditionResult struct {
|
||||
Condition *Condition
|
||||
Success bool
|
||||
Explanation string
|
||||
Condition *Condition `json:"condition"`
|
||||
Success bool `json:"success"`
|
||||
Explanation string `json:"explanation"`
|
||||
}
|
||||
|
||||
type Condition string
|
||||
|
Loading…
Reference in New Issue
Block a user