editicalu / nordselect

Library to detect the best NordVPN server
https://editicalu.github.io/nordselect
MIT License
24 stars 5 forks source link

New Region struct to replace the ad hoc regions #11

Closed editicalu closed 5 years ago

editicalu commented 5 years ago

Now, regions are located in the CountriesFilter struct, a place where they do not belong. The solution was rather ad hoc. This PR creates a new Region-enum, providing a more clean interface to use regions, that is more extensible as well.