Current section
Files
Jump to
Current section
Files
src/cfclient_config.hrl
%% @doc
%% Define table names.
%% @end
-define(CONFIG_TABLE, cfclient_config).
-define(CACHE_TABLE, cfclient_cache).
-define(METRICS_TARGET_TABLE, cfclient_metrics_target).
-define(METRICS_CACHE_TABLE, cfclient_metrics_cache).
-define(METRICS_COUNTER_TABLE, cfclient_metrics_counter).