説明なし

tukeJonny c3c0b95eab Move TestRetrierCtx to retrier_test.go 6 年 前
batcher ed0319b32e Add code-of-conduct badge to READMEs 10 年 前
breaker ed0319b32e Add code-of-conduct badge to READMEs 10 年 前
deadline b86b1ec0dd deadline: adjust example comments 10 年 前
retrier c3c0b95eab Move TestRetrierCtx to retrier_test.go 6 年 前
semaphore b77c957f7c Tweak docs on IsEmpty 8 年 前
.gitignore 9d854293d0 Initial commit 11 年 前
.travis.yml 0e5aea613d Add double quote to go version on travis 6 年 前
CHANGELOG.md ea41b0fad3 Add changelog 7 年 前
LICENSE 9d854293d0 Initial commit 11 年 前
README.md ed0319b32e Add code-of-conduct badge to READMEs 10 年 前

README.md

go-resiliency

Build Status GoDoc Code of Conduct

Resiliency patterns for golang. Based in part on Hystrix, Semian, and others.

Currently implemented patterns include:

  • circuit-breaker (in the breaker directory)
  • semaphore (in the semaphore directory)
  • deadline/timeout (in the deadline directory)
  • batching (in the batcher directory)
  • retriable (in the retrier directory)

Follows semantic versioning using https://gopkg.in/ - import from gopkg.in/eapache/go-resiliency.v1 for guaranteed API stability.