Skip to main content

Module backend_import

Module backend_import 

Source
Expand description

Local-to-backend import orchestration. Local-to-backend import orchestration.

Structs§

ImportItemResult
Outcome for a single processed import item.
ImportSummary
Summary returned by the import orchestration.
LocalImportChange
A local change ready to be imported into backend-managed state.
RepositoryBackedImportSink
Import sink backed by the existing backend read/sync/archive ports.

Enums§

ImportAction
Sink result for a single import item.
ImportItemStatus
Final status for one imported item.
ImportLifecycle
Lifecycle state for a locally discovered change import.

Traits§

BackendImportSink
Output port for applying one imported change to backend-managed state.

Functions§

import_local_changes
Discover local active and archived changes, then import them through a sink.
import_local_changes_with_options
Discover local changes, then import or preview them through a sink.