Versions in this module Expand all Collapse all v1 v1.0.0 Nov 30, 2022 Changes in this version + var ConfPath string + var Dev bool + func GetLogConf() *logger.LogConifg + func InitConfig() + type AllConfig struct + AuthType string + ChainId string + ContractMock string + ContractName string + LogConfig *logger.LogConifg + NetConfig *NetConfig + SdkConfFile string + ServerConfig *ServerConfig + UserConfig *UserConfig + func GetAllConf() *AllConfig + func ParseAllConf() (*AllConfig, error) + type NetConfig struct + CaPath []string + ListenAddr string + MaxPeerCountAllow int + PeerEliminationStrategy int + PeerStreamPoolSize int + Provider string + Seeds []string + TLSConfig netTlsConfig + func GetNetConf() *NetConfig + type ServerConfig struct + ListenAddr string + func GetServerConf() *ServerConfig + type UserConfig struct + CertFile string + Hash string + PrivKeyFile string + func GetUserConf() *UserConfig