bing

package
v0.0.0-...-4d6a1d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageResults

type ImageResults struct {
	D struct {
		Results []struct {
			MediaURL    string `json:"MediaUrl"`
			FileSize    string `json:"FileSize"`
			ContentType string `json:"ContentType"`
		} `json:"results"`
		Next string `json:"__next"`
	} `json:"d"`
}

type SearchResults

type SearchResults struct {
	D struct {
		Results []struct {
			Metadata struct {
				URI  string `json:"uri"`
				Type string `json:"type"`
			} `json:"__metadata"`
			ID          string `json:"ID"`
			Title       string `json:"Title"`
			Description string `json:"Description"`
			DisplayURL  string `json:"DisplayUrl"`
			URL         string `json:"Url"`
		} `json:"results"`
		Next string `json:"__next"`
	} `json:"d"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL