# Functions
Do calls Breaker.Do on the Breaker with given name.
DoWithAcceptable calls Breaker.DoWithAcceptable on the Breaker with given name.
DoWithFallback calls Breaker.DoWithFallback on the Breaker with given name.
DoWithFallbackAcceptable calls Breaker.DoWithFallbackAcceptable on the Breaker with given name.
GetBreaker returns the Breaker with the given name.
NewBreaker returns a Breaker object.
NoBreakerFor disables the circuit breaker for the given name.
WithName returns a function to set the name of a Breaker.
# Variables
ErrServiceUnavailable is returned when the Breaker state is open.