yao/messenger/types
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
..
interfaces.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
types.go Enhance messenger service with template support for message sending 2025-10-08 09:21:57 +08:00