package
0.14.0-openmesh
Repository: https://github.com/openmesh/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.