NoImplStorage is an implementation of Storage that returns a not implemented error for all operations.
| 28 | // NoImplStorage is an implementation of Storage that returns a not |
| 29 | // implemented error for all operations. |
| 30 | type NoImplStorage struct{} |
| 31 | |
| 32 | var _ Storage = NoImplStorage{} |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected