package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Jul 11, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Setting struct {
Isp string `xml:"isp,attr" json:"isp"`
IP string `xml:"ip,attr" json:"ip"`
Lat string `xml:"lat,attr" json:"lat"`
Lon string `xml:"lon,attr" json:"lon"`
}
type Settings struct {
Settings []Setting `xml:"client"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.