Documentation
¶
Index ¶
- type Runtime
- func (r *Runtime) Binary(ctx context.Context, tool types.Tool, _, toolSource string, env []string) (bool, []string, error)
- func (r *Runtime) BuildCredentialHelper(ctx context.Context, helperName string, ...) error
- func (r *Runtime) GetHash(_ types.Tool) (string, error)
- func (r *Runtime) ID() string
- func (r *Runtime) Setup(ctx context.Context, _ types.Tool, dataRoot, toolSource string, env []string) ([]string, error)
- func (r *Runtime) Supports(tool types.Tool, cmd []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct { // version something like "1.22.1" Version string }
func (*Runtime) BuildCredentialHelper ¶ added in v0.8.2
func (r *Runtime) BuildCredentialHelper(ctx context.Context, helperName string, credHelperDirs credentials.CredentialHelperDirs, dataRoot, revision string, env []string) error
Click to show internal directories.
Click to hide internal directories.