yao/messenger/template
Max ec8b6c336b Enhance messenger service with template support for message sending
- Introduced template loading functionality during messenger initialization, allowing for dynamic message templates.
- Added SendT, SendTWithProvider, SendTBatch, and SendTBatchMixed methods to the Service for sending messages using templates.
- Updated provider implementations for Mailgun, Twilio, and Mailer to support template-based message sending.
- Enhanced the Provider interface to include optional template methods, improving flexibility and usability across providers.
2025-10-08 09:21:57 +08:00
..
debug_test.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
load_test.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
render_test.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
template.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
template_test.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00
walk_test.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00