ConfigCat.LocalFileDataSource (ConfigCat v2.0.0) View Source

Load flag overrides from a file.

See ConfigCat.OverrideDataSource for more details.

Link to this section Summary

Functions

Create a ConfigCat.OverrideDataSource that loads overrides from a file.

Link to this section Types

Specs

t() :: %ConfigCat.LocalFileDataSource{
  cache: pid(),
  filename: String.t(),
  override_behaviour: ConfigCat.OverrideDataSource.behaviour()
}

Link to this section Functions

Link to this function

new(filename, override_behaviour)

View Source

Specs

Create a ConfigCat.OverrideDataSource that loads overrides from a file.