1378
1379
// ApplyUpsertWorkflowSearchAttributesEvent mocks base method.
1380
>
func (m *MockMutableState) ApplyUpsertWorkflowSearchAttributesEvent(arg0 *history.HistoryEvent) {
mutable_state_mock.go
1381
>
m.ctrl.T.Helper()
1382
>
m.ctrl.Call(m, "ApplyUpsertWorkflowSearchAttributesEvent", arg0)
1383
>
}
1384
1385
// ApplyUpsertWorkflowSearchAttributesEvent indicates an expected call of ApplyUpsertWorkflowSearchAttributesEvent.
1386
>
func (mr *MockMutableStateMockRecorder) ApplyUpsertWorkflowSearchAttributesEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1387
>
mr.mock.ctrl.T.Helper()
1388
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyUpsertWorkflowSearchAttributesEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyUpsertWorkflowSearchAttributesEvent), arg0)
1389
>
}
1390
1391
// ApplyWorkflowExecutionCancelRequestedEvent mocks base method.