mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 14:54:43 +08:00
5 lines
89 B
Go
5 lines
89 B
Go
package request
|
|
|
|
type ProcessReq struct {
|
|
PID int32 `json:"PID" validate:"required"`
|
|
}
|