package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Packages
Package contracts defines the common structs needed for messageservice.
Package interactor contains the logic to communicate with upstream core services MGS & MDS.
Package messagehandler defines methods to be used by Interactors for submission of commands to the processors through ProcessorWrappers It also forwards the replies receives from processor wrapper.
Package utils provides utility functions to be used by interactors.
# Functions
NewService instantiates MessageService object and assigns value if needed.
# Constants
ServiceName represents MessageService ICoreModule name.
# Structs
MessageService is the core module for initializing MDS and MGS interactors and then launch message handlers which in turn initiates processors to process the commands from interactors.