(ctx context.Context)
| 701 | } |
| 702 | func (*contextStorage) Delete(_ string) error { return nil } |
| 703 | func (*contextStorage) ResetWithContext(ctx context.Context) error { |
| 704 | return ctx.Err() //nolint:wrapcheck // test stub returns ctx.Err() verbatim |
| 705 | } |
| 706 | func (*contextStorage) Reset() error { return nil } |
| 707 | func (*contextStorage) Close() error { return nil } |
| 708 |