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

Struct mutatingStorage

middleware/cache/cache_test.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type mutatingStorage struct {
64 data map[string][]byte
65 mutate func(key string, value []byte) []byte
66}
67
68func newFailingCacheStorage() *failingCacheStorage {
69 return &failingCacheStorage{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected