Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessTracker ¶
type ProcessTracker interface {
Run(string, *exec.Cmd, garden.ProcessIO, *garden.TTYSpec) (garden.Process, error)
Attach(string, garden.ProcessIO) (garden.Process, error)
Restore(processID string)
ActiveProcesses() []garden.Process
Stop(kill bool) error
}
func NewTracker ¶
func NewTracker() ProcessTracker
type UnknownProcessError ¶
type UnknownProcessError struct {
ProcessID string
}
func (UnknownProcessError) Error ¶
func (e UnknownProcessError) Error() string
Click to show internal directories.
Click to hide internal directories.