mocks

package
v0.0.0-...-c953c3f Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock_product is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRepository

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

MockRepository is a mock of Repository interface.

func NewMockRepository

func NewMockRepository(ctrl *gomock.Controller) *MockRepository

NewMockRepository creates a new mock instance.

func (*MockRepository) AddPrice

func (m *MockRepository) AddPrice(ctx context.Context, productId string, price *entity.Price) error

AddPrice mocks base method.

func (*MockRepository) EXPECT

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

func (*MockRepository) Get

func (m *MockRepository) Get(ctx context.Context, id string) (*entity.Product, error)

Get mocks base method.

func (*MockRepository) GetAll

func (m *MockRepository) GetAll(ctx context.Context) (*[]entity.Product, error)

GetAll mocks base method.

func (*MockRepository) GetPrices

func (m *MockRepository) GetPrices(ctx context.Context, id string) (*[]entity.Price, error)

GetPrices mocks base method.

func (*MockRepository) Remove

func (m *MockRepository) Remove(ctx context.Context, id string) error

Remove mocks base method.

func (*MockRepository) Store

func (m *MockRepository) Store(ctx context.Context, product *entity.Product) (string, error)

Store mocks base method.

func (*MockRepository) StoreWithPrices

func (m *MockRepository) StoreWithPrices(ctx context.Context, product *entity.Product) (string, error)

StoreWithPrices mocks base method.

func (*MockRepository) Update

func (m *MockRepository) Update(ctx context.Context, id string, input *entity.ProductUpdateInput) error

Update mocks base method.

type MockRepositoryMockRecorder

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

MockRepositoryMockRecorder is the mock recorder for MockRepository.

func (*MockRepositoryMockRecorder) AddPrice

func (mr *MockRepositoryMockRecorder) AddPrice(ctx, productId, price interface{}) *gomock.Call

AddPrice indicates an expected call of AddPrice.

func (*MockRepositoryMockRecorder) Get

func (mr *MockRepositoryMockRecorder) Get(ctx, id interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockRepositoryMockRecorder) GetAll

func (mr *MockRepositoryMockRecorder) GetAll(ctx interface{}) *gomock.Call

GetAll indicates an expected call of GetAll.

func (*MockRepositoryMockRecorder) GetPrices

func (mr *MockRepositoryMockRecorder) GetPrices(ctx, id interface{}) *gomock.Call

GetPrices indicates an expected call of GetPrices.

func (*MockRepositoryMockRecorder) Remove

func (mr *MockRepositoryMockRecorder) Remove(ctx, id interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockRepositoryMockRecorder) Store

func (mr *MockRepositoryMockRecorder) Store(ctx, product interface{}) *gomock.Call

Store indicates an expected call of Store.

func (*MockRepositoryMockRecorder) StoreWithPrices

func (mr *MockRepositoryMockRecorder) StoreWithPrices(ctx, product interface{}) *gomock.Call

StoreWithPrices indicates an expected call of StoreWithPrices.

func (*MockRepositoryMockRecorder) Update

func (mr *MockRepositoryMockRecorder) Update(ctx, id, input interface{}) *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