Expand description
Declare a general purpose “document ID type” for tracking which documents we want and which we have.
Enums§
- Cache
Usage - Description of how to start out a given bootstrap attempt.
- Client
Request 🔒 - A request for a specific kind of directory resource that a DirMgr can request.
- DocId
- The identity of a single document, in enough detail to load it from storage.
- DocQuery 🔒
- A group of DocIds that can be downloaded or loaded from the database together.
- DocType 🔒
- The underlying type of a DocId.
Functions§
- partition_
by_ 🔒type - Given a list of DocId, split them up into queries, by type.