package
1.20.0-1
Repository: https://github.com/fenxiong/amazon-ecs-agent.git
Documentation: pkg.go.dev
# Functions
NewTaskEngineState returns a new TaskEngineState.
# Structs
DockerTaskEngineState keeps track of all mappings between tasks we know about and containers docker runs It contains a mutex that can be used to ensure out-of-date state cannot be accessed before an update comes and to ensure multiple goroutines can safely work with it.
# Interfaces
TaskEngineState keeps track of all mappings between tasks we know about and containers docker runs.