Expand description
Functions that use the iroh-blobs protocol in conjunction with a bao store.
Structs§
- GetState
Needs Conn - Intermediary state returned from
get_to_db_in_steps
for a download request that needs a connection to proceed.
Enums§
- BlobId
- The id of a blob in a transfer
- Blob
Info - Information about a the status of a blob in a store.
- Download
Progress - Progress updates for the get operation.
- GetState
- Output of
get_to_db_in_steps
.
Functions§
- blob_
info - Get information about a blob in a store.
- get_
to_ db - Get a blob or collection into a store.
- get_
to_ db_ in_ steps - Get a blob or collection into a store, yielding if a connection is needed.
- valid_
ranges - Given a partial entry, get the valid ranges.