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§

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§