Documentation ¶
Index ¶
- Variables
- func Cleanup() error
- func Cmd(ctx context.Context, additionalEnvironment map[string]string, args ...string) (string, string, error)
- func CmdWithLogger(ctx context.Context, additionalEnvironment map[string]string, ...) (string, string, error)
- func Installed() bool
- type Option
- type VM
- type Vetu
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrVetuNotFound = errors.New("vetu command not found") ErrVetuFailed = errors.New("vetu command returned non-zero exit code") )
View Source
var ( ErrFailed = errors.New("vetu isolation failed") ErrSyncFailed = errors.New("failed to sync project directory") )
Functions ¶
func CmdWithLogger ¶
Types ¶
type Option ¶
type Option func(*Vetu)
func WithBridgedInterface ¶
func WithLogger ¶
func WithLogger(logger logger.Lightweight) Option
Click to show internal directories.
Click to hide internal directories.