forked from JointCloud/pcm-coordinator
updated runtaskreq param
This commit is contained in:
parent
a8506d0dd7
commit
223fe4e118
|
@ -239,6 +239,8 @@ type (
|
|||
// 启动任务(资源已就绪):/runTask
|
||||
RunTaskReq {
|
||||
TaskID int64 `json:"taskID"`
|
||||
JobSetID string `json:"jobSetID"`
|
||||
LocalJobID string `json:"localJobID"`
|
||||
ScheduledDatas []*DataScheduleResults `json:"scheduledDatas,optional"`
|
||||
}
|
||||
|
||||
|
|
|
@ -6002,6 +6002,8 @@ type ScheduleData struct {
|
|||
|
||||
type RunTaskReq struct {
|
||||
TaskID int64 `json:"taskID"`
|
||||
JobSetID string `json:"jobSetID"`
|
||||
LocalJobID string `json:"localJobID"`
|
||||
ScheduledDatas []*DataScheduleResults `json:"scheduledDatas,optional"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue