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_order 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) AddProduct

func (m *MockRepository) AddProduct(ctx context.Context, p *entity.OrderProduct) error

AddProduct 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.Order, error)

Get mocks base method.

func (*MockRepository) GetAllByUserID

func (m *MockRepository) GetAllByUserID(ctx context.Context, userId string) (*[]entity.Order, error)

GetAllByUserID mocks base method.

func (*MockRepository) GetProducts

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

GetProducts mocks base method.

func (*MockRepository) Remove

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

Remove mocks base method.

func (*MockRepository) RemoveProduct

func (m *MockRepository) RemoveProduct(ctx context.Context, orderID, productID string) error

RemoveProduct mocks base method.

func (*MockRepository) Store

func (m *MockRepository) Store(ctx context.Context, order *entity.Order) (string, error)

Store mocks base method.

func (*MockRepository) Update

func (m *MockRepository) Update(ctx context.Context, order *entity.Order) error

Update mocks base method.

type MockRepositoryMockRecorder

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

MockRepositoryMockRecorder is the mock recorder for MockRepository.

func (*MockRepositoryMockRecorder) AddProduct

func (mr *MockRepositoryMockRecorder) AddProduct(ctx, p interface{}) *gomock.Call

AddProduct indicates an expected call of AddProduct.

func (*MockRepositoryMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockRepositoryMockRecorder) GetAllByUserID

func (mr *MockRepositoryMockRecorder) GetAllByUserID(ctx, userId interface{}) *gomock.Call

GetAllByUserID indicates an expected call of GetAllByUserID.

func (*MockRepositoryMockRecorder) GetProducts

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

GetProducts indicates an expected call of GetProducts.

func (*MockRepositoryMockRecorder) Remove

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

Remove indicates an expected call of Remove.

func (*MockRepositoryMockRecorder) RemoveProduct

func (mr *MockRepositoryMockRecorder) RemoveProduct(ctx, orderID, productID interface{}) *gomock.Call

RemoveProduct indicates an expected call of RemoveProduct.

func (*MockRepositoryMockRecorder) Store

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

Store indicates an expected call of Store.

func (*MockRepositoryMockRecorder) Update

func (mr *MockRepositoryMockRecorder) Update(ctx, order 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