pub type PluginResult = Result<Vec<Finding>, ForgeGuardError>;Expand description
Result from a plugin execution.
Aliased Type§
pub enum PluginResult {
Ok(Vec<Finding>),
Err(ForgeGuardError),
}pub type PluginResult = Result<Vec<Finding>, ForgeGuardError>;Result from a plugin execution.
pub enum PluginResult {
Ok(Vec<Finding>),
Err(ForgeGuardError),
}