Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) EnsureCredentialHelpers ¶ added in v0.8.4
func (*Manager) GetContext ¶
type Runtime ¶
type Runtime interface { ID() string Supports(tool types.Tool, cmd []string) bool Binary(ctx context.Context, tool types.Tool, dataRoot, toolSource string, env []string) (bool, []string, error) Setup(ctx context.Context, tool types.Tool, dataRoot, toolSource string, env []string) ([]string, error) GetHash(tool types.Tool) (string, error) }
Click to show internal directories.
Click to hide internal directories.