Lint on healthcheck
This commit is contained in:
parent
0ab0bdf818
commit
a0b775a7c0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func NewBackendHealthCheck(URL string, lb loadBalancer) *BackendHealthCheck {
|
|||
return &BackendHealthCheck{URL, nil, lb}
|
||||
}
|
||||
|
||||
//SetBackends set backends configuration
|
||||
//SetBackendsConfiguration set backends configuration
|
||||
func (hc *HealthCheck) SetBackendsConfiguration(backends map[string]*BackendHealthCheck) {
|
||||
hc.Backends = backends
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue