ExBifrost.Model.GeminiPartExecutableCode (ex_bifrost v0.1.0)

Copy Markdown View Source

GeminiPartExecutableCode model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.GeminiPartExecutableCode{
  code: String.t() | nil,
  language: String.t() | nil
}

Functions

decode(value)