Нет описания

Evan Huus f341fb4dca Merge pull request #8 from eapache/go1.5 10 лет назад
batcher ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад
breaker ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад
deadline ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад
retrier ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад
semaphore ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад
.gitignore 9d854293d0 Initial commit 11 лет назад
.travis.yml be546bcf29 Add go1.5 to CI 10 лет назад
LICENSE 9d854293d0 Initial commit 11 лет назад
README.md ed0319b32e Add code-of-conduct badge to READMEs 11 лет назад

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.