mocks

package
v0.0.0-...-7c08dd5 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 3 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 MockFocusAppRepository

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

MockFocusAppRepository is a mock of FocusAppRepository interface.

func NewMockFocusAppRepository

func NewMockFocusAppRepository(ctrl *gomock.Controller) *MockFocusAppRepository

NewMockFocusAppRepository creates a new mock instance.

func (*MockFocusAppRepository) Delete

func (m *MockFocusAppRepository) Delete(n string) error

Delete mocks base method.

func (*MockFocusAppRepository) EXPECT

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

func (*MockFocusAppRepository) FindAll

func (m *MockFocusAppRepository) FindAll() []entity.FocusApp

FindAll mocks base method.

func (*MockFocusAppRepository) FindByName

func (m *MockFocusAppRepository) FindByName(n string) (entity.FocusApp, error)

FindByName mocks base method.

func (*MockFocusAppRepository) Insert

Insert mocks base method.

func (*MockFocusAppRepository) Update

Update mocks base method.

type MockFocusAppRepositoryMockRecorder

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

MockFocusAppRepositoryMockRecorder is the mock recorder for MockFocusAppRepository.

func (*MockFocusAppRepositoryMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*MockFocusAppRepositoryMockRecorder) FindAll

FindAll indicates an expected call of FindAll.

func (*MockFocusAppRepositoryMockRecorder) FindByName

FindByName indicates an expected call of FindByName.

func (*MockFocusAppRepositoryMockRecorder) Insert

Insert indicates an expected call of Insert.

func (*MockFocusAppRepositoryMockRecorder) Update

Update indicates an expected call of Update.

type MockFocusCatalogItemRepository

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

MockFocusCatalogItemRepository is a mock of FocusCatalogItemRepository interface.

func NewMockFocusCatalogItemRepository

func NewMockFocusCatalogItemRepository(ctrl *gomock.Controller) *MockFocusCatalogItemRepository

NewMockFocusCatalogItemRepository creates a new mock instance.

func (*MockFocusCatalogItemRepository) Delete

Delete mocks base method.

func (*MockFocusCatalogItemRepository) EXPECT

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

func (*MockFocusCatalogItemRepository) FindAll

FindAll mocks base method.

func (*MockFocusCatalogItemRepository) FindByName

FindByName mocks base method.

func (*MockFocusCatalogItemRepository) Insert

Insert mocks base method.

func (*MockFocusCatalogItemRepository) Update

Update mocks base method.

type MockFocusCatalogItemRepositoryMockRecorder

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

MockFocusCatalogItemRepositoryMockRecorder is the mock recorder for MockFocusCatalogItemRepository.

func (*MockFocusCatalogItemRepositoryMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*MockFocusCatalogItemRepositoryMockRecorder) FindAll

FindAll indicates an expected call of FindAll.

func (*MockFocusCatalogItemRepositoryMockRecorder) FindByName

FindByName indicates an expected call of FindByName.

func (*MockFocusCatalogItemRepositoryMockRecorder) Insert

Insert indicates an expected call of Insert.

func (*MockFocusCatalogItemRepositoryMockRecorder) Update

func (mr *MockFocusCatalogItemRepositoryMockRecorder) Update(name, catalog any) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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