commit
09fd10eb2d
|
@ -32,7 +32,7 @@ type parentProcess interface {
|
||||||
// wait waits on the process returning the process state.
|
// wait waits on the process returning the process state.
|
||||||
wait() (*os.ProcessState, error)
|
wait() (*os.ProcessState, error)
|
||||||
|
|
||||||
// startTime return's the process start time.
|
// startTime returns the process start time.
|
||||||
startTime() (string, error)
|
startTime() (string, error)
|
||||||
|
|
||||||
signal(os.Signal) error
|
signal(os.Signal) error
|
||||||
|
|
Loading…
Reference in New Issue