Skip to content

refactor: isolate RaftSpaceAccess from Storage

Yaroslav Dynnikov requested to merge encapsulate-storage into master

The intention is to encapsulate access to the Storage and also to split it into two parts - one for raft data, and another one for picodata stuff.

This patch introduces the first one - RaftSpaceAccess. It isn't used in code yet, but already displays the future API.

Edited by Georgy Moshkin

Merge request reports