Implement an in-memory StorageConnector
Closed this issue · 0 comments
elgris commented
User story
As a developer of other parts of Pazuzu (CLI commands) I need a stub for StorageConnector that does not require any real data storage and operates only in memory
Acceptance criteria
- In-memory
StorageReader
implemented instorageconnector/memory.go
- Tests are implemented in
storageconnector/memory_test.go