Packages

Runtime config fed by static elixir expressions

Current section

Files

Jump to
casconf lib config.ex
Raw

lib/config.ex

defmodule Casconf.Config do
defstruct type: :string, sources: []
def value(type, sources) do
%__MODULE__{type: type, sources: sources}
end
end