자동실행 추가

This commit is contained in:
2024-08-16 15:05:05 +09:00
parent 3ab055008c
commit da37ed11cd
3 changed files with 57 additions and 12 deletions

View File

@ -27,9 +27,10 @@ type WithdrawRequest struct {
}
type StartProcessRequest struct {
Name string
Version string
Args []string
Name string
Version string
Args []string
AutoRestart bool
}
type StopProcessRequest struct {