Sample Client cleanup, misc cleanup (#74)

* Changing print + os.exit to log.Fatal. Leaving a TODO to move documentation to interface.
This commit is contained in:
Renan DelValle 2018-10-04 11:28:32 -07:00 committed by GitHub
parent 037c636d6d
commit 149d03988c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 100 additions and 161 deletions

View file

@ -38,6 +38,7 @@ import (
const VERSION = "1.2.1"
// TODO(rdelvalle): Move documentation to interface in order to make godoc look better/more accessible
type Realis interface {
AbortJobUpdate(updateKey aurora.JobUpdateKey, message string) (*aurora.Response, error)
AddInstances(instKey aurora.InstanceKey, count int32) (*aurora.Response, error)