mock_datastorage

package
v0.0.0-...-3e7b00d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2025 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_datastorage is a generated GoMock package.

Index

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL