Crate pusher_rs

Source

Structs§

BatchEvent
Channel
Event
PusherAuth
PusherClient
This struct provides methods for connecting to Pusher, subscribing to channels, triggering events, and handling incoming events.
PusherConfig
Config for the Pusher client. We are defaulting to .env. TODO: look into .toml or .yaml
SystemEvent

Enums§

ChannelType
ConnectionState
PusherError
Specific errors that can occur when interacting with the Pusher API. TODO: Add more specific errors

Type Aliases§

PusherResult
A specialized Result type for Pusher operations.