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

# Functions

NewBasicExecuter returns a pointer that impl the Executer interface using a pointer so that it can be shared among multiple threads(go-routines).

# Structs

TODO currently BasicExecuter.Run() is not idempotent, we should make it so in future BasicExecuter is a thin wrapper over runPlugins().