6#include <userver/components/loggable_component_base.hpp>
7#include <userver/storages/mongo/multi_mongo.hpp>
8#include <userver/storages/mongo/pool.hpp>
9#include <userver/storages/secdist/component.hpp>
10#include <userver/utils/statistics/entry.hpp>
12USERVER_NAMESPACE_BEGIN
98 Mongo(
const ComponentConfig&,
const ComponentContext&);
106 static yaml_config::Schema GetStaticConfigSchema();
112 utils::statistics::Entry statistics_holder_;
116inline constexpr bool kHasValidate<Mongo> =
true;
204 static yaml_config::Schema GetStaticConfigSchema();
210 utils::statistics::Entry statistics_holder_;
214inline constexpr bool kHasValidate<MultiMongo> =
true;