Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessManager ¶
type ProcessManager interface {
	StartPreProcesses() error
	StartUserProcess() error
	Monitor() error
	StopAll()
}
    func NewProcessManager ¶
func NewProcessManager(userCommand []string, preCommands [][]string) ProcessManager
 Click to show internal directories. 
   Click to hide internal directories.