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