Name returns unique name for the Runnable instance.
()
| 114 | type Linkable interface { |
| 115 | // Name returns unique name for the Runnable instance. |
| 116 | Name() string |
| 117 | |
| 118 | // Dir returns the working directory path that is shared with the host and this runnable. The paths are exactly |
| 119 | // the same for runnable and host to enable symbolic links (as long as those don't link to paths outside of Dir or not |
no outgoing calls