MCPcopy Index your code
hub / github.com/apache/answer / SetCode

Method SetCode

internal/service/export/email_service.go:56–56  ·  view source on GitHub ↗
(ctx context.Context, userID, code, content string, duration time.Duration)

Source from the content-addressed store, hash-verified

54// EmailRepo email repository
55type EmailRepo interface {
56 SetCode(ctx context.Context, userID, code, content string, duration time.Duration) error
57 VerifyCode(ctx context.Context, code string) (content string, err error)
58}
59

Callers 4

SaveCodeMethod · 0.65
SendAndSaveCodeMethod · 0.65

Implementers 1

emailRepointernal/repo/export/email_repo.go

Calls

no outgoing calls

Tested by 1