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