updated types

Former-commit-id: 4e459de0331e4ea2587aafcd2cd93d94b94ecfd7
This commit is contained in:
tzwang 2024-05-15 17:41:57 +08:00
parent 3f9e814e88
commit 95b2258e2c
1 changed files with 1 additions and 0 deletions

View File

@ -5624,6 +5624,7 @@ type ScheduleResult struct {
TaskId string `json:"taskId"`
Card string `json:"card"`
Strategy string `json:"strategy"`
JobId string `json:"jobId"`
Replica int32 `json:"replica"`
Msg string `json:"msg"`
}