Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoInstances = errors.New("query service instance error")
)
Functions ¶
This section is empty.
Types ¶
type HystrixHandler ¶
type HystrixHandler struct {
// contains filtered or unexported fields
}
func NewHystrixHandler ¶
func NewHystrixHandler(discoveryClient discover.DiscoveryClient, loadbalance loadbalance.LoadBalance, logger *log.Logger) *HystrixHandler
func (*HystrixHandler) ServeHTTP ¶
func (hystrixHandler *HystrixHandler) ServeHTTP(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.