558
559
// GetWorkflowExecutionRawHistoryV2 indicates an expected call of GetWorkflowExecutionRawHistoryV2.
560
>
func (mr *MockAdminServiceClientMockRecorder) GetWorkflowExecutionRawHistoryV2(ctx, in any, opts ...any) *gomock.Call {
service_grpc.pb.mock.go
561
>
mr.mock.ctrl.T.Helper()
562
>
varargs := append([]any{ctx, in}, opts...)
563
>
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetWorkflowExecutionRawHistoryV2", reflect.TypeOf((*MockAdminServiceClient)(nil).GetWorkflowExecutionRawHistoryV2), varargs...)
564
>
}
565
566
// ImportWorkflowExecution mocks base method.