package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Mar 4, 2015
License: GPL-2.0, GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TheClient struct {
Ip string `xml:"ip,attr"`
Lat string `xml:"lat,attr"`
Lon string `xml:"lon,attr"`
Isp string `xml:"isp,attr"`
}
type TheServersContainer struct {
XMLName xml.Name `xml:"servers"`
XMLServers []XMLServer `xml:"server"`
}
type XMLConfigSettings struct {
XMLName xml.Name `xml:"settings"`
Client TheClient `xml:"client"`
}
type XMLServer struct {
XMLName xml.Name `xml:"server"`
Url string `xml:"url,attr"`
Lat string `xml:"lat,attr"`
Lon string `xml:"lon,attr"`
Name string `xml:"name,attr"`
Country string `xml:"country,attr"`
CC string `xml:"cc,attr"`
Id string `xml:"id,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.