Browse Source

Merge pull request '通算任务删除修改' (#549) from zhangweiii/pcm-coordinator:master into master

master
zhangweiii 2 months ago
parent
commit
2e359ea2c8
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      internal/logic/cloud/containerdeletelogic.go

+ 0
- 5
internal/logic/cloud/containerdeletelogic.go View File

@@ -78,8 +78,3 @@ func (l *ContainerDeleteLogic) ContainerDelete(req *container.DeleteParam) (resp
l.svcCtx.DbEngin.Updates(task)
return
}

type DeleteContainerParam struct {
RequestId string `json:"RequestId"`
ContainerGroupId string `json:"ContainerGroupId"`
}

Loading…
Cancel
Save