Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Info = engines.Info{ Domain: "presearch.com", Name: engines.PRESEARCH, URL: "https://presearch.com/search?q=", ResultsPerPage: 10, }
View Source
var Support = engines.SupportedSettings{ SafeSearch: true, }
Functions ¶
Types ¶
type PresearchResponse ¶
type PresearchResponse struct { Results struct { StandardResults []Result `json:"standardResults"` } `json:"results"` }
Click to show internal directories.
Click to hide internal directories.