# Functions

LoadStatus loads container status from checkpoint.
NewContainer creates an internally used container type.
NewStore creates a container store.
StoreStatus creates the storage containing the passed in container status with the specified id.
WithContainer adds the containerd Container to the internal data store.
WithContainerIO adds IO into the container.
WithFakeStatus adds fake status to the container.
WithStatus adds status to the container.

# Structs

Container contains all resources associated with the container.
Metadata is the unversioned container metadata.
Status is the status of a container.
Store stores all Containers.

# Interfaces

StatusStorage manages the container status with a storage backend.

# Type aliases

Opts sets specific information to newly created Container.
UpdateFunc is function used to update the container status.