fix bug
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: 7bb2b54fa6a87ceee04a2c1e68bf7bb11f48bfe1
This commit is contained in:
parent
7da9c4d240
commit
4185ffac47
|
@ -1244,6 +1244,8 @@ type (
|
|||
SynergyStatus int64 `json:"synergyStatus"`
|
||||
ClusterInfos []*ClusterInfo `json:"clusterInfos"`
|
||||
SubTaskInfos []*SubTaskInfo `json:"subTaskInfos"`
|
||||
TaskTypeDict string `json:"taskTypeDict"`
|
||||
AdapterTypeDict string `json:"adapterTypeDict"`
|
||||
}
|
||||
|
||||
SubTaskInfo{
|
||||
|
|
|
@ -1167,6 +1167,8 @@ type TaskDetailsResp struct {
|
|||
SynergyStatus int64 `json:"synergyStatus"`
|
||||
ClusterInfos []*ClusterInfo `json:"clusterInfos"`
|
||||
SubTaskInfos []*SubTaskInfo `json:"subTaskInfos"`
|
||||
TaskTypeDict string `json:"taskTypeDict"`
|
||||
AdapterTypeDict string `json:"adapterTypeDict"`
|
||||
}
|
||||
|
||||
type SubTaskInfo struct {
|
||||
|
|
Loading…
Reference in New Issue