0.3.15-pre.010-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-raw-transaction-ingest-desk/src/lib.rs
|
||||
// version: 6
|
||||
// version: 7
|
||||
|
||||
//! Tauri desktop application scaffold for composing and supervising KSP live RAW transaction ingest routes.
|
||||
|
||||
@@ -16,6 +16,7 @@ mod errors;
|
||||
mod frontend_logging;
|
||||
mod logging_runtime;
|
||||
mod route_inventory;
|
||||
mod route_monitoring;
|
||||
mod route_runtime;
|
||||
mod route_start;
|
||||
mod splash;
|
||||
@@ -158,6 +159,14 @@ pub(crate) use self::logging_runtime::launch_identity;
|
||||
pub(crate) use self::route_inventory::build_route_inventory;
|
||||
/// Rebuilds the route inventory from one already captured Config environment snapshot.
|
||||
pub(crate) use self::route_inventory::build_route_inventory_with_environment;
|
||||
/// Stable Tauri event carrying one complete latest-value route monitoring projection.
|
||||
pub(crate) use self::route_monitoring::RAW_INGEST_ROUTE_STATUS_EVENT_NAME;
|
||||
/// Frontend-safe bounded projection of one run-local continuity gap.
|
||||
pub(crate) use self::route_monitoring::RawIngestRouteGapDto;
|
||||
/// Frontend-safe latest-value monitoring projection of one independent route Worker.
|
||||
pub(crate) use self::route_monitoring::RawIngestRouteMonitoringDto;
|
||||
/// Projects one complete concrete Worker snapshot to the safe route monitoring contract.
|
||||
pub(crate) use self::route_monitoring::project_route_monitoring;
|
||||
/// Launch ownership for one independent route Worker sharing the application Store when eligible.
|
||||
pub(crate) use self::route_runtime::RouteRuntimeLaunch;
|
||||
/// Shared multi-route runtime state with one independent Worker per route and one same-network Store.
|
||||
|
||||
Reference in New Issue
Block a user