Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2024 Changes in this version + type MockWriter struct + func NewMockWriter(ctrl *gomock.Controller) *MockWriter + func (m *MockWriter) Close(ctx context.Context) error + func (m *MockWriter) Delete(ctx context.Context, record sdk.Record) error + func (m *MockWriter) EXPECT() *MockWriterMockRecorder + func (m *MockWriter) Insert(ctx context.Context, record sdk.Record) error + func (m *MockWriter) Update(ctx context.Context, record sdk.Record) error + type MockWriterMockRecorder struct + func (mr *MockWriterMockRecorder) Close(ctx any) *gomock.Call + func (mr *MockWriterMockRecorder) Delete(ctx, record any) *gomock.Call + func (mr *MockWriterMockRecorder) Insert(ctx, record any) *gomock.Call + func (mr *MockWriterMockRecorder) Update(ctx, record any) *gomock.Call