package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Nov 25, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Items struct {
Link string `json:"link"`
}
type Request struct {
SearchTerms string `json:"q"`
Count int `json:"num"`
StartIndex int `json:"start"`
CX string `json:"cx"`
}
type Response struct {
Items []Items `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.