yao/messenger/providers/mailer
Max 0505adf003 Refactor messenger service to enhance webhook processing and remove deprecated methods
- Implemented TriggerWebhook method to handle incoming webhook requests for various providers, utilizing gin.Context for improved integration.
- Removed the deprecated Receive method from the mailer provider and related functions, streamlining the codebase.
- Updated tests to reflect changes in webhook handling and provider interactions, ensuring compatibility with new implementations.
- Enhanced error handling and logging for webhook processing, improving overall reliability and clarity.
2025-09-28 15:27:20 +08:00
..
mailer.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
mailer_receive.go Refactor messenger service to enhance webhook processing and remove deprecated methods 2025-09-28 15:27:20 +08:00
mailer_test.go Update dependencies and enhance mailer functionality 2025-09-28 09:33:36 +08:00