Endpoint returns external runnable endpoint (host:port) for given port name. External means that it will be accessible only from host, but not from docker containers. If your service is not running, this method returns incorrect `stopped` endpoint.
(portName string)
| 181 | // |
| 182 | // If your service is not running, this method returns incorrect `stopped` endpoint. |
| 183 | Endpoint(portName string) string |
| 184 | |
| 185 | // SetMetadata allows setting extra metadata describing runnable. |
| 186 | SetMetadata(key, value any) |
no outgoing calls