Documentation ¶ Index ¶ type Processes func (p *Processes) KillGroup(pid int, sudo bool) error func (p *Processes) PidCommandMatches(pid int, value string) (bool, error) func (p *Processes) PidExists(pid int) (bool, error) func (p *Processes) SendSignal(pid int, signal syscall.Signal) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Processes ¶ type Processes struct { } func (*Processes) KillGroup ¶ func (p *Processes) KillGroup(pid int, sudo bool) error func (*Processes) PidCommandMatches ¶ func (p *Processes) PidCommandMatches(pid int, value string) (bool, error) func (*Processes) PidExists ¶ func (p *Processes) PidExists(pid int) (bool, error) func (*Processes) SendSignal ¶ func (p *Processes) SendSignal(pid int, signal syscall.Signal) error Source Files ¶ View all Source files processes.go Click to show internal directories. Click to hide internal directories.