Permalink
Failed to load latest commit information.
examples Fixed error in README's for examples. Sep 30, 2018
.gitignore Serve and Shutdown now safe for concurrent calls. Sep 28, 2018
LICENSE Initial commit Jul 15, 2018
README.md Fixed error in README's for examples. Sep 30, 2018
conn.go Added a Conn interface instead of using nats.Conn directly, to ease t… Sep 30, 2018
doc.go Refactoring of API using response interfaces instead of struct. Many … Sep 29, 2018
errors.go Refactoring the API Sep 26, 2018
patterns.go Initial commit Jul 15, 2018
request.go Merge branch 'master' of https://github.com/jirenius/go-res into develop Sep 29, 2018
resource.go Refactoring the API Sep 26, 2018
service.go Added a Conn interface instead of using nats.Conn directly, to ease t… Sep 30, 2018
types.go Refactoring the API Sep 26, 2018
worker.go Added a Conn interface instead of using nats.Conn directly, to ease t… Sep 30, 2018