Skip to main content

DynamicStepConfigExt

Trait DynamicStepConfigExt 

Source
pub trait DynamicStepConfigExt {
    // Required method
    fn matches(&self, context: &StepPrehookContext) -> bool;
}
Expand description

Extension trait adding CEL trigger evaluation to DynamicStepConfig.

Required Methods§

Source

fn matches(&self, context: &StepPrehookContext) -> bool

Check if this step matches the current context

Implementors§