update docker search to reflect future changes of the api

This commit is contained in:
Victor Vieux
2013-10-31 19:14:11 -07:00
committed by Victor Vieux
parent e3c49843d7
commit 02b5202432
4 changed files with 27 additions and 23 deletions
-5
View File
@@ -78,11 +78,6 @@ type APIContainersOld struct {
SizeRootFs int64
}
type APISearch struct {
Name string
Description string
}
type APIID struct {
ID string `json:"Id"`
}