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

Link to this section Types

Specs

t() :: %ConfigCat.LocalMapDataSource{
  override_behaviour: ConfigCat.OverrideDataSource.behaviour(),
  settings: ConfigCat.Config.t()
}

Link to this section Functions

Link to this function

new(overrides, override_behaviour)

View Source

Specs

Create a ConfigCat.OverrideDataSource from a map of flag/value pairs.