workflowservicemock

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 5 Imported by: 1

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 MockUnsafeWorkflowServiceServer added in v1.26.1

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

MockUnsafeWorkflowServiceServer is a mock of UnsafeWorkflowServiceServer interface.

func NewMockUnsafeWorkflowServiceServer added in v1.26.1

func NewMockUnsafeWorkflowServiceServer(ctrl *gomock.Controller) *MockUnsafeWorkflowServiceServer

NewMockUnsafeWorkflowServiceServer creates a new mock instance.

func (*MockUnsafeWorkflowServiceServer) EXPECT added in v1.26.1

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

type MockUnsafeWorkflowServiceServerMockRecorder added in v1.26.1

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

MockUnsafeWorkflowServiceServerMockRecorder is the mock recorder for MockUnsafeWorkflowServiceServer.

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) CreateSchedule added in v1.8.0

CreateSchedule mocks base method.

func (*MockWorkflowServiceClient) DeleteSchedule added in v1.8.0

DeleteSchedule mocks base method.

func (*MockWorkflowServiceClient) DeleteWorkflowExecution added in v1.12.0

DeleteWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) DeprecateNamespace

DeprecateNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeBatchOperation added in v1.12.0

DescribeBatchOperation mocks base method.

func (*MockWorkflowServiceClient) DescribeNamespace

DescribeNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeSchedule added in v1.8.0

DescribeSchedule mocks base method.

func (*MockWorkflowServiceClient) DescribeTaskQueue

DescribeTaskQueue 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) ExecuteMultiOperation added in v1.32.1

ExecuteMultiOperation mocks base method.

func (*MockWorkflowServiceClient) GetClusterInfo

GetClusterInfo mocks base method.

func (*MockWorkflowServiceClient) GetSearchAttributes

GetSearchAttributes mocks base method.

func (*MockWorkflowServiceClient) GetSystemInfo added in v1.8.0

GetSystemInfo mocks base method.

func (*MockWorkflowServiceClient) GetWorkerBuildIdCompatibility added in v1.21.0

GetWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceClient) GetWorkerTaskReachability added in v1.21.0

GetWorkerTaskReachability mocks base method.

func (*MockWorkflowServiceClient) GetWorkerVersioningRules added in v1.32.0

GetWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceClient) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockWorkflowServiceClient) GetWorkflowExecutionHistoryReverse added in v1.8.0

GetWorkflowExecutionHistoryReverse mocks base method.

func (*MockWorkflowServiceClient) ListArchivedWorkflowExecutions

ListArchivedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) ListBatchOperations added in v1.12.0

ListBatchOperations 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) ListScheduleMatchingTimes added in v1.8.0

ListScheduleMatchingTimes mocks base method.

func (*MockWorkflowServiceClient) ListSchedules added in v1.8.0

ListSchedules mocks base method.

func (*MockWorkflowServiceClient) ListTaskQueuePartitions

ListTaskQueuePartitions mocks base method.

func (*MockWorkflowServiceClient) ListWorkflowExecutions

ListWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) PatchSchedule added in v1.8.0

PatchSchedule mocks base method.

func (*MockWorkflowServiceClient) PollActivityTaskQueue

PollActivityTaskQueue mocks base method.

func (*MockWorkflowServiceClient) PollNexusTaskQueue added in v1.27.0

PollNexusTaskQueue mocks base method.

func (*MockWorkflowServiceClient) PollWorkflowExecutionUpdate added in v1.21.0

PollWorkflowExecutionUpdate mocks base method.

func (*MockWorkflowServiceClient) PollWorkflowTaskQueue

PollWorkflowTaskQueue 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) ResetStickyTaskQueue

ResetStickyTaskQueue 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) RespondNexusTaskCompleted added in v1.27.0

RespondNexusTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondNexusTaskFailed added in v1.27.0

RespondNexusTaskFailed mocks base method.

func (*MockWorkflowServiceClient) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondWorkflowTaskCompleted

RespondWorkflowTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondWorkflowTaskFailed

RespondWorkflowTaskFailed 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) StartBatchOperation added in v1.12.0

StartBatchOperation mocks base method.

func (*MockWorkflowServiceClient) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) StopBatchOperation added in v1.12.0

StopBatchOperation mocks base method.

func (*MockWorkflowServiceClient) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) UpdateNamespace

UpdateNamespace mocks base method.

func (*MockWorkflowServiceClient) UpdateSchedule added in v1.8.0

UpdateSchedule mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkerBuildIdCompatibility added in v1.21.0

UpdateWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkerVersioningRules added in v1.32.0

UpdateWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkflowExecution added in v1.16.0

UpdateWorkflowExecution 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) CreateSchedule added in v1.8.0

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

CreateSchedule indicates an expected call of CreateSchedule.

func (*MockWorkflowServiceClientMockRecorder) DeleteSchedule added in v1.8.0

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

DeleteSchedule indicates an expected call of DeleteSchedule.

func (*MockWorkflowServiceClientMockRecorder) DeleteWorkflowExecution added in v1.12.0

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

DeleteWorkflowExecution indicates an expected call of DeleteWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) DeprecateNamespace

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

DeprecateNamespace indicates an expected call of DeprecateNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeBatchOperation added in v1.12.0

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

DescribeBatchOperation indicates an expected call of DescribeBatchOperation.

func (*MockWorkflowServiceClientMockRecorder) DescribeNamespace

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

DescribeNamespace indicates an expected call of DescribeNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeSchedule added in v1.8.0

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

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockWorkflowServiceClientMockRecorder) DescribeTaskQueue

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

DescribeTaskQueue indicates an expected call of DescribeTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) DescribeWorkflowExecution

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

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) ExecuteMultiOperation added in v1.32.1

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

ExecuteMultiOperation indicates an expected call of ExecuteMultiOperation.

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) GetSystemInfo added in v1.8.0

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

GetSystemInfo indicates an expected call of GetSystemInfo.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerBuildIdCompatibility added in v1.21.0

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

GetWorkerBuildIdCompatibility indicates an expected call of GetWorkerBuildIdCompatibility.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerTaskReachability added in v1.21.0

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

GetWorkerTaskReachability indicates an expected call of GetWorkerTaskReachability.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerVersioningRules added in v1.32.0

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

GetWorkerVersioningRules indicates an expected call of GetWorkerVersioningRules.

func (*MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistory

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

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistoryReverse added in v1.8.0

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

GetWorkflowExecutionHistoryReverse indicates an expected call of GetWorkflowExecutionHistoryReverse.

func (*MockWorkflowServiceClientMockRecorder) ListArchivedWorkflowExecutions

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

ListArchivedWorkflowExecutions indicates an expected call of ListArchivedWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListBatchOperations added in v1.12.0

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

ListBatchOperations indicates an expected call of ListBatchOperations.

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) ListScheduleMatchingTimes added in v1.8.0

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

ListScheduleMatchingTimes indicates an expected call of ListScheduleMatchingTimes.

func (*MockWorkflowServiceClientMockRecorder) ListSchedules added in v1.8.0

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

ListSchedules indicates an expected call of ListSchedules.

func (*MockWorkflowServiceClientMockRecorder) ListTaskQueuePartitions

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

ListTaskQueuePartitions indicates an expected call of ListTaskQueuePartitions.

func (*MockWorkflowServiceClientMockRecorder) ListWorkflowExecutions

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

ListWorkflowExecutions indicates an expected call of ListWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) PatchSchedule added in v1.8.0

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

PatchSchedule indicates an expected call of PatchSchedule.

func (*MockWorkflowServiceClientMockRecorder) PollActivityTaskQueue

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

PollActivityTaskQueue indicates an expected call of PollActivityTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) PollNexusTaskQueue added in v1.27.0

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

PollNexusTaskQueue indicates an expected call of PollNexusTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) PollWorkflowExecutionUpdate added in v1.21.0

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

PollWorkflowExecutionUpdate indicates an expected call of PollWorkflowExecutionUpdate.

func (*MockWorkflowServiceClientMockRecorder) PollWorkflowTaskQueue

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

PollWorkflowTaskQueue indicates an expected call of PollWorkflowTaskQueue.

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) ResetStickyTaskQueue

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

ResetStickyTaskQueue indicates an expected call of ResetStickyTaskQueue.

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) RespondNexusTaskCompleted added in v1.27.0

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

RespondNexusTaskCompleted indicates an expected call of RespondNexusTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondNexusTaskFailed added in v1.27.0

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

RespondNexusTaskFailed indicates an expected call of RespondNexusTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) RespondQueryTaskCompleted

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

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskCompleted

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

RespondWorkflowTaskCompleted indicates an expected call of RespondWorkflowTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskFailed

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

RespondWorkflowTaskFailed indicates an expected call of RespondWorkflowTaskFailed.

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) StartBatchOperation added in v1.12.0

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

StartBatchOperation indicates an expected call of StartBatchOperation.

func (*MockWorkflowServiceClientMockRecorder) StartWorkflowExecution

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

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) StopBatchOperation added in v1.12.0

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

StopBatchOperation indicates an expected call of StopBatchOperation.

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.

func (*MockWorkflowServiceClientMockRecorder) UpdateSchedule added in v1.8.0

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

UpdateSchedule indicates an expected call of UpdateSchedule.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkerBuildIdCompatibility added in v1.21.0

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

UpdateWorkerBuildIdCompatibility indicates an expected call of UpdateWorkerBuildIdCompatibility.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkerVersioningRules added in v1.32.0

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

UpdateWorkerVersioningRules indicates an expected call of UpdateWorkerVersioningRules.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkflowExecution added in v1.16.0

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

UpdateWorkflowExecution indicates an expected call of UpdateWorkflowExecution.

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) CreateSchedule added in v1.8.0

CreateSchedule mocks base method.

func (*MockWorkflowServiceServer) DeleteSchedule added in v1.8.0

DeleteSchedule mocks base method.

func (*MockWorkflowServiceServer) DeleteWorkflowExecution added in v1.12.0

DeleteWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) DeprecateNamespace

DeprecateNamespace mocks base method.

func (*MockWorkflowServiceServer) DescribeBatchOperation added in v1.12.0

DescribeBatchOperation mocks base method.

func (*MockWorkflowServiceServer) DescribeNamespace

DescribeNamespace mocks base method.

func (*MockWorkflowServiceServer) DescribeSchedule added in v1.8.0

DescribeSchedule mocks base method.

func (*MockWorkflowServiceServer) DescribeTaskQueue

DescribeTaskQueue 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) ExecuteMultiOperation added in v1.32.1

ExecuteMultiOperation mocks base method.

func (*MockWorkflowServiceServer) GetClusterInfo

GetClusterInfo mocks base method.

func (*MockWorkflowServiceServer) GetSearchAttributes

GetSearchAttributes mocks base method.

func (*MockWorkflowServiceServer) GetSystemInfo added in v1.8.0

GetSystemInfo mocks base method.

func (*MockWorkflowServiceServer) GetWorkerBuildIdCompatibility added in v1.21.0

GetWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceServer) GetWorkerTaskReachability added in v1.21.0

GetWorkerTaskReachability mocks base method.

func (*MockWorkflowServiceServer) GetWorkerVersioningRules added in v1.32.0

GetWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceServer) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockWorkflowServiceServer) GetWorkflowExecutionHistoryReverse added in v1.8.0

GetWorkflowExecutionHistoryReverse mocks base method.

func (*MockWorkflowServiceServer) ListArchivedWorkflowExecutions

ListArchivedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) ListBatchOperations added in v1.12.0

ListBatchOperations 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) ListScheduleMatchingTimes added in v1.8.0

ListScheduleMatchingTimes mocks base method.

func (*MockWorkflowServiceServer) ListSchedules added in v1.8.0

ListSchedules mocks base method.

func (*MockWorkflowServiceServer) ListTaskQueuePartitions

ListTaskQueuePartitions mocks base method.

func (*MockWorkflowServiceServer) ListWorkflowExecutions

ListWorkflowExecutions mocks base method.

func (*MockWorkflowServiceServer) PatchSchedule added in v1.8.0

PatchSchedule mocks base method.

func (*MockWorkflowServiceServer) PollActivityTaskQueue

PollActivityTaskQueue mocks base method.

func (*MockWorkflowServiceServer) PollNexusTaskQueue added in v1.27.0

PollNexusTaskQueue mocks base method.

func (*MockWorkflowServiceServer) PollWorkflowExecutionUpdate added in v1.21.0

PollWorkflowExecutionUpdate mocks base method.

func (*MockWorkflowServiceServer) PollWorkflowTaskQueue

PollWorkflowTaskQueue 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) ResetStickyTaskQueue

ResetStickyTaskQueue 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) RespondNexusTaskCompleted added in v1.27.0

RespondNexusTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) RespondNexusTaskFailed added in v1.27.0

RespondNexusTaskFailed mocks base method.

func (*MockWorkflowServiceServer) RespondQueryTaskCompleted

RespondQueryTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) RespondWorkflowTaskCompleted

RespondWorkflowTaskCompleted mocks base method.

func (*MockWorkflowServiceServer) RespondWorkflowTaskFailed

RespondWorkflowTaskFailed 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) StartBatchOperation added in v1.12.0

StartBatchOperation mocks base method.

func (*MockWorkflowServiceServer) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) StopBatchOperation added in v1.12.0

StopBatchOperation mocks base method.

func (*MockWorkflowServiceServer) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockWorkflowServiceServer) UpdateNamespace

UpdateNamespace mocks base method.

func (*MockWorkflowServiceServer) UpdateSchedule added in v1.8.0

UpdateSchedule mocks base method.

func (*MockWorkflowServiceServer) UpdateWorkerBuildIdCompatibility added in v1.21.0

UpdateWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceServer) UpdateWorkerVersioningRules added in v1.32.0

UpdateWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceServer) UpdateWorkflowExecution added in v1.16.0

UpdateWorkflowExecution 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) CreateSchedule added in v1.8.0

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

CreateSchedule indicates an expected call of CreateSchedule.

func (*MockWorkflowServiceServerMockRecorder) DeleteSchedule added in v1.8.0

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

DeleteSchedule indicates an expected call of DeleteSchedule.

func (*MockWorkflowServiceServerMockRecorder) DeleteWorkflowExecution added in v1.12.0

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

DeleteWorkflowExecution indicates an expected call of DeleteWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) DeprecateNamespace

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

DeprecateNamespace indicates an expected call of DeprecateNamespace.

func (*MockWorkflowServiceServerMockRecorder) DescribeBatchOperation added in v1.12.0

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

DescribeBatchOperation indicates an expected call of DescribeBatchOperation.

func (*MockWorkflowServiceServerMockRecorder) DescribeNamespace

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

DescribeNamespace indicates an expected call of DescribeNamespace.

func (*MockWorkflowServiceServerMockRecorder) DescribeSchedule added in v1.8.0

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

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockWorkflowServiceServerMockRecorder) DescribeTaskQueue

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

DescribeTaskQueue indicates an expected call of DescribeTaskQueue.

func (*MockWorkflowServiceServerMockRecorder) DescribeWorkflowExecution

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

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) ExecuteMultiOperation added in v1.32.1

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

ExecuteMultiOperation indicates an expected call of ExecuteMultiOperation.

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) GetSystemInfo added in v1.8.0

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

GetSystemInfo indicates an expected call of GetSystemInfo.

func (*MockWorkflowServiceServerMockRecorder) GetWorkerBuildIdCompatibility added in v1.21.0

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

GetWorkerBuildIdCompatibility indicates an expected call of GetWorkerBuildIdCompatibility.

func (*MockWorkflowServiceServerMockRecorder) GetWorkerTaskReachability added in v1.21.0

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

GetWorkerTaskReachability indicates an expected call of GetWorkerTaskReachability.

func (*MockWorkflowServiceServerMockRecorder) GetWorkerVersioningRules added in v1.32.0

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

GetWorkerVersioningRules indicates an expected call of GetWorkerVersioningRules.

func (*MockWorkflowServiceServerMockRecorder) GetWorkflowExecutionHistory

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

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockWorkflowServiceServerMockRecorder) GetWorkflowExecutionHistoryReverse added in v1.8.0

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

GetWorkflowExecutionHistoryReverse indicates an expected call of GetWorkflowExecutionHistoryReverse.

func (*MockWorkflowServiceServerMockRecorder) ListArchivedWorkflowExecutions

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

ListArchivedWorkflowExecutions indicates an expected call of ListArchivedWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) ListBatchOperations added in v1.12.0

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

ListBatchOperations indicates an expected call of ListBatchOperations.

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) ListScheduleMatchingTimes added in v1.8.0

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

ListScheduleMatchingTimes indicates an expected call of ListScheduleMatchingTimes.

func (*MockWorkflowServiceServerMockRecorder) ListSchedules added in v1.8.0

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

ListSchedules indicates an expected call of ListSchedules.

func (*MockWorkflowServiceServerMockRecorder) ListTaskQueuePartitions

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

ListTaskQueuePartitions indicates an expected call of ListTaskQueuePartitions.

func (*MockWorkflowServiceServerMockRecorder) ListWorkflowExecutions

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

ListWorkflowExecutions indicates an expected call of ListWorkflowExecutions.

func (*MockWorkflowServiceServerMockRecorder) PatchSchedule added in v1.8.0

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

PatchSchedule indicates an expected call of PatchSchedule.

func (*MockWorkflowServiceServerMockRecorder) PollActivityTaskQueue

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

PollActivityTaskQueue indicates an expected call of PollActivityTaskQueue.

func (*MockWorkflowServiceServerMockRecorder) PollNexusTaskQueue added in v1.27.0

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

PollNexusTaskQueue indicates an expected call of PollNexusTaskQueue.

func (*MockWorkflowServiceServerMockRecorder) PollWorkflowExecutionUpdate added in v1.21.0

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

PollWorkflowExecutionUpdate indicates an expected call of PollWorkflowExecutionUpdate.

func (*MockWorkflowServiceServerMockRecorder) PollWorkflowTaskQueue

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

PollWorkflowTaskQueue indicates an expected call of PollWorkflowTaskQueue.

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) ResetStickyTaskQueue

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

ResetStickyTaskQueue indicates an expected call of ResetStickyTaskQueue.

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) RespondNexusTaskCompleted added in v1.27.0

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

RespondNexusTaskCompleted indicates an expected call of RespondNexusTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) RespondNexusTaskFailed added in v1.27.0

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

RespondNexusTaskFailed indicates an expected call of RespondNexusTaskFailed.

func (*MockWorkflowServiceServerMockRecorder) RespondQueryTaskCompleted

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

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) RespondWorkflowTaskCompleted

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

RespondWorkflowTaskCompleted indicates an expected call of RespondWorkflowTaskCompleted.

func (*MockWorkflowServiceServerMockRecorder) RespondWorkflowTaskFailed

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

RespondWorkflowTaskFailed indicates an expected call of RespondWorkflowTaskFailed.

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) StartBatchOperation added in v1.12.0

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

StartBatchOperation indicates an expected call of StartBatchOperation.

func (*MockWorkflowServiceServerMockRecorder) StartWorkflowExecution

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

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockWorkflowServiceServerMockRecorder) StopBatchOperation added in v1.12.0

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

StopBatchOperation indicates an expected call of StopBatchOperation.

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.

func (*MockWorkflowServiceServerMockRecorder) UpdateSchedule added in v1.8.0

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

UpdateSchedule indicates an expected call of UpdateSchedule.

func (*MockWorkflowServiceServerMockRecorder) UpdateWorkerBuildIdCompatibility added in v1.21.0

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

UpdateWorkerBuildIdCompatibility indicates an expected call of UpdateWorkerBuildIdCompatibility.

func (*MockWorkflowServiceServerMockRecorder) UpdateWorkerVersioningRules added in v1.32.0

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

UpdateWorkerVersioningRules indicates an expected call of UpdateWorkerVersioningRules.

func (*MockWorkflowServiceServerMockRecorder) UpdateWorkflowExecution added in v1.16.0

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

UpdateWorkflowExecution indicates an expected call of UpdateWorkflowExecution.

Jump to

Keyboard shortcuts

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