Skip to main content

RunContext

Type Alias RunContext 

Source
pub type RunContext = HashMap<String, String>;
Expand description

Key-value context shared across the pipeline run.

Aliased Typeยง

pub struct RunContext { /* private fields */ }