mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-11-03 10:20:53 +08:00
remove req struct
This commit is contained in:
@@ -33,7 +33,3 @@ type TaskVo struct {
|
||||
StartTime time.Time `json:"startTime"`
|
||||
Running bool `json:"running"`
|
||||
}
|
||||
|
||||
type TaskIdReq struct {
|
||||
Id int `form:"id" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user