binary

package
v0.19.771 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binary

type Binary interface {
	// Install should install the appropriate binary into a path that is within the provided dir, and return the
	// exec path to be used
	Install(context.Context, hclog.Logger, string) (string, error)

	Uninstall(context.Context) error

	Init(context.Context) error
}

Binary exposes a way to initialize binary, for use by a workspace

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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