Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶
type Provider interface {
List() ([]*goggles.Package, error)
Details(string) (*goggles.Package, error)
OpenFileExplorer(string)
OpenTerminal(string)
OpenBrowser(string)
Preferences() *conf.Config
UpdatePreferences(*conf.Config)
}
Provider is a type that provides access to package data, the host operating system, and anything else the API requires to function.
Click to show internal directories.
Click to hide internal directories.