delete all devops project when delete ws

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-05-13 17:56:39 +08:00
committed by zryfish
parent 5c32225613
commit 3d11687d2a
3 changed files with 115 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ const (
DevOpsProjectCreateTimeColumn = "project.create_time"
)
type PageableDevOpsProject struct {
Items []*DevOpsProject `json:"items"`
TotalCount int `json:"total_count"`
}
type DevOpsProject struct {
ProjectId string `json:"project_id" db:"project_id"`
Name string `json:"name"`