Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DuckDuckGo ¶
type DuckDuckGo struct {
core.Browser
core.SearchEngineOptions
// contains filtered or unexported fields
}
func New ¶
func New(browser core.Browser, opts core.SearchEngineOptions) *DuckDuckGo
func (*DuckDuckGo) GetRateLimiter ¶
func (ddg *DuckDuckGo) GetRateLimiter() *rate.Limiter
func (*DuckDuckGo) Name ¶
func (ddg *DuckDuckGo) Name() string
func (*DuckDuckGo) Search ¶
func (ddg *DuckDuckGo) Search(query core.Query) ([]core.SearchResult, error)
func (*DuckDuckGo) SearchImage ¶
func (ddg *DuckDuckGo) SearchImage(query core.Query) ([]core.SearchResult, error)
Click to show internal directories.
Click to hide internal directories.