Skip to main content

Crate chipa_webhooks

Crate chipa_webhooks 

Source

Re-exports§

pub use dispatcher::Destination;
pub use dispatcher::WebhookDispatcher;
pub use dispatcher::WebhookDispatcherBuilder;
pub use error::WebhookError;
pub use hints::WithHints;
pub use matcher::MatcherRegistry;
pub use platform::discord::Discord;
pub use platform::generic::Generic;
pub use platform::ntfy::Ntfy;
pub use platform::slack::Slack;
pub use platform::telegram::ParseMode;
pub use platform::telegram::Telegram;
pub use template::TemplateEngine;

Modules§

dispatcher
error
hints
matcher
platform
template