8000 Tags · metlive/gobreaker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: metlive/gobreaker

Tags

v0.4.1

Toggle v0.4.1's commit message
Add go.mod and go.sum

0.4.0

Toggle 0.4.0's commit message
Add tests for Go 1.11.x

0.3.0

Toggle 0.3.0's commit message
two step circuit breaker (sony#6)

* add multi step breaker control

* added documentation

* test breaker initialization with preserving coverage

* change the 2-step breaker interface to a single Allow function with a callback

* provide a separate structure for the different use case of Allow()

* update documentation

* review fixes:
- renamed twostep breaker constructor
- fixed failure test call to return an error

0.2.0

Toggle 0.2.0's commit message
Merge pull request sony#2 from kalbasit/state_str

Implement `String()` for the state so it can be easily printed.

0.1.0

Toggle 0.1.0's commit message
Initial commit

0