package
Version:
v0.0.0-...-5f3cdcf
Opens a new window with list of versions in this module.
Published: Dec 1, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ImageResults struct {
Value []struct {
ContentURL string `json:"contentUrl"`
ContentSize string `json:"contentSize"`
EncodingFormat string `json:"encodingFormat"`
} `json:"value"`
}
type SearchResults struct {
WebPages *struct {
Value []struct {
Name string `json:"name"`
URL string `json:"url"`
} `json:"value"`
} `json:"webPages"`
Error struct {
StatusCode int `json:"statusCode"`
Message string `json:"message"`
} `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.