Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ relationCache
Struct
relationCache
internal/repository/cache/relation.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
relationCache
struct
{
24
client redis.Cmdable
25
}
26
27
func
NewRelationCache(client redis.Cmdable) RelationCache {
28
return
&relationCache{client: client}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected