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