Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSQProducer ¶
type NSQProducer struct { Addr string `json:"addr"` MessageBody []byte `json:"messageBody"` TopicName string `json:"topicName"` }
func NewNSQProducer ¶
func NewNSQProducer() *NSQProducer
func (*NSQProducer) Producer ¶
func (n *NSQProducer) Producer()
Click to show internal directories.
Click to hide internal directories.