Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2021 Changes in this version + func GetProcessesNames(userFilter ...string) (nameList []string) + type Process interface + Executable func() string + PPid func() int + Pid func() int + func FindProcess(pid int) (Process, error) + func Processes() ([]Process, error) + type UnixProcess struct + func (p *UnixProcess) Executable() string + func (p *UnixProcess) PPid() int + func (p *UnixProcess) Pid() int + func (p *UnixProcess) Refresh() error