package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Jun 24, 2023
License: CC0-1.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Detail struct {
Keyword string `json:"keyword"`
Count int `json:"count"`
FlagsUnstableAPI []string `json:"flagsUnstableAPI"`
}
type Response struct {
License string `json:"license"`
Query string `json:"query"`
Results []Result `json:"results"`
}
type Result struct {
URL string `json:"url"`
Title string `json:"title"`
Description string `json:"description"`
Quality float64 `json:"quality"`
Details [][]Detail `json:"details"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.