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