brew

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 7 Imported by: 0

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

type PackageInfo struct {
	Name             string
	InstalledVersion string
	LatestVersion    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL