ExDaytona.Model.Match (ex_daytona v0.1.0)

Copy Markdown View Source

Match model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.Match{
  content: String.t(),
  file: String.t(),
  line: integer()
}

Functions

decode(value)