Struct owlyshield_ransom::connectors::community::Community   [−][src]
pub struct Community;Expand description
Struct of the Community interface.
Implementations
Trait Implementations
Actions on service startup
fn on_event_kill(
    &self, 
    config: &Config, 
    proc: &ProcessRecord, 
    _prediction: f32
) -> Result<(), ConnectorError>
fn on_event_kill(
    &self, 
    config: &Config, 
    proc: &ProcessRecord, 
    _prediction: f32
) -> Result<(), ConnectorError>
Send events to the interface.
