pazuzu-io/pazuzu

Implement an in-memory StorageConnector

Closed this issue · 0 comments

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-memoryStorageReader implemented in storageconnector/memory.go
  • Tests are implemented in storageconnector/memory_test.go