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 ¶
func (m *MockPullUseCase) EXPECT() *MockPullUseCaseMockRecorder
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.
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 ¶
func (m *MockPushUseCase) EXPECT() *MockPushUseCaseMockRecorder
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.