Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircuitError ¶
CircuitError implements the circuit.Error interface for tests
func (CircuitError) CircuitOpen ¶
func (mce CircuitError) CircuitOpen() bool
CircuitOpen returns whether the circuit is open for Circuit Error structs
func (CircuitError) ConcurrencyLimitReached ¶
func (mce CircuitError) ConcurrencyLimitReached() bool
ConcurrencyLimitReached returns whether the concurrency limit has been reached for Circuit Error structs
func (CircuitError) Error ¶
func (mce CircuitError) Error() string
Error returns the error message for Circuit Error structs
Click to show internal directories.
Click to hide internal directories.