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

Method Delete

middleware/csrf/csrf_test.go:2627–2629  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

2625}
2626
2627func (s *flakySessionStorage) Delete(key string) error {
2628 return s.DeleteWithContext(context.Background(), key)
2629}
2630
2631func (s *flakySessionStorage) ResetWithContext(context.Context) error {
2632 s.mu.Lock()

Callers

nothing calls this directly

Calls 1

DeleteWithContextMethod · 0.95

Tested by

no test coverage detected