Current section

Files

Jump to
reactor lib reactor template element.ex
Raw

lib/reactor/template/element.ex

defmodule Reactor.Template.Element do
@moduledoc """
The `element` template.
"""
defstruct name: nil, sub_path: []
@type t :: %__MODULE__{name: atom, sub_path: [atom]}
end