package
0.13.0
Repository: https://github.com/go-kit/kit.git
Documentation: pkg.go.dev

# Functions

Gobreaker returns an endpoint.Middleware that implements the circuit breaker pattern using the sony/gobreaker package.
HandyBreaker returns an endpoint.Middleware that implements the circuit breaker pattern using the streadway/handy/breaker package.
Hystrix returns an endpoint.Middleware that implements the circuit breaker pattern using the afex/hystrix-go package.