Documentation ¶ Index ¶ func BuildURL(q core.Query) (string, error) func Search(query core.Query) ([]core.SearchResult, error) type Baidu func New(browser core.Browser) *Baidu func (baid *Baidu) Name() string func (baid *Baidu) 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) (string, error) func Search ¶ func Search(query core.Query) ([]core.SearchResult, error) Types ¶ type Baidu ¶ type Baidu struct { core.Browser // contains filtered or unexported fields } func New ¶ func New(browser core.Browser) *Baidu func (*Baidu) Name ¶ func (baid *Baidu) Name() string func (*Baidu) Search ¶ func (baid *Baidu) 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.