https://github.com/Aurora-Modders/AuroraLoader/blob/master/AuroraLoader/Registry/RemoteModRegistry.cs is responsible for gathering the list of mods provided across all our mirrors. While not much logic is contained in this class organically, unit tests will allow us to demonstrate that this registry is accurately combining the information available from several mirrors (i.e. merging the list of versions available for each mod).
https://github.com/Aurora-Modders/AuroraLoader/blob/master/AuroraLoader/Registry/RemoteModRegistry.cs is responsible for gathering the list of mods provided across all our mirrors. While not much logic is contained in this class organically, unit tests will allow us to demonstrate that this registry is accurately combining the information available from several mirrors (i.e. merging the list of versions available for each mod).