github.com/fanux/shipyard@v0.0.0-20161009071005-6515ce223235/registry/v1/search.go (about)

     1  package v1
     2  
     3  type (
     4  	SearchResult struct {
     5  		NumberOfResults int           `json:"num_results,omitempty"`
     6  		Query           string        `json:"string,omitempty"`
     7  		Results         []*Repository `json:"results,omitempty"`
     8  	}
     9  )