Current section

Files

Jump to
fountainedge lib fountainedge state.ex
Raw

lib/fountainedge/state.ex

defmodule Fountainedge.State do
@moduledoc """
Documentation for Fountainedge.State.
"""
@enforce_keys [:id]
defstruct id: nil, tokens: []
end