mocks

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockManager

type MockManager struct {
	// contains filtered or unexported fields
}

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) Delete

func (m *MockManager) Delete(ctx context.Context, cfg *config.Config) error

Delete mocks base method.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockManager) PerformSync

func (m *MockManager) PerformSync(ctx context.Context, cfg *config.Config) (*sync.Result, *sync.Error)

PerformSync mocks base method.

func (*MockManager) ShouldSync

func (m *MockManager) ShouldSync(ctx context.Context, cfg *config.Config, syncStatus *status.SyncStatus, manualSyncRequested bool) (bool, string, *time.Time)

ShouldSync mocks base method.

type MockManagerMockRecorder

type MockManagerMockRecorder struct {
	// contains filtered or unexported fields
}

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) Delete

func (mr *MockManagerMockRecorder) Delete(ctx, cfg any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockManagerMockRecorder) PerformSync

func (mr *MockManagerMockRecorder) PerformSync(ctx, cfg any) *gomock.Call

PerformSync indicates an expected call of PerformSync.

func (*MockManagerMockRecorder) ShouldSync

func (mr *MockManagerMockRecorder) ShouldSync(ctx, cfg, syncStatus, manualSyncRequested any) *gomock.Call

ShouldSync indicates an expected call of ShouldSync.

Jump to

Keyboard shortcuts

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