Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockWriter
- func (m *MockWriter) Delete(arg0 context.Context, arg1 opencdc.Record) error
- func (m *MockWriter) EXPECT() *MockWriterMockRecorder
- func (m *MockWriter) Insert(arg0 context.Context, arg1 opencdc.Record) error
- func (m *MockWriter) Stop() error
- func (m *MockWriter) Update(arg0 context.Context, arg1 opencdc.Record) error
- type MockWriterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWriter ¶
type MockWriter struct {
// contains filtered or unexported fields
}
MockWriter is a mock of Writer interface.
func NewMockWriter ¶
func NewMockWriter(ctrl *gomock.Controller) *MockWriter
NewMockWriter creates a new mock instance.
func (*MockWriter) EXPECT ¶
func (m *MockWriter) EXPECT() *MockWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockWriterMockRecorder ¶
type MockWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockWriterMockRecorder is the mock recorder for MockWriter.
func (*MockWriterMockRecorder) Delete ¶
func (mr *MockWriterMockRecorder) Delete(arg0, arg1 any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockWriterMockRecorder) Insert ¶
func (mr *MockWriterMockRecorder) Insert(arg0, arg1 any) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockWriterMockRecorder) Stop ¶
func (mr *MockWriterMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.