Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Executor ¶
type Executor interface { Exec(ctx context.Context, name string, args ...string) error Output(ctx context.Context, name string, args ...string) ([]byte, error) }
Executor is an interface for executing managers.
type Type ¶ added in v0.5.0
type Type int
Type represents the dependencies management tool that is used.
func DetectType ¶ added in v0.5.0
DetectType detects a current Mode and sets a root directory.
Click to show internal directories.
Click to hide internal directories.