- 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. |
||
|---|---|---|
| .. | ||
| mailer.go | ||
| mailer_receive.go | ||
| mailer_test.go | ||