# Packages
No description provided by the author
# Functions
ContainerToStoreUpdateFunc generates a metadata store UpdateFunc from ContainerUpdateFunc.
IsNotExistError is a helper function to check whether the error returned by metadata store is not exist error.
NewContainerStore creates a ContainerStore from a basic MetadataStore.
NewImageMetadataStore creates an ImageMetadataStore from a basic MetadataStore.
NewSandboxStore creates a SandboxStore from a basic MetadataStore.
# Structs
ContainerMetadata is the unversioned container metadata.
ImageMetadata is the unversioned image metadata.
SandboxMetadata is the unversioned sandbox metadata.
# Interfaces
ContainerStore is the store for metadata of all containers.
ImageMetadataStore is the store for metadata of all images.
SandboxStore is the store for metadata of all sandboxes.
# Type aliases
ContainerUpdateFunc is the function used to update ContainerMetadata.
ImageMetadataUpdateFunc is the function used to update ImageMetadata.
SandboxUpdateFunc is the function used to update SandboxMetadata.