Skip to content

Commit

Permalink
move SearchResults to registry
Browse files Browse the repository at this point in the history
Signed-off-by: Junjun Li <junjunli666@gmail.com>
  • Loading branch information
hellolijj committed May 21, 2019
1 parent c6e57e2 commit 7114849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion registry/types/search_result_resp.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package types

import "github.com/alibaba/pouch/apis/types"

// SearchResultResp response of search images from specific registry
type SearchResultResp struct {

// NumResults indicates the number of results the query returne
// 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
Expand Down

0 comments on commit 7114849

Please sign in to comment.