HostAddr returns host address that is available from runnables.
()
| 72 | SharedDir() string |
| 73 | // HostAddr returns host address that is available from runnables. |
| 74 | HostAddr() string |
| 75 | // Runnable returns runnable builder which can build runnables that can be started and stopped within this environment. |
| 76 | Runnable(name string) RunnableBuilder |
| 77 | // AddListener registers given listener to be notified on environment runnable changes. |
no outgoing calls
no test coverage detected