Packages

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

Current section

Files

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

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

defmodule <%= context_mod %> do
@moduledoc false
use Dialup.CommandedContext, app: <%= base_mod %>.CommandedApp
<%= for cmd <- commands do %> alias <%= context_mod %>.Commands.<%= Macro.camelize(cmd.name) %>
<% end %>
end