forked from JointCloud/pcm-coordinator
fix startall apis
This commit is contained in:
parent
a3f4540e8d
commit
12ca4d7bdd
|
@ -6014,14 +6014,14 @@ type InferenceTaskStatResp struct {
|
|||
}
|
||||
|
||||
type StartAllByDeployTaskIdReq struct {
|
||||
Id string `form:"deployTaskid"`
|
||||
Id string `form:"deployTaskId"`
|
||||
}
|
||||
|
||||
type StartAllByDeployTaskIdResp struct {
|
||||
}
|
||||
|
||||
type StopAllByDeployTaskIdReq struct {
|
||||
Id string `form:"deployTaskid"`
|
||||
Id string `form:"deployTaskId"`
|
||||
}
|
||||
|
||||
type StopAllByDeployTaskIdResp struct {
|
||||
|
|
Loading…
Reference in New Issue