(id string)
| 27 | type ProcAdapter interface { |
| 28 | Start(command, dir string) (string, error) |
| 29 | Status(id string) (string, error) |
| 30 | Logs(id string, tail int) (string, error) |
| 31 | Stop(id string) (string, error) |
| 32 | Remove(id string) (string, error) |
no outgoing calls