View Source Dagger.InteractiveShell (dagger v0.9.9)
An interactive shell that clients can connect to.
Link to this section Summary
Functions
A unique identifier for this InteractiveShell.
An http endpoint at which an interactive shell can be connected to over a websocket.
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.InteractiveShellID.t()} | {:error, term()}
A unique identifier for this InteractiveShell.
@spec websocket_endpoint(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
An http endpoint at which an interactive shell can be connected to over a websocket.