(string, []byte, time.Duration)
| 5798 | } |
| 5799 | |
| 5800 | func (s *mockContextAwareStorage) Set(string, []byte, time.Duration) error { |
| 5801 | s.helperFailure("unexpected call to Set") |
| 5802 | return nil |
| 5803 | } |
| 5804 | |
| 5805 | func (s *mockContextAwareStorage) DeleteWithContext(context.Context, string) error { |
| 5806 | s.helperFailure("unexpected call to DeleteWithContext") |
nothing calls this directly
no test coverage detected