userver: dynamic_config::ClientConfig Struct Reference
Loading...
Searching...
No Matches
dynamic_config::ClientConfig Struct Reference

Detailed Description

Definition at line 19 of file client.hpp.

+ Collaboration diagram for dynamic_config::ClientConfig:

Public Attributes

std::string service_name
 
bool get_configs_overrides_for_service {true}
 
std::chrono::milliseconds timeout {0}
 
int retries {1}
 
std::string config_url
 
bool append_path_to_url {true}
 
std::string stage_name
 
bool fallback_to_no_proxy {true}
 

Member Data Documentation

◆ append_path_to_url

bool dynamic_config::ClientConfig::append_path_to_url {true}

Definition at line 25 of file client.hpp.

◆ config_url

std::string dynamic_config::ClientConfig::config_url

Definition at line 24 of file client.hpp.

◆ fallback_to_no_proxy

bool dynamic_config::ClientConfig::fallback_to_no_proxy {true}

Definition at line 27 of file client.hpp.

◆ get_configs_overrides_for_service

bool dynamic_config::ClientConfig::get_configs_overrides_for_service {true}

Definition at line 21 of file client.hpp.

◆ retries

int dynamic_config::ClientConfig::retries {1}

Definition at line 23 of file client.hpp.

◆ service_name

std::string dynamic_config::ClientConfig::service_name

Definition at line 20 of file client.hpp.

◆ stage_name

std::string dynamic_config::ClientConfig::stage_name

Definition at line 26 of file client.hpp.

◆ timeout

std::chrono::milliseconds dynamic_config::ClientConfig::timeout {0}

Definition at line 22 of file client.hpp.


The documentation for this struct was generated from the following file: