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

# Packages

Package executer provides interfaces as document execution logic.
No description provided by the author

# Functions

NewEngineProcessor returns the newly initiated EngineProcessor TODO worker pool should be triggered in the Start() function supported document types indicate the domain of the documents the Processor with run upon.
NewWorkerProcessorSpec return new worker processor specification object reference.

# Constants

ClosedProcessor denotes that the processor is closed.
CommandBufferFull denotes that the cancel command buffer is full.
ConversionFailed represents conversion from pool to processor error code failed.
DuplicateCommand represents duplicate command in the buffer.
InvalidDocumentId represents invalid document id.
SubmissionPanic represents panic during submission to the pool.
UnsupportedDocType represents unsupported doc type.

# Structs

EngineProcessor defines methods to process the incoming document by pushing to the executor using JobPools.

# Interfaces

No description provided by the author

# Type aliases

ErrorCode represents processor related error codes.
No description provided by the author