package
Version:
v0.0.0-...-26b160e
Opens a new window with list of versions in this module.
Published: Nov 16, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
@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:
View Source
var AppConf struct {
LogLevel int32 `json:"LogLevel"`
LogPath string `json:"LogPath"`
ApiName string `json:"ApiName"`
SrvName string `json:"SrvName"`
VersionTag int `json:"Version"`
}
self init...configFile = "./conf/api.json"...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.