Packages
openfeature_elixir
0.1.0
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
Current section
Files
Jump to
Current section
Files
lib/OpenFeature/config.ex
defmodule OpenFeature.Config do
defstruct [:name, :provider, :local_context, :global_context]
end