//! Shared handler layer over Engine.
//!
//! Module layout:
//! - `deploy` — operator deploy (load/list/route/unload) handlers.
//! - `workflows` — start/signal/query/cancel workflow operation handlers.
//! - `visibility` — list/count handlers and namespace filter scoping.
//! - `describe` — describe-workflow handler.
//! - `runs` — run-id resolution and terminal-status reads.
//! - `payload` — required-field and envelope encode/decode helpers.
//! - `managed_workers` — the managed-worker projection and failure mapping
//! shared by `GET /workers/managed` and `DeployService`.
//! - `error` — engine-error-to-wire-error mapping.
/// Operator deploy handlers shared by both transports.
/// The one managed-worker projection and failure mapping both transports use.
pub
pub use describe;
pub use ;
pub use ;