Module import

Source
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§

archive
Imports from an archive (tarballs)
blobs
error 🔒
fs
Import from a real filesystem.

Enums§

IngestionEntry
IngestionError
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.