Documentation ¶
Overview ¶
Package mock_simple is a generated GoMock package.
Index ¶
- type Mockmarshaller
- func (m *Mockmarshaller) EXPECT() *MockmarshallerMockRecorder
- func (m *Mockmarshaller) MarshalCheckpoint(ts uint64) ([]byte, error)
- func (m *Mockmarshaller) MarshalDDLEvent(event *model.DDLEvent) ([]byte, error)
- func (m *Mockmarshaller) MarshalRowChangedEvent(event *model.RowChangedEvent, handleKeyOnly bool, claimCheckFileName string) ([]byte, error)
- func (m *Mockmarshaller) Unmarshal(data []byte, v any) error
- type MockmarshallerMockRecorder
- func (mr *MockmarshallerMockRecorder) MarshalCheckpoint(ts interface{}) *gomock.Call
- func (mr *MockmarshallerMockRecorder) MarshalDDLEvent(event interface{}) *gomock.Call
- func (mr *MockmarshallerMockRecorder) MarshalRowChangedEvent(event, handleKeyOnly, claimCheckFileName interface{}) *gomock.Call
- func (mr *MockmarshallerMockRecorder) Unmarshal(data, v interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockmarshaller ¶
type Mockmarshaller struct {
// contains filtered or unexported fields
}
Mockmarshaller is a mock of marshaller interface.
func NewMockmarshaller ¶
func NewMockmarshaller(ctrl *gomock.Controller) *Mockmarshaller
NewMockmarshaller creates a new mock instance.
func (*Mockmarshaller) EXPECT ¶
func (m *Mockmarshaller) EXPECT() *MockmarshallerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockmarshaller) MarshalCheckpoint ¶
func (m *Mockmarshaller) MarshalCheckpoint(ts uint64) ([]byte, error)
MarshalCheckpoint mocks base method.
func (*Mockmarshaller) MarshalDDLEvent ¶
func (m *Mockmarshaller) MarshalDDLEvent(event *model.DDLEvent) ([]byte, error)
MarshalDDLEvent mocks base method.
func (*Mockmarshaller) MarshalRowChangedEvent ¶
func (m *Mockmarshaller) MarshalRowChangedEvent(event *model.RowChangedEvent, handleKeyOnly bool, claimCheckFileName string) ([]byte, error)
MarshalRowChangedEvent mocks base method.
type MockmarshallerMockRecorder ¶
type MockmarshallerMockRecorder struct {
// contains filtered or unexported fields
}
MockmarshallerMockRecorder is the mock recorder for Mockmarshaller.
func (*MockmarshallerMockRecorder) MarshalCheckpoint ¶
func (mr *MockmarshallerMockRecorder) MarshalCheckpoint(ts interface{}) *gomock.Call
MarshalCheckpoint indicates an expected call of MarshalCheckpoint.
func (*MockmarshallerMockRecorder) MarshalDDLEvent ¶
func (mr *MockmarshallerMockRecorder) MarshalDDLEvent(event interface{}) *gomock.Call
MarshalDDLEvent indicates an expected call of MarshalDDLEvent.
func (*MockmarshallerMockRecorder) MarshalRowChangedEvent ¶
func (mr *MockmarshallerMockRecorder) MarshalRowChangedEvent(event, handleKeyOnly, claimCheckFileName interface{}) *gomock.Call
MarshalRowChangedEvent indicates an expected call of MarshalRowChangedEvent.
func (*MockmarshallerMockRecorder) Unmarshal ¶
func (mr *MockmarshallerMockRecorder) Unmarshal(data, v interface{}) *gomock.Call
Unmarshal indicates an expected call of Unmarshal.