📚 go-chronos - Awesome Go Library for Third-party APIs

Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler
🏷️ Third-party APIs
📂 Third-party APIs
⭐ 0 stars
Detailed Description of go-chronos
go-chronos
go-chronos is a Go library for the Chronos REST API. Check the examples to see how to access the Chronos API.
Features
- Creating Jobs
- Deleting Jobs
- Search Jobs
- Kill Tasks
- List Jobs
- Marking a Job as successful
Documentation
You can find the documentation hosted on godoc.org.
Install
go get github.com/axelspringer/go-chronos
Examples
You find some examples in the examples folder.
Development
Install neat tools and dependencies.
make deps && make restore