Documentation
¶
Overview ¶
Package mocks represent the AMQPConsumer mocks Code generated by mockery v1.0.0
Package mocks represents the publisher mocks Code generated by mockery v1.0.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AMQPConsumer ¶
AMQPConsumer is an autogenerated mock type for the AMQPConsumer type
func (*AMQPConsumer) Receive ¶
func (_m *AMQPConsumer) Receive(exchange string, routingKeys []string, queue string, queueOptions simpleamqp.QueueOptions, queueTimeout time.Duration) chan simpleamqp.AmqpMessage
Receive provides a mock function with given fields: exchange, routingKeys, queue, queueOptions, queueTimeout
func (*AMQPConsumer) ReceiveWithoutTimeout ¶
func (_m *AMQPConsumer) ReceiveWithoutTimeout(exchange string, routingKeys []string, queue string, queueOptions simpleamqp.QueueOptions) chan simpleamqp.AmqpMessage
ReceiveWithoutTimeout provides a mock function with given fields: exchange, routingKeys, queue, queueOptions
type AMQPPublisher ¶
AMQPPublisher is an autogenerated mock type for the AMQPPublisher type
func (*AMQPPublisher) Publish ¶
func (_m *AMQPPublisher) Publish(_a0 string, _a1 []byte)
Publish provides a mock function with given fields: _a0, _a1
func (*AMQPPublisher) PublishWithTTL ¶
func (_m *AMQPPublisher) PublishWithTTL(_a0 string, _a1 []byte, _a2 int)
PublishWithTTL provides a mock function with given fields: _a0, _a1, _a2