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_user 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) AddFollower

func (m *MockRepository) AddFollower(ctx context.Context, userID, followerID string) error

AddFollower 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.User, error)

Get mocks base method.

func (*MockRepository) GetByUsername

func (m *MockRepository) GetByUsername(ctx context.Context, username string) (*entity.User, error)

GetByUsername 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, user *entity.User) (string, error)

Store mocks base method.

func (*MockRepository) Update

func (m *MockRepository) Update(ctx context.Context, user *entity.User) error

Update mocks base method.

type MockRepositoryMockRecorder

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

MockRepositoryMockRecorder is the mock recorder for MockRepository.

func (*MockRepositoryMockRecorder) AddFollower

func (mr *MockRepositoryMockRecorder) AddFollower(ctx, userID, followerID interface{}) *gomock.Call

AddFollower indicates an expected call of AddFollower.

func (*MockRepositoryMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockRepositoryMockRecorder) GetByUsername

func (mr *MockRepositoryMockRecorder) GetByUsername(ctx, username interface{}) *gomock.Call

GetByUsername indicates an expected call of GetByUsername.

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, user interface{}) *gomock.Call

Store indicates an expected call of Store.

func (*MockRepositoryMockRecorder) Update

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