pub async fn send_slack(
client: &Client,
cfg: &SlackConfig,
event: &NotifyEvent,
) -> Result<(), String>Available on crate feature
notify only.Expand description
Deliver a Slack message.
pub async fn send_slack(
client: &Client,
cfg: &SlackConfig,
event: &NotifyEvent,
) -> Result<(), String>notify only.Deliver a Slack message.