diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-20 22:58:28 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-20 22:58:28 +0800 |
| commit | 32c935d65027cce44c946659d145f5f2d8aa8cff (patch) | |
| tree | 19705396b690f5a4e94f68204e7133eac301bbcf /src/legacy_json_output/here.rs | |
| parent | ce77780ebcf548b0d823af7ae240364a56fa321a (diff) | |
Remove legacy JSON output modules
Diffstat (limited to 'src/legacy_json_output/here.rs')
| -rw-r--r-- | src/legacy_json_output/here.rs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/legacy_json_output/here.rs b/src/legacy_json_output/here.rs deleted file mode 100644 index 8925d32..0000000 --- a/src/legacy_json_output/here.rs +++ /dev/null @@ -1,21 +0,0 @@ -use just_enough_vcs::lib::data::{member::MemberId, vault::virtual_file::VirtualFileVersion}; -use serde::{Deserialize, Serialize}; - -#[derive(Debug, Default, Serialize, Deserialize)] -#[serde(rename_all = "PascalCase")] -pub struct HereJsonResult { - pub items: Vec<HereJsonResultItem>, -} - -#[derive(Debug, Serialize, Deserialize)] -#[serde(rename_all = "PascalCase")] -pub struct HereJsonResultItem { - pub mapping: String, - pub name: String, - pub current_version: VirtualFileVersion, - pub size: usize, - pub is_dir: bool, - pub exist: bool, - pub modified: bool, - pub holder: MemberId, -} |
