Documentation
¶
Overview ¶
Package mock_datastorage is a generated GoMock package.
Index ¶
- type MockAdapter
- func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder
- func (m *MockAdapter) Get(ctx context.Context) (datastorage.DataStorage, error)
- func (m *MockAdapter) UpdateHistoryEntityCleaned(ctx context.Context, history datastorage.HistoryWithCount) error
- func (m *MockAdapter) UpdateHistoryEntityDisabled(ctx context.Context, history datastorage.HistoryWithCount) error
- func (m *MockAdapter) UpdateHistoryEntityUnlinked(ctx context.Context, history datastorage.HistoryWithCount) error
- type MockAdapterMockRecorder
- func (mr *MockAdapterMockRecorder) Get(ctx any) *gomock.Call
- func (mr *MockAdapterMockRecorder) UpdateHistoryEntityCleaned(ctx, history any) *gomock.Call
- func (mr *MockAdapterMockRecorder) UpdateHistoryEntityDisabled(ctx, history any) *gomock.Call
- func (mr *MockAdapterMockRecorder) UpdateHistoryEntityUnlinked(ctx, history any) *gomock.Call
- type MockCleaner
- type MockCleanerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAdapter ¶
type MockAdapter struct {
// contains filtered or unexported fields
}
MockAdapter is a mock of Adapter interface.
func NewMockAdapter ¶
func NewMockAdapter(ctrl *gomock.Controller) *MockAdapter
NewMockAdapter creates a new mock instance.
func (*MockAdapter) EXPECT ¶
func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAdapter) Get ¶
func (m *MockAdapter) Get(ctx context.Context) (datastorage.DataStorage, error)
Get mocks base method.
func (*MockAdapter) UpdateHistoryEntityCleaned ¶
func (m *MockAdapter) UpdateHistoryEntityCleaned(ctx context.Context, history datastorage.HistoryWithCount) error
UpdateHistoryEntityCleaned mocks base method.
func (*MockAdapter) UpdateHistoryEntityDisabled ¶
func (m *MockAdapter) UpdateHistoryEntityDisabled(ctx context.Context, history datastorage.HistoryWithCount) error
UpdateHistoryEntityDisabled mocks base method.
func (*MockAdapter) UpdateHistoryEntityUnlinked ¶
func (m *MockAdapter) UpdateHistoryEntityUnlinked(ctx context.Context, history datastorage.HistoryWithCount) error
UpdateHistoryEntityUnlinked mocks base method.
type MockAdapterMockRecorder ¶
type MockAdapterMockRecorder struct {
// contains filtered or unexported fields
}
MockAdapterMockRecorder is the mock recorder for MockAdapter.
func (*MockAdapterMockRecorder) Get ¶
func (mr *MockAdapterMockRecorder) Get(ctx any) *gomock.Call
Get indicates an expected call of Get.
func (*MockAdapterMockRecorder) UpdateHistoryEntityCleaned ¶
func (mr *MockAdapterMockRecorder) UpdateHistoryEntityCleaned(ctx, history any) *gomock.Call
UpdateHistoryEntityCleaned indicates an expected call of UpdateHistoryEntityCleaned.
func (*MockAdapterMockRecorder) UpdateHistoryEntityDisabled ¶
func (mr *MockAdapterMockRecorder) UpdateHistoryEntityDisabled(ctx, history any) *gomock.Call
UpdateHistoryEntityDisabled indicates an expected call of UpdateHistoryEntityDisabled.
func (*MockAdapterMockRecorder) UpdateHistoryEntityUnlinked ¶
func (mr *MockAdapterMockRecorder) UpdateHistoryEntityUnlinked(ctx, history any) *gomock.Call
UpdateHistoryEntityUnlinked indicates an expected call of UpdateHistoryEntityUnlinked.
type MockCleaner ¶
type MockCleaner struct {
// contains filtered or unexported fields
}
MockCleaner is a mock of Cleaner interface.
func NewMockCleaner ¶
func NewMockCleaner(ctrl *gomock.Controller) *MockCleaner
NewMockCleaner creates a new mock instance.
func (*MockCleaner) Clean ¶
func (m *MockCleaner) Clean(ctx context.Context, dbClient mongo.DbClient, conf datastorage.Config, t datetime.CpsTime, limit int) (datastorage.CleanResult, error)
Clean mocks base method.
func (*MockCleaner) EXPECT ¶
func (m *MockCleaner) EXPECT() *MockCleanerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCleaner) IsEnabled ¶
func (m *MockCleaner) IsEnabled(conf datastorage.Config) bool
IsEnabled mocks base method.
type MockCleanerMockRecorder ¶
type MockCleanerMockRecorder struct {
// contains filtered or unexported fields
}
MockCleanerMockRecorder is the mock recorder for MockCleaner.
func (*MockCleanerMockRecorder) Clean ¶
func (mr *MockCleanerMockRecorder) Clean(ctx, dbClient, conf, t, limit any) *gomock.Call
Clean indicates an expected call of Clean.
func (*MockCleanerMockRecorder) IsEnabled ¶
func (mr *MockCleanerMockRecorder) IsEnabled(conf any) *gomock.Call
IsEnabled indicates an expected call of IsEnabled.