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
Click to show internal directories.
Click to hide internal directories.