package
Version:
v2026.708.0
Opens a new window with list of versions in this module.
Published: Jul 8, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Hit struct {
Title string `json:"title"`
URL string `json:"url"`
Snippet string `json:"snippet,omitempty"`
}
type Request struct {
Query string
MaxResults int
}
type Response struct {
Engine string `json:"engine"`
Hits []Hit `json:"hits"`
HasMore bool `json:"hasMore,omitempty"`
SearxBaseURL string `json:"searxBaseURL,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.