ExDaytona.Model.RunnerServiceHealth (ex_daytona v0.4.0)

Copy Markdown View Source

RunnerServiceHealth model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.RunnerServiceHealth{
  errorReason: String.t() | nil,
  healthy: boolean(),
  serviceName: String.t()
}

Functions

decode(value)