historyservicemock

package
v1.21.5-rc1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package historyservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHistoryServiceClient

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

MockHistoryServiceClient is a mock of HistoryServiceClient interface.

func NewMockHistoryServiceClient

func NewMockHistoryServiceClient(ctrl *gomock.Controller) *MockHistoryServiceClient

NewMockHistoryServiceClient creates a new mock instance.

func (*MockHistoryServiceClient) CloseShard

CloseShard mocks base method.

func (*MockHistoryServiceClient) DeleteWorkflowExecution added in v1.15.0

DeleteWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) DeleteWorkflowVisibilityRecord added in v1.17.0

DeleteWorkflowVisibilityRecord mocks base method.

func (*MockHistoryServiceClient) DescribeHistoryHost

DescribeHistoryHost mocks base method.

func (*MockHistoryServiceClient) DescribeMutableState

DescribeMutableState mocks base method.

func (*MockHistoryServiceClient) DescribeWorkflowExecution

DescribeWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) EXPECT

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

func (*MockHistoryServiceClient) GenerateLastHistoryReplicationTasks added in v1.14.0

GenerateLastHistoryReplicationTasks mocks base method.

func (*MockHistoryServiceClient) GetDLQMessages

GetDLQMessages mocks base method.

func (*MockHistoryServiceClient) GetDLQReplicationMessages

GetDLQReplicationMessages mocks base method.

func (*MockHistoryServiceClient) GetMutableState

GetMutableState mocks base method.

func (*MockHistoryServiceClient) GetReplicationMessages

GetReplicationMessages mocks base method.

func (*MockHistoryServiceClient) GetReplicationStatus added in v1.14.0

GetReplicationStatus mocks base method.

func (*MockHistoryServiceClient) GetShard added in v1.14.0

GetShard mocks base method.

func (*MockHistoryServiceClient) MergeDLQMessages

MergeDLQMessages mocks base method.

func (*MockHistoryServiceClient) PollMutableState

PollMutableState mocks base method.

func (*MockHistoryServiceClient) PollWorkflowExecutionUpdate added in v1.21.0

PollWorkflowExecutionUpdate mocks base method.

func (*MockHistoryServiceClient) PurgeDLQMessages

PurgeDLQMessages mocks base method.

func (*MockHistoryServiceClient) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockHistoryServiceClient) ReapplyEvents

ReapplyEvents mocks base method.

func (*MockHistoryServiceClient) RebuildMutableState added in v1.16.0

RebuildMutableState mocks base method.

func (*MockHistoryServiceClient) RecordActivityTaskHeartbeat

RecordActivityTaskHeartbeat mocks base method.

func (*MockHistoryServiceClient) RecordActivityTaskStarted

RecordActivityTaskStarted mocks base method.

func (*MockHistoryServiceClient) RecordChildExecutionCompleted

RecordChildExecutionCompleted mocks base method.

func (*MockHistoryServiceClient) RecordWorkflowTaskStarted

RecordWorkflowTaskStarted mocks base method.

func (*MockHistoryServiceClient) RefreshWorkflowTasks

RefreshWorkflowTasks mocks base method.

func (*MockHistoryServiceClient) RemoveSignalMutableState

RemoveSignalMutableState mocks base method.

func (*MockHistoryServiceClient) RemoveTask

RemoveTask mocks base method.

func (*MockHistoryServiceClient) ReplicateEventsV2

ReplicateEventsV2 mocks base method.

func (*MockHistoryServiceClient) ReplicateWorkflowState added in v1.20.0

ReplicateWorkflowState mocks base method.

func (*MockHistoryServiceClient) RequestCancelWorkflowExecution

RequestCancelWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) ResetStickyTaskQueue

ResetStickyTaskQueue mocks base method.

func (*MockHistoryServiceClient) ResetWorkflowExecution

ResetWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) RespondActivityTaskCanceled

RespondActivityTaskCanceled mocks base method.

func (*MockHistoryServiceClient) RespondActivityTaskCompleted

RespondActivityTaskCompleted mocks base method.

func (*MockHistoryServiceClient) RespondActivityTaskFailed

RespondActivityTaskFailed mocks base method.

func (*MockHistoryServiceClient) RespondWorkflowTaskCompleted

RespondWorkflowTaskCompleted mocks base method.

func (*MockHistoryServiceClient) RespondWorkflowTaskFailed

RespondWorkflowTaskFailed mocks base method.

func (*MockHistoryServiceClient) ScheduleWorkflowTask

ScheduleWorkflowTask mocks base method.

func (*MockHistoryServiceClient) SignalWithStartWorkflowExecution

SignalWithStartWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) SignalWorkflowExecution

SignalWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) StreamWorkflowReplicationMessages added in v1.21.0

StreamWorkflowReplicationMessages mocks base method.

func (*MockHistoryServiceClient) SyncActivity

SyncActivity mocks base method.

func (*MockHistoryServiceClient) SyncShardStatus

SyncShardStatus mocks base method.

func (*MockHistoryServiceClient) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) UpdateWorkflowExecution added in v1.20.0

UpdateWorkflowExecution mocks base method.

func (*MockHistoryServiceClient) VerifyChildExecutionCompletionRecorded added in v1.17.0

VerifyChildExecutionCompletionRecorded mocks base method.

func (*MockHistoryServiceClient) VerifyFirstWorkflowTaskScheduled added in v1.17.0

VerifyFirstWorkflowTaskScheduled mocks base method.

type MockHistoryServiceClientMockRecorder

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

MockHistoryServiceClientMockRecorder is the mock recorder for MockHistoryServiceClient.

func (*MockHistoryServiceClientMockRecorder) CloseShard

func (mr *MockHistoryServiceClientMockRecorder) CloseShard(ctx, in interface{}, opts ...interface{}) *gomock.Call

CloseShard indicates an expected call of CloseShard.

func (*MockHistoryServiceClientMockRecorder) DeleteWorkflowExecution added in v1.15.0

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

DeleteWorkflowExecution indicates an expected call of DeleteWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) DeleteWorkflowVisibilityRecord added in v1.17.0

func (mr *MockHistoryServiceClientMockRecorder) DeleteWorkflowVisibilityRecord(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteWorkflowVisibilityRecord indicates an expected call of DeleteWorkflowVisibilityRecord.

func (*MockHistoryServiceClientMockRecorder) DescribeHistoryHost

func (mr *MockHistoryServiceClientMockRecorder) DescribeHistoryHost(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeHistoryHost indicates an expected call of DescribeHistoryHost.

func (*MockHistoryServiceClientMockRecorder) DescribeMutableState

func (mr *MockHistoryServiceClientMockRecorder) DescribeMutableState(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeMutableState indicates an expected call of DescribeMutableState.

func (*MockHistoryServiceClientMockRecorder) DescribeWorkflowExecution

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

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) GenerateLastHistoryReplicationTasks added in v1.14.0

func (mr *MockHistoryServiceClientMockRecorder) GenerateLastHistoryReplicationTasks(ctx, in interface{}, opts ...interface{}) *gomock.Call

GenerateLastHistoryReplicationTasks indicates an expected call of GenerateLastHistoryReplicationTasks.

func (*MockHistoryServiceClientMockRecorder) GetDLQMessages

func (mr *MockHistoryServiceClientMockRecorder) GetDLQMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetDLQMessages indicates an expected call of GetDLQMessages.

func (*MockHistoryServiceClientMockRecorder) GetDLQReplicationMessages

func (mr *MockHistoryServiceClientMockRecorder) GetDLQReplicationMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetDLQReplicationMessages indicates an expected call of GetDLQReplicationMessages.

func (*MockHistoryServiceClientMockRecorder) GetMutableState

func (mr *MockHistoryServiceClientMockRecorder) GetMutableState(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMutableState indicates an expected call of GetMutableState.

func (*MockHistoryServiceClientMockRecorder) GetReplicationMessages

func (mr *MockHistoryServiceClientMockRecorder) GetReplicationMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetReplicationMessages indicates an expected call of GetReplicationMessages.

func (*MockHistoryServiceClientMockRecorder) GetReplicationStatus added in v1.14.0

func (mr *MockHistoryServiceClientMockRecorder) GetReplicationStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetReplicationStatus indicates an expected call of GetReplicationStatus.

func (*MockHistoryServiceClientMockRecorder) GetShard added in v1.14.0

func (mr *MockHistoryServiceClientMockRecorder) GetShard(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetShard indicates an expected call of GetShard.

func (*MockHistoryServiceClientMockRecorder) MergeDLQMessages

func (mr *MockHistoryServiceClientMockRecorder) MergeDLQMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

MergeDLQMessages indicates an expected call of MergeDLQMessages.

func (*MockHistoryServiceClientMockRecorder) PollMutableState

func (mr *MockHistoryServiceClientMockRecorder) PollMutableState(ctx, in interface{}, opts ...interface{}) *gomock.Call

PollMutableState indicates an expected call of PollMutableState.

func (*MockHistoryServiceClientMockRecorder) PollWorkflowExecutionUpdate added in v1.21.0

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

PollWorkflowExecutionUpdate indicates an expected call of PollWorkflowExecutionUpdate.

func (*MockHistoryServiceClientMockRecorder) PurgeDLQMessages

func (mr *MockHistoryServiceClientMockRecorder) PurgeDLQMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

PurgeDLQMessages indicates an expected call of PurgeDLQMessages.

func (*MockHistoryServiceClientMockRecorder) QueryWorkflow

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

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockHistoryServiceClientMockRecorder) ReapplyEvents

func (mr *MockHistoryServiceClientMockRecorder) ReapplyEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReapplyEvents indicates an expected call of ReapplyEvents.

func (*MockHistoryServiceClientMockRecorder) RebuildMutableState added in v1.16.0

func (mr *MockHistoryServiceClientMockRecorder) RebuildMutableState(ctx, in interface{}, opts ...interface{}) *gomock.Call

RebuildMutableState indicates an expected call of RebuildMutableState.

func (*MockHistoryServiceClientMockRecorder) RecordActivityTaskHeartbeat

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

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockHistoryServiceClientMockRecorder) RecordActivityTaskStarted

func (mr *MockHistoryServiceClientMockRecorder) RecordActivityTaskStarted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RecordActivityTaskStarted indicates an expected call of RecordActivityTaskStarted.

func (*MockHistoryServiceClientMockRecorder) RecordChildExecutionCompleted

func (mr *MockHistoryServiceClientMockRecorder) RecordChildExecutionCompleted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RecordChildExecutionCompleted indicates an expected call of RecordChildExecutionCompleted.

func (*MockHistoryServiceClientMockRecorder) RecordWorkflowTaskStarted

func (mr *MockHistoryServiceClientMockRecorder) RecordWorkflowTaskStarted(ctx, in interface{}, opts ...interface{}) *gomock.Call

RecordWorkflowTaskStarted indicates an expected call of RecordWorkflowTaskStarted.

func (*MockHistoryServiceClientMockRecorder) RefreshWorkflowTasks

func (mr *MockHistoryServiceClientMockRecorder) RefreshWorkflowTasks(ctx, in interface{}, opts ...interface{}) *gomock.Call

RefreshWorkflowTasks indicates an expected call of RefreshWorkflowTasks.

func (*MockHistoryServiceClientMockRecorder) RemoveSignalMutableState

func (mr *MockHistoryServiceClientMockRecorder) RemoveSignalMutableState(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveSignalMutableState indicates an expected call of RemoveSignalMutableState.

func (*MockHistoryServiceClientMockRecorder) RemoveTask

func (mr *MockHistoryServiceClientMockRecorder) RemoveTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

RemoveTask indicates an expected call of RemoveTask.

func (*MockHistoryServiceClientMockRecorder) ReplicateEventsV2

func (mr *MockHistoryServiceClientMockRecorder) ReplicateEventsV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReplicateEventsV2 indicates an expected call of ReplicateEventsV2.

func (*MockHistoryServiceClientMockRecorder) ReplicateWorkflowState added in v1.20.0

func (mr *MockHistoryServiceClientMockRecorder) ReplicateWorkflowState(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReplicateWorkflowState indicates an expected call of ReplicateWorkflowState.

func (*MockHistoryServiceClientMockRecorder) RequestCancelWorkflowExecution

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

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) ResetStickyTaskQueue

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

ResetStickyTaskQueue indicates an expected call of ResetStickyTaskQueue.

func (*MockHistoryServiceClientMockRecorder) ResetWorkflowExecution

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

ResetWorkflowExecution indicates an expected call of ResetWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) RespondActivityTaskCanceled

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

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockHistoryServiceClientMockRecorder) RespondActivityTaskCompleted

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

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockHistoryServiceClientMockRecorder) RespondActivityTaskFailed

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

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockHistoryServiceClientMockRecorder) RespondWorkflowTaskCompleted

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

RespondWorkflowTaskCompleted indicates an expected call of RespondWorkflowTaskCompleted.

func (*MockHistoryServiceClientMockRecorder) RespondWorkflowTaskFailed

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

RespondWorkflowTaskFailed indicates an expected call of RespondWorkflowTaskFailed.

func (*MockHistoryServiceClientMockRecorder) ScheduleWorkflowTask

func (mr *MockHistoryServiceClientMockRecorder) ScheduleWorkflowTask(ctx, in interface{}, opts ...interface{}) *gomock.Call

ScheduleWorkflowTask indicates an expected call of ScheduleWorkflowTask.

func (*MockHistoryServiceClientMockRecorder) SignalWithStartWorkflowExecution

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

SignalWithStartWorkflowExecution indicates an expected call of SignalWithStartWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) SignalWorkflowExecution

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

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) StartWorkflowExecution

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

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) StreamWorkflowReplicationMessages added in v1.21.0

func (mr *MockHistoryServiceClientMockRecorder) StreamWorkflowReplicationMessages(ctx interface{}, opts ...interface{}) *gomock.Call

StreamWorkflowReplicationMessages indicates an expected call of StreamWorkflowReplicationMessages.

func (*MockHistoryServiceClientMockRecorder) SyncActivity

func (mr *MockHistoryServiceClientMockRecorder) SyncActivity(ctx, in interface{}, opts ...interface{}) *gomock.Call

SyncActivity indicates an expected call of SyncActivity.

func (*MockHistoryServiceClientMockRecorder) SyncShardStatus

func (mr *MockHistoryServiceClientMockRecorder) SyncShardStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

SyncShardStatus indicates an expected call of SyncShardStatus.

func (*MockHistoryServiceClientMockRecorder) TerminateWorkflowExecution

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

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) UpdateWorkflowExecution added in v1.20.0

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

UpdateWorkflowExecution indicates an expected call of UpdateWorkflowExecution.

func (*MockHistoryServiceClientMockRecorder) VerifyChildExecutionCompletionRecorded added in v1.17.0

func (mr *MockHistoryServiceClientMockRecorder) VerifyChildExecutionCompletionRecorded(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyChildExecutionCompletionRecorded indicates an expected call of VerifyChildExecutionCompletionRecorded.

func (*MockHistoryServiceClientMockRecorder) VerifyFirstWorkflowTaskScheduled added in v1.17.0

func (mr *MockHistoryServiceClientMockRecorder) VerifyFirstWorkflowTaskScheduled(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyFirstWorkflowTaskScheduled indicates an expected call of VerifyFirstWorkflowTaskScheduled.

type MockHistoryServiceServer

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

MockHistoryServiceServer is a mock of HistoryServiceServer interface.

func NewMockHistoryServiceServer

func NewMockHistoryServiceServer(ctrl *gomock.Controller) *MockHistoryServiceServer

NewMockHistoryServiceServer creates a new mock instance.

func (*MockHistoryServiceServer) CloseShard

CloseShard mocks base method.

func (*MockHistoryServiceServer) DeleteWorkflowExecution added in v1.15.0

DeleteWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) DeleteWorkflowVisibilityRecord added in v1.17.0

DeleteWorkflowVisibilityRecord mocks base method.

func (*MockHistoryServiceServer) DescribeHistoryHost

DescribeHistoryHost mocks base method.

func (*MockHistoryServiceServer) DescribeMutableState

DescribeMutableState mocks base method.

func (*MockHistoryServiceServer) DescribeWorkflowExecution

DescribeWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) EXPECT

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

func (*MockHistoryServiceServer) GenerateLastHistoryReplicationTasks added in v1.14.0

GenerateLastHistoryReplicationTasks mocks base method.

func (*MockHistoryServiceServer) GetDLQMessages

GetDLQMessages mocks base method.

func (*MockHistoryServiceServer) GetDLQReplicationMessages

GetDLQReplicationMessages mocks base method.

func (*MockHistoryServiceServer) GetMutableState

GetMutableState mocks base method.

func (*MockHistoryServiceServer) GetReplicationMessages

GetReplicationMessages mocks base method.

func (*MockHistoryServiceServer) GetReplicationStatus added in v1.14.0

GetReplicationStatus mocks base method.

func (*MockHistoryServiceServer) GetShard added in v1.14.0

GetShard mocks base method.

func (*MockHistoryServiceServer) MergeDLQMessages

MergeDLQMessages mocks base method.

func (*MockHistoryServiceServer) PollMutableState

PollMutableState mocks base method.

func (*MockHistoryServiceServer) PollWorkflowExecutionUpdate added in v1.21.0

PollWorkflowExecutionUpdate mocks base method.

func (*MockHistoryServiceServer) PurgeDLQMessages

PurgeDLQMessages mocks base method.

func (*MockHistoryServiceServer) QueryWorkflow

QueryWorkflow mocks base method.

func (*MockHistoryServiceServer) ReapplyEvents

ReapplyEvents mocks base method.

func (*MockHistoryServiceServer) RebuildMutableState added in v1.16.0

RebuildMutableState mocks base method.

func (*MockHistoryServiceServer) RecordActivityTaskHeartbeat

RecordActivityTaskHeartbeat mocks base method.

func (*MockHistoryServiceServer) RecordActivityTaskStarted

RecordActivityTaskStarted mocks base method.

func (*MockHistoryServiceServer) RecordChildExecutionCompleted

RecordChildExecutionCompleted mocks base method.

func (*MockHistoryServiceServer) RecordWorkflowTaskStarted

RecordWorkflowTaskStarted mocks base method.

func (*MockHistoryServiceServer) RefreshWorkflowTasks

RefreshWorkflowTasks mocks base method.

func (*MockHistoryServiceServer) RemoveSignalMutableState

RemoveSignalMutableState mocks base method.

func (*MockHistoryServiceServer) RemoveTask

RemoveTask mocks base method.

func (*MockHistoryServiceServer) ReplicateEventsV2

ReplicateEventsV2 mocks base method.

func (*MockHistoryServiceServer) ReplicateWorkflowState added in v1.20.0

ReplicateWorkflowState mocks base method.

func (*MockHistoryServiceServer) RequestCancelWorkflowExecution

RequestCancelWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) ResetStickyTaskQueue

ResetStickyTaskQueue mocks base method.

func (*MockHistoryServiceServer) ResetWorkflowExecution

ResetWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) RespondActivityTaskCanceled

RespondActivityTaskCanceled mocks base method.

func (*MockHistoryServiceServer) RespondActivityTaskCompleted

RespondActivityTaskCompleted mocks base method.

func (*MockHistoryServiceServer) RespondActivityTaskFailed

RespondActivityTaskFailed mocks base method.

func (*MockHistoryServiceServer) RespondWorkflowTaskCompleted

RespondWorkflowTaskCompleted mocks base method.

func (*MockHistoryServiceServer) RespondWorkflowTaskFailed

RespondWorkflowTaskFailed mocks base method.

func (*MockHistoryServiceServer) ScheduleWorkflowTask

ScheduleWorkflowTask mocks base method.

func (*MockHistoryServiceServer) SignalWithStartWorkflowExecution

SignalWithStartWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) SignalWorkflowExecution

SignalWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) StartWorkflowExecution

StartWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) StreamWorkflowReplicationMessages added in v1.21.0

StreamWorkflowReplicationMessages mocks base method.

func (*MockHistoryServiceServer) SyncActivity

SyncActivity mocks base method.

func (*MockHistoryServiceServer) SyncShardStatus

SyncShardStatus mocks base method.

func (*MockHistoryServiceServer) TerminateWorkflowExecution

TerminateWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) UpdateWorkflowExecution added in v1.20.0

UpdateWorkflowExecution mocks base method.

func (*MockHistoryServiceServer) VerifyChildExecutionCompletionRecorded added in v1.17.0

VerifyChildExecutionCompletionRecorded mocks base method.

func (*MockHistoryServiceServer) VerifyFirstWorkflowTaskScheduled added in v1.17.0

VerifyFirstWorkflowTaskScheduled mocks base method.

type MockHistoryServiceServerMockRecorder

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

MockHistoryServiceServerMockRecorder is the mock recorder for MockHistoryServiceServer.

func (*MockHistoryServiceServerMockRecorder) CloseShard

func (mr *MockHistoryServiceServerMockRecorder) CloseShard(arg0, arg1 interface{}) *gomock.Call

CloseShard indicates an expected call of CloseShard.

func (*MockHistoryServiceServerMockRecorder) DeleteWorkflowExecution added in v1.15.0

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

DeleteWorkflowExecution indicates an expected call of DeleteWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) DeleteWorkflowVisibilityRecord added in v1.17.0

func (mr *MockHistoryServiceServerMockRecorder) DeleteWorkflowVisibilityRecord(arg0, arg1 interface{}) *gomock.Call

DeleteWorkflowVisibilityRecord indicates an expected call of DeleteWorkflowVisibilityRecord.

func (*MockHistoryServiceServerMockRecorder) DescribeHistoryHost

func (mr *MockHistoryServiceServerMockRecorder) DescribeHistoryHost(arg0, arg1 interface{}) *gomock.Call

DescribeHistoryHost indicates an expected call of DescribeHistoryHost.

func (*MockHistoryServiceServerMockRecorder) DescribeMutableState

func (mr *MockHistoryServiceServerMockRecorder) DescribeMutableState(arg0, arg1 interface{}) *gomock.Call

DescribeMutableState indicates an expected call of DescribeMutableState.

func (*MockHistoryServiceServerMockRecorder) DescribeWorkflowExecution

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

DescribeWorkflowExecution indicates an expected call of DescribeWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) GenerateLastHistoryReplicationTasks added in v1.14.0

func (mr *MockHistoryServiceServerMockRecorder) GenerateLastHistoryReplicationTasks(arg0, arg1 interface{}) *gomock.Call

GenerateLastHistoryReplicationTasks indicates an expected call of GenerateLastHistoryReplicationTasks.

func (*MockHistoryServiceServerMockRecorder) GetDLQMessages

func (mr *MockHistoryServiceServerMockRecorder) GetDLQMessages(arg0, arg1 interface{}) *gomock.Call

GetDLQMessages indicates an expected call of GetDLQMessages.

func (*MockHistoryServiceServerMockRecorder) GetDLQReplicationMessages

func (mr *MockHistoryServiceServerMockRecorder) GetDLQReplicationMessages(arg0, arg1 interface{}) *gomock.Call

GetDLQReplicationMessages indicates an expected call of GetDLQReplicationMessages.

func (*MockHistoryServiceServerMockRecorder) GetMutableState

func (mr *MockHistoryServiceServerMockRecorder) GetMutableState(arg0, arg1 interface{}) *gomock.Call

GetMutableState indicates an expected call of GetMutableState.

func (*MockHistoryServiceServerMockRecorder) GetReplicationMessages

func (mr *MockHistoryServiceServerMockRecorder) GetReplicationMessages(arg0, arg1 interface{}) *gomock.Call

GetReplicationMessages indicates an expected call of GetReplicationMessages.

func (*MockHistoryServiceServerMockRecorder) GetReplicationStatus added in v1.14.0

func (mr *MockHistoryServiceServerMockRecorder) GetReplicationStatus(arg0, arg1 interface{}) *gomock.Call

GetReplicationStatus indicates an expected call of GetReplicationStatus.

func (*MockHistoryServiceServerMockRecorder) GetShard added in v1.14.0

func (mr *MockHistoryServiceServerMockRecorder) GetShard(arg0, arg1 interface{}) *gomock.Call

GetShard indicates an expected call of GetShard.

func (*MockHistoryServiceServerMockRecorder) MergeDLQMessages

func (mr *MockHistoryServiceServerMockRecorder) MergeDLQMessages(arg0, arg1 interface{}) *gomock.Call

MergeDLQMessages indicates an expected call of MergeDLQMessages.

func (*MockHistoryServiceServerMockRecorder) PollMutableState

func (mr *MockHistoryServiceServerMockRecorder) PollMutableState(arg0, arg1 interface{}) *gomock.Call

PollMutableState indicates an expected call of PollMutableState.

func (*MockHistoryServiceServerMockRecorder) PollWorkflowExecutionUpdate added in v1.21.0

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

PollWorkflowExecutionUpdate indicates an expected call of PollWorkflowExecutionUpdate.

func (*MockHistoryServiceServerMockRecorder) PurgeDLQMessages

func (mr *MockHistoryServiceServerMockRecorder) PurgeDLQMessages(arg0, arg1 interface{}) *gomock.Call

PurgeDLQMessages indicates an expected call of PurgeDLQMessages.

func (*MockHistoryServiceServerMockRecorder) QueryWorkflow

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

QueryWorkflow indicates an expected call of QueryWorkflow.

func (*MockHistoryServiceServerMockRecorder) ReapplyEvents

func (mr *MockHistoryServiceServerMockRecorder) ReapplyEvents(arg0, arg1 interface{}) *gomock.Call

ReapplyEvents indicates an expected call of ReapplyEvents.

func (*MockHistoryServiceServerMockRecorder) RebuildMutableState added in v1.16.0

func (mr *MockHistoryServiceServerMockRecorder) RebuildMutableState(arg0, arg1 interface{}) *gomock.Call

RebuildMutableState indicates an expected call of RebuildMutableState.

func (*MockHistoryServiceServerMockRecorder) RecordActivityTaskHeartbeat

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

RecordActivityTaskHeartbeat indicates an expected call of RecordActivityTaskHeartbeat.

func (*MockHistoryServiceServerMockRecorder) RecordActivityTaskStarted

func (mr *MockHistoryServiceServerMockRecorder) RecordActivityTaskStarted(arg0, arg1 interface{}) *gomock.Call

RecordActivityTaskStarted indicates an expected call of RecordActivityTaskStarted.

func (*MockHistoryServiceServerMockRecorder) RecordChildExecutionCompleted

func (mr *MockHistoryServiceServerMockRecorder) RecordChildExecutionCompleted(arg0, arg1 interface{}) *gomock.Call

RecordChildExecutionCompleted indicates an expected call of RecordChildExecutionCompleted.

func (*MockHistoryServiceServerMockRecorder) RecordWorkflowTaskStarted

func (mr *MockHistoryServiceServerMockRecorder) RecordWorkflowTaskStarted(arg0, arg1 interface{}) *gomock.Call

RecordWorkflowTaskStarted indicates an expected call of RecordWorkflowTaskStarted.

func (*MockHistoryServiceServerMockRecorder) RefreshWorkflowTasks

func (mr *MockHistoryServiceServerMockRecorder) RefreshWorkflowTasks(arg0, arg1 interface{}) *gomock.Call

RefreshWorkflowTasks indicates an expected call of RefreshWorkflowTasks.

func (*MockHistoryServiceServerMockRecorder) RemoveSignalMutableState

func (mr *MockHistoryServiceServerMockRecorder) RemoveSignalMutableState(arg0, arg1 interface{}) *gomock.Call

RemoveSignalMutableState indicates an expected call of RemoveSignalMutableState.

func (*MockHistoryServiceServerMockRecorder) RemoveTask

func (mr *MockHistoryServiceServerMockRecorder) RemoveTask(arg0, arg1 interface{}) *gomock.Call

RemoveTask indicates an expected call of RemoveTask.

func (*MockHistoryServiceServerMockRecorder) ReplicateEventsV2

func (mr *MockHistoryServiceServerMockRecorder) ReplicateEventsV2(arg0, arg1 interface{}) *gomock.Call

ReplicateEventsV2 indicates an expected call of ReplicateEventsV2.

func (*MockHistoryServiceServerMockRecorder) ReplicateWorkflowState added in v1.20.0

func (mr *MockHistoryServiceServerMockRecorder) ReplicateWorkflowState(arg0, arg1 interface{}) *gomock.Call

ReplicateWorkflowState indicates an expected call of ReplicateWorkflowState.

func (*MockHistoryServiceServerMockRecorder) RequestCancelWorkflowExecution

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

RequestCancelWorkflowExecution indicates an expected call of RequestCancelWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) ResetStickyTaskQueue

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

ResetStickyTaskQueue indicates an expected call of ResetStickyTaskQueue.

func (*MockHistoryServiceServerMockRecorder) ResetWorkflowExecution

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

ResetWorkflowExecution indicates an expected call of ResetWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) RespondActivityTaskCanceled

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

RespondActivityTaskCanceled indicates an expected call of RespondActivityTaskCanceled.

func (*MockHistoryServiceServerMockRecorder) RespondActivityTaskCompleted

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

RespondActivityTaskCompleted indicates an expected call of RespondActivityTaskCompleted.

func (*MockHistoryServiceServerMockRecorder) RespondActivityTaskFailed

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

RespondActivityTaskFailed indicates an expected call of RespondActivityTaskFailed.

func (*MockHistoryServiceServerMockRecorder) RespondWorkflowTaskCompleted

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

RespondWorkflowTaskCompleted indicates an expected call of RespondWorkflowTaskCompleted.

func (*MockHistoryServiceServerMockRecorder) RespondWorkflowTaskFailed

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

RespondWorkflowTaskFailed indicates an expected call of RespondWorkflowTaskFailed.

func (*MockHistoryServiceServerMockRecorder) ScheduleWorkflowTask

func (mr *MockHistoryServiceServerMockRecorder) ScheduleWorkflowTask(arg0, arg1 interface{}) *gomock.Call

ScheduleWorkflowTask indicates an expected call of ScheduleWorkflowTask.

func (*MockHistoryServiceServerMockRecorder) SignalWithStartWorkflowExecution

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

SignalWithStartWorkflowExecution indicates an expected call of SignalWithStartWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) SignalWorkflowExecution

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

SignalWorkflowExecution indicates an expected call of SignalWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) StartWorkflowExecution

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

StartWorkflowExecution indicates an expected call of StartWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) StreamWorkflowReplicationMessages added in v1.21.0

func (mr *MockHistoryServiceServerMockRecorder) StreamWorkflowReplicationMessages(arg0 interface{}) *gomock.Call

StreamWorkflowReplicationMessages indicates an expected call of StreamWorkflowReplicationMessages.

func (*MockHistoryServiceServerMockRecorder) SyncActivity

func (mr *MockHistoryServiceServerMockRecorder) SyncActivity(arg0, arg1 interface{}) *gomock.Call

SyncActivity indicates an expected call of SyncActivity.

func (*MockHistoryServiceServerMockRecorder) SyncShardStatus

func (mr *MockHistoryServiceServerMockRecorder) SyncShardStatus(arg0, arg1 interface{}) *gomock.Call

SyncShardStatus indicates an expected call of SyncShardStatus.

func (*MockHistoryServiceServerMockRecorder) TerminateWorkflowExecution

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

TerminateWorkflowExecution indicates an expected call of TerminateWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) UpdateWorkflowExecution added in v1.20.0

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

UpdateWorkflowExecution indicates an expected call of UpdateWorkflowExecution.

func (*MockHistoryServiceServerMockRecorder) VerifyChildExecutionCompletionRecorded added in v1.17.0

func (mr *MockHistoryServiceServerMockRecorder) VerifyChildExecutionCompletionRecorded(arg0, arg1 interface{}) *gomock.Call

VerifyChildExecutionCompletionRecorded indicates an expected call of VerifyChildExecutionCompletionRecorded.

func (*MockHistoryServiceServerMockRecorder) VerifyFirstWorkflowTaskScheduled added in v1.17.0

func (mr *MockHistoryServiceServerMockRecorder) VerifyFirstWorkflowTaskScheduled(arg0, arg1 interface{}) *gomock.Call

VerifyFirstWorkflowTaskScheduled indicates an expected call of VerifyFirstWorkflowTaskScheduled.

type MockHistoryService_StreamWorkflowReplicationMessagesClient added in v1.21.0

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

MockHistoryService_StreamWorkflowReplicationMessagesClient is a mock of HistoryService_StreamWorkflowReplicationMessagesClient interface.

func NewMockHistoryService_StreamWorkflowReplicationMessagesClient added in v1.21.0

func NewMockHistoryService_StreamWorkflowReplicationMessagesClient(ctrl *gomock.Controller) *MockHistoryService_StreamWorkflowReplicationMessagesClient

NewMockHistoryService_StreamWorkflowReplicationMessagesClient creates a new mock instance.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) CloseSend added in v1.21.0

CloseSend mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) Context added in v1.21.0

Context mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) EXPECT added in v1.21.0

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

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) Header added in v1.21.0

Header mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) Recv added in v1.21.0

Recv mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) RecvMsg added in v1.21.0

RecvMsg mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) Send added in v1.21.0

Send mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) SendMsg added in v1.21.0

SendMsg mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClient) Trailer added in v1.21.0

Trailer mocks base method.

type MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder added in v1.21.0

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

MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder is the mock recorder for MockHistoryService_StreamWorkflowReplicationMessagesClient.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) CloseSend added in v1.21.0

CloseSend indicates an expected call of CloseSend.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) Context added in v1.21.0

Context indicates an expected call of Context.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) Header added in v1.21.0

Header indicates an expected call of Header.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) Recv added in v1.21.0

Recv indicates an expected call of Recv.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) RecvMsg added in v1.21.0

RecvMsg indicates an expected call of RecvMsg.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) Send added in v1.21.0

Send indicates an expected call of Send.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) SendMsg added in v1.21.0

SendMsg indicates an expected call of SendMsg.

func (*MockHistoryService_StreamWorkflowReplicationMessagesClientMockRecorder) Trailer added in v1.21.0

Trailer indicates an expected call of Trailer.

type MockHistoryService_StreamWorkflowReplicationMessagesServer added in v1.21.0

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

MockHistoryService_StreamWorkflowReplicationMessagesServer is a mock of HistoryService_StreamWorkflowReplicationMessagesServer interface.

func NewMockHistoryService_StreamWorkflowReplicationMessagesServer added in v1.21.0

func NewMockHistoryService_StreamWorkflowReplicationMessagesServer(ctrl *gomock.Controller) *MockHistoryService_StreamWorkflowReplicationMessagesServer

NewMockHistoryService_StreamWorkflowReplicationMessagesServer creates a new mock instance.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) Context added in v1.21.0

Context mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) EXPECT added in v1.21.0

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

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) Recv added in v1.21.0

Recv mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) RecvMsg added in v1.21.0

RecvMsg mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) Send added in v1.21.0

Send mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) SendHeader added in v1.21.0

SendHeader mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) SendMsg added in v1.21.0

SendMsg mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) SetHeader added in v1.21.0

SetHeader mocks base method.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServer) SetTrailer added in v1.21.0

SetTrailer mocks base method.

type MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder added in v1.21.0

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

MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder is the mock recorder for MockHistoryService_StreamWorkflowReplicationMessagesServer.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) Context added in v1.21.0

Context indicates an expected call of Context.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) Recv added in v1.21.0

Recv indicates an expected call of Recv.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) RecvMsg added in v1.21.0

RecvMsg indicates an expected call of RecvMsg.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) Send added in v1.21.0

Send indicates an expected call of Send.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) SendHeader added in v1.21.0

SendHeader indicates an expected call of SendHeader.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) SendMsg added in v1.21.0

SendMsg indicates an expected call of SendMsg.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) SetHeader added in v1.21.0

SetHeader indicates an expected call of SetHeader.

func (*MockHistoryService_StreamWorkflowReplicationMessagesServerMockRecorder) SetTrailer added in v1.21.0

SetTrailer indicates an expected call of SetTrailer.

Jump to

Keyboard shortcuts

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