forked from JointCloud/pcm-coordinator
Merge branch 'master' of https://gitlink.org.cn/tzwang/pcm-coordinator
This commit is contained in:
commit
7e0205ccaf
|
@ -239,6 +239,8 @@ type (
|
|||
// 启动任务(资源已就绪):/runTask
|
||||
RunTaskReq {
|
||||
TaskID int64 `json:"taskID"`
|
||||
JobSetID string `json:"jobSetID"`
|
||||
LocalJobID string `json:"localJobID"`
|
||||
ScheduledDatas []*DataScheduleResults `json:"scheduledDatas,optional"`
|
||||
}
|
||||
|
||||
|
|
|
@ -6008,6 +6008,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