Fixing Realis interface so that realisClient can use it
This commit is contained in:
parent
4c3d850a9e
commit
d810808b68
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ import (
|
||||||
type Realis interface {
|
type Realis interface {
|
||||||
AbortJobUpdate(key *aurora.JobKey, updateId string, message string) (*aurora.Response, error)
|
AbortJobUpdate(key *aurora.JobKey, updateId string, message string) (*aurora.Response, error)
|
||||||
AddInstances(instKey aurora.InstanceKey, count int32) (*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)
|
CreateJob(auroraJob Job) (*aurora.Response, error)
|
||||||
FetchTaskConfig(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
|
FetchTaskConfig(instKey aurora.InstanceKey) (*aurora.TaskConfig, error)
|
||||||
KillJob(key *aurora.JobKey) (*aurora.Response, error)
|
KillJob(key *aurora.JobKey) (*aurora.Response, error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue