updated scheduleResult api
Former-commit-id: 13291220187c89f4eaa3f76068b46a870cbcdc32
This commit is contained in:
parent
97572584c2
commit
41c0ed7844
|
@ -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"`
|
||||
}
|
||||
|
|
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue