# Functions
ConsumerChain returns a single interceptor from multiple interceptors.
No description provided by the author
No description provided by the author
NewMockConsumerItf creates a new mock instance.
NewMockProducerItf creates a new mock instance.
NewProducer creates a client to publish message to nsq.
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockConsumerItf is a mock of ConsumerItf interface.
MockConsumerItfMockRecorder is the mock recorder for MockConsumerItf.
MockProducerItf is a mock of ProducerItf interface.
MockProducerItfMockRecorder is the mock recorder for MockProducerItf.
No description provided by the author
No description provided by the author
# Interfaces
ConsumerItf is consumer interface to consume nsq message.
ProducerItf is producer interface to publish nsq message.
# Type aliases
No description provided by the author
No description provided by the author
FuncConsumer is a type to allow callers to wrap a raw func.