mirror of
https://github.com/TwiN/gatus.git
synced 2025-06-20 01:38:01 +02:00
Minor update
This commit is contained in:
parent
d57da0a1dd
commit
fd818bb7e8
@ -32,8 +32,8 @@ type Result struct {
|
|||||||
type Service struct {
|
type Service struct {
|
||||||
Name string `yaml:"name"`
|
Name string `yaml:"name"`
|
||||||
Url string `yaml:"url"`
|
Url string `yaml:"url"`
|
||||||
Interval int `yaml:"interval,omitempty"`
|
Interval int `yaml:"interval,omitempty"` // TODO: Implement
|
||||||
FailureThreshold int `yaml:"failure-threshold,omitempty"`
|
FailureThreshold int `yaml:"failure-threshold,omitempty"` // TODO: Implement
|
||||||
Conditions []*Condition `yaml:"conditions"`
|
Conditions []*Condition `yaml:"conditions"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user