Packages
PhoenixGonFork hex - your Phoenix variables in your JavaScript. Without problems with releases now (because no Mix.env() check in runtime).
Current section
Files
Jump to
Current section
Files
lib/phoenix_gon/storage.ex
defmodule PhoenixGon.Storage do
@moduledoc """
Main struct that is keep as storage in conn for gon variabeles.
"""
@doc false
defstruct assets: %{}, compatibility: :native, namespace: nil, camel_case: false
end