ConfigCat.Config (ConfigCat v2.0.0) View Source

Defines configuration-related types used in the rest of the library.

Link to this section Summary

Types

The name of a configuration setting.

t()

A collection of configuration settings.

The actual value of a configuration setting.

The name of a variation being tested.

Link to this section Types

Specs

key() :: String.t()

The name of a configuration setting.

Specs

t() :: map()

A collection of configuration settings.

Specs

value() :: String.t() | boolean() | number()

The actual value of a configuration setting.

Specs

variation_id() :: String.t()

The name of a variation being tested.