58 static constexpr std::string_view
kName =
"baggage-manager";
60 BaggageManagerComponent(
const components::ComponentConfig& config,
const components::ComponentContext& context);
62 BaggageManager& GetManager();
64 static yaml_config::Schema GetStaticConfigSchema();
67 BaggageManager baggage_manager_;