package
0.8.0
Repository: https://github.com/adrianwit/endly.git
Documentation: pkg.go.dev

# README

Process service

Process service is responsible for starting, stopping and checking the status of a custom application.

Service IdActionDescriptionRequestResponse
processstatuscheck status of an applicationStatusRequestStatusResponse
processstartstart provided applicationStartRequestStartResponse
processstopkill requested applicationStopRequestRunResponse

# Functions

New creates new system process service.

# Constants

ServiceID represents a system process service id.

# Structs

Info represents process info.
StartRequest represents a start request.
StartResponse represents a start response.
StatusRequest represents a status check request.
StatusResponse represents a status check response.
StopAllRequest represents a stop all processes matching provided name request.
StopAllResponse represents a stop all response.
StopRequest represents a stop request.
StopResponse represents a stop response.