Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PackageInfo ¶
type SearchChannels ¶
type SearchChannels struct {
Packages chan []PackageInfo
Query chan string
Error chan error
Stop chan any
}
type SearchResponse ¶
type SearchResponse struct {
Objects []struct {
Package PackageInfo `json:"package"`
} `json:"objects"`
}
Click to show internal directories.
Click to hide internal directories.