go-chronos is a Go library for the Chronos REST API. Check the examples to see how to access the Chronos API.
- Creating Jobs
- Deleting Jobs
- Search Jobs
- Kill Tasks
- List Jobs
- Marking a Job as successful
You can find the documentation hosted on godoc.org.
go get github.com/axelspringer/go-chronos
You find some examples in the examples
folder.
Install neat tools and dependencies.
make deps && make restore