mock_usecase

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: pull.go

Generated by this command:

mockgen -source=pull.go -destination=./mock/mock_pull.go

Package mock_usecase is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: push.go

Generated by this command:

mockgen -source=push.go -destination=./mock/mock_push.go

Package mock_usecase is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPullUseCase

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

MockPullUseCase is a mock of PullUseCase interface.

func NewMockPullUseCase

func NewMockPullUseCase(ctrl *gomock.Controller) *MockPullUseCase

NewMockPullUseCase creates a new mock instance.

func (*MockPullUseCase) EXPECT

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

func (*MockPullUseCase) Execute

func (m *MockPullUseCase) Execute(ctx context.Context, params *usecase.PullInput) (*usecase.PullOutput, error)

Execute mocks base method.

type MockPullUseCaseMockRecorder

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

MockPullUseCaseMockRecorder is the mock recorder for MockPullUseCase.

func (*MockPullUseCaseMockRecorder) Execute

func (mr *MockPullUseCaseMockRecorder) Execute(ctx, params any) *gomock.Call

Execute indicates an expected call of Execute.

type MockPushUseCase

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

MockPushUseCase is a mock of PushUseCase interface.

func NewMockPushUseCase

func NewMockPushUseCase(ctrl *gomock.Controller) *MockPushUseCase

NewMockPushUseCase creates a new mock instance.

func (*MockPushUseCase) EXPECT

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

func (*MockPushUseCase) Execute

func (m *MockPushUseCase) Execute(ctx context.Context, params *usecase.PushInput) (*usecase.PushOutput, error)

Execute mocks base method.

type MockPushUseCaseMockRecorder

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

MockPushUseCaseMockRecorder is the mock recorder for MockPushUseCase.

func (*MockPushUseCaseMockRecorder) Execute

func (mr *MockPushUseCaseMockRecorder) Execute(ctx, params any) *gomock.Call

Execute indicates an expected call of Execute.

Jump to

Keyboard shortcuts

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