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

Struct mailerRepo

internal/database/issue_mail.go:63–65  ·  view source on GitHub ↗

mailerRepo is a wrapper for satisfying mailer.Repository interface.

Source from the content-addressed store, hash-verified

61
62// mailerRepo is a wrapper for satisfying mailer.Repository interface.
63type mailerRepo struct {
64 repo *Repository
65}
66
67func (mr mailerRepo) FullName() string {
68 return mr.repo.FullName()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected