Skip to main content

SecurityGate

Type Alias SecurityGate 

Source
pub type SecurityGate = SecurityGate<SecurityGateMode>;
Expand description

Concrete security gate with this crate’s gate-mode payload.

Aliased Type§

pub struct SecurityGate {
    pub mode: SecurityGateMode,
    pub verdict: SecurityGateVerdict,
    pub new_count: usize,
}

Fields§

§mode: SecurityGateMode

Gate mode that was selected on the command line.

§verdict: SecurityGateVerdict

Gate outcome for this run.

§new_count: usize

Number of candidates matching the selected gate mode.