Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchOutdatedPackages ¶
func FetchOutdatedPackages(r runner.CommandRunner) (*brewOutdatedJSON, error)
Types ¶
type BrewState ¶
type BrewState struct {
Installed map[string]bool
Outdated map[string]PackageInfo
}
func FetchState ¶
func FetchState(r runner.CommandRunner) (*BrewState, error)
type PackageInfo ¶
Click to show internal directories.
Click to hide internal directories.