Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
NewMailerUser(u *User) email.User {
59
return
mailerUser{u}
60
}
61
62
// mailerRepo is a wrapper for satisfying mailer.Repository interface.
63
type
mailerRepo
struct
{
Callers
8
SignUpPost
Function · 0.92
Activate
Function · 0.92
ForgotPasswdPost
Function · 0.92
SettingsEmailPost
Function · 0.92
SettingsCollaborationPost
Function · 0.92
CreateUser
Function · 0.92
NewUserPost
Function · 0.92
mailIssueCommentToParticipants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected