Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Project = "fabric-orderer-benchmark"
Functions ¶
func GetConfigPath ¶
func GetCryptoConfigPath ¶
func GetSampleConfigPath ¶
func GetSampleConfigPath() string
Types ¶
type AppConf ¶
type AppConf struct {
Conf Application `yaml:"application"`
}
func GetAppConf ¶
func GetAppConf() *AppConf
type Application ¶
type Application struct { LogPath string `yaml:"logPath"` LogLevel int8 `yaml:"logLevel"` Local bool `yaml:"local"` Clients uint32 `yaml:"clients"` CPUs int `yaml:"cpus"` ConnOrderers []*OrdererInfo `yaml:"orderers"` OrdererMsp string `yaml:"ordererMsp"` Profile string `yaml:"profile"` Channels []string `yaml:"channels"` TlsEnabled bool `yaml:"tlsEnabled"` ReqTimeout int64 `yaml:"reqTimeout"` }
type OrdererInfo ¶
Click to show internal directories.
Click to hide internal directories.