Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
*nsq.Consumer
Conf ConsumerConfig
}
type ConsumerConfig ¶
type ConsumerConfig struct {
NSQLookupdAddrs []string
NSQdAddrs []string
Topic string
Channel string
*nsq.Config
}
func (*ConsumerConfig) AfterInject ¶
func (c *ConsumerConfig) AfterInject()
func (*ConsumerConfig) BeforeInject ¶
func (c *ConsumerConfig) BeforeInject()
func (*ConsumerConfig) Init ¶
func (c *ConsumerConfig) Init()
type Producer ¶
type Producer struct {
*nsq.Producer
Conf ProducerConfig
}
type ProducerConfig ¶
func (*ProducerConfig) AfterInject ¶
func (c *ProducerConfig) AfterInject()
func (*ProducerConfig) BeforeInject ¶
func (c *ProducerConfig) BeforeInject()
func (*ProducerConfig) Init ¶
func (c *ProducerConfig) Init()
Click to show internal directories.
Click to hide internal directories.