From da64d9fbab7d73e203e7dbbb9503f4d422feaab0 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 8 Feb 2021 23:21:54 +0300 Subject: BaseProcess interface as a return type in the worker_watcher,pool and worker interface --- pkg/worker/worker.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/worker/worker.go') diff --git a/pkg/worker/worker.go b/pkg/worker/worker.go index c315cb2d..0f7ab755 100755 --- a/pkg/worker/worker.go +++ b/pkg/worker/worker.go @@ -40,9 +40,6 @@ type Process struct { // can be nil while process is not started. pid int - // contains information about resulted process state. - endState *os.ProcessState - // communication bus with underlying process. relay relay.Relay } -- cgit v1.2.3