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 soulseen
parent d9cce21f05
commit 2259924e17
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"`