[][src]Trait suricata_ipc::config::eve::Custom

pub trait Custom {
    pub fn name(&self) -> &str;
pub fn options(&self, output_type: &OutputType) -> HashMap<String, String>;
pub fn listener(&self, output_type: &OutputType) -> Option<PathBuf>;
pub fn render(&self, output_type: &OutputType) -> String; }

Required methods

pub fn name(&self) -> &str[src]

pub fn options(&self, output_type: &OutputType) -> HashMap<String, String>[src]

pub fn listener(&self, output_type: &OutputType) -> Option<PathBuf>[src]

pub fn render(&self, output_type: &OutputType) -> String[src]

Loading content...

Implementors

Loading content...