workflowservicemock

package
v1.26.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 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) CreateSchedule

CreateSchedule mocks base method.

func (*MockWorkflowServiceClient) DeleteSchedule

DeleteSchedule mocks base method.

func (*MockWorkflowServiceClient) DeleteWorkflowExecution

DeleteWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) DeprecateNamespace

DeprecateNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeBatchOperation

DescribeBatchOperation mocks base method.

func (*MockWorkflowServiceClient) DescribeNamespace

DescribeNamespace mocks base method.

func (*MockWorkflowServiceClient) DescribeSchedule

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

ExecuteMultiOperation mocks base method.

func (*MockWorkflowServiceClient) GetClusterInfo

GetClusterInfo mocks base method.

func (*MockWorkflowServiceClient) GetSearchAttributes

GetSearchAttributes mocks base method.

func (*MockWorkflowServiceClient) GetSystemInfo

GetSystemInfo mocks base method.

func (*MockWorkflowServiceClient) GetWorkerBuildIdCompatibility

GetWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceClient) GetWorkerTaskReachability

GetWorkerTaskReachability mocks base method.

func (*MockWorkflowServiceClient) GetWorkerVersioningRules

GetWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceClient) GetWorkflowExecutionHistory

GetWorkflowExecutionHistory mocks base method.

func (*MockWorkflowServiceClient) GetWorkflowExecutionHistoryReverse

GetWorkflowExecutionHistoryReverse mocks base method.

func (*MockWorkflowServiceClient) ListArchivedWorkflowExecutions

ListArchivedWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) ListBatchOperations

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

ListScheduleMatchingTimes mocks base method.

func (*MockWorkflowServiceClient) ListSchedules

ListSchedules mocks base method.

func (*MockWorkflowServiceClient) ListTaskQueuePartitions

ListTaskQueuePartitions mocks base method.

func (*MockWorkflowServiceClient) ListWorkflowExecutions

ListWorkflowExecutions mocks base method.

func (*MockWorkflowServiceClient) PatchSchedule

PatchSchedule mocks base method.

func (*MockWorkflowServiceClient) PollActivityTaskQueue

PollActivityTaskQueue mocks base method.

func (*MockWorkflowServiceClient) PollNexusTaskQueue

PollNexusTaskQueue mocks base method.

func (*MockWorkflowServiceClient) PollWorkflowExecutionUpdate

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

RespondNexusTaskCompleted mocks base method.

func (*MockWorkflowServiceClient) RespondNexusTaskFailed

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

ShutdownWorker mocks base method.

func (*MockWorkflowServiceClient) SignalWithStartWorkflowExecution

SignalWithStartWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) SignalWorkflowExecution

SignalWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) StartBatchOperation

StartBatchOperation mocks base method.

func (*MockWorkflowServiceClient) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) StopBatchOperation

StopBatchOperation mocks base method.

func (*MockWorkflowServiceClient) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockWorkflowServiceClient) UpdateActivityOptionsById

UpdateActivityOptionsById mocks base method.

func (*MockWorkflowServiceClient) UpdateNamespace

UpdateNamespace mocks base method.

func (*MockWorkflowServiceClient) UpdateSchedule

UpdateSchedule mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkerBuildIdCompatibility

UpdateWorkerBuildIdCompatibility mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkerVersioningRules

UpdateWorkerVersioningRules mocks base method.

func (*MockWorkflowServiceClient) UpdateWorkflowExecution

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(arg0, arg1 any, arg2 ...any) *gomock.Call

CountWorkflowExecutions indicates an expected call of CountWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) CreateSchedule

func (mr *MockWorkflowServiceClientMockRecorder) CreateSchedule(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateSchedule indicates an expected call of CreateSchedule.

func (*MockWorkflowServiceClientMockRecorder) DeleteSchedule

func (mr *MockWorkflowServiceClientMockRecorder) DeleteSchedule(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteSchedule indicates an expected call of DeleteSchedule.

func (*MockWorkflowServiceClientMockRecorder) DeleteWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) DeleteWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

DeleteWorkflowExecution indicates an expected call of DeleteWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) DeprecateNamespace

func (mr *MockWorkflowServiceClientMockRecorder) DeprecateNamespace(arg0, arg1 any, arg2 ...any) *gomock.Call

DeprecateNamespace indicates an expected call of DeprecateNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeBatchOperation

func (mr *MockWorkflowServiceClientMockRecorder) DescribeBatchOperation(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeBatchOperation indicates an expected call of DescribeBatchOperation.

func (*MockWorkflowServiceClientMockRecorder) DescribeNamespace

func (mr *MockWorkflowServiceClientMockRecorder) DescribeNamespace(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeNamespace indicates an expected call of DescribeNamespace.

func (*MockWorkflowServiceClientMockRecorder) DescribeSchedule

func (mr *MockWorkflowServiceClientMockRecorder) DescribeSchedule(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeSchedule indicates an expected call of DescribeSchedule.

func (*MockWorkflowServiceClientMockRecorder) DescribeTaskQueue

func (mr *MockWorkflowServiceClientMockRecorder) DescribeTaskQueue(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeTaskQueue indicates an expected call of DescribeTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) DescribeWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) DescribeWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) ExecuteMultiOperation

func (mr *MockWorkflowServiceClientMockRecorder) ExecuteMultiOperation(arg0, arg1 any, arg2 ...any) *gomock.Call

ExecuteMultiOperation indicates an expected call of ExecuteMultiOperation.

func (*MockWorkflowServiceClientMockRecorder) GetClusterInfo

func (mr *MockWorkflowServiceClientMockRecorder) GetClusterInfo(arg0, arg1 any, arg2 ...any) *gomock.Call

GetClusterInfo indicates an expected call of GetClusterInfo.

func (*MockWorkflowServiceClientMockRecorder) GetSearchAttributes

func (mr *MockWorkflowServiceClientMockRecorder) GetSearchAttributes(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSearchAttributes indicates an expected call of GetSearchAttributes.

func (*MockWorkflowServiceClientMockRecorder) GetSystemInfo

func (mr *MockWorkflowServiceClientMockRecorder) GetSystemInfo(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSystemInfo indicates an expected call of GetSystemInfo.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerBuildIdCompatibility

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkerBuildIdCompatibility(arg0, arg1 any, arg2 ...any) *gomock.Call

GetWorkerBuildIdCompatibility indicates an expected call of GetWorkerBuildIdCompatibility.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerTaskReachability

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkerTaskReachability(arg0, arg1 any, arg2 ...any) *gomock.Call

GetWorkerTaskReachability indicates an expected call of GetWorkerTaskReachability.

func (*MockWorkflowServiceClientMockRecorder) GetWorkerVersioningRules

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkerVersioningRules(arg0, arg1 any, arg2 ...any) *gomock.Call

GetWorkerVersioningRules indicates an expected call of GetWorkerVersioningRules.

func (*MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistory

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistory(arg0, arg1 any, arg2 ...any) *gomock.Call

GetWorkflowExecutionHistory indicates an expected call of GetWorkflowExecutionHistory.

func (*MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistoryReverse

func (mr *MockWorkflowServiceClientMockRecorder) GetWorkflowExecutionHistoryReverse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetWorkflowExecutionHistoryReverse indicates an expected call of GetWorkflowExecutionHistoryReverse.

func (*MockWorkflowServiceClientMockRecorder) ListArchivedWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListArchivedWorkflowExecutions(arg0, arg1 any, arg2 ...any) *gomock.Call

ListArchivedWorkflowExecutions indicates an expected call of ListArchivedWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListBatchOperations

func (mr *MockWorkflowServiceClientMockRecorder) ListBatchOperations(arg0, arg1 any, arg2 ...any) *gomock.Call

ListBatchOperations indicates an expected call of ListBatchOperations.

func (*MockWorkflowServiceClientMockRecorder) ListClosedWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListClosedWorkflowExecutions(arg0, arg1 any, arg2 ...any) *gomock.Call

ListClosedWorkflowExecutions indicates an expected call of ListClosedWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListNamespaces

func (mr *MockWorkflowServiceClientMockRecorder) ListNamespaces(arg0, arg1 any, arg2 ...any) *gomock.Call

ListNamespaces indicates an expected call of ListNamespaces.

func (*MockWorkflowServiceClientMockRecorder) ListOpenWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListOpenWorkflowExecutions(arg0, arg1 any, arg2 ...any) *gomock.Call

ListOpenWorkflowExecutions indicates an expected call of ListOpenWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ListScheduleMatchingTimes

func (mr *MockWorkflowServiceClientMockRecorder) ListScheduleMatchingTimes(arg0, arg1 any, arg2 ...any) *gomock.Call

ListScheduleMatchingTimes indicates an expected call of ListScheduleMatchingTimes.

func (*MockWorkflowServiceClientMockRecorder) ListSchedules

func (mr *MockWorkflowServiceClientMockRecorder) ListSchedules(arg0, arg1 any, arg2 ...any) *gomock.Call

ListSchedules indicates an expected call of ListSchedules.

func (*MockWorkflowServiceClientMockRecorder) ListTaskQueuePartitions

func (mr *MockWorkflowServiceClientMockRecorder) ListTaskQueuePartitions(arg0, arg1 any, arg2 ...any) *gomock.Call

ListTaskQueuePartitions indicates an expected call of ListTaskQueuePartitions.

func (*MockWorkflowServiceClientMockRecorder) ListWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ListWorkflowExecutions(arg0, arg1 any, arg2 ...any) *gomock.Call

ListWorkflowExecutions indicates an expected call of ListWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) PatchSchedule

func (mr *MockWorkflowServiceClientMockRecorder) PatchSchedule(arg0, arg1 any, arg2 ...any) *gomock.Call

PatchSchedule indicates an expected call of PatchSchedule.

func (*MockWorkflowServiceClientMockRecorder) PollActivityTaskQueue

func (mr *MockWorkflowServiceClientMockRecorder) PollActivityTaskQueue(arg0, arg1 any, arg2 ...any) *gomock.Call

PollActivityTaskQueue indicates an expected call of PollActivityTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) PollNexusTaskQueue

func (mr *MockWorkflowServiceClientMockRecorder) PollNexusTaskQueue(arg0, arg1 any, arg2 ...any) *gomock.Call

PollNexusTaskQueue indicates an expected call of PollNexusTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) PollWorkflowExecutionUpdate

func (mr *MockWorkflowServiceClientMockRecorder) PollWorkflowExecutionUpdate(arg0, arg1 any, arg2 ...any) *gomock.Call

PollWorkflowExecutionUpdate indicates an expected call of PollWorkflowExecutionUpdate.

func (*MockWorkflowServiceClientMockRecorder) PollWorkflowTaskQueue

func (mr *MockWorkflowServiceClientMockRecorder) PollWorkflowTaskQueue(arg0, arg1 any, arg2 ...any) *gomock.Call

PollWorkflowTaskQueue indicates an expected call of PollWorkflowTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) QueryWorkflow

func (mr *MockWorkflowServiceClientMockRecorder) QueryWorkflow(arg0, arg1 any, arg2 ...any) *gomock.Call

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeat

func (mr *MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeat(arg0, arg1 any, arg2 ...any) *gomock.Call

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeatById

func (mr *MockWorkflowServiceClientMockRecorder) RecordActivityTaskHeartbeatById(arg0, arg1 any, arg2 ...any) *gomock.Call

RecordActivityTaskHeartbeatById indicates an expected call of RecordActivityTaskHeartbeatById.

func (*MockWorkflowServiceClientMockRecorder) RegisterNamespace

func (mr *MockWorkflowServiceClientMockRecorder) RegisterNamespace(arg0, arg1 any, arg2 ...any) *gomock.Call

RegisterNamespace indicates an expected call of RegisterNamespace.

func (*MockWorkflowServiceClientMockRecorder) RequestCancelWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) RequestCancelWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) ResetStickyTaskQueue

func (mr *MockWorkflowServiceClientMockRecorder) ResetStickyTaskQueue(arg0, arg1 any, arg2 ...any) *gomock.Call

ResetStickyTaskQueue indicates an expected call of ResetStickyTaskQueue.

func (*MockWorkflowServiceClientMockRecorder) ResetWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) ResetWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

ResetWorkflowExecution indicates an expected call of ResetWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceled

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceled(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceledById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCanceledById(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskCanceledById indicates an expected call of RespondActivityTaskCanceledById.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompleted(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompletedById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskCompletedById(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskCompletedById indicates an expected call of RespondActivityTaskCompletedById.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailed

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailed(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailedById

func (mr *MockWorkflowServiceClientMockRecorder) RespondActivityTaskFailedById(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondActivityTaskFailedById indicates an expected call of RespondActivityTaskFailedById.

func (*MockWorkflowServiceClientMockRecorder) RespondNexusTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondNexusTaskCompleted(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondNexusTaskCompleted indicates an expected call of RespondNexusTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondNexusTaskFailed

func (mr *MockWorkflowServiceClientMockRecorder) RespondNexusTaskFailed(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondNexusTaskFailed indicates an expected call of RespondNexusTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) RespondQueryTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondQueryTaskCompleted(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondQueryTaskCompleted indicates an expected call of RespondQueryTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskCompleted

func (mr *MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskCompleted(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondWorkflowTaskCompleted indicates an expected call of RespondWorkflowTaskCompleted.

func (*MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskFailed

func (mr *MockWorkflowServiceClientMockRecorder) RespondWorkflowTaskFailed(arg0, arg1 any, arg2 ...any) *gomock.Call

RespondWorkflowTaskFailed indicates an expected call of RespondWorkflowTaskFailed.

func (*MockWorkflowServiceClientMockRecorder) ScanWorkflowExecutions

func (mr *MockWorkflowServiceClientMockRecorder) ScanWorkflowExecutions(arg0, arg1 any, arg2 ...any) *gomock.Call

ScanWorkflowExecutions indicates an expected call of ScanWorkflowExecutions.

func (*MockWorkflowServiceClientMockRecorder) ShutdownWorker

func (mr *MockWorkflowServiceClientMockRecorder) ShutdownWorker(arg0, arg1 any, arg2 ...any) *gomock.Call

ShutdownWorker indicates an expected call of ShutdownWorker.

func (*MockWorkflowServiceClientMockRecorder) SignalWithStartWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) SignalWithStartWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

SignalWithStartWorkflowExecution indicates an expected call of SignalWithStartWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) SignalWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) SignalWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) StartBatchOperation

func (mr *MockWorkflowServiceClientMockRecorder) StartBatchOperation(arg0, arg1 any, arg2 ...any) *gomock.Call

StartBatchOperation indicates an expected call of StartBatchOperation.

func (*MockWorkflowServiceClientMockRecorder) StartWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) StartWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) StopBatchOperation

func (mr *MockWorkflowServiceClientMockRecorder) StopBatchOperation(arg0, arg1 any, arg2 ...any) *gomock.Call

StopBatchOperation indicates an expected call of StopBatchOperation.

func (*MockWorkflowServiceClientMockRecorder) TerminateWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) TerminateWorkflowExecution(arg0, arg1 any, arg2 ...any) *gomock.Call

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockWorkflowServiceClientMockRecorder) UpdateActivityOptionsById

func (mr *MockWorkflowServiceClientMockRecorder) UpdateActivityOptionsById(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateActivityOptionsById indicates an expected call of UpdateActivityOptionsById.

func (*MockWorkflowServiceClientMockRecorder) UpdateNamespace

func (mr *MockWorkflowServiceClientMockRecorder) UpdateNamespace(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace.

func (*MockWorkflowServiceClientMockRecorder) UpdateSchedule

func (mr *MockWorkflowServiceClientMockRecorder) UpdateSchedule(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateSchedule indicates an expected call of UpdateSchedule.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkerBuildIdCompatibility

func (mr *MockWorkflowServiceClientMockRecorder) UpdateWorkerBuildIdCompatibility(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateWorkerBuildIdCompatibility indicates an expected call of UpdateWorkerBuildIdCompatibility.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkerVersioningRules

func (mr *MockWorkflowServiceClientMockRecorder) UpdateWorkerVersioningRules(arg0, arg1 any, arg2 ...any) *gomock.Call

UpdateWorkerVersioningRules indicates an expected call of UpdateWorkerVersioningRules.

func (*MockWorkflowServiceClientMockRecorder) UpdateWorkflowExecution

func (mr *MockWorkflowServiceClientMockRecorder) UpdateWorkflowExecution(arg0, arg1 any, arg2 ...any) *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