Documentation ¶
Index ¶
- type Result
- type SearchReq
- type SearchResp
- type Service
- func (s *Service) AutoComplete(ctx context.Context, text string) ([]string, error)
- func (s *Service) ContinueSearch(ctx context.Context, tok search.Token) search.ResultIterator
- func (*Service) ID() string
- func (s *Service) Languages(ctx context.Context) ([]search.Language, error)
- func (s *Service) Regions(ctx context.Context) ([]search.Region, error)
- func (s *Service) Search(ctx context.Context, req search.Request) search.ResultIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchResp ¶
type SearchResp struct {
Results []Result
}
type Service ¶
type Service struct {
providers.HTTPClient
}
func (*Service) AutoComplete ¶
func (*Service) ContinueSearch ¶
Click to show internal directories.
Click to hide internal directories.