Expand description
The main library function here is ingest_entries, receiving a stream of IngestionEntry.
Specific implementations, such as ingesting from the filesystem, live in child modules.
Modules§
Enums§
- Ingestion
Entry - Ingestion
Error - Represents all error types that emitted by ingest_entries. It can represent errors uploading individual Directories and finalizing the upload. It also contains a generic error kind that’ll carry ingestion-method specific errors.
Functions§
- ingest_
entries - Ingests IngestionEntry from the given stream into a the passed DirectoryService. On success, returns the root Node.