1191
1192
// ApplyExternalWorkflowExecutionSignaled mocks base method.
1193
>
func (m *MockMutableState) ApplyExternalWorkflowExecutionSignaled(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1194
>
m.ctrl.T.Helper()
1195
>
ret := m.ctrl.Call(m, "ApplyExternalWorkflowExecutionSignaled", arg0)
1196
>
ret0, _ := ret[0].(error)
1197
>
return ret0
1198
>
}
1199
1200
// ApplyExternalWorkflowExecutionSignaled indicates an expected call of ApplyExternalWorkflowExecutionSignaled.
1201
>
func (mr *MockMutableStateMockRecorder) ApplyExternalWorkflowExecutionSignaled(arg0 any) *gomock.Call {
mutable_state_mock.go
1202
>
mr.mock.ctrl.T.Helper()
1203
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyExternalWorkflowExecutionSignaled", reflect.TypeOf((*MockMutableState)(nil).ApplyExternalWorkflowExecutionSignaled), arg0)
1204
>
}
1205
1206
// ApplyMutation mocks base method.