Documentation ¶
Overview ¶
Package mock_broker is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProducerInterface ¶
type MockProducerInterface struct {
// contains filtered or unexported fields
}
MockProducerInterface is a mock of ProducerInterface interface.
func NewMockProducerInterface ¶
func NewMockProducerInterface(ctrl *gomock.Controller) *MockProducerInterface
NewMockProducerInterface creates a new mock instance.
func (*MockProducerInterface) EXPECT ¶
func (m *MockProducerInterface) EXPECT() *MockProducerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockProducerInterfaceMockRecorder ¶
type MockProducerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockProducerInterfaceMockRecorder is the mock recorder for MockProducerInterface.
func (*MockProducerInterfaceMockRecorder) Publish ¶
func (mr *MockProducerInterfaceMockRecorder) Publish(msg, key, topic interface{}) *gomock.Call
Publish indicates an expected call of Publish.
Click to show internal directories.
Click to hide internal directories.