MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / emailRepository

Struct emailRepository

internal/repository/email.go:19–22  ·  view source on GitHub ↗

emailRepository 实现了 EmailRepository 接口

Source from the content-addressed store, hash-verified

17
18// emailRepository 实现了 EmailRepository 接口
19type emailRepository struct {
20 cache cache.EmailCache
21 l *zap.Logger
22}
23
24// NewEmailRepository 创建并返回一个新的 smsRepository 实例
25func NewEmailRepository(cache cache.EmailCache, l *zap.Logger) EmailRepository {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected