Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
emailCache
struct
{
16
client redis.Cmdable
17
}
18
19
func
NewEmailCache(client redis.Cmdable) EmailCache {
20
return
&emailCache{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected