Versions in this module Expand all Collapse all v1 v1.1.3 Nov 13, 2022 Changes in this version + const URL + const Version + func NewGoogleEngine() dorkali.Engine + type GoogleEngine struct + Opt options + func (engine *GoogleEngine) Description() string + func (engine *GoogleEngine) ParseHTML(h string) ([]dorkali.Result, error) + func (engine *GoogleEngine) ParseResponse(response *http.Response) ([]dorkali.Result, error) + func (engine *GoogleEngine) Search(interface{}) (*http.Response, error) + func (engine *GoogleEngine) Start() error + func (engine *GoogleEngine) Usage() + func (engine *GoogleEngine) Version() string + type GoogleResult struct + Doc *html.Element + func (r *GoogleResult) Description() string + func (r *GoogleResult) String() string + func (r *GoogleResult) Title() string + func (r *GoogleResult) Url() string