1093
1094
// ApplyChildWorkflowExecutionCanceledEvent mocks base method.
1095
>
func (m *MockMutableState) ApplyChildWorkflowExecutionCanceledEvent(arg0 *history.HistoryEvent) error {
mutable_state_mock.go
1096
>
m.ctrl.T.Helper()
1097
>
ret := m.ctrl.Call(m, "ApplyChildWorkflowExecutionCanceledEvent", arg0)
1098
>
ret0, _ := ret[0].(error)
1099
>
return ret0
1100
>
}
1101
1102
// ApplyChildWorkflowExecutionCanceledEvent indicates an expected call of ApplyChildWorkflowExecutionCanceledEvent.
1103
>
func (mr *MockMutableStateMockRecorder) ApplyChildWorkflowExecutionCanceledEvent(arg0 any) *gomock.Call {
mutable_state_mock.go
1104
>
mr.mock.ctrl.T.Helper()
1105
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ApplyChildWorkflowExecutionCanceledEvent", reflect.TypeOf((*MockMutableState)(nil).ApplyChildWorkflowExecutionCanceledEvent), arg0)
1106
>
}
1107
1108
// ApplyChildWorkflowExecutionCompletedEvent mocks base method.