Versions in this module Expand all Collapse all v1 v1.0.7 Feb 28, 2026 v1.0.6 Feb 18, 2026 Changes in this version + func GetWorkdirAsLinuxPath() (string, error) + func ToLinuxPath(p string) string + func WillDocker() error + func WillHost(bin string) error + func WillPodman(ctx context.Context) error + type Executor interface + Cleanup func(ctx context.Context) error + Exec func(filepath string, stdout io.Writer, stderr io.Writer) error + Setup func(ctx context.Context, i Instance) error + func NewDocker(image string) Executor + func NewHost() Executor + func NewNoop() Executor + func NewPodman(image string) Executor + type Instance struct + Bin string + ChDir bool + End Par + Start Par + WillWrite bool + type Par []string