ExDaytona.Model.Command (ex_daytona v0.4.0)

Copy Markdown View Source

Command model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.Command{
  command: String.t(),
  exitCode: integer() | nil,
  id: String.t()
}

Functions

decode(value)