Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchResultResp ¶
type SearchResultResp struct { // NumResults indicates the number of results the query return NumResults int64 `json:"num_results,omitempty"` // query contains the query string that generated the search results Query string `json:"query,omitempty"` // Results is a slice containing the actual results for the search Results []*types.SearchResultItem `json:"results"` }
SearchResultResp response of search images from specific registry
Click to show internal directories.
Click to hide internal directories.