yao/messenger/types
Max ffc666c4de Enhance messenger service with message handler registration and webhook processing
- Introduced OnReceive method to register multiple message handlers for processing received messages.
- Added RemoveReceiveHandler method to unregister specific message handlers.
- Implemented TriggerWebhook method to process incoming webhook data and trigger registered handlers.
- Updated existing tests to reflect changes in provider types from 'smtp' to 'mailer' for consistency.
2025-09-28 10:00:38 +08:00
..
interfaces.go Enhance messenger service with message handler registration and webhook processing 2025-09-28 10:00:38 +08:00
types.go Update dependencies and enhance mailer functionality 2025-09-28 09:33:36 +08:00