Documentation ¶ Index ¶ func BuildURL(q core.Query, page int) (string, error) func Search(query core.Query) ([]core.SearchResult, error) type Yandex func New(browser core.Browser) *Yandex func (yand *Yandex) Name() string func (yand *Yandex) Search(query core.Query) ([]core.SearchResult, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildURL ¶ func BuildURL(q core.Query, page int) (string, error) func Search ¶ func Search(query core.Query) ([]core.SearchResult, error) Types ¶ type Yandex ¶ type Yandex struct { core.Browser // contains filtered or unexported fields } func New ¶ func New(browser core.Browser) *Yandex func (*Yandex) Name ¶ func (yand *Yandex) Name() string func (*Yandex) Search ¶ func (yand *Yandex) Search(query core.Query) ([]core.SearchResult, error) Source Files ¶ View all Source files search.gosearch_raw.gourl.go Click to show internal directories. Click to hide internal directories.