1
0

feat: finish binstore configuration and partial storage

This commit is contained in:
2025-12-10 22:17:38 +08:00
parent d64c6669b4
commit 79e8af89fe
11 changed files with 162 additions and 6 deletions

View File

@ -1,3 +1,13 @@
#include "storage.hpp"
namespace yycc::carton::binstore::storage {}
namespace yycc::carton::binstore::storage {
#pragma region Storage Class
Storage::Storage() {}
Storage::~Storage() {}
#pragma endregion
} // namespace yycc::carton::binstore::storage