1107
1108
// ApplyChildWorkflowExecutionCompletedEvent mocks base method.
1109
>
func (m *MockMutableState) ApplyChildWorkflowExecutionCompletedEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1110
>
m.ctrl.T.Helper()
1111
>
ret := m.ctrl.Call(m, "ApplyChildWorkflowExecutionCompletedEvent", arg0)
1112
>
ret0, _ := ret[0].(error)
1113
>
return ret0
1114
>
}
1115
1116
// ApplyChildWorkflowExecutionCompletedEvent indicates an expected call of ApplyChildWorkflowExecutionCompletedEvent.
1117
>
func (mr *MockMutableStateMockRecorder) ApplyChildWorkflowExecutionCompletedEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1118
>
mr.mock.ctrl.T.Helper()
1119
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyChildWorkflowExecutionCompletedEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyChildWorkflowExecutionCompletedEvent), arg0)
1120
>
}
1121
1122
// ApplyChildWorkflowExecutionFailedEvent mocks base method.