Skip to main content

ReportStore

Type Alias ReportStore 

Source
pub type ReportStore = Arc<RwLock<VecDeque<VulnReport>>>;
Expand description

Thread-safe report history with bounded capacity.

Aliased Type§

pub struct ReportStore { /* private fields */ }