C++ Server-Side SDK
LaunchDarkly SDK
Loading...
Searching...
No Matches
include
launchdarkly
server_side
config
built
data_system
data_system_config.hpp
1
#pragma once
2
3
#include <launchdarkly/server_side/config/built/data_system/background_sync_config.hpp>
4
#include <launchdarkly/server_side/config/built/data_system/lazy_load_config.hpp>
5
6
#include <variant>
7
8
namespace
launchdarkly::server_side::config::built {
9
10
struct
DataSystemConfig
{
11
bool
disabled;
12
std::variant<LazyLoadConfig, BackgroundSyncConfig> system_;
13
};
14
15
}
// namespace launchdarkly::server_side::config::built
launchdarkly::server_side::config::built::DataSystemConfig
Definition
data_system_config.hpp:10
Generated by
1.9.8