Add API for querying the state after a list of events (#123)

* Add API for querying the state after a list of events

* Implement state after events API

* Actually implement the API

* Reorder .travis.yml

* Comments

* Use common.MakeAPI
This commit is contained in:
Mark Haines 2017-05-30 17:44:31 +01:00 committed by GitHub
parent e21cd5ae66
commit 65b66a6452
4 changed files with 217 additions and 27 deletions

View file

@ -17,9 +17,9 @@ install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- ./travis-install-kafka.sh
script:
- ./travis-install-kafka.sh
- ./travis-test.sh
notifications: