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
638ccff564
commit
e5408bd911
1 changed files with 1 additions and 0 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…
Reference in a new issue