Current section
Files
Jump to
Current section
Files
lib/fountainedge/state.ex
defmodule Fountainedge.State do
@moduledoc """
Documentation for Fountainedge.State.
"""
@enforce_keys [:id]
defstruct id: nil, tokens: []
end