mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-24 23:08:58 +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 {
|
type ConditionResult struct {
|
||||||
Condition *Condition
|
Condition *Condition `json:"condition"`
|
||||||
Success bool
|
Success bool `json:"success"`
|
||||||
Explanation string
|
Explanation string `json:"explanation"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Condition string
|
type Condition string
|
||||||
|
Loading…
Reference in New Issue
Block a user