Module tvix_castore::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§
- Imports from an archive (tarballs)
- error 🔒
- Import from a real filesystem.
Enums§
- 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§
- Ingests IngestionEntry from the given stream into a the passed DirectoryService. On success, returns the root Node.