Skip to content
Snippets Groups Projects
Commit 21241e02 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

refactor: rename storage2 -> raft_storage

parent 7f706a4c
No related branches found
No related tags found
1 merge request!236refactor: isolate RaftSpaceAccess from Storage
Pipeline #12048 passed
......@@ -6,8 +6,8 @@ pub mod failover;
mod network;
pub mod node;
pub mod notify;
mod raft_storage;
pub mod storage;
mod storage2;
pub mod topology;
use crate::stringify_debug;
......@@ -28,9 +28,9 @@ use uuid::Uuid;
use protobuf::Message as _;
pub use network::ConnectionPool;
pub use raft_storage::RaftSpaceAccess;
use storage::RaftSpace;
pub use storage::Storage;
pub use storage2::RaftSpaceAccess;
pub use topology::Topology;
pub type RaftId = u64;
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment