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
Specs
new(String.t(), ConfigCat.OverrideDataSource.behaviour()) :: t()
Create a ConfigCat.OverrideDataSource
that loads overrides from a file.