mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
feat: 进程管理
This commit is contained in:
5
internal/http/request/process.go
Normal file
5
internal/http/request/process.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package request
|
||||
|
||||
type ProcessKill struct {
|
||||
PID int32 `json:"pid" validate:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user