workflowservicemock

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package workflowservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockWorkflowServiceClient

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

MockWorkflowServiceClient is a mock of WorkflowServiceClient interface.

func NewMockWorkflowServiceClient

func NewMockWorkflowServiceClient(ctrl *gomock.Controller) *MockWorkflowServiceClient

NewMockWorkflowServiceClient creates a new mock instance.

func (*MockWorkflowServiceClient) CountWorkflowExecutions

CountWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) DeprecateNamespace

DeprecateNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeNamespace

DescribeNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeTaskList

DescribeTaskList mocks base method.

func (*MockWorkflowServiceClient) DescribeWorkflowExecution

DescribeWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) EXPECT

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

func (*MockWorkflowServiceClient) GetClusterInfo

GetClusterInfo mocks base method.

func (*MockWorkflowServiceClient) GetSearchAttributes

GetSearchAttributes mocks base method.

func (*MockWorkflowServiceClient) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockWorkflowServiceClient) ListArchivedWorkflowExecutions

ListArchivedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) ListClosedWorkflowExecutions

ListClosedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) ListNamespaces

ListNamespaces mocks base method.

func (*MockWorkflowServiceClient) ListOpenWorkflowExecutions

ListOpenWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) ListTaskListPartitions

ListTaskListPartitions mocks base method.

func (*MockWorkflowServiceClient) ListWorkflowExecutions

ListWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) PollForActivityTask

PollForActivityTask mocks base method.

func (*MockWorkflowServiceClient) PollForDecisionTask

PollForDecisionTask mocks base method.

func (*MockWorkflowServiceClient) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockWorkflowServiceClient) RecordActivityTaskHeartbeat

RecordActivityTaskHeartbeat mocks base method.

func (*MockWorkflowServiceClient) RecordActivityTaskHeartbeatById

RecordActivityTaskHeartbeatById mocks base method.

func (*MockWorkflowServiceClient) RegisterNamespace

RegisterNamespace mocks base method.

func (*MockWorkflowServiceClient) RequestCancelWorkflowExecution

RequestCancelWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) ResetStickyTaskList

ResetStickyTaskList mocks base method.

func (*MockWorkflowServiceClient) ResetWorkflowExecution

ResetWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskCanceled

RespondActivityTaskCanceled mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskCanceledById

RespondActivityTaskCanceledById mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskCompleted

RespondActivityTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskCompletedById

RespondActivityTaskCompletedById mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskFailed

RespondActivityTaskFailed mocks base method.

func (*MockWorkflowServiceClient) RespondActivityTaskFailedById

RespondActivityTaskFailedById mocks base method.

func (*MockWorkflowServiceClient) RespondDecisionTaskCompleted

RespondDecisionTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondDecisionTaskFailed

RespondDecisionTaskFailed mocks base method.

func (*MockWorkflowServiceClient) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) ScanWorkflowExecutions

ScanWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) SignalWithStartWorkflowExecution

SignalWithStartWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) SignalWorkflowExecution

SignalWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) UpdateNamespace

UpdateNamespace mocks base method.

type MockWorkflowServiceClientMockRecorder

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

MockWorkflowServiceClientMockRecorder is the mock recorder for MockWorkflowServiceClient.

func (*MockWorkflowServiceClientMockRecorder) CountWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) CountWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

CountWorkflowExecutions indicates an expected call of CountWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) DeprecateNamespace

func (mr *MockWorkflowServiceClientMockRecorder) DeprecateNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeprecateNamespace indicates an expected call of DeprecateNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeNamespace

func (mr *MockWorkflowServiceClientMockRecorder) DescribeNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeNamespace indicates an expected call of DescribeNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeTaskList

func (mr *MockWorkflowServiceClientMockRecorder) DescribeTaskList(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeTaskList indicates an expected call of DescribeTaskList.

func (*MockWorkflowServiceClientMockRecorder) DescribeWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) DescribeWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) GetClusterInfo

func (mr *MockWorkflowServiceClientMockRecorder) GetClusterInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetClusterInfo indicates an expected call of GetClusterInfo.

func (*MockWorkflowServiceClientMockRecorder) GetSearchAttributes

func (mr *MockWorkflowServiceClientMockRecorder) GetSearchAttributes(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetSearchAttributes indicates an expected call of GetSearchAttributes.

func (*MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistory

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistory(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockWorkflowServiceClientMockRecorder) ListArchivedWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListArchivedWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListArchivedWorkflowExecutions indicates an expected call of ListArchivedWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListClosedWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListClosedWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListClosedWorkflowExecutions indicates an expected call of ListClosedWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListNamespaces

func (mr *MockWorkflowServiceClientMockRecorder) ListNamespaces(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListNamespaces indicates an expected call of ListNamespaces.

func (*MockWorkflowServiceClientMockRecorder) ListOpenWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListOpenWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListOpenWorkflowExecutions indicates an expected call of ListOpenWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListTaskListPartitions

func (mr *MockWorkflowServiceClientMockRecorder) ListTaskListPartitions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListTaskListPartitions indicates an expected call of ListTaskListPartitions.

func (*MockWorkflowServiceClientMockRecorder) ListWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListWorkflowExecutions indicates an expected call of ListWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) PollForActivityTask

func (mr *MockWorkflowServiceClientMockRecorder) PollForActivityTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

PollForActivityTask indicates an expected call of PollForActivityTask.

func (*MockWorkflowServiceClientMockRecorder) PollForDecisionTask

func (mr *MockWorkflowServiceClientMockRecorder) PollForDecisionTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

PollForDecisionTask indicates an expected call of PollForDecisionTask.

func (*MockWorkflowServiceClientMockRecorder) QueryWorkflow

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

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeat

func (mr *MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeat(ctx, in interface{}, opts ...interface{}) *gomock.Call

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeatById

func (mr *MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeatById(ctx, in interface{}, opts ...interface{}) *gomock.Call

RecordActivityTaskHeartbeatById indicates an expected call of RecordActivityTaskHeartbeatById.

func (*MockWorkflowServiceClientMockRecorder) RegisterNamespace

func (mr *MockWorkflowServiceClientMockRecorder) RegisterNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

RegisterNamespace indicates an expected call of RegisterNamespace.

func (*MockWorkflowServiceClientMockRecorder) RequestCancelWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) RequestCancelWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) ResetStickyTaskList

func (mr *MockWorkflowServiceClientMockRecorder) ResetStickyTaskList(ctx, in interface{}, opts ...interface{}) *gomock.Call

ResetStickyTaskList indicates an expected call of ResetStickyTaskList.

func (*MockWorkflowServiceClientMockRecorder) ResetWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) ResetWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

ResetWorkflowExecution indicates an expected call of ResetWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceled

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceled(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceledById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceledById(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskCanceledById indicates an expected call of RespondActivityTaskCanceledById.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompleted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompletedById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompletedById(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskCompletedById indicates an expected call of RespondActivityTaskCompletedById.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailed

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailed(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailedById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailedById(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondActivityTaskFailedById indicates an expected call of RespondActivityTaskFailedById.

func (*MockWorkflowServiceClientMockRecorder) RespondDecisionTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondDecisionTaskCompleted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondDecisionTaskCompleted indicates an expected call of RespondDecisionTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondDecisionTaskFailed

func (mr *MockWorkflowServiceClientMockRecorder) RespondDecisionTaskFailed(ctx, in interface{}, opts ...interface{}) *gomock.Call

RespondDecisionTaskFailed indicates an expected call of RespondDecisionTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) RespondQueryTaskCompleted

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

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) ScanWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ScanWorkflowExecutions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ScanWorkflowExecutions indicates an expected call of ScanWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) SignalWithStartWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) SignalWithStartWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignalWithStartWorkflowExecution indicates an expected call of SignalWithStartWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) SignalWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) SignalWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) StartWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) StartWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) TerminateWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) TerminateWorkflowExecution(ctx, in interface{}, opts ...interface{}) *gomock.Call

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) UpdateNamespace

func (mr *MockWorkflowServiceClientMockRecorder) UpdateNamespace(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace.

type MockWorkflowServiceServer

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

MockWorkflowServiceServer is a mock of WorkflowServiceServer interface.

func NewMockWorkflowServiceServer

func NewMockWorkflowServiceServer(ctrl *gomock.Controller) *MockWorkflowServiceServer

NewMockWorkflowServiceServer creates a new mock instance.

func (*MockWorkflowServiceServer) CountWorkflowExecutions

CountWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) DeprecateNamespace

DeprecateNamespace mocks base method.

func (*MockWorkflowServiceServer) DescribeNamespace

DescribeNamespace mocks base method.

func (*MockWorkflowServiceServer) DescribeTaskList

DescribeTaskList mocks base method.

func (*MockWorkflowServiceServer) DescribeWorkflowExecution

DescribeWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) EXPECT

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

func (*MockWorkflowServiceServer) GetClusterInfo

GetClusterInfo mocks base method.

func (*MockWorkflowServiceServer) GetSearchAttributes

GetSearchAttributes mocks base method.

func (*MockWorkflowServiceServer) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockWorkflowServiceServer) ListArchivedWorkflowExecutions

ListArchivedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) ListClosedWorkflowExecutions

ListClosedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) ListNamespaces

ListNamespaces mocks base method.

func (*MockWorkflowServiceServer) ListOpenWorkflowExecutions

ListOpenWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) ListTaskListPartitions

ListTaskListPartitions mocks base method.

func (*MockWorkflowServiceServer) ListWorkflowExecutions

ListWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) PollForActivityTask

PollForActivityTask mocks base method.

func (*MockWorkflowServiceServer) PollForDecisionTask

PollForDecisionTask mocks base method.

func (*MockWorkflowServiceServer) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockWorkflowServiceServer) RecordActivityTaskHeartbeat

RecordActivityTaskHeartbeat mocks base method.

func (*MockWorkflowServiceServer) RecordActivityTaskHeartbeatById

RecordActivityTaskHeartbeatById mocks base method.

func (*MockWorkflowServiceServer) RegisterNamespace

RegisterNamespace mocks base method.

func (*MockWorkflowServiceServer) RequestCancelWorkflowExecution

RequestCancelWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) ResetStickyTaskList

ResetStickyTaskList mocks base method.

func (*MockWorkflowServiceServer) ResetWorkflowExecution

ResetWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskCanceled

RespondActivityTaskCanceled mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskCanceledById

RespondActivityTaskCanceledById mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskCompleted

RespondActivityTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskCompletedById

RespondActivityTaskCompletedById mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskFailed

RespondActivityTaskFailed mocks base method.

func (*MockWorkflowServiceServer) RespondActivityTaskFailedById

RespondActivityTaskFailedById mocks base method.

func (*MockWorkflowServiceServer) RespondDecisionTaskCompleted

RespondDecisionTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) RespondDecisionTaskFailed

RespondDecisionTaskFailed mocks base method.

func (*MockWorkflowServiceServer) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) ScanWorkflowExecutions

ScanWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) SignalWithStartWorkflowExecution

SignalWithStartWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) SignalWorkflowExecution

SignalWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) UpdateNamespace

UpdateNamespace mocks base method.

type MockWorkflowServiceServerMockRecorder

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

MockWorkflowServiceServerMockRecorder is the mock recorder for MockWorkflowServiceServer.

func (*MockWorkflowServiceServerMockRecorder) CountWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) CountWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

CountWorkflowExecutions indicates an expected call of CountWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) DeprecateNamespace

func (mr *MockWorkflowServiceServerMockRecorder) DeprecateNamespace(arg0, arg1 interface{}) *gomock.Call

DeprecateNamespace indicates an expected call of DeprecateNamespace.

func (*MockWorkflowServiceServerMockRecorder) DescribeNamespace

func (mr *MockWorkflowServiceServerMockRecorder) DescribeNamespace(arg0, arg1 interface{}) *gomock.Call

DescribeNamespace indicates an expected call of DescribeNamespace.

func (*MockWorkflowServiceServerMockRecorder) DescribeTaskList

func (mr *MockWorkflowServiceServerMockRecorder) DescribeTaskList(arg0, arg1 interface{}) *gomock.Call

DescribeTaskList indicates an expected call of DescribeTaskList.

func (*MockWorkflowServiceServerMockRecorder) DescribeWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) DescribeWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) GetClusterInfo

func (mr *MockWorkflowServiceServerMockRecorder) GetClusterInfo(arg0, arg1 interface{}) *gomock.Call

GetClusterInfo indicates an expected call of GetClusterInfo.

func (*MockWorkflowServiceServerMockRecorder) GetSearchAttributes

func (mr *MockWorkflowServiceServerMockRecorder) GetSearchAttributes(arg0, arg1 interface{}) *gomock.Call

GetSearchAttributes indicates an expected call of GetSearchAttributes.

func (*MockWorkflowServiceServerMockRecorder) GetWorkflowExecutionHistory

func (mr *MockWorkflowServiceServerMockRecorder) GetWorkflowExecutionHistory(arg0, arg1 interface{}) *gomock.Call

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockWorkflowServiceServerMockRecorder) ListArchivedWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) ListArchivedWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

ListArchivedWorkflowExecutions indicates an expected call of ListArchivedWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) ListClosedWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) ListClosedWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

ListClosedWorkflowExecutions indicates an expected call of ListClosedWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) ListNamespaces

func (mr *MockWorkflowServiceServerMockRecorder) ListNamespaces(arg0, arg1 interface{}) *gomock.Call

ListNamespaces indicates an expected call of ListNamespaces.

func (*MockWorkflowServiceServerMockRecorder) ListOpenWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) ListOpenWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

ListOpenWorkflowExecutions indicates an expected call of ListOpenWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) ListTaskListPartitions

func (mr *MockWorkflowServiceServerMockRecorder) ListTaskListPartitions(arg0, arg1 interface{}) *gomock.Call

ListTaskListPartitions indicates an expected call of ListTaskListPartitions.

func (*MockWorkflowServiceServerMockRecorder) ListWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) ListWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

ListWorkflowExecutions indicates an expected call of ListWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) PollForActivityTask

func (mr *MockWorkflowServiceServerMockRecorder) PollForActivityTask(arg0, arg1 interface{}) *gomock.Call

PollForActivityTask indicates an expected call of PollForActivityTask.

func (*MockWorkflowServiceServerMockRecorder) PollForDecisionTask

func (mr *MockWorkflowServiceServerMockRecorder) PollForDecisionTask(arg0, arg1 interface{}) *gomock.Call

PollForDecisionTask indicates an expected call of PollForDecisionTask.

func (*MockWorkflowServiceServerMockRecorder) QueryWorkflow

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

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockWorkflowServiceServerMockRecorder) RecordActivityTaskHeartbeat

func (mr *MockWorkflowServiceServerMockRecorder) RecordActivityTaskHeartbeat(arg0, arg1 interface{}) *gomock.Call

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockWorkflowServiceServerMockRecorder) RecordActivityTaskHeartbeatById

func (mr *MockWorkflowServiceServerMockRecorder) RecordActivityTaskHeartbeatById(arg0, arg1 interface{}) *gomock.Call

RecordActivityTaskHeartbeatById indicates an expected call of RecordActivityTaskHeartbeatById.

func (*MockWorkflowServiceServerMockRecorder) RegisterNamespace

func (mr *MockWorkflowServiceServerMockRecorder) RegisterNamespace(arg0, arg1 interface{}) *gomock.Call

RegisterNamespace indicates an expected call of RegisterNamespace.

func (*MockWorkflowServiceServerMockRecorder) RequestCancelWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) RequestCancelWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) ResetStickyTaskList

func (mr *MockWorkflowServiceServerMockRecorder) ResetStickyTaskList(arg0, arg1 interface{}) *gomock.Call

ResetStickyTaskList indicates an expected call of ResetStickyTaskList.

func (*MockWorkflowServiceServerMockRecorder) ResetWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) ResetWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

ResetWorkflowExecution indicates an expected call of ResetWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskCanceled

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskCanceled(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskCanceledById

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskCanceledById(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskCanceledById indicates an expected call of RespondActivityTaskCanceledById.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskCompleted

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskCompleted(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskCompletedById

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskCompletedById(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskCompletedById indicates an expected call of RespondActivityTaskCompletedById.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskFailed

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskFailed(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockWorkflowServiceServerMockRecorder) RespondActivityTaskFailedById

func (mr *MockWorkflowServiceServerMockRecorder) RespondActivityTaskFailedById(arg0, arg1 interface{}) *gomock.Call

RespondActivityTaskFailedById indicates an expected call of RespondActivityTaskFailedById.

func (*MockWorkflowServiceServerMockRecorder) RespondDecisionTaskCompleted

func (mr *MockWorkflowServiceServerMockRecorder) RespondDecisionTaskCompleted(arg0, arg1 interface{}) *gomock.Call

RespondDecisionTaskCompleted indicates an expected call of RespondDecisionTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) RespondDecisionTaskFailed

func (mr *MockWorkflowServiceServerMockRecorder) RespondDecisionTaskFailed(arg0, arg1 interface{}) *gomock.Call

RespondDecisionTaskFailed indicates an expected call of RespondDecisionTaskFailed.

func (*MockWorkflowServiceServerMockRecorder) RespondQueryTaskCompleted

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

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) ScanWorkflowExecutions

func (mr *MockWorkflowServiceServerMockRecorder) ScanWorkflowExecutions(arg0, arg1 interface{}) *gomock.Call

ScanWorkflowExecutions indicates an expected call of ScanWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) SignalWithStartWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) SignalWithStartWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

SignalWithStartWorkflowExecution indicates an expected call of SignalWithStartWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) SignalWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) SignalWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) StartWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) StartWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) TerminateWorkflowExecution

func (mr *MockWorkflowServiceServerMockRecorder) TerminateWorkflowExecution(arg0, arg1 interface{}) *gomock.Call

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) UpdateNamespace

func (mr *MockWorkflowServiceServerMockRecorder) UpdateNamespace(arg0, arg1 interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace.

Jump to

Keyboard shortcuts

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