Documentation ¶
Overview ¶
Package mock_queue is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKafkaWriter ¶
type MockKafkaWriter struct {
// contains filtered or unexported fields
}
MockKafkaWriter is a mock of KafkaWriter interface.
func NewMockKafkaWriter ¶
func NewMockKafkaWriter(ctrl *gomock.Controller) *MockKafkaWriter
NewMockKafkaWriter creates a new mock instance.
func (*MockKafkaWriter) EXPECT ¶
func (m *MockKafkaWriter) EXPECT() *MockKafkaWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKafkaWriter) WriteMessages ¶
WriteMessages mocks base method.
type MockKafkaWriterMockRecorder ¶
type MockKafkaWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockKafkaWriterMockRecorder is the mock recorder for MockKafkaWriter.
func (*MockKafkaWriterMockRecorder) WriteMessages ¶
func (mr *MockKafkaWriterMockRecorder) WriteMessages(ctx interface{}, msgs ...interface{}) *gomock.Call
WriteMessages indicates an expected call of WriteMessages.
Click to show internal directories.
Click to hide internal directories.