Commit graph

10 commits

Author SHA1 Message Date
Renan DelValle
df8fc2fba1
Documentation and linting improvements (#108)
* Simplifying documentation for getting started: Removed outdated information about install Golang on different platforms and instead included a link to the official Golang website which has more up to date information. Instructions for installing docker-compose have also been added.

* Added documentation to all exported functions and structs.

* Unexported some structures and functions that were needlessly exported.

* Adding golang CI default configuration which can be useful while developing and may be turned on later in the CI.

* Moving build process in CI to xenial.

* Reducing line size. in some files and shadowing in some test cases.
2019-06-12 11:22:59 -07:00
Renan DelValle
a1350c6d55 out with the old (address) in with the new (address) 2017-10-12 17:11:01 -07:00
Mothiki
a8fa05869c fix typo in the docs/using-the-sample-client.md 2016-10-07 12:59:08 -07:00
Renan DelValle
3fd957fe5c Updating library for compatibility with Aurora 0.16.0 final. Thrift API differs from main Aurora one due to TaskUpdateQuery fields resulting in errors when serialized by thrift as non-optionals. 2016-09-29 20:45:24 -04:00
Renan DelValle
917bdca354 Changed return of activeCount. Updated client usage docs 2016-08-26 16:39:56 -07:00
Renan DelValle
01b700554a Added the ability to monitor job updates.
Added the ability to kill and restart specific instances.
Fixed incorrect documentation on using-the-sample-client.
Added helper functions under the response package to extract fields from
aurora.Response.
2016-08-25 18:56:55 -07:00
Renan DelValle
f4ac7abe1b Updating documentation on client usage 2016-08-18 14:35:58 -07:00
Renan DelValle
4dd0029d0d Fixing the formatting and some incorrect info 2016-08-11 12:38:26 -07:00
Renan DelValle
c3a29f4940 Integrated information from using the sample client document and reframed the sample client document. Added a link from the README to the getting-started page. 2016-08-11 11:43:47 -07:00
Renan DelValle
4e818fdd30 Rearranging documentation to make it more easily digestible 2016-08-09 17:10:02 -07:00