(id string)
| 41 | type Executor interface { |
| 42 | Create(id string, spec specs.Spec, stdout, stderr io.WriteCloser) error |
| 43 | IsRunning(id string) (bool, error) |
| 44 | Restore(id string, stdout, stderr io.WriteCloser) (alive bool, err error) |
| 45 | Signal(id string, signal syscall.Signal) error |
| 46 | } |
no outgoing calls
no test coverage detected