fix after review

This commit is contained in:
Julien Salleyron 2017-01-31 22:55:02 +01:00
parent 99ffc26d40
commit 755822bf14
3 changed files with 28 additions and 23 deletions

View file

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