mailerRepo is a wrapper for satisfying mailer.Repository interface.
| 61 | |
| 62 | // mailerRepo is a wrapper for satisfying mailer.Repository interface. |
| 63 | type mailerRepo struct { |
| 64 | repo *Repository |
| 65 | } |
| 66 | |
| 67 | func (mr mailerRepo) FullName() string { |
| 68 | return mr.repo.FullName() |
nothing calls this directly
no outgoing calls
no test coverage detected