api code generate
Former-commit-id: 6bdec0b4f81a571ed12b8b037840032c2d2780f7
This commit is contained in:
parent
29e0755f62
commit
6134a3259f
|
@ -2766,10 +2766,11 @@ type SubmitLinkTaskReq struct {
|
||||||
PartId int64 `json:"partId"`
|
PartId int64 `json:"partId"`
|
||||||
ImageId string `json:"imageId"`
|
ImageId string `json:"imageId"`
|
||||||
Cmd string `json:"cmd"`
|
Cmd string `json:"cmd"`
|
||||||
Envs []EnvSl `json:"envs"`
|
Params []ParamSl `json:"params"`
|
||||||
|
ResourceId string `json:"resourceId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type EnvSl struct {
|
type ParamSl struct {
|
||||||
Key string `json:"key"`
|
Key string `json:"key"`
|
||||||
Val string `json:"value"`
|
Val string `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue