Expand description
Storage trait and implementation for iroh-docs documents
Re-exports§
pub use fs::Store;
Modules§
- On disk storage for replicas.
Structs§
- Query on all entries without aggregation.
- In-memory key storage
- Note: When using the
SingleLatestPerKey
query kind, the key filter is applied before the grouping, the author filter is applied after the grouping. - A query builder for document queries.
- Query that only returns the latest entry for a key which has entries from multiple authors.
Enums§
- Author matching.
- Download policy to decide which content blobs shall be downloaded.
- Filter strategy used in download policies.
- Outcome of
Store::import_namespace
- Key matching.
- Error return from
Store::open_replica
- Fields by which the query can be sorted
- Sort direction
Traits§
- Store that gives read access to download policies for a document.
- Store trait for expanded public keys for authors and namespaces.