mocks

package
v0.0.0-...-833fa1d Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 5 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 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) Count

func (m *MockRepository) Count(ctx context.Context, filter *authclient.Filter) (int64, error)

Count mocks base method.

func (*MockRepository) Create

func (m *MockRepository) Create(ctx context.Context, authClient *model.AuthClient) (string, error)

Create mocks base method.

func (*MockRepository) Delete

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

Delete mocks base method.

func (*MockRepository) EXPECT

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

func (*MockRepository) FetchList

func (m *MockRepository) FetchList(ctx context.Context, filter *authclient.Filter) ([]*model.AuthClient, error)

FetchList mocks base method.

func (*MockRepository) Get

Get mocks base method.

func (*MockRepository) Update

func (m *MockRepository) Update(ctx context.Context, id string, authClient *model.AuthClient) error

Update mocks base method.

type MockRepositoryMockRecorder

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

MockRepositoryMockRecorder is the mock recorder for MockRepository.

func (*MockRepositoryMockRecorder) Count

func (mr *MockRepositoryMockRecorder) Count(ctx, filter interface{}) *gomock.Call

Count indicates an expected call of Count.

func (*MockRepositoryMockRecorder) Create

func (mr *MockRepositoryMockRecorder) Create(ctx, authClient interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockRepositoryMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockRepositoryMockRecorder) FetchList

func (mr *MockRepositoryMockRecorder) FetchList(ctx, filter interface{}) *gomock.Call

FetchList indicates an expected call of FetchList.

func (*MockRepositoryMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockRepositoryMockRecorder) Update

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

Update indicates an expected call of Update.

type MockUsecase

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

MockUsecase is a mock of Usecase interface.

func NewMockUsecase

func NewMockUsecase(ctrl *gomock.Controller) *MockUsecase

NewMockUsecase creates a new mock instance.

func (*MockUsecase) Count

func (m *MockUsecase) Count(ctx context.Context, filter *authclient.Filter) (int64, error)

Count mocks base method.

func (*MockUsecase) Create

func (m *MockUsecase) Create(ctx context.Context, authClient *model.AuthClient) (string, error)

Create mocks base method.

func (*MockUsecase) Delete

func (m *MockUsecase) Delete(ctx context.Context, id string) error

Delete mocks base method.

func (*MockUsecase) EXPECT

func (m *MockUsecase) EXPECT() *MockUsecaseMockRecorder

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

func (*MockUsecase) FetchList

func (m *MockUsecase) FetchList(ctx context.Context, filter *authclient.Filter) ([]*model.AuthClient, error)

FetchList mocks base method.

func (*MockUsecase) Get

func (m *MockUsecase) Get(ctx context.Context, id string) (*model.AuthClient, error)

Get mocks base method.

func (*MockUsecase) Update

func (m *MockUsecase) Update(ctx context.Context, id string, authClient *model.AuthClient) error

Update mocks base method.

type MockUsecaseMockRecorder

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

MockUsecaseMockRecorder is the mock recorder for MockUsecase.

func (*MockUsecaseMockRecorder) Count

func (mr *MockUsecaseMockRecorder) Count(ctx, filter interface{}) *gomock.Call

Count indicates an expected call of Count.

func (*MockUsecaseMockRecorder) Create

func (mr *MockUsecaseMockRecorder) Create(ctx, authClient interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockUsecaseMockRecorder) Delete

func (mr *MockUsecaseMockRecorder) Delete(ctx, id interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockUsecaseMockRecorder) FetchList

func (mr *MockUsecaseMockRecorder) FetchList(ctx, filter interface{}) *gomock.Call

FetchList indicates an expected call of FetchList.

func (*MockUsecaseMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockUsecaseMockRecorder) Update

func (mr *MockUsecaseMockRecorder) Update(ctx, id, authClient 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