Packages

WebSocket-first Elixir framework with auto-generated HTTP MCP APIs

Current section

Files

Jump to
dialup priv templates dialup.gen.aggregate command.ex.eex
Raw

priv/templates/dialup.gen.aggregate/command.ex.eex

defmodule <%= context_mod %>.Commands.<%= cmd_mod %> do
@moduledoc false
defstruct [<%= Enum.map(command.fields, & ":#{&1.name}") |> Enum.join(", ") %>]
end