Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Info = engines.Info{ Domain: "yep.com", Name: engines.YEP, URL: "https://api.yep.com/fs/2/search?", ResultsPerPage: 20, }
View Source
var Support = engines.SupportedSettings{ Locale: true, SafeSearch: true, }
Functions ¶
This section is empty.
Types ¶
type JsonResponse ¶ added in v0.12.0
type JsonResponse struct { // Total int `json:"total"` Results []Result `json:"results"` }
Click to show internal directories.
Click to hide internal directories.