forked from SW/traefik
Add healthcheck interval
This commit is contained in:
committed by
Emile Vauge
parent
5e8805f24d
commit
6b6f010851
@@ -39,7 +39,8 @@ type CircuitBreaker struct {
|
||||
|
||||
// HealthCheck holds HealthCheck configuration
|
||||
type HealthCheck struct {
|
||||
URL string `json:"url,omitempty"`
|
||||
URL string `json:"url,omitempty"`
|
||||
Interval string `json:"interval,omitempty"`
|
||||
}
|
||||
|
||||
// Server holds server configuration.
|
||||
|
||||
Reference in New Issue
Block a user