mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove engine.Table from docker search and fix missing field
registry/SearchResults was missing the "is_automated" field. I added it back in. Pull this 'table' removal one from the others because it fixed a bug too Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
12e7787540
commit
67b4cce0f6
2 changed files with 22 additions and 12 deletions
|
|
@ -5,6 +5,7 @@ type SearchResult struct {
|
|||
IsOfficial bool `json:"is_official"`
|
||||
Name string `json:"name"`
|
||||
IsTrusted bool `json:"is_trusted"`
|
||||
IsAutomated bool `json:"is_automated"`
|
||||
Description string `json:"description"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue