Struct owlyshield_ransom::connectors::sitincloud::SitinCloud [−][src]
pub struct SitinCloud;
Expand description
Struct of the SitinCloud interface.
Implementations
Returns the name of the SitinCloud interface.
Returns the host for the `SitinCloud interface. The value is stored in the registry of the local machine.
Returns the client id for the SitinCloud interface. The value is stored in the registry of the local machine.
Returns the license key for the SitinCloud interface. The value is stored in the registry of the local machine.
Trait Implementations
Implementation of the methods from Connector for the SitinCloud interface.
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.