Merge remote-tracking branch 'origin/master'

Former-commit-id: 9e218d5843af15e4bde7b607313e7e222713ff16
This commit is contained in:
tzwang 2024-04-11 19:21:45 +08:00
commit 766ca71dc7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ type (
ScheduleResult {
ClusterId string `json:"clusterId"`
TaskId string `json:"taskId"`
Strategy string `json:"strategy"`
Replica int32 `json:"replica"`
Msg string `json:"msg"`
}

View File

@ -5289,6 +5289,7 @@ type ScheduleResp struct {
type ScheduleResult struct {
ClusterId string `json:"clusterId"`
TaskId string `json:"taskId"`
Strategy string `json:"strategy"`
Replica int32 `json:"replica"`
Msg string `json:"msg"`
}