Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Action
- type Answer
- type BaseClient
- type BasicAction
- type BasicAnswer
- type BasicCreativeWork
- type BasicError
- type BasicIdentifiable
- type BasicQueryContext
- type BasicResponse
- type BasicResponseBase
- type BasicSearchResultsAnswer
- type BasicSuggestionsSuggestionGroup
- type BasicThing
- type CreativeWork
- type Error
- type ErrorCode
- type ErrorResponse
- type Identifiable
- type QueryContext
- type Response
- type ResponseBase
- type ResponseFormat
- type SafeSearch
- type ScenarioType
- type SearchAction
- type SearchKind
- type SearchResultsAnswer
- type Suggestions
- type SuggestionsSuggestionGroup
- type Thing
- type Type
- type TypeBasicError
- type TypeBasicQueryContext
- type TypeBasicResponseBase
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New() BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string) BaseClient
type BasicAction ¶
type BasicAction = original.BasicAction
type BasicAnswer ¶
type BasicAnswer = original.BasicAnswer
type BasicCreativeWork ¶
type BasicCreativeWork = original.BasicCreativeWork
type BasicError ¶
type BasicError = original.BasicError
type BasicIdentifiable ¶
type BasicIdentifiable = original.BasicIdentifiable
type BasicQueryContext ¶
type BasicQueryContext = original.BasicQueryContext
type BasicResponse ¶
type BasicResponse = original.BasicResponse
type BasicResponseBase ¶
type BasicResponseBase = original.BasicResponseBase
type BasicSearchResultsAnswer ¶
type BasicSearchResultsAnswer = original.BasicSearchResultsAnswer
type BasicSuggestionsSuggestionGroup ¶
type BasicSuggestionsSuggestionGroup = original.BasicSuggestionsSuggestionGroup
type BasicThing ¶
type BasicThing = original.BasicThing
type CreativeWork ¶
type CreativeWork = original.CreativeWork
type ErrorCode ¶
const ( InsufficientAuthorization ErrorCode = original.InsufficientAuthorization InvalidAuthorization ErrorCode = original.InvalidAuthorization InvalidRequest ErrorCode = original.InvalidRequest None ErrorCode = original.None RateLimitExceeded ErrorCode = original.RateLimitExceeded ServerError ErrorCode = original.ServerError )
func PossibleErrorCodeValues ¶
func PossibleErrorCodeValues() []ErrorCode
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type Identifiable ¶
type Identifiable = original.Identifiable
type QueryContext ¶
type QueryContext = original.QueryContext
type ResponseBase ¶
type ResponseBase = original.ResponseBase
type ResponseFormat ¶
type ResponseFormat = original.ResponseFormat
const ( JSON ResponseFormat = original.JSON JSONLd ResponseFormat = original.JSONLd )
func PossibleResponseFormatValues ¶
func PossibleResponseFormatValues() []ResponseFormat
type SafeSearch ¶
type SafeSearch = original.SafeSearch
const ( Moderate SafeSearch = original.Moderate Off SafeSearch = original.Off Strict SafeSearch = original.Strict )
func PossibleSafeSearchValues ¶
func PossibleSafeSearchValues() []SafeSearch
type ScenarioType ¶
type ScenarioType = original.ScenarioType
const ( Custom ScenarioType = original.Custom PersonalSearchDocuments ScenarioType = original.PersonalSearchDocuments PersonalSearchTags ScenarioType = original.PersonalSearchTags SearchHistory ScenarioType = original.SearchHistory StoreApps ScenarioType = original.StoreApps Unknown ScenarioType = original.Unknown Web ScenarioType = original.Web )
func PossibleScenarioTypeValues ¶
func PossibleScenarioTypeValues() []ScenarioType
type SearchAction ¶
type SearchAction = original.SearchAction
type SearchKind ¶
type SearchKind = original.SearchKind
const ( CustomSearch SearchKind = original.CustomSearch DocumentSearch SearchKind = original.DocumentSearch HistorySearch SearchKind = original.HistorySearch LocationSearch SearchKind = original.LocationSearch TagSearch SearchKind = original.TagSearch WebSearch SearchKind = original.WebSearch )
func PossibleSearchKindValues ¶
func PossibleSearchKindValues() []SearchKind
type SearchResultsAnswer ¶
type SearchResultsAnswer = original.SearchResultsAnswer
type Suggestions ¶
type Suggestions = original.Suggestions
type SuggestionsSuggestionGroup ¶
type SuggestionsSuggestionGroup = original.SuggestionsSuggestionGroup
type Type ¶
const (
TypeSuggestionsSuggestionGroup Type = original.TypeSuggestionsSuggestionGroup
)
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
type TypeBasicError ¶
type TypeBasicError = original.TypeBasicError
const (
TypeError TypeBasicError = original.TypeError
)
func PossibleTypeBasicErrorValues ¶
func PossibleTypeBasicErrorValues() []TypeBasicError
type TypeBasicQueryContext ¶
type TypeBasicQueryContext = original.TypeBasicQueryContext
const (
TypeQueryContext TypeBasicQueryContext = original.TypeQueryContext
)
func PossibleTypeBasicQueryContextValues ¶
func PossibleTypeBasicQueryContextValues() []TypeBasicQueryContext
type TypeBasicResponseBase ¶
type TypeBasicResponseBase = original.TypeBasicResponseBase
const ( TypeAction TypeBasicResponseBase = original.TypeAction TypeAnswer TypeBasicResponseBase = original.TypeAnswer TypeCreativeWork TypeBasicResponseBase = original.TypeCreativeWork TypeErrorResponse TypeBasicResponseBase = original.TypeErrorResponse TypeIdentifiable TypeBasicResponseBase = original.TypeIdentifiable TypeResponse TypeBasicResponseBase = original.TypeResponse TypeResponseBase TypeBasicResponseBase = original.TypeResponseBase TypeSearchAction TypeBasicResponseBase = original.TypeSearchAction TypeSearchResultsAnswer TypeBasicResponseBase = original.TypeSearchResultsAnswer TypeSuggestions TypeBasicResponseBase = original.TypeSuggestions TypeThing TypeBasicResponseBase = original.TypeThing )
func PossibleTypeBasicResponseBaseValues ¶
func PossibleTypeBasicResponseBaseValues() []TypeBasicResponseBase
Click to show internal directories.
Click to hide internal directories.