Documentation ¶ Index ¶ func Handle(args []string) error type ServiceInfo type ServiceTask Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Handle ¶ func Handle(args []string) error Types ¶ type ServiceInfo ¶ type ServiceInfo struct { Name string Status string StartTime string EndTime string ExitCode string PID string } ServiceInfo contains detailed information about a service type ServiceTask ¶ type ServiceTask struct { Name string `json:"name"` Command string `json:"command"` WorkingDir string `json:"working_dir"` ServiceName string `json:"service_name"` // actual service name used by system } Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.