package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

FetchHandler returns a handler that will fetch all content into the ingester discovered in a call to Dispatch.
FilterManifestByPlatformHandler allows Handler to handle non-target platform's manifest and configuration data.
MakeRefKey returns a unique reference for the descriptor.
PushContent pushes content specified by the descriptor from the provider.
PushHandler returns a handler that will push all content from the provider using a writer from the pusher.
WithMediaTypeKeyPrefix adds a custom key prefix for a media type which is used when storing data in the content store from the FetchHandler.

# Interfaces

Fetcher fetches content.
Pusher pushes content.
Resolver provides remotes based on a locator.

# Type aliases

FetcherFunc allows package users to implement a Fetcher with just a function.
PusherFunc allows package users to implement a Pusher with just a function.