Skip to main content

Module authoring

Module authoring 

Source
Expand description

Server-side Gleam authoring surface (compile, type-check, package, hot-load). Server-side Gleam authoring surface: compile, type-check, package, and hot-load submitted workflow source.

Mounted only when [authoring].gleam_path is configured. The handlers are transport-agnostic; the HTTP facade lives in crate::api::http::authoring.

Re-exports§

pub use error::AuthoringApiError;
pub use handlers::CompileSourceRequest;
pub use handlers::CompileSourceResponse;
pub use handlers::compile_and_load;

Modules§

error
Authoring API error taxonomy and wire mapping. Authoring API error taxonomy and its wire mapping.
handlers
Transport-agnostic compile-and-hot-load handler. Transport-agnostic server-side authoring handler.