Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
func NewProcess ¶
func NewProcess( id uint32, containerPath string, runner command_runner.CommandRunner, ) *Process
type ProcessTracker ¶
type ProcessTracker interface { Run(*exec.Cmd, api.ProcessIO, *api.TTYSpec) (api.Process, error) Attach(uint32, api.ProcessIO) (api.Process, error) Restore(processID uint32) ActiveProcesses() []api.Process }
func New ¶
func New(containerPath string, runner command_runner.CommandRunner) ProcessTracker
type UnknownProcessError ¶
type UnknownProcessError struct {
ProcessID uint32
}
func (UnknownProcessError) Error ¶
func (e UnknownProcessError) Error() string
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.