MCPcopy
hub / github.com/gofiber/fiber / failingCacheStorage

Struct failingCacheStorage

middleware/cache/cache_test.go:57–61  ·  middleware/cache/cache_test.go::failingCacheStorage

Source from the content-addressed store, hash-verified

55}
56
57type failingCacheStorage struct {
58 data map[string][]byte
59 errs map[string]error
60 mu sync.RWMutex
61}
62
63type mutatingStorage struct {
64 data map[string][]byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected