Structs§
Enums§
Functions§
- deliver_
and_ classify_ run_ result - deliver_
announcement - execute_
job_ now - register_
delivery_ fn - Register the channel delivery function. Called once at startup by the binary.
- run
Type Aliases§
- Delivery
Fn - Delivery function type — takes owned values so the returned future is ’static.
The fourth
Option<String>is the optional thread/conversation id propagated to channels whose outboundthread_idis distinct from the recipient (webhook). - Event
Broadcast - Type alias for the optional broadcast sender used to push cron results to connected dashboard/SSE clients.