|
|
@@ -78,8 +78,3 @@ func (l *ContainerDeleteLogic) ContainerDelete(req *container.DeleteParam) (resp |
|
|
l.svcCtx.DbEngin.Updates(task) |
|
|
l.svcCtx.DbEngin.Updates(task) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type DeleteContainerParam struct { |
|
|
|
|
|
RequestId string `json:"RequestId"` |
|
|
|
|
|
ContainerGroupId string `json:"ContainerGroupId"` |
|
|
|
|
|
} |
|
|
|