yao/messenger
Max c9917f8193 Enhance messenger functionality with context support and environment variable resolution
- Added context support to Send and SendBatch methods across all messenger providers (Twilio, Mailgun, SMTP).
- Implemented environment variable resolution in provider configurations to enhance flexibility.
- Updated Load function in the engine to include messenger loading, ensuring all components are initialized properly.
- Refactored related tests to validate new context handling and configuration parsing, improving overall robustness.
2025-09-26 17:39:10 +08:00
..
providers Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
types Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
messenger.go Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00
messenger_test.go Enhance messenger functionality with context support and environment variable resolution 2025-09-26 17:39:10 +08:00