Versions in this module Expand all Collapse all v0 v0.1.5 Nov 16, 2024 Changes in this version + const TH32CS_SNAPPROCESS — windows/amd64 + func FindNameByPid(pid int) (string, error) — linux/amd64, windows/amd64 + func FindPidByName(name string) ([]int, error) — linux/amd64, windows/amd64 + func GetProcesses() ([]ps.Process, error) — linux/amd64 + type WindowsProcess struct — windows/amd64 + Exe string + ParentProcessID int + ProcessID int + func GetProcesses() ([]WindowsProcess, error)