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

Struct errorStorage

shared_state_test.go:30–33  ·  shared_state_test.go::errorStorage

Source from the content-addressed store, hash-verified

28}
29
30type errorStorage struct {
31 err error
32 closeErr error
33}
34
35func (s *errorStorage) GetWithContext(context.Context, string) ([]byte, error) {
36 return nil, s.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected