StopProcess 요청 추가

This commit is contained in:
2023-05-22 15:40:01 +09:00
parent ca389dfb5c
commit 4724e7ac31
3 changed files with 37 additions and 11 deletions

View File

@ -58,7 +58,7 @@ type StopProcessRequest struct {
hostnames []string
}
func MakeStopRequest(req shared.StopProcessRequest, targets []string) StopProcessRequest {
func MakeStopProcessRequest(req shared.StopProcessRequest, targets []string) StopProcessRequest {
return StopProcessRequest{
StopProcessRequest: req,
hostnames: targets,