Minor update

This commit is contained in:
TwinProduction 2019-09-06 22:05:30 -04:00
parent d57da0a1dd
commit fd818bb7e8

View File

@ -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"`
}