fix after review
This commit is contained in:
parent
99ffc26d40
commit
755822bf14
3 changed files with 28 additions and 23 deletions
|
@ -4,10 +4,11 @@ import (
|
|||
"encoding"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/docker/libkv/store"
|
||||
"github.com/ryanuber/go-glob"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/docker/libkv/store"
|
||||
"github.com/ryanuber/go-glob"
|
||||
)
|
||||
|
||||
// Backend holds backend configuration.
|
||||
|
@ -36,7 +37,7 @@ type CircuitBreaker struct {
|
|||
Expression string `json:"expression,omitempty"`
|
||||
}
|
||||
|
||||
// HealthCheck holds healthchk configuration
|
||||
// HealthCheck holds HealthCheck configuration
|
||||
type HealthCheck struct {
|
||||
URL string `json:"url,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue