Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SearchFilterAutomated is the key for filtering images by their automated attribute. SearchFilterAutomated = "is-automated" // SearchFilterOfficial is the key for filtering images by their official attribute. SearchFilterOfficial = "is-official" // SearchFilterStars is the key for filtering images by stars. SearchFilterStars = "stars" )
Variables ¶
View Source
var SearchFilters = []string{SearchFilterAutomated, SearchFilterOfficial, SearchFilterStars}
SearchFilters includes all supported search filters.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.