Fixing Realis interface so that realisClient can use it

This commit is contained in:
Renan DelValle 2016-08-24 16:09:25 -07:00
parent 4c3d850a9e
commit d810808b68

View file

@ -30,7 +30,6 @@ import (
type Realis interface {
AbortJobUpdate(key *aurora.JobKey, updateId string, message string) (*aurora.Response, error)
AddInstances(instKey aurora.InstanceKey, count int32) (*aurora.Response, error)
ConfigSummary(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
CreateJob(auroraJob Job) (*aurora.Response, error)
FetchTaskConfig(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
KillJob(key *aurora.JobKey) (*aurora.Response, error)