matchingservicemock

package
v1.11.4 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package matchingservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMatchingServiceClient

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

MockMatchingServiceClient is a mock of MatchingServiceClient interface.

func NewMockMatchingServiceClient

func NewMockMatchingServiceClient(ctrl *gomock.Controller) *MockMatchingServiceClient

NewMockMatchingServiceClient creates a new mock instance.

func (*MockMatchingServiceClient) AddActivityTask

AddActivityTask mocks base method.

func (*MockMatchingServiceClient) AddWorkflowTask

AddWorkflowTask mocks base method.

func (*MockMatchingServiceClient) CancelOutstandingPoll

CancelOutstandingPoll mocks base method.

func (*MockMatchingServiceClient) DescribeTaskQueue

DescribeTaskQueue mocks base method.

func (*MockMatchingServiceClient) EXPECT

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

func (*MockMatchingServiceClient) ListTaskQueuePartitions

ListTaskQueuePartitions mocks base method.

func (*MockMatchingServiceClient) PollActivityTaskQueue

PollActivityTaskQueue mocks base method.

func (*MockMatchingServiceClient) PollWorkflowTaskQueue

PollWorkflowTaskQueue mocks base method.

func (*MockMatchingServiceClient) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockMatchingServiceClient) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

type MockMatchingServiceClientMockRecorder

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

MockMatchingServiceClientMockRecorder is the mock recorder for MockMatchingServiceClient.

func (*MockMatchingServiceClientMockRecorder) AddActivityTask

func (mr *MockMatchingServiceClientMockRecorder) AddActivityTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddActivityTask indicates an expected call of AddActivityTask.

func (*MockMatchingServiceClientMockRecorder) AddWorkflowTask

func (mr *MockMatchingServiceClientMockRecorder) AddWorkflowTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddWorkflowTask indicates an expected call of AddWorkflowTask.

func (*MockMatchingServiceClientMockRecorder) CancelOutstandingPoll

func (mr *MockMatchingServiceClientMockRecorder) CancelOutstandingPoll(ctx, in interface{}, opts ...interface{}) *gomock.Call

CancelOutstandingPoll indicates an expected call of CancelOutstandingPoll.

func (*MockMatchingServiceClientMockRecorder) DescribeTaskQueue

func (mr *MockMatchingServiceClientMockRecorder) DescribeTaskQueue(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeTaskQueue indicates an expected call of DescribeTaskQueue.

func (*MockMatchingServiceClientMockRecorder) ListTaskQueuePartitions

func (mr *MockMatchingServiceClientMockRecorder) ListTaskQueuePartitions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListTaskQueuePartitions indicates an expected call of ListTaskQueuePartitions.

func (*MockMatchingServiceClientMockRecorder) PollActivityTaskQueue

func (mr *MockMatchingServiceClientMockRecorder) PollActivityTaskQueue(ctx, in interface{}, opts ...interface{}) *gomock.Call

PollActivityTaskQueue indicates an expected call of PollActivityTaskQueue.

func (*MockMatchingServiceClientMockRecorder) PollWorkflowTaskQueue

func (mr *MockMatchingServiceClientMockRecorder) PollWorkflowTaskQueue(ctx, in interface{}, opts ...interface{}) *gomock.Call

PollWorkflowTaskQueue indicates an expected call of PollWorkflowTaskQueue.

func (*MockMatchingServiceClientMockRecorder) QueryWorkflow

func (mr *MockMatchingServiceClientMockRecorder) QueryWorkflow(ctx, in interface{}, opts ...interface{}) *gomock.Call

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockMatchingServiceClientMockRecorder) RespondQueryTaskCompleted

func (mr *MockMatchingServiceClientMockRecorder) RespondQueryTaskCompleted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

type MockMatchingServiceServer

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

MockMatchingServiceServer is a mock of MatchingServiceServer interface.

func NewMockMatchingServiceServer

func NewMockMatchingServiceServer(ctrl *gomock.Controller) *MockMatchingServiceServer

NewMockMatchingServiceServer creates a new mock instance.

func (*MockMatchingServiceServer) AddActivityTask

AddActivityTask mocks base method.

func (*MockMatchingServiceServer) AddWorkflowTask

AddWorkflowTask mocks base method.

func (*MockMatchingServiceServer) CancelOutstandingPoll

CancelOutstandingPoll mocks base method.

func (*MockMatchingServiceServer) DescribeTaskQueue

DescribeTaskQueue mocks base method.

func (*MockMatchingServiceServer) EXPECT

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

func (*MockMatchingServiceServer) ListTaskQueuePartitions

ListTaskQueuePartitions mocks base method.

func (*MockMatchingServiceServer) PollActivityTaskQueue

PollActivityTaskQueue mocks base method.

func (*MockMatchingServiceServer) PollWorkflowTaskQueue

PollWorkflowTaskQueue mocks base method.

func (*MockMatchingServiceServer) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockMatchingServiceServer) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

type MockMatchingServiceServerMockRecorder

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

MockMatchingServiceServerMockRecorder is the mock recorder for MockMatchingServiceServer.

func (*MockMatchingServiceServerMockRecorder) AddActivityTask

func (mr *MockMatchingServiceServerMockRecorder) AddActivityTask(arg0, arg1 interface{}) *gomock.Call

AddActivityTask indicates an expected call of AddActivityTask.

func (*MockMatchingServiceServerMockRecorder) AddWorkflowTask

func (mr *MockMatchingServiceServerMockRecorder) AddWorkflowTask(arg0, arg1 interface{}) *gomock.Call

AddWorkflowTask indicates an expected call of AddWorkflowTask.

func (*MockMatchingServiceServerMockRecorder) CancelOutstandingPoll

func (mr *MockMatchingServiceServerMockRecorder) CancelOutstandingPoll(arg0, arg1 interface{}) *gomock.Call

CancelOutstandingPoll indicates an expected call of CancelOutstandingPoll.

func (*MockMatchingServiceServerMockRecorder) DescribeTaskQueue

func (mr *MockMatchingServiceServerMockRecorder) DescribeTaskQueue(arg0, arg1 interface{}) *gomock.Call

DescribeTaskQueue indicates an expected call of DescribeTaskQueue.

func (*MockMatchingServiceServerMockRecorder) ListTaskQueuePartitions

func (mr *MockMatchingServiceServerMockRecorder) ListTaskQueuePartitions(arg0, arg1 interface{}) *gomock.Call

ListTaskQueuePartitions indicates an expected call of ListTaskQueuePartitions.

func (*MockMatchingServiceServerMockRecorder) PollActivityTaskQueue

func (mr *MockMatchingServiceServerMockRecorder) PollActivityTaskQueue(arg0, arg1 interface{}) *gomock.Call

PollActivityTaskQueue indicates an expected call of PollActivityTaskQueue.

func (*MockMatchingServiceServerMockRecorder) PollWorkflowTaskQueue

func (mr *MockMatchingServiceServerMockRecorder) PollWorkflowTaskQueue(arg0, arg1 interface{}) *gomock.Call

PollWorkflowTaskQueue indicates an expected call of PollWorkflowTaskQueue.

func (*MockMatchingServiceServerMockRecorder) QueryWorkflow

func (mr *MockMatchingServiceServerMockRecorder) QueryWorkflow(arg0, arg1 interface{}) *gomock.Call

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockMatchingServiceServerMockRecorder) RespondQueryTaskCompleted

func (mr *MockMatchingServiceServerMockRecorder) RespondQueryTaskCompleted(arg0, arg1 interface{}) *gomock.Call

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

Jump to

Keyboard shortcuts

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