Documentation ¶
Overview ¶
Package exec facilitates remote execution of OS processes across workers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XCmd ¶
type XCmd struct {
// contains filtered or unexported fields
}
XCmd exports chroot-ed shells.
type YCmd ¶
YCmd facilitates usage of a cross-interface to XCmd on the caller side
func (YCmd) Start ¶
func (y YCmd) Start() (stdin io.WriteCloser, stdout, stderr io.ReadCloser, err error)
Click to show internal directories.
Click to hide internal directories.