package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Nov 7, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
NamesrvAddr string `yaml:"namesrv_addr"`
BrokerAddr string `yaml:"broker_addr"`
RetryTimes int `yaml:"retry_times"`
ProducerGroup string `yaml:"producer_group"`
}
type RocketMQ struct {
Conf Conf
Producer rocketmq.Producer
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.