MCPcopy
hub / github.com/micro/go-micro / memoryStore

Struct memoryStore

store/memory.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type memoryStore struct {
29 options Options
30
31 store *cache.Cache
32}
33
34type storeRecord struct {
35 expiresAt time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected