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:
parent
037c636d6d
commit
149d03988c
2 changed files with 100 additions and 161 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue