Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = &ConfigType{}
View Source
var Log = &LogType{}
Functions ¶
This section is empty.
Types ¶
type ConfigType ¶
type ConfigType struct {
IsChanged bool
AppDirPath string
LogFilePath string
Proto string
Host string
Port string
CertDirPath string
TlsCertFileName string
TlsKeyFileName string
// contains filtered or unexported fields
}
func (*ConfigType) Load ¶
func (self *ConfigType) Load(args []string)
func (*ConfigType) Save ¶
func (self *ConfigType) Save()
Click to show internal directories.
Click to hide internal directories.