package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewProcessExecutor returns process executor.

# Structs

OsProcess represent the process information for the worker, such as pid and binary name.
ProcessExecutor is specially added for testing purposes.

# Interfaces

IExecutor is the interface type for ProcessExecutor.