package
0.0.0-20210915183647-588d2c83ddb7
Repository: https://github.com/syncore/a2sapi.git
Documentation: pkg.go.dev

# Functions

InitDBs initializes the geolocation and server information databases for re-use across server list builds.
OpenCountryDB opens the country lookup database for reading.
OpenServerDB Opens a database connection to the server database file or if that file does not exists, creates it and then opens a database connection to it.

# Variables

CountryDB is a package-level variable that contains a country geoelocation database connection.
ServerDB is a package-level variable that contains a server information database connection.

# Structs

CDB represents a database containing geolocation information.
SDB represents a database containing the server ID and game information.