mirror of
https://github.com/TwiN/gatus.git
synced 2025-06-19 17:28:01 +02: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…
x
Reference in New Issue
Block a user