MCPcopy Create free account
hub / github.com/gogs/gogs / mailerIssue

Struct mailerIssue

internal/database/issue_mail.go:84–86  ·  view source on GitHub ↗

mailerIssue is a wrapper for satisfying mailer.Issue interface.

Source from the content-addressed store, hash-verified

82
83// mailerIssue is a wrapper for satisfying mailer.Issue interface.
84type mailerIssue struct {
85 issue *Issue
86}
87
88func (mi mailerIssue) MailSubject() string {
89 return mi.issue.MailSubject()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected