代码拉取完成,页面将自动刷新
package mq
type ClientConfig struct {
GroupID string `json:"groupId" yaml:"groupId" xml:"groupId"`
Server string `json:"server" yaml:"server" xml:"server"`
Domain string `json:"domain" yaml:"domain" xml:"domain"`
GroupName string `json:"groupName" yaml:"groupName" xml:"groupName"`
InstanceName string `json:"instance" yaml:"instance" xml:"instance"`
}
type Credentials struct {
AccessKey string `json:"accessKey" yaml:"accessKey" xml:"accessKey"`
SecretKey string `json:"secretKey" yaml:"secretKey" xml:"secretKey"`
SecretToken string `json:"secretToken" yaml:"secretToken" xml:"secretToken"`
}
type Config struct {
Client ClientConfig `json:"client" yaml:"client" xml:"client"`
Credentials Credentials `json:"credentials" yaml:"credentials" xml:"credentials"`
LogLevel int `json:"logLevel" yaml:"logLevel" xml:"logLevel"`
ProducerConf ProducerConfig `json:"producer" yaml:"producer" xml:"producer"`
ConsumerConf ConsumerConfig `json:"consumer" yaml:"consumer" xml:"consumer"`
}
type ProducerConfig struct {
Timeout int `json:"timeout" yaml:"timeout" xml:"timeout"`
Compress int `json:"compress" yaml:"compress" xml:"compress"`
Size int `json:"size" yaml:"size" xml:"size"`
Retry int `json:"retry" yaml:"retry" xml:"retry"`
}
type ConsumerConfig struct {
ThreadCount int `json:"threadCount" yaml:"threadCount" xml:"threadCount"`
Model int `json:"model" yaml:"model" xml:"model"`
Size int `json:"size" yaml:"size" xml:"size"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。