# Packages
No description provided by the author
# Functions
NewService creates a new Service.
ParseRef takes an image ref and parses it into a `Remote` struct.
PullProgressDigest wraps the passed in handler with a progress callback suitable for `WithPullProgressMessage` The passed in callback is called when the digest of a pulled image is received.
PullProgressHandlers makes a PullProgressMessageHandler from a list of PullProgressMessageHandlers.
WithExportRefs adds the given image refs to the list of refs to export.
No description provided by the author
WithPullProgressMessage returns a PullOption that sets a pull progress consumer.
# Structs
ExportConfig is the configuration for exporting an image.
ImageRemoveConfig is the configuration for removing an image.
ImageRemoved represents the response from removing an image.
ListConfig holds the options for listing images.
ListFilter represents filters to process on the image list.
LoadConfig holds the options for loading images.
PruneConfig holds the options for pruning images.
PruneFilter represents filters to process on the prune list.
PullConfig is the configuration for pulling an image.
PullProgressDecoderV1 is a decoder for the v1 progress message.
Remote represents are remote repository reference.
Service facilitates all communication with Docker's container endpoints.
# Type aliases
ExportOption is a functional option for configuring an image export.
ImageRemoveOption is a functional option for configuring an image remove.
ListOption is used as functional arguments to list images.
LoadOption is used as functional arguments to list images.
PruneOption is used as functional arguments to prune images.
PullOption is a function that can be used to modify the pull config.
PullProgressMessageHandler is used with `WithPullProgressMessage` to handle progress messages.
StreamConsumer is a function that consumes a stream of data, typically a stream of messages.