View Source ConfigCat.LocalFileDataSource (ConfigCat v4.0.1)

Load flag overrides from a file.

See ConfigCat.OverrideDataSource for more details.

Summary

Functions

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

Types

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

Functions

Link to this function

new(filename, override_behaviour)

View Source

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