Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Info engines.Info = engines.Info{ Domain: "images.google.com", Name: engines.GOOGLEIMAGES, URL: "https://www.google.com/search?q=", ResultsPerPage: 10, }
View Source
var Support engines.SupportedSettings = engines.SupportedSettings{}
Functions ¶
Types ¶
type JsonResponse ¶
type JsonResponse struct {
ISCHJ ISCHJ `json:"ischj"`
}
type Metadata ¶
type Metadata struct { Result Result `json:"result"` TextInGrid TextInGrid `json:"text_in_grid"` OriginalImage Image `json:"original_image"` Thumbnail Image `json:"thumbnail"` }
type TextInGrid ¶
type TextInGrid struct {
Snippet string `json:"snippet"`
}
Click to show internal directories.
Click to hide internal directories.