1572
1573
// ApplyWorkflowExecutionUpdateAcceptedEvent mocks base method.
1574
>
func (m *MockMutableState) ApplyWorkflowExecutionUpdateAcceptedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1575
>
m.ctrl.T.Helper()
1576
>
ret := m.ctrl.Call(m, "ApplyWorkflowExecutionUpdateAcceptedEvent", arg0)
1577
>
ret0, _ := ret[0].(error)
1578
>
return ret0
1579
>
}
1580
1581
// ApplyWorkflowExecutionUpdateAcceptedEvent indicates an expected call of ApplyWorkflowExecutionUpdateAcceptedEvent.
1582
>
func (mr *MockMutableStateMockRecorder) ApplyWorkflowExecutionUpdateAcceptedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1583
>
mr.mock.ctrl.T.Helper()
1584
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyWorkflowExecutionUpdateAcceptedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyWorkflowExecutionUpdateAcceptedEvent), arg0)
1585
>
}
1586
1587
// ApplyWorkflowExecutionUpdateAdmittedEvent mocks base method.