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

Method DeleteWithContext

middleware/session/middleware_test.go:699–701  ·  view source on GitHub ↗
(ctx context.Context, _ string)

Source from the content-addressed store, hash-verified

697
698func (*contextStorage) Set(_ string, _ []byte, _ time.Duration) error { return nil }
699func (*contextStorage) DeleteWithContext(ctx context.Context, _ string) error {
700 return ctx.Err() //nolint:wrapcheck // test stub returns ctx.Err() verbatim
701}
702func (*contextStorage) Delete(_ string) error { return nil }
703func (*contextStorage) ResetWithContext(ctx context.Context) error {
704 return ctx.Err() //nolint:wrapcheck // test stub returns ctx.Err() verbatim

Callers

nothing calls this directly

Calls 1

ErrMethod · 0.65

Tested by

no test coverage detected