Skip to main content

Module load

Module load 

Source
Available on crate feature serve only.
Expand description

Turn a submitted config body into expanded nodes, applying the workspace --default-config base. Mirrors PipelineConfig::from_path_async but merges a base Value and uses from_value. All ${env}/${file}/${secret} and ${vault:…}-style directives resolve against the server’s environment and credentials (the documented privilege surface — spec §13).

Structs§

LoadedSubmission
A loaded submission: the merged/resolved config and its expanded nodes.

Enums§

ConfigFormat
Wire format of a submitted config body.

Functions§

load_submission
Load + merge + expand a submitted config body.