coredns/vendor/github.com/eapache/go-resiliency
Manuel Alejandro de Brito Fontes 0e8977761d Dep helper (#2151)
* Add dep task to update go dependencies

* Update go dependencies
2018-09-29 23:47:07 +01:00
..
breaker Dep helper (#2151) 2018-09-29 23:47:07 +01:00
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
CHANGELOG.md Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Vendor update with github.com/ugorji/go and github.com/apache/thrift pinning (#1805) 2018-05-16 22:19:53 +01:00

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.