This commit is contained in:
Lyle Mantooth 2023-05-19 21:58:38 -04:00
parent 0204351caf
commit c666604e2c
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -4,7 +4,7 @@ use std::net::IpAddr;
pub struct Locat {} pub struct Locat {}
impl Locat { impl Locat {
pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str0 -> Self { pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str) -> Self {
// TODO: read geoip db, create analytics db // TODO: read geoip db, create analytics db
Self {} Self {}
} }