Documentation
¶
Index ¶
- type Process
- type ProcessManager
- func (pm *ProcessManager) Daemon(duplicateKill bool, shouldGoon func(stdout string) bool, name string, ...) (err error)
- func (pm *ProcessManager) FindProcess(keyword string) proto.IProcess
- func (pm *ProcessManager) ListProcess() proto.IProcess
- func (pm *ProcessManager) ListProcessWithFilter(matched func(cmdLine string) bool) (procs []*process.Process, err error)
- func (pm *ProcessManager) Run(name string, arg ...string) (proc proto.IProcess, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessManager ¶
type ProcessManager struct { }
func (*ProcessManager) FindProcess ¶
func (pm *ProcessManager) FindProcess(keyword string) proto.IProcess
func (*ProcessManager) ListProcess ¶
func (pm *ProcessManager) ListProcess() proto.IProcess
func (*ProcessManager) ListProcessWithFilter ¶
Click to show internal directories.
Click to hide internal directories.