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

Struct failingCSRFStorage

middleware/csrf/csrf_test.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type failingCSRFStorage struct {
31 data map[string][]byte
32 errs map[string]error
33}
34
35func newFailingCSRFStorage() *failingCSRFStorage {
36 return &failingCSRFStorage{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected