(issue *Issue)
| 98 | } |
| 99 | |
| 100 | func NewMailerIssue(issue *Issue) email.Issue { |
| 101 | return mailerIssue{issue} |
| 102 | } |
| 103 | |
| 104 | // mailIssueCommentToParticipants can be used for both new issue creation and comment. |
| 105 | // This functions sends two list of emails: |
no outgoing calls
no test coverage detected