Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { HostName string `csv:"#HostName"` CountryLong string `csv:"CountryLong"` CountryShort string `csv:"CountryShort"` Score int `csv:"Score"` IPAddr string `csv:"IP"` OpenVpnConfigData string `csv:"OpenVPN_ConfigData_Base64"` Ping string `csv:"Ping"` }
Server holds in formation about a vpn relay server
Click to show internal directories.
Click to hide internal directories.