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

# Packages

Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.

# Functions

No description provided by the author

# 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.