package
0.1.0
Repository: https://github.com/hfmrow/gen_lib.git
Documentation: pkg.go.dev

# Functions

FindProcess looks up a single process by pid.
GetProcessesNames(): Retrieve parents processes.
Processes returns all processes.

# Structs

UnixProcess is an implementation of Process that contains Unix-specific fields and information.

# Interfaces

Process is the generic interface that is implemented on every platform and provides common operations for processes.