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

Struct failingStorage

ctx_test.go:5924–5926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5922}
5923
5924type failingStorage struct {
5925 err error
5926}
5927
5928func (*failingStorage) Get(string) ([]byte, error) { return nil, nil }
5929func (s *failingStorage) Set(string, []byte, time.Duration) error { return s.err }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected