Documentation
¶
Overview ¶
Package mock_amqpextra is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAMQPConnection ¶
type MockAMQPConnection struct {
// contains filtered or unexported fields
}
MockAMQPConnection is a mock of AMQPConnection interface.
func NewMockAMQPConnection ¶
func NewMockAMQPConnection(ctrl *gomock.Controller) *MockAMQPConnection
NewMockAMQPConnection creates a new mock instance.
func (*MockAMQPConnection) Close ¶
func (m *MockAMQPConnection) Close() error
Close mocks base method.
func (*MockAMQPConnection) EXPECT ¶
func (m *MockAMQPConnection) EXPECT() *MockAMQPConnectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAMQPConnection) NotifyClose ¶
func (m *MockAMQPConnection) NotifyClose(arg0 chan *amqp091.Error) chan *amqp091.Error
NotifyClose mocks base method.
type MockAMQPConnectionMockRecorder ¶
type MockAMQPConnectionMockRecorder struct {
// contains filtered or unexported fields
}
MockAMQPConnectionMockRecorder is the mock recorder for MockAMQPConnection.
func (*MockAMQPConnectionMockRecorder) Close ¶
func (mr *MockAMQPConnectionMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockAMQPConnectionMockRecorder) NotifyClose ¶
func (mr *MockAMQPConnectionMockRecorder) NotifyClose(arg0 interface{}) *gomock.Call
NotifyClose indicates an expected call of NotifyClose.
Click to show internal directories.
Click to hide internal directories.