57
58
// GetOrCreateChasmExecution indicates an expected call of GetOrCreateChasmExecution.
59
>
func (mr *MockCacheMockRecorder) GetOrCreateChasmExecution(ctx, shardContext, namespaceID, execution, archetypeID, lockPriority any) *gomock.Call {
cache_mock.go
60
>
mr.mock.ctrl.T.Helper()
61
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetOrCreateChasmExecution", reflect.TypeOf((*MockCache)(nil).GetOrCreateChasmExecution), ctx, shardContext, namespaceID, execution, archetypeID, lockPriority)
62
>
}
63
64
// GetOrCreateCurrentExecution mocks base method.