mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 23:27:17 +08:00
6 lines
89 B
Go
6 lines
89 B
Go
package request
|
|
|
|
type ProcessKill struct {
|
|
PID int32 `json:"pid" validate:"required"`
|
|
}
|