package
0.0.0-20240727100037-04777cf24b8b
Repository: https://github.com/omgolab/go-commons.git
Documentation: pkg.go.dev

# Functions

KillByNamePattern kills processes by name regex pattern.
No description provided by the author
No description provided by the author

# Structs

ProcessFilter represents a map-based configuration for filtering the list of processes.
RealCommandExecutor is a real implementation of the CommandExecutor interface.

# Interfaces

CommandExecutor is an interface to abstract command execution go:generate mockgen -source=executor.go -destination=executor_mock_test.go -package=gcprocess_test.