mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-17 17:57:23 +00:00
updates
This commit is contained in:
@@ -87,7 +87,7 @@ class BiergartenPipelineOrchestrator {
|
||||
* @return Vector of locations randomly sampled per
|
||||
* PipelineOptions::location_count.
|
||||
*/
|
||||
std::vector<Location> QueryCitiesWithCountries();
|
||||
std::vector<Location> QueryLocations();
|
||||
|
||||
/**
|
||||
* @brief Generate breweries for enriched cities.
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace prog_opts = boost::program_options;
|
||||
struct Location {
|
||||
std::string city{};
|
||||
std::string state_province{};
|
||||
std::string postal_code{};
|
||||
|
||||
/**
|
||||
* @brief ISO 3166-2 subdivision code.
|
||||
|
||||
Reference in New Issue
Block a user