1
0

refactor: finish unvirt context refactor

This commit is contained in:
2026-01-29 20:41:20 +08:00
parent 07d180f2cb
commit 6f10f96f97
5 changed files with 289 additions and 455 deletions

View File

@@ -36,7 +36,7 @@ namespace Unvirt::CmdHelper {
struct LsParam {
LsPart part;
size_t page;
size_t page; ///< One-based page.
};
enum class DataPart {
@@ -46,7 +46,7 @@ namespace Unvirt::CmdHelper {
struct DataParam {
DataPart part;
size_t index;
size_t index; ///< Zero-based index
};
enum class ChunkPart {
@@ -56,7 +56,7 @@ namespace Unvirt::CmdHelper {
struct ChunkParam {
ChunkPart part;
size_t index;
size_t index; ///< Zero-based index
};
enum class SearchPart {
@@ -76,7 +76,7 @@ namespace Unvirt::CmdHelper {
};
struct ItemsParam {
size_t count;
size_t count; ///< The lowest value is one.
};
enum class StyleLevel {