- update: major refactor of the database-service to make it easy to add newer api services

- add: character database api
This commit is contained in:
2024-12-17 01:58:18 -05:00
parent 267422adb4
commit 52455d6ffc
18 changed files with 378 additions and 180 deletions

View File

@@ -35,8 +35,6 @@ pub async fn get_service_address(consul_url: &str, service_name: &str) -> Result
Ok(nodes)
}
}
// Example of filtering services with a specific tag
async fn get_services_with_tag(
service_name: &str,
tag: &str,