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