mirror of https://github.com/1Panel-dev/1Panel
6 lines
89 B
Go
6 lines
89 B
Go
|
package request
|
||
|
|
||
|
type ProcessReq struct {
|
||
|
PID int32 `json:"PID" validate:"required"`
|
||
|
}
|