1 2 3 4 5 6 7 8 9
use crate::geoparsers::geoip2::GeoIpService; struct Router { geoip: GeoIpService, // geosite: GeoSiteService // sniffer: Sniffer }