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