프로세스 재시작 요청 추가

This commit is contained in:
2023-06-26 11:26:57 +09:00
parent 3d3020f827
commit 06b390815c
4 changed files with 124 additions and 64 deletions

View File

@ -45,8 +45,9 @@ type StopProcessRequest struct {
}
type RestartProcessRequest struct {
Name string
Version string
Name string
Pid int32
Config string
}
type UploadRequest struct {