package
1.2.6
Repository: https://github.com/sipsma/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.
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.

# 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.