HttpAlertWrapper

Trait HttpAlertWrapper 

Source
pub trait HttpAlertWrapper {
    // Required methods
    fn api_url(&self) -> &str;
    fn header_auth_value(&self) -> &str;
    fn construct_alert_body(&self, alert_description: &str) -> Value;
}

Required Methods§

Source

fn api_url(&self) -> &str

Source

fn header_auth_value(&self) -> &str

Source

fn construct_alert_body(&self, alert_description: &str) -> Value

Implementors§