(key string)
| 2625 | } |
| 2626 | |
| 2627 | func (s *flakySessionStorage) Delete(key string) error { |
| 2628 | return s.DeleteWithContext(context.Background(), key) |
| 2629 | } |
| 2630 | |
| 2631 | func (s *flakySessionStorage) ResetWithContext(context.Context) error { |
| 2632 | s.mu.Lock() |
nothing calls this directly
no test coverage detected