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

Function NewMailerUser

internal/database/issue_mail.go:58–60  ·  view source on GitHub ↗
(u *User)

Source from the content-addressed store, hash-verified

56}
57
58func NewMailerUser(u *User) email.User {
59 return mailerUser{u}
60}
61
62// mailerRepo is a wrapper for satisfying mailer.Repository interface.
63type mailerRepo struct {

Callers 8

SignUpPostFunction · 0.92
ActivateFunction · 0.92
ForgotPasswdPostFunction · 0.92
SettingsEmailPostFunction · 0.92
CreateUserFunction · 0.92
NewUserPostFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected