Versions in this module Expand all Collapse all v1 v1.8.14 Oct 30, 2018 v1.8.12 Oct 26, 2018 Changes in this version + type Processes struct + 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