ConfigCat.LocalMapDataSource (ConfigCat v2.0.0) View Source
Use flag overrides from a provided Map
.
See ConfigCat.OverrideDataSource
for more details.
Link to this section Summary
Functions
Create a ConfigCat.OverrideDataSource
from a map of flag/value pairs.
Link to this section Types
Specs
t() :: %ConfigCat.LocalMapDataSource{ override_behaviour: ConfigCat.OverrideDataSource.behaviour(), settings: ConfigCat.Config.t() }
Link to this section Functions
Specs
new(map(), ConfigCat.OverrideDataSource.behaviour()) :: t()
Create a ConfigCat.OverrideDataSource
from a map of flag/value pairs.