1177
1178
// ApplyExternalWorkflowExecutionCancelRequested mocks base method.
1179
>
func (m *MockMutableState) ApplyExternalWorkflowExecutionCancelRequested(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1180
>
m.ctrl.T.Helper()
1181
>
ret := m.ctrl.Call(m, "ApplyExternalWorkflowExecutionCancelRequested", arg0)
1182
>
ret0, _ := ret[0].(error)
1183
>
return ret0
1184
>
}
1185
1186
// ApplyExternalWorkflowExecutionCancelRequested indicates an expected call of ApplyExternalWorkflowExecutionCancelRequested.
1187
>
func (mr *MockMutableStateMockRecorder) ApplyExternalWorkflowExecutionCancelRequested(arg0 any) *gomock.Call {
mutable_state_mock.go
1188
>
mr.mock.ctrl.T.Helper()
1189
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyExternalWorkflowExecutionCancelRequested", reflect.TypeOf((*MockMutableState)(nil).ApplyExternalWorkflowExecutionCancelRequested), arg0)
1190
>
}
1191
1192
// ApplyExternalWorkflowExecutionSignaled mocks base method.