userver: storages::secdist::DefaultLoader::Settings Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::secdist::DefaultLoader::Settings Struct Reference

Detailed Description

Definition at line 18 of file provider_component.hpp.

+ Collaboration diagram for storages::secdist::DefaultLoader::Settings:

Public Attributes

std::string config_path
 
SecdistFormat format {SecdistFormat::kJson}
 
bool missing_ok {false}
 
std::optional< std::string > environment_secrets_key
 
engine::TaskProcessor * blocking_task_processor {nullptr}
 

Member Data Documentation

◆ blocking_task_processor

engine::TaskProcessor* storages::secdist::DefaultLoader::Settings::blocking_task_processor {nullptr}

Definition at line 23 of file provider_component.hpp.

◆ config_path

std::string storages::secdist::DefaultLoader::Settings::config_path

Definition at line 19 of file provider_component.hpp.

◆ environment_secrets_key

std::optional<std::string> storages::secdist::DefaultLoader::Settings::environment_secrets_key

Definition at line 22 of file provider_component.hpp.

◆ format

SecdistFormat storages::secdist::DefaultLoader::Settings::format {SecdistFormat::kJson}

Definition at line 20 of file provider_component.hpp.

◆ missing_ok

bool storages::secdist::DefaultLoader::Settings::missing_ok {false}

Definition at line 21 of file provider_component.hpp.


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