wip(failover): Started implementation of the FailoverTopology with PostgreSQL capability
All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s

This is our first Higher Order Topology (see ADR-015)
This commit is contained in:
2025-12-10 17:00:28 -05:00
parent d39b1957cd
commit 1b19638df4
13 changed files with 164 additions and 297 deletions

View File

@@ -1,4 +1,4 @@
pub mod id;
pub mod net;
pub mod switch;
pub mod storage;
pub mod switch;