mock

package
v0.1.0-dev4 Latest Latest
Warning

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

Go to latest
Published: May 29, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockChangeStore

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

MockChangeStore is a mock of ChangeStore interface.

func NewMockChangeStore

func NewMockChangeStore(ctrl *gomock.Controller) *MockChangeStore

NewMockChangeStore creates a new mock instance.

func (*MockChangeStore) Create

func (m *MockChangeStore) Create(ctx context.Context, record entity.ChangeRecord) error

Create mocks base method.

func (*MockChangeStore) EXPECT

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

func (*MockChangeStore) GetByURI

func (m *MockChangeStore) GetByURI(ctx context.Context, queue, uri string) ([]entity.ChangeRecord, error)

GetByURI mocks base method.

type MockChangeStoreMockRecorder

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

MockChangeStoreMockRecorder is the mock recorder for MockChangeStore.

func (*MockChangeStoreMockRecorder) Create

func (mr *MockChangeStoreMockRecorder) Create(ctx, record any) *gomock.Call

Create indicates an expected call of Create.

func (*MockChangeStoreMockRecorder) GetByURI

func (mr *MockChangeStoreMockRecorder) GetByURI(ctx, queue, uri any) *gomock.Call

GetByURI indicates an expected call of GetByURI.

Jump to

Keyboard shortcuts

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