Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageResult ¶
type ImageSearchResults ¶
type ImageSearchResults struct {
Results []ImageResult `json:"results"`
}
func (ImageSearchResults) ToString ¶
func (i ImageSearchResults) ToString() string
type WebSearchResults ¶
type WebSearchResults struct {
Results []WebResult `json:"results"`
}
func (WebSearchResults) ToString ¶
func (w WebSearchResults) ToString() string
Click to show internal directories.
Click to hide internal directories.