Skip to main content

Module push

Module push 

Source
Expand description

Push notification configuration storage and delivery.

Re-exports§

pub use config_store::InMemoryPushConfigStore;
pub use config_store::PushConfigStore;
pub use sender::HttpPushSender;
pub use sender::PushSender;

Modules§

config_store
Push notification configuration storage trait and in-memory implementation.
sender
Push notification sender trait and HTTP implementation.