mocks

package
v0.0.0-...-ec844c3 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockGraphDBKindRepository

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

MockGraphDBKindRepository is a mock of GraphDBKindRepository interface.

func NewMockGraphDBKindRepository

func NewMockGraphDBKindRepository(ctrl *gomock.Controller) *MockGraphDBKindRepository

NewMockGraphDBKindRepository creates a new mock instance.

func (*MockGraphDBKindRepository) EXPECT

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

func (*MockGraphDBKindRepository) RefreshKinds

func (m *MockGraphDBKindRepository) RefreshKinds(ctx context.Context) error

RefreshKinds mocks base method.

type MockGraphDBKindRepositoryMockRecorder

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

MockGraphDBKindRepositoryMockRecorder is the mock recorder for MockGraphDBKindRepository.

func (*MockGraphDBKindRepositoryMockRecorder) RefreshKinds

func (mr *MockGraphDBKindRepositoryMockRecorder) RefreshKinds(ctx any) *gomock.Call

RefreshKinds indicates an expected call of RefreshKinds.

type MockOpenGraphSchemaRepository

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

MockOpenGraphSchemaRepository is a mock of OpenGraphSchemaRepository interface.

func NewMockOpenGraphSchemaRepository

func NewMockOpenGraphSchemaRepository(ctrl *gomock.Controller) *MockOpenGraphSchemaRepository

NewMockOpenGraphSchemaRepository creates a new mock instance.

func (*MockOpenGraphSchemaRepository) DeleteGraphSchemaExtension

func (m *MockOpenGraphSchemaRepository) DeleteGraphSchemaExtension(ctx context.Context, extensionID int32) error

DeleteGraphSchemaExtension mocks base method.

func (*MockOpenGraphSchemaRepository) EXPECT

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

func (*MockOpenGraphSchemaRepository) GetGraphSchemaExtensions

func (m *MockOpenGraphSchemaRepository) GetGraphSchemaExtensions(ctx context.Context, extensionFilters model.Filters, sort model.Sort, skip, limit int) (model.GraphSchemaExtensions, int, error)

GetGraphSchemaExtensions mocks base method.

func (*MockOpenGraphSchemaRepository) UpsertOpenGraphExtension

func (m *MockOpenGraphSchemaRepository) UpsertOpenGraphExtension(ctx context.Context, graphExtensionInput model.GraphExtensionInput) (bool, error)

UpsertOpenGraphExtension mocks base method.

type MockOpenGraphSchemaRepositoryMockRecorder

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

MockOpenGraphSchemaRepositoryMockRecorder is the mock recorder for MockOpenGraphSchemaRepository.

func (*MockOpenGraphSchemaRepositoryMockRecorder) DeleteGraphSchemaExtension

func (mr *MockOpenGraphSchemaRepositoryMockRecorder) DeleteGraphSchemaExtension(ctx, extensionID any) *gomock.Call

DeleteGraphSchemaExtension indicates an expected call of DeleteGraphSchemaExtension.

func (*MockOpenGraphSchemaRepositoryMockRecorder) GetGraphSchemaExtensions

func (mr *MockOpenGraphSchemaRepositoryMockRecorder) GetGraphSchemaExtensions(ctx, extensionFilters, sort, skip, limit any) *gomock.Call

GetGraphSchemaExtensions indicates an expected call of GetGraphSchemaExtensions.

func (*MockOpenGraphSchemaRepositoryMockRecorder) UpsertOpenGraphExtension

func (mr *MockOpenGraphSchemaRepositoryMockRecorder) UpsertOpenGraphExtension(ctx, graphExtensionInput any) *gomock.Call

UpsertOpenGraphExtension indicates an expected call of UpsertOpenGraphExtension.

Jump to

Keyboard shortcuts

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