1404
1405
// ApplyWorkflowExecutionCanceledEvent mocks base method.
1406
>
func (m *MockMutableState) ApplyWorkflowExecutionCanceledEvent(arg0 int64, arg1 *history.HistoryEvent) error {
mutable_state_mock.go
1407
>
m.ctrl.T.Helper()
1408
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionCanceledEvent", arg0, arg1)
1409
>
ret0, _ := ret[0].(error)
1410
>
return ret0
1411
>
}
1412
1413
// ApplyWorkflowExecutionCanceledEvent indicates an expected call of ApplyWorkflowExecutionCanceledEvent.
1414
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionCanceledEvent(arg0, arg1 any) *gomock.Call {
mutable_state_mock.go
1415
>
mr.mock.ctrl.T.Helper()
1416
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionCanceledEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionCanceledEvent), arg0, arg1)
1417
>
}
1418
1419
// ApplyWorkflowExecutionCompletedEvent mocks base method.