v0.1.0-pre.048
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-app-demo-desktop/src/lib.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Tauri desktop demo application for `khadhroony-bot3`.
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
mod app_state;
|
||||
mod constants;
|
||||
mod demo_backfill;
|
||||
mod demo_http;
|
||||
mod frontend_log;
|
||||
mod main_window;
|
||||
mod splash;
|
||||
@@ -40,6 +41,22 @@ pub(crate) use self::demo_backfill::build_demo_backfill_pipeline_request;
|
||||
pub(crate) use self::demo_backfill::build_role_options;
|
||||
/// Converts a pipeline summary to the UI-safe summary.
|
||||
pub(crate) use self::demo_backfill::demo_backfill_summary_payload;
|
||||
/// HTTP demo response payload.
|
||||
pub(crate) use self::demo_http::DemoHttpExecutionPayload;
|
||||
/// One selectable HTTP JSON-RPC method.
|
||||
pub(crate) use self::demo_http::DemoHttpMethodOption;
|
||||
/// HTTP demo options payload.
|
||||
pub(crate) use self::demo_http::DemoHttpOptionsPayload;
|
||||
/// HTTP demo request payload.
|
||||
pub(crate) use self::demo_http::DemoHttpRequest;
|
||||
/// One selectable HTTP endpoint role.
|
||||
pub(crate) use self::demo_http::DemoHttpRoleOption;
|
||||
/// Builds the HTTP method inventory.
|
||||
pub(crate) use self::demo_http::build_http_method_options;
|
||||
/// Builds the HTTP role inventory from pool snapshots.
|
||||
pub(crate) use self::demo_http::build_http_role_options;
|
||||
/// Executes one raw HTTP JSON-RPC request.
|
||||
pub(crate) use self::demo_http::demo_http_execute_request_inner;
|
||||
/// Frontend logging payload.
|
||||
pub(crate) use self::frontend_log::FrontendLogPayload;
|
||||
/// Emits one normalized frontend log event.
|
||||
|
||||
Reference in New Issue
Block a user