Structs§
- Batch
Event - Channel
- Event
- Pusher
Auth - Pusher
Client - This struct provides methods for connecting to Pusher, subscribing to channels, triggering events, and handling incoming events.
- Pusher
Config - Config for the Pusher client. We are defaulting to .env. TODO: look into .toml or .yaml
- System
Event
Enums§
- Channel
Type - Connection
State - Pusher
Error - Specific errors that can occur when interacting with the Pusher API. TODO: Add more specific errors
Type Aliases§
- Pusher
Result - A specialized Result type for Pusher operations.