View Source ConfigCat.LocalMapDataSource (ConfigCat v4.0.2)
Use flag overrides from a provided Map
.
See ConfigCat.OverrideDataSource
for more details.
Summary
Functions
Create a ConfigCat.OverrideDataSource
from a map of flag/value pairs.
Types
@type t() :: %ConfigCat.LocalMapDataSource{ config: ConfigCat.Config.t(), override_behaviour: ConfigCat.OverrideDataSource.behaviour() }
Functions
@spec new(map(), ConfigCat.OverrideDataSource.behaviour()) :: t()
Create a ConfigCat.OverrideDataSource
from a map of flag/value pairs.