StopProcess 요청 추가
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user