feat: 资源操作统一管理&容器操作

This commit is contained in:
meilin.huang
2025-08-31 21:46:10 +08:00
parent c86f2ad412
commit e02ecf053f
101 changed files with 8206 additions and 3411 deletions

View File

@@ -0,0 +1,6 @@
package form
type ImageOp struct {
Host string `json:"host" binding:"required"`
ImageId string `json:"imageId" binding:"required"`
}