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

Struct contextCheckingStorage

shared_state_test.go:25–28  ·  shared_state_test.go::contextCheckingStorage

Source from the content-addressed store, hash-verified

23}
24
25type contextCheckingStorage struct {
26 base Storage
27 ctxKey any
28}
29
30type errorStorage struct {
31 err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected