mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
removed only_ids and trunc_cmd from the api
Upstream-commit: 1990c49a6235530a3ddedc00db3aa38acf93a9c5 Component: engine
This commit is contained in:
@@ -10,7 +10,7 @@ type ApiImages struct {
|
||||
Repository string `json:",omitempty"`
|
||||
Tag string `json:",omitempty"`
|
||||
Id string
|
||||
Created int64 `json:",omitempty"`
|
||||
Created int64
|
||||
}
|
||||
|
||||
type ApiInfo struct {
|
||||
@@ -25,11 +25,11 @@ type ApiInfo struct {
|
||||
|
||||
type ApiContainers struct {
|
||||
Id string
|
||||
Image string `json:",omitempty"`
|
||||
Command string `json:",omitempty"`
|
||||
Created int64 `json:",omitempty"`
|
||||
Status string `json:",omitempty"`
|
||||
Ports string `json:",omitempty"`
|
||||
Image string
|
||||
Command string
|
||||
Created int64
|
||||
Status string
|
||||
Ports string
|
||||
}
|
||||
|
||||
type ApiSearch struct {
|
||||
|
||||
Reference in New Issue
Block a user