Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct { WorkDir string UseQemu string Log log.Logger // contains filtered or unexported fields }
func (*Executor) ExecuteChroot ¶
ExecuteChroot executes the named program with the given arguments inside a chroot. TODO(kaniini): Add support for using qemu-binfmt here for multiarch.
func (*Executor) SetImplementation ¶ added in v0.3.0
func (e *Executor) SetImplementation(i executorImplementation)
Click to show internal directories.
Click to hide internal directories.