Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DSN string
View Source
var Dbname string
View Source
var Dem string
View Source
var DeviceName string
View Source
var Download string
View Source
var Loader string
View Source
var MainOutRouter string
10.0.4.10:8426 124.220.233.230:8426
View Source
var MainRouter string
View Source
var Raster string
View Source
var Tiles3d string
View Source
var UpdateIP string
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { XMLName xml.Name `xml:"config"` MainRouter string `xml:"MainRouter"` MainOutRouter string `xml:"MainOutRouter"` Dbname string `xml:"dbname"` Host string `xml:"host"` Port string `xml:"port"` Username string `xml:"user"` Password string `xml:"password"` Loader string `xml:"loader"` Raster string `xml:"raster"` Dem string `xml:"dem"` Tiles3d string `xml:"tiles3d"` DeviceName string `xml:"DeviceName"` Download string `xml:"download"` UpdateIP string `xml:"updateip"` }
var MainConfig Config
Click to show internal directories.
Click to hide internal directories.