Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfig ¶
type GlobalConfig struct {
Port int `yaml:"port"`
}
type TestCfg ¶
type TestCfg struct {
ThreadCount int `yaml:"threadcount"`
MessageSize int `yaml:"messagesize"`
PrintCount int `yaml:"printcount"`
RegistryEnable bool `yaml:"registryenable"`
Protocol string `yaml:"protocol"`
EndPoint string `yaml:"endpoint"`
GoMaxProcs int `yaml:"gomaxprocs"`
MicroServiceName string `yaml:"microservicename"`
DependMicroServiceName string `yaml:"dependmicroservicename"`
EnvStage string `yaml:"envstage"`
}
Click to show internal directories.
Click to hide internal directories.