Versions in this module Expand all Collapse all v1 v1.1.1 Dec 23, 2019 Changes in this version type BASDConfig + CertFile string + DnsPath string + DohServerPort int + KeyFile string + TimeOut int + TryTimes int + func (bc *BASDConfig) GetCertFile() string + func (bc *BASDConfig) GetKeyFile() string v1.0.1 Dec 19, 2019 Changes in this version + const BASD_CFG_FileName + const BASD_HomeDir + func GetBASDCFGFile() string + func GetBASDHomeDir() string + func IsInitialized() bool + type BASDConfig struct + CmdListenPort string + MgrAddr string + ResolvDns []string + RopstenNAP string + TcpPort int + TokenAddr string + UpdPort int + func GetBasDCfg() *BASDConfig + func LoadFromCfgFile(file string) *BASDConfig + func LoadFromCmd(initfromcmd func(cmdbc *BASDConfig) *BASDConfig) *BASDConfig + func PreLoad() *BASDConfig + func (bc *BASDConfig) InitCfg() *BASDConfig + func (bc *BASDConfig) Load() *BASDConfig + func (bc *BASDConfig) Save()