localdiag

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandReport

type CommandReport struct {
	ID      string
	Name    string
	Command string
	Status  Status
	Path    string
	Version string
	Error   string
}

func Inspect

func Inspect(ctx context.Context, specs []CommandSpec, opts Options) []CommandReport

type CommandSpec

type CommandSpec struct {
	ID          string
	Name        string
	Command     string
	VersionArgs []string
}

func SetupCommandSpecs

func SetupCommandSpecs() []CommandSpec

type Options

type Options struct {
	LookPath   func(string) (string, error)
	RunCommand func(context.Context, string, ...string) (string, error)
}

type Status

type Status string
const (
	StatusReady        Status = "ready"
	StatusMissing      Status = "missing"
	StatusVersionError Status = "version_error"
)

Jump to

Keyboard shortcuts

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