• Stars
    star
    8
  • Rank 2,031,819 (Top 42 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ‘― Go Chronos 3.x REST API Client

Build Status Go Report Card Taylor Swift Volkswagen License

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

License

Apache 2.0