package
1.44.3
Repository: https://github.com/xia-wu/amazon-ecs-agent.git
Documentation: pkg.go.dev

# Packages

Package mock_pause is a generated GoMock package.

# Functions

IsNoSuchFileError returns true if the error is of NoSuchFileError type.
New creates a new pause image loader.
NewNoSuchFileError creates a new NoSuchFileError object.
NewUnsupportedPlatformError creates a new UnsupportedPlatformError object.
UnsupportedPlatform returns true if the error is of UnsupportedPlatformError type.

# Structs

NoSuchFileError wraps the error from the os package with the message "no such file error".
UnsupportedPlatformError indicates an error when loading pause container image on an unsupported OS platform.

# Interfaces

Loader defines an interface for loading the pause container image.