package
1.14.3
Repository: https://github.com/jimdo/amazon-ecs-agent.git
Documentation: pkg.go.dev

# Constants

ContainerEvent is used to define the container state transition events emitted by the engine.
TaskEvent is used to define the task state transition events emitted by the engine.

# Interfaces

Event is used to abstract away the two transition event types passed up through a single channel from the the engine.

# Type aliases

Event defines the type of state change event.