feat: runtime 增加删除功能
This commit is contained in:
committed by
zhengkunwang223
parent
64a954df53
commit
22d9bdacf6
@@ -17,3 +17,7 @@ type RuntimeCreate struct {
|
||||
Type string `json:"type"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
|
||||
type RuntimeDelete struct {
|
||||
ID uint `json:"Id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user