refactor: move ecstore store init support (#3931)

This commit is contained in:
Zhengchao An
2026-06-27 05:05:01 +08:00
committed by GitHub
parent bdfcde1866
commit 61b1296972
4 changed files with 29 additions and 11 deletions
+1
View File
@@ -48,6 +48,7 @@ mod set_disk;
mod sets;
mod storage_api_contracts;
mod store;
#[path = "store/init_format.rs"]
mod store_init;
#[path = "store/list_objects.rs"]
mod store_list_objects;