2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00
Files
panel/internal/http/request/process.go
2024-12-03 21:14:27 +08:00

6 lines
89 B
Go

package request
type ProcessKill struct {
PID int32 `json:"pid" validate:"required"`
}