()
| 73 | } |
| 74 | |
| 75 | func (mr mailerRepo) ComposeMetas() map[string]string { |
| 76 | return mr.repo.ComposeMetas() |
| 77 | } |
| 78 | |
| 79 | func NewMailerRepo(repo *Repository) email.Repository { |
| 80 | return mailerRepo{repo} |
nothing calls this directly
no test coverage detected