Packages

Cookie based dev feature toggles for Plug-based web apps

Current section

Files

Jump to
laboratory lib laboratory feature.ex
Raw

lib/laboratory/feature.ex

defmodule Feature do
defstruct id: "", name: "", description: "", enabled: ""
end