delete all devops project when delete ws
Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user