Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Install ¶
func Install(options InstallOptions) (err error)
Types ¶
type InstallOptions ¶ added in v1.45.0
type PackageInfo ¶
type SearchChannels ¶
type SearchChannels struct {
Packages chan []PackageInfo
Query chan string
Error chan error
Stop chan struct{}
}
type SearchResponse ¶
type SearchResponse struct {
Objects []struct {
Package PackageInfo `json:"package"`
} `json:"objects"`
}
Click to show internal directories.
Click to hide internal directories.