# 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.