//! Shared building blocks for the rolter gateway and control plane.
//!//! This crate holds the configuration model, domain error type and telemetry
//! bootstrap that every other rolter crate depends on.
pubmodconfig;pubmoderror;pubmodtelemetry;pubuseconfig::{
BalancingStrategy, GatewayConfig, LoggingConfig, ModelRoute, ProviderConfig, ProviderKind,
ServerConfig, Target, VirtualKeyConfig,};pubuseerror::{Error,Result};