Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerFactory ¶ added in v0.4.0
type ProcessHandler ¶
type ProcessHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New( loggerFactory LoggerFactory, osWrapper OSWrapper, ) *ProcessHandler
func (*ProcessHandler) KillProcess ¶
func (f *ProcessHandler) KillProcess(processPid int) error
func (*ProcessHandler) WatchProcessAndGetTerminationChan ¶
func (f *ProcessHandler) WatchProcessAndGetTerminationChan(processPid int) (<-chan struct{}, error)
Click to show internal directories.
Click to hide internal directories.