Implement POST /indexes-swap

This commit is contained in:
Loïc Lecrenier
2022-10-17 16:30:18 +02:00
committed by Clément Renault
parent 28bd8b6c6b
commit 17cd2a4aa0
18 changed files with 463 additions and 64 deletions

View File

@ -191,6 +191,10 @@ fn snaphsot_details(d: &Details) -> String {
Details::Dump { dump_uid } => {
format!("{{ dump_uid: {dump_uid:?} }}")
},
Details::IndexSwap { swaps } => {
format!("{{ indexes: {swaps:?} }}")
},
}
}