usecasemock

package
v0.0.0-...-b784633 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package usecasemock is a generated GoMock package.

Package usecasemock is a generated GoMock package.

Package usecasemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSellerFormValidator

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

MockSellerFormValidator is a mock of SellerFormValidator interface.

func NewMockSellerFormValidator

func NewMockSellerFormValidator(ctrl *gomock.Controller) *MockSellerFormValidator

NewMockSellerFormValidator creates a new mock instance.

func (*MockSellerFormValidator) EXPECT

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

func (*MockSellerFormValidator) Validate

Validate mocks base method.

type MockSellerFormValidatorMockRecorder

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

MockSellerFormValidatorMockRecorder is the mock recorder for MockSellerFormValidator.

func (*MockSellerFormValidatorMockRecorder) Validate

func (mr *MockSellerFormValidatorMockRecorder) Validate(ctx, form interface{}) *gomock.Call

Validate indicates an expected call of Validate.

type MockSellerGetter

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

MockSellerGetter is a mock of SellerGetter interface.

func NewMockSellerGetter

func NewMockSellerGetter(ctrl *gomock.Controller) *MockSellerGetter

NewMockSellerGetter creates a new mock instance.

func (*MockSellerGetter) EXPECT

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

func (*MockSellerGetter) GetByUserID

func (m *MockSellerGetter) GetByUserID(ctx context.Context, userId string) (usecase.Seller, error)

GetByUserID mocks base method.

type MockSellerGetterMockRecorder

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

MockSellerGetterMockRecorder is the mock recorder for MockSellerGetter.

func (*MockSellerGetterMockRecorder) GetByUserID

func (mr *MockSellerGetterMockRecorder) GetByUserID(ctx, userId interface{}) *gomock.Call

GetByUserID indicates an expected call of GetByUserID.

type MockSellerRegisterer

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

MockSellerRegisterer is a mock of SellerRegisterer interface.

func NewMockSellerRegisterer

func NewMockSellerRegisterer(ctrl *gomock.Controller) *MockSellerRegisterer

NewMockSellerRegisterer creates a new mock instance.

func (*MockSellerRegisterer) EXPECT

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

func (*MockSellerRegisterer) Register

func (m *MockSellerRegisterer) Register(ctx context.Context, userId string, form usecase.SellerForm) error

Register mocks base method.

type MockSellerRegistererMockRecorder

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

MockSellerRegistererMockRecorder is the mock recorder for MockSellerRegisterer.

func (*MockSellerRegistererMockRecorder) Register

func (mr *MockSellerRegistererMockRecorder) Register(ctx, userId, form interface{}) *gomock.Call

Register indicates an expected call of Register.

Jump to

Keyboard shortcuts

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