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

Struct checkCache

internal/repository/cache/check.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type checkCache struct {
30 client redis.Cmdable
31}
32
33func NewCheckCache(client redis.Cmdable) CheckCache {
34 return &checkCache{client: client}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected