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

Struct emailCache

internal/repository/cache/email.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type emailCache struct {
16 client redis.Cmdable
17}
18
19func NewEmailCache(client redis.Cmdable) EmailCache {
20 return &emailCache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected