Packages

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
openfeature_elixir lib OpenFeature config.ex
Raw

lib/OpenFeature/config.ex

defmodule OpenFeature.Config do
defstruct [:name, :provider, :local_context, :global_context]
end