MCPcopy 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
23type relationCache struct {
24 client redis.Cmdable
25}
26
27func 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