removed only_ids and trunc_cmd from the api

Upstream-commit: 1990c49a6235530a3ddedc00db3aa38acf93a9c5
Component: engine
This commit is contained in:
Victor Vieux
2013-05-13 12:18:55 +02:00
parent 0bf1d78235
commit ad78d7afdf
6 changed files with 48 additions and 74 deletions
+6 -6
View File
@@ -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 {