Expand description
Push notification configuration storage and delivery.
Modules§
- config_
store - Push notification configuration storage trait and in-memory implementation.
- sender
- Push notification sender trait and HTTP implementation.
Structs§
- Http
Push Sender - HTTP-based
PushSenderusing hyper. - InMemory
Push Config Store - In-memory
PushConfigStorebacked by aHashMap.
Traits§
- Push
Config Store - Trait for storing push notification configurations.
- Push
Sender - Trait for delivering push notifications to client webhooks.