# Functions
New creates a new client connecting to the supplied publisher with a lazy-connecting grpc client.
# Constants
Completed indicates the bundle has been handled by the client.
Deferred indicates the bundle cannot be handled yet (e.g.
Retry indicates that the bundle was corrupt in some fashion and should be retried (this covers all manner of faults - bad cache connections, bad data from a cache, bad tickets etc).
# Structs
BundleOutcome is used to track successful decryption and handling of bundles.
No description provided by the author
OutputChunk contains either some ready to use bytes or an error.
# Interfaces
Client provides a simple interface to retrieve files from the network.
# Type aliases
Outcome is used to signal what the outcome of the client handling of a bundle was.