perf: 重构目录结构

This commit is contained in:
TsMask
2025-03-14 18:25:41 +08:00
parent 9befa00fd4
commit b3bb2d788f
430 changed files with 7167 additions and 12958 deletions

14
.vscode/launch.json vendored
View File

@@ -9,9 +9,9 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./restagent/restagent.go",
"program": "main.go",
"console": "integratedTerminal",
"args": ["--env", "local"] // 走开发配置
"args": ["--env", "local", "-c", "./local/omc.yaml"]
},
{
"name": "DEBUG restagent",
@@ -28,14 +28,6 @@
"mode": "debug",
"program": "d:/omc.git/be.ems/sshsvc/sshsvc.go",
"console": "integratedTerminal"
},
{
"name": "debug encyaml",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/omc.git/be.ems/tools/encode",
"console": "integratedTerminal"
}
}
]
}