Documentation ¶
Overview ¶
@Time : 2018/8/21 11:32 @Author : kenny zhu @File : conf.go @Software: GoLand @Others:
@Time : 2018/8/21 11:28 @Author : kenny zhu @File : json.go @Software: GoLand @Others:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConf struct { //logger.. LogLevel int32 `json:"LogLevel"` LogPath string `json:"LogPath"` //srv set.. ApiName string `json:"ApiName"` SrvName string `json:"SrvName"` VersionTag int `json:"Version"` // IP : port IpAddress string `json:"IpAddress"` Port int32 `json:"Port"` }
View Source
var TlsCfg *tls.Config
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.