Skip to main content

Module push

Module push 

Source
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§

HttpPushSender
HTTP-based PushSender using hyper.
InMemoryPushConfigStore
In-memory PushConfigStore backed by a HashMap.

Traits§

PushConfigStore
Trait for storing push notification configurations.
PushSender
Trait for delivering push notifications to client webhooks.