taskinfo信息修改
Former-commit-id: 5f029e509812716db6644562ccd1e149f3b907e2
This commit is contained in:
parent
bc7f7f5a1a
commit
99ce60eaad
|
@ -199,7 +199,7 @@ type (
|
||||||
TaskId int64 `json:"taskId,optional"`
|
TaskId int64 `json:"taskId,optional"`
|
||||||
TaskType string `json:"taskType,optional"`
|
TaskType string `json:"taskType,optional"`
|
||||||
matchLabels map[string]string `json:"matchLabels"`
|
matchLabels map[string]string `json:"matchLabels"`
|
||||||
participantId string `json:"participantId"`
|
participantId int64 `json:"participantId"`
|
||||||
metadata interface{} `json:"metadata"`
|
metadata interface{} `json:"metadata"`
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
@ -179,7 +179,7 @@ type TaskInfo struct {
|
||||||
TaskId int64 `json:"taskId,optional"`
|
TaskId int64 `json:"taskId,optional"`
|
||||||
TaskType string `json:"taskType,optional"`
|
TaskType string `json:"taskType,optional"`
|
||||||
MatchLabels map[string]string `json:"matchLabels"`
|
MatchLabels map[string]string `json:"matchLabels"`
|
||||||
ParticipantId string `json:"participantId"`
|
ParticipantId int64 `json:"participantId"`
|
||||||
Metadata interface{} `json:"metadata"`
|
Metadata interface{} `json:"metadata"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue