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

Method ID

internal/email/email.go:83–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82type User interface {
83 ID() int64
84 DisplayName() string
85 Email() string
86 GenerateEmailActivateCode(string) string

Callers 9

SendUserMailFunction · 0.65
SendActivateEmailMailFunction · 0.65
SendRegisterNotifyMailFunction · 0.65
SendCollaboratorMailFunction · 0.65
ContexterFunction · 0.65
GetRepoGitTreeFunction · 0.65
toRepoContentFunction · 0.65
GetContentsFunction · 0.65

Implementers 1

mailerUserinternal/database/issue_mail.go

Calls

no outgoing calls

Tested by

no test coverage detected