72
73
// GetOrCreateCurrentExecution indicates an expected call of GetOrCreateCurrentExecution.
74
>
func (mr *MockCacheMockRecorder) GetOrCreateCurrentExecution(ctx, shardContext, namespaceID, workflowID, archetypeID, lockPriority any) *gomock.Call {
cache_mock.go
75
>
mr.mock.ctrl.T.Helper()
76
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetOrCreateCurrentExecution", reflect.TypeOf((*MockCache)(nil).GetOrCreateCurrentExecution), ctx, shardContext, namespaceID, workflowID, archetypeID, lockPriority)
77
>
}
78
79
// GetOrCreateWorkflowExecution mocks base method.