mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-10 02:10:23 +08:00
Standardization
This commit is contained in:
@@ -26,3 +26,7 @@ type ProcessShare struct {
|
||||
Pid int `json:"pid"`
|
||||
Write bool `json:"write"`
|
||||
}
|
||||
|
||||
type ProcessUuidReq struct {
|
||||
Uuid int `form:"uuid"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user