프로세스 재시작 지원

This commit is contained in:
2023-06-27 09:44:56 +09:00
parent 72e94ccfc3
commit 01b4782e78
7 changed files with 68 additions and 61 deletions

View File

@ -35,7 +35,7 @@ type WithdrawRequest struct {
type StartProcessRequest struct {
Name string
Version string
Args string
Args []string
}
type StopProcessRequest struct {