Preparing report...

Report for github.com/oVirt/go-ovirt

A+    Excellent!    Found 23 issues across 121 files

Tweet

gofmt98%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


golint99%

Golint is a linter for Go source code.


gocyclo95%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • go-ovirt/readers.go
    • Line 28285: warning: cyclomatic complexity 239 of function XMLSnapshotReadOne() is high (> 15) (gocyclo)
    • Line 34129: warning: cyclomatic complexity 225 of function XMLVmReadOne() is high (> 15) (gocyclo)
    • Line 36898: warning: cyclomatic complexity 209 of function XMLActionReadOne() is high (> 15) (gocyclo)
    • Line 12967: warning: cyclomatic complexity 163 of function XMLHostReadOne() is high (> 15) (gocyclo)
    • Line 31488: warning: cyclomatic complexity 151 of function XMLTemplateReadOne() is high (> 15) (gocyclo)
    • Line 15570: warning: cyclomatic complexity 151 of function XMLInstanceTypeReadOne() is high (> 15) (gocyclo)
    • Line 3449: warning: cyclomatic complexity 131 of function XMLClusterReadOne() is high (> 15) (gocyclo)
    • Line 6585: warning: cyclomatic complexity 121 of function XMLDiskSnapshotReadOne() is high (> 15) (gocyclo)
    • Line 34843: warning: cyclomatic complexity 117 of function XMLVmBaseReadOne() is high (> 15) (gocyclo)
    • Line 5816: warning: cyclomatic complexity 117 of function XMLDiskReadOne() is high (> 15) (gocyclo)
    • Line 30557: warning: cyclomatic complexity 109 of function XMLStorageDomainReadOne() is high (> 15) (gocyclo)
    • Line 20158: warning: cyclomatic complexity 85 of function XMLNicReadOne() is high (> 15) (gocyclo)
    • Line 13827: warning: cyclomatic complexity 81 of function XMLHostNicReadOne() is high (> 15) (gocyclo)
    • Line 18999: warning: cyclomatic complexity 75 of function XMLNetworkReadOne() is high (> 15) (gocyclo)
    • Line 21408: warning: cyclomatic complexity 75 of function XMLOpenStackNetworkProviderReadOne() is high (> 15) (gocyclo)
    • Line 32751: warning: cyclomatic complexity 75 of function XMLUserReadOne() is high (> 15) (gocyclo)
    • Line 5387: warning: cyclomatic complexity 71 of function XMLDataCenterReadOne() is high (> 15) (gocyclo)
    • Line 14251: warning: cyclomatic complexity 67 of function XMLHostStorageReadOne() is high (> 15) (gocyclo)
    • Line 24639: warning: cyclomatic complexity 65 of function XMLQosReadOne() is high (> 15) (gocyclo)
    • Line 10385: warning: cyclomatic complexity 65 of function XMLGlusterBrickReadOne() is high (> 15) (gocyclo)
    • Line 15327: warning: cyclomatic complexity 64 of function XMLInitializationReadOne() is high (> 15) (gocyclo)
    • Line 7837: warning: cyclomatic complexity 63 of function XMLEventReadOne() is high (> 15) (gocyclo)
    • Line 35376: warning: cyclomatic complexity 63 of function XMLVmPoolReadOne() is high (> 15) (gocyclo)
    • Line 8896: warning: cyclomatic complexity 61 of function XMLExternalHostProviderReadOne() is high (> 15) (gocyclo)
    • Line 17611: warning: cyclomatic complexity 59 of function XMLLogicalUnitReadOne() is high (> 15) (gocyclo)
    • Line 15094: warning: cyclomatic complexity 59 of function XMLImageTransferReadOne() is high (> 15) (gocyclo)
    • Line 30163: warning: cyclomatic complexity 59 of function XMLStorageConnectionReadOne() is high (> 15) (gocyclo)
    • Line 24: warning: cyclomatic complexity 57 of function XMLAffinityGroupReadOne() is high (> 15) (gocyclo)
    • Line 22034: warning: cyclomatic complexity 57 of function XMLOpenStackVolumeProviderReadOne() is high (> 15) (gocyclo)
    • Line 24887: warning: cyclomatic complexity 57 of function XMLQuotaReadOne() is high (> 15) (gocyclo)
    • Line 11650: warning: cyclomatic complexity 55 of function XMLGlusterVolumeReadOne() is high (> 15) (gocyclo)
    • Line 29944: warning: cyclomatic complexity 55 of function XMLStepReadOne() is high (> 15) (gocyclo)
    • Line 29724: warning: cyclomatic complexity 55 of function XMLStatisticReadOne() is high (> 15) (gocyclo)
    • Line 16612: warning: cyclomatic complexity 54 of function XMLIscsiDetailsReadOne() is high (> 15) (gocyclo)
    • Line 10631: warning: cyclomatic complexity 53 of function XMLGlusterBrickAdvancedDetailsReadOne() is high (> 15) (gocyclo)
    • Line 13500: warning: cyclomatic complexity 53 of function XMLHostDeviceReadOne() is high (> 15) (gocyclo)
    • Line 23264: warning: cyclomatic complexity 51 of function XMLPermissionReadOne() is high (> 15) (gocyclo)
    • Line 21060: warning: cyclomatic complexity 51 of function XMLOpenStackImageProviderReadOne() is high (> 15) (gocyclo)
    • Line 11091: warning: cyclomatic complexity 51 of function XMLGlusterHookReadOne() is high (> 15) (gocyclo)
    • Line 33841: warning: cyclomatic complexity 49 of function XMLVirtualNumaNodeReadOne() is high (> 15) (gocyclo)
    • Line 35862: warning: cyclomatic complexity 49 of function XMLVnicProfileReadOne() is high (> 15) (gocyclo)
    • Line 6223: warning: cyclomatic complexity 49 of function XMLDiskAttachmentReadOne() is high (> 15) (gocyclo)
    • Line 544: warning: cyclomatic complexity 49 of function XMLAgentReadOne() is high (> 15) (gocyclo)
    • Line 7004: warning: cyclomatic complexity 48 of function XMLDisplayReadOne() is high (> 15) (gocyclo)
    • Line 16824: warning: cyclomatic complexity 47 of function XMLJobReadOne() is high (> 15) (gocyclo)
    • Line 27284: warning: cyclomatic complexity 47 of function XMLSchedulingPolicyReadOne() is high (> 15) (gocyclo)
    • Line 17017: warning: cyclomatic complexity 47 of function XMLKatelloErratumReadOne() is high (> 15) (gocyclo)
    • Line 12200: warning: cyclomatic complexity 47 of function XMLGroupReadOne() is high (> 15) (gocyclo)
    • Line 19274: warning: cyclomatic complexity 47 of function XMLNetworkAttachmentReadOne() is high (> 15) (gocyclo)
    • Line 9452: warning: cyclomatic complexity 46 of function XMLExternalVmImportReadOne() is high (> 15) (gocyclo)
    • Line 1588: warning: cyclomatic complexity 45 of function XMLBackupReadOne() is high (> 15) (gocyclo)
    • Line 11298: warning: cyclomatic complexity 45 of function XMLGlusterMemoryPoolReadOne() is high (> 15) (gocyclo)
    • Line 36321: warning: cyclomatic complexity 43 of function XMLWatchdogReadOne() is high (> 15) (gocyclo)
    • Line 21684: warning: cyclomatic complexity 43 of function XMLOpenStackProviderReadOne() is high (> 15) (gocyclo)
    • Line 20607: warning: cyclomatic complexity 43 of function XMLNumaNodeReadOne() is high (> 15) (gocyclo)
    • Line 12018: warning: cyclomatic complexity 43 of function XMLGraphicsConsoleReadOne() is high (> 15) (gocyclo)
    • Line 23811: warning: cyclomatic complexity 42 of function XMLPowerManagementReadOne() is high (> 15) (gocyclo)
    • Line 9277: warning: cyclomatic complexity 41 of function XMLExternalProviderReadOne() is high (> 15) (gocyclo)
    • Line 2798: warning: cyclomatic complexity 41 of function XMLCdromReadOne() is high (> 15) (gocyclo)
    • Line 10089: warning: cyclomatic complexity 41 of function XMLFloppyReadOne() is high (> 15) (gocyclo)
    • Line 243: warning: cyclomatic complexity 41 of function XMLAffinityLabelReadOne() is high (> 15) (gocyclo)
    • Line 25107: warning: cyclomatic complexity 41 of function XMLQuotaClusterLimitReadOne() is high (> 15) (gocyclo)
    • Line 31313: warning: cyclomatic complexity 41 of function XMLTagReadOne() is high (> 15) (gocyclo)
    • Line 33556: warning: cyclomatic complexity 39 of function XMLVersionReadOne() is high (> 15) (gocyclo)
    • Line 21865: warning: cyclomatic complexity 39 of function XMLOpenStackSubnetReadOne() is high (> 15) (gocyclo)
    • Line 16445: warning: cyclomatic complexity 39 of function XMLIscsiBondReadOne() is high (> 15) (gocyclo)
    • Line 3129: warning: cyclomatic complexity 39 of function XMLCheckpointReadOne() is high (> 15) (gocyclo)
    • Line 27878: warning: cyclomatic complexity 39 of function XMLSessionReadOne() is high (> 15) (gocyclo)
    • Line 18085: warning: cyclomatic complexity 39 of function XMLMacPoolReadOne() is high (> 15) (gocyclo)
    • Line 8727: warning: cyclomatic complexity 39 of function XMLExternalHostGroupReadOne() is high (> 15) (gocyclo)
    • Line 29287: warning: cyclomatic complexity 39 of function XMLSshReadOne() is high (> 15) (gocyclo)
    • Line 27116: warning: cyclomatic complexity 39 of function XMLRoleReadOne() is high (> 15) (gocyclo)
    • Line 22405: warning: cyclomatic complexity 39 of function XMLOpenstackVolumeAuthenticationKeyReadOne() is high (> 15) (gocyclo)
    • Line 5648: warning: cyclomatic complexity 39 of function XMLDeviceReadOne() is high (> 15) (gocyclo)
    • Line 7437: warning: cyclomatic complexity 39 of function XMLDomainReadOne() is high (> 15) (gocyclo)
    • Line 8407: warning: cyclomatic complexity 39 of function XMLExternalDiscoveredHostReadOne() is high (> 15) (gocyclo)
    • Line 4558: warning: cyclomatic complexity 38 of function XMLCpuReadOne() is high (> 15) (gocyclo)
    • Line 6423: warning: cyclomatic complexity 37 of function XMLDiskProfileReadOne() is high (> 15) (gocyclo)
    • Line 4724: warning: cyclomatic complexity 37 of function XMLCpuProfileReadOne() is high (> 15) (gocyclo)
    • Line 4035: warning: cyclomatic complexity 37 of function XMLClusterLevelReadOne() is high (> 15) (gocyclo)
    • Line 30394: warning: cyclomatic complexity 37 of function XMLStorageConnectionExtensionReadOne() is high (> 15) (gocyclo)
    • Line 11485: warning: cyclomatic complexity 37 of function XMLGlusterServerHookReadOne() is high (> 15) (gocyclo)
    • Line 17448: warning: cyclomatic complexity 37 of function XMLLinkLayerDiscoveryProtocolElementReadOne() is high (> 15) (gocyclo)
    • Line 8244: warning: cyclomatic complexity 37 of function XMLExternalComputeResourceReadOne() is high (> 15) (gocyclo)
    • Line 25282: warning: cyclomatic complexity 37 of function XMLQuotaStorageLimitReadOne() is high (> 15) (gocyclo)
    • Line 8079: warning: cyclomatic complexity 37 of function XMLEventSubscriptionReadOne() is high (> 15) (gocyclo)
    • Line 27474: warning: cyclomatic complexity 37 of function XMLSchedulingPolicyUnitReadOne() is high (> 15) (gocyclo)
    • Line 26829: warning: cyclomatic complexity 37 of function XMLReportedDeviceReadOne() is high (> 15) (gocyclo)
    • Line 22575: warning: cyclomatic complexity 36 of function XMLOperatingSystemReadOne() is high (> 15) (gocyclo)
    • Line 9781: warning: cyclomatic complexity 35 of function XMLFileReadOne() is high (> 15) (gocyclo)
    • Line 12810: warning: cyclomatic complexity 35 of function XMLHookReadOne() is high (> 15) (gocyclo)
    • Line 14936: warning: cyclomatic complexity 35 of function XMLImageReadOne() is high (> 15) (gocyclo)
    • Line 22733: warning: cyclomatic complexity 35 of function XMLOperatingSystemInfoReadOne() is high (> 15) (gocyclo)
    • Line 36503: warning: cyclomatic complexity 35 of function XMLWeightReadOne() is high (> 15) (gocyclo)
    • Line 2972: warning: cyclomatic complexity 35 of function XMLCertificateReadOne() is high (> 15) (gocyclo)
    • Line 12536: warning: cyclomatic complexity 34 of function XMLHardwareInformationReadOne() is high (> 15) (gocyclo)
    • Line 26055: warning: cyclomatic complexity 34 of function XMLRegistrationConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 3297: warning: cyclomatic complexity 34 of function XMLCloudInitReadOne() is high (> 15) (gocyclo)
    • Line 9938: warning: cyclomatic complexity 33 of function XMLFilterReadOne() is high (> 15) (gocyclo)
    • Line 23469: warning: cyclomatic complexity 33 of function XMLPermitReadOne() is high (> 15) (gocyclo)
    • Line 19734: warning: cyclomatic complexity 33 of function XMLNetworkFilterParameterReadOne() is high (> 15) (gocyclo)
    • Line 11867: warning: cyclomatic complexity 33 of function XMLGlusterVolumeProfileDetailsReadOne() is high (> 15) (gocyclo)
    • Line 1775: warning: cyclomatic complexity 33 of function XMLBalanceReadOne() is high (> 15) (gocyclo)
    • Line 9126: warning: cyclomatic complexity 33 of function XMLExternalNetworkProviderConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 22254: warning: cyclomatic complexity 33 of function XMLOpenStackVolumeTypeReadOne() is high (> 15) (gocyclo)
    • Line 19885: warning: cyclomatic complexity 33 of function XMLNetworkLabelReadOne() is high (> 15) (gocyclo)
    • Line 33022: warning: cyclomatic complexity 33 of function XMLUserOptionReadOne() is high (> 15) (gocyclo)
    • Line 32477: warning: cyclomatic complexity 33 of function XMLUnmanagedNetworkReadOne() is high (> 15) (gocyclo)
    • Line 14646: warning: cyclomatic complexity 33 of function XMLIconReadOne() is high (> 15) (gocyclo)
    • Line 1437: warning: cyclomatic complexity 33 of function XMLAuthorizedKeyReadOne() is high (> 15) (gocyclo)
    • Line 29457: warning: cyclomatic complexity 33 of function XMLSshPublicKeyReadOne() is high (> 15) (gocyclo)
    • Line 8576: warning: cyclomatic complexity 33 of function XMLExternalHostReadOne() is high (> 15) (gocyclo)
    • Line 20459: warning: cyclomatic complexity 32 of function XMLNicConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 12390: warning: cyclomatic complexity 32 of function XMLGuestOperatingSystemReadOne() is high (> 15) (gocyclo)
    • Line 743: warning: cyclomatic complexity 32 of function XMLAgentConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 890: warning: cyclomatic complexity 32 of function XMLApiReadOne() is high (> 15) (gocyclo)
    • Line 2299: warning: cyclomatic complexity 31 of function XMLBookmarkReadOne() is high (> 15) (gocyclo)
    • Line 3890: warning: cyclomatic complexity 31 of function XMLClusterFeatureReadOne() is high (> 15) (gocyclo)
    • Line 31046: warning: cyclomatic complexity 31 of function XMLSystemOptionReadOne() is high (> 15) (gocyclo)
    • Line 20915: warning: cyclomatic complexity 31 of function XMLOpenStackImageReadOne() is high (> 15) (gocyclo)
    • Line 21263: warning: cyclomatic complexity 31 of function XMLOpenStackNetworkReadOne() is high (> 15) (gocyclo)
    • Line 19589: warning: cyclomatic complexity 31 of function XMLNetworkFilterReadOne() is high (> 15) (gocyclo)
    • Line 1292: warning: cyclomatic complexity 31 of function XMLApplicationReadOne() is high (> 15) (gocyclo)
    • Line 9641: warning: cyclomatic complexity 30 of function XMLFencingPolicyReadOne() is high (> 15) (gocyclo)
    • Line 14506: warning: cyclomatic complexity 30 of function XMLHostedEngineReadOne() is high (> 15) (gocyclo)
    • Line 18369: warning: cyclomatic complexity 30 of function XMLMemoryPolicyReadOne() is high (> 15) (gocyclo)
    • Line 18717: warning: cyclomatic complexity 30 of function XMLMigrationOptionsReadOne() is high (> 15) (gocyclo)
    • Line 24261: warning: cyclomatic complexity 30 of function XMLProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 33417: warning: cyclomatic complexity 29 of function XMLVendorReadOne() is high (> 15) (gocyclo)
    • Line 14797: warning: cyclomatic complexity 29 of function XMLIdentifiedReadOne() is high (> 15) (gocyclo)
    • Line 18860: warning: cyclomatic complexity 29 of function XMLMigrationPolicyReadOne() is high (> 15) (gocyclo)
    • Line 23988: warning: cyclomatic complexity 29 of function XMLProductReadOne() is high (> 15) (gocyclo)
    • Line 10957: warning: cyclomatic complexity 28 of function XMLGlusterClientReadOne() is high (> 15) (gocyclo)
    • Line 16187: warning: cyclomatic complexity 28 of function XMLIpReadOne() is high (> 15) (gocyclo)
    • Line 24127: warning: cyclomatic complexity 28 of function XMLProductInfoReadOne() is high (> 15) (gocyclo)
    • Line 2165: warning: cyclomatic complexity 28 of function XMLBondingReadOne() is high (> 15) (gocyclo)
    • Line 26695: warning: cyclomatic complexity 28 of function XMLReportedConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 1036: warning: cyclomatic complexity 28 of function XMLApiSummaryReadOne() is high (> 15) (gocyclo)
    • Line 36188: warning: cyclomatic complexity 27 of function XMLVolumeGroupReadOne() is high (> 15) (gocyclo)
    • Line 4886: warning: cyclomatic complexity 26 of function XMLCpuTopologyReadOne() is high (> 15) (gocyclo)
    • Line 22891: warning: cyclomatic complexity 26 of function XMLOptionReadOne() is high (> 15) (gocyclo)
    • Line 14123: warning: cyclomatic complexity 26 of function XMLHostNicVirtualFunctionsConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 17841: warning: cyclomatic complexity 26 of function XMLMDevTypeReadOne() is high (> 15) (gocyclo)
    • Line 36060: warning: cyclomatic complexity 26 of function XMLVnicProfileMappingReadOne() is high (> 15) (gocyclo)
    • Line 35617: warning: cyclomatic complexity 26 of function XMLVmSummaryReadOne() is high (> 15) (gocyclo)
    • Line 416: warning: cyclomatic complexity 26 of function XMLAffinityRuleReadOne() is high (> 15) (gocyclo)
    • Line 35248: warning: cyclomatic complexity 26 of function XMLVmPlacementPolicyReadOne() is high (> 15) (gocyclo)
    • Line 5130: warning: cyclomatic complexity 26 of function XMLCpuTypeReadOne() is high (> 15) (gocyclo)
    • Line 23135: warning: cyclomatic complexity 26 of function XMLPayloadReadOne() is high (> 15) (gocyclo)
    • Line 20787: warning: cyclomatic complexity 26 of function XMLNumaNodePinReadOne() is high (> 15) (gocyclo)
    • Line 31989: warning: cyclomatic complexity 26 of function XMLTemplateVersionReadOne() is high (> 15) (gocyclo)
    • Line 5259: warning: cyclomatic complexity 26 of function XMLCustomPropertyReadOne() is high (> 15) (gocyclo)
    • Line 31191: warning: cyclomatic complexity 24 of function XMLSystemOptionValueReadOne() is high (> 15) (gocyclo)
    • Line 36660: warning: cyclomatic complexity 24 of function XMLFaultReadOne() is high (> 15) (gocyclo)
    • Line 25811: warning: cyclomatic complexity 24 of function XMLRegistrationAffinityLabelMappingReadOne() is high (> 15) (gocyclo)
    • Line 26329: warning: cyclomatic complexity 24 of function XMLRegistrationLunMappingReadOne() is high (> 15) (gocyclo)
    • Line 10263: warning: cyclomatic complexity 24 of function XMLFopStatisticReadOne() is high (> 15) (gocyclo)
    • Line 20036: warning: cyclomatic complexity 24 of function XMLNfsProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 26451: warning: cyclomatic complexity 24 of function XMLRegistrationRoleMappingReadOne() is high (> 15) (gocyclo)
    • Line 33295: warning: cyclomatic complexity 24 of function XMLVcpuPinReadOne() is high (> 15) (gocyclo)
    • Line 4197: warning: cyclomatic complexity 24 of function XMLConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 12688: warning: cyclomatic complexity 24 of function XMLHighAvailabilityReadOne() is high (> 15) (gocyclo)
    • Line 33173: warning: cyclomatic complexity 24 of function XMLValueReadOne() is high (> 15) (gocyclo)
    • Line 26207: warning: cyclomatic complexity 24 of function XMLRegistrationDomainMappingReadOne() is high (> 15) (gocyclo)
    • Line 32117: warning: cyclomatic complexity 24 of function XMLTicketReadOne() is high (> 15) (gocyclo)
    • Line 29164: warning: cyclomatic complexity 24 of function XMLSpmReadOne() is high (> 15) (gocyclo)
    • Line 18594: warning: cyclomatic complexity 24 of function XMLMigrationBandwidthReadOne() is high (> 15) (gocyclo)
    • Line 2676: warning: cyclomatic complexity 24 of function XMLBrickProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 25689: warning: cyclomatic complexity 24 of function XMLRegistrationAffinityGroupMappingReadOne() is high (> 15) (gocyclo)
    • Line 1170: warning: cyclomatic complexity 24 of function XMLApiSummaryItemReadOne() is high (> 15) (gocyclo)
    • Line 17326: warning: cyclomatic complexity 24 of function XMLKsmReadOne() is high (> 15) (gocyclo)
    • Line 4436: warning: cyclomatic complexity 24 of function XMLCoreReadOne() is high (> 15) (gocyclo)
    • Line 26573: warning: cyclomatic complexity 24 of function XMLRegistrationVnicProfileMappingReadOne() is high (> 15) (gocyclo)
    • Line 7199: warning: cyclomatic complexity 24 of function XMLDnsReadOne() is high (> 15) (gocyclo)
    • Line 32628: warning: cyclomatic complexity 24 of function XMLUsbReadOne() is high (> 15) (gocyclo)
    • Line 29042: warning: cyclomatic complexity 24 of function XMLSpecialObjectsReadOne() is high (> 15) (gocyclo)
    • Line 16322: warning: cyclomatic complexity 24 of function XMLIpAddressAssignmentReadOne() is high (> 15) (gocyclo)
    • Line 1926: warning: cyclomatic complexity 24 of function XMLBiosReadOne() is high (> 15) (gocyclo)
    • Line 27755: warning: cyclomatic complexity 24 of function XMLSerialNumberReadOne() is high (> 15) (gocyclo)
    • Line 25445: warning: cyclomatic complexity 24 of function XMLRangeReadOne() is high (> 15) (gocyclo)
    • Line 28047: warning: cyclomatic complexity 24 of function XMLSkipIfConnectivityBrokenReadOne() is high (> 15) (gocyclo)
    • Line 24401: warning: cyclomatic complexity 24 of function XMLPropertyReadOne() is high (> 15) (gocyclo)
    • Line 25567: warning: cyclomatic complexity 24 of function XMLRateReadOne() is high (> 15) (gocyclo)
    • Line 26993: warning: cyclomatic complexity 24 of function XMLRngDeviceReadOne() is high (> 15) (gocyclo)
    • Line 25933: warning: cyclomatic complexity 24 of function XMLRegistrationClusterMappingReadOne() is high (> 15) (gocyclo)
    • Line 19467: warning: cyclomatic complexity 24 of function XMLNetworkConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 32239: warning: cyclomatic complexity 24 of function XMLTimeZoneReadOne() is high (> 15) (gocyclo)
    • Line 2049: warning: cyclomatic complexity 22 of function XMLBlockStatisticReadOne() is high (> 15) (gocyclo)
    • Line 33725: warning: cyclomatic complexity 22 of function XMLVirtioScsiReadOne() is high (> 15) (gocyclo)
    • Line 7321: warning: cyclomatic complexity 22 of function XMLDnsResolverConfigurationReadOne() is high (> 15) (gocyclo)
    • Line 35745: warning: cyclomatic complexity 22 of function XMLVnicPassThroughReadOne() is high (> 15) (gocyclo)
    • Line 5014: warning: cyclomatic complexity 22 of function XMLCpuTuneReadOne() is high (> 15) (gocyclo)
    • Line 7604: warning: cyclomatic complexity 22 of function XMLEntityProfileDetailReadOne() is high (> 15) (gocyclo)
    • Line 23019: warning: cyclomatic complexity 22 of function XMLPackageReadOne() is high (> 15) (gocyclo)
    • Line 30930: warning: cyclomatic complexity 22 of function XMLStorageDomainLeaseReadOne() is high (> 15) (gocyclo)
    • Line 36782: warning: cyclomatic complexity 22 of function XMLGracePeriodReadOne() is high (> 15) (gocyclo)
    • Line 10841: warning: cyclomatic complexity 22 of function XMLGlusterBrickMemoryInfoReadOne() is high (> 15) (gocyclo)
    • Line 17210: warning: cyclomatic complexity 22 of function XMLKernelReadOne() is high (> 15) (gocyclo)
    • Line 27638: warning: cyclomatic complexity 22 of function XMLSeLinuxReadOne() is high (> 15) (gocyclo)
    • Line 24523: warning: cyclomatic complexity 22 of function XMLProxyTicketReadOne() is high (> 15) (gocyclo)
    • Line 13711: warning: cyclomatic complexity 22 of function XMLHostDevicePassthroughReadOne() is high (> 15) (gocyclo)
    • Line 18253: warning: cyclomatic complexity 22 of function XMLMemoryOverCommitReadOne() is high (> 15) (gocyclo)
    • Line 7720: warning: cyclomatic complexity 22 of function XMLErrorHandlingReadOne() is high (> 15) (gocyclo)
    • Line 17969: warning: cyclomatic complexity 22 of function XMLMacReadOne() is high (> 15) (gocyclo)
    • Line 32361: warning: cyclomatic complexity 22 of function XMLTransparentHugePagesReadOne() is high (> 15) (gocyclo)
    • Line 16071: warning: cyclomatic complexity 22 of function XMLIoReadOne() is high (> 15) (gocyclo)
    • Line 23620: warning: cyclomatic complexity 22 of function XMLPmProxyReadOne() is high (> 15) (gocyclo)
    • Line 2444: warning: cyclomatic complexity 22 of function XMLBootReadOne() is high (> 15) (gocyclo)
    • Line 29608: warning: cyclomatic complexity 22 of function XMLSsoReadOne() is high (> 15) (gocyclo)
    • Line 4320: warning: cyclomatic complexity 22 of function XMLConsoleReadOne() is high (> 15) (gocyclo)
    • Line 2560: warning: cyclomatic complexity 22 of function XMLBootMenuReadOne() is high (> 15) (gocyclo)
    • Line 28169: warning: cyclomatic complexity 22 of function XMLSkipIfSdActiveReadOne() is high (> 15) (gocyclo)
    • go-ovirt/writers.go
    • Line 12188: warning: cyclomatic complexity 98 of function XMLActionWriteOne() is high (> 15) (gocyclo)
    • Line 9238: warning: cyclomatic complexity 95 of function XMLSnapshotWriteOne() is high (> 15) (gocyclo)
    • Line 11215: warning: cyclomatic complexity 89 of function XMLVmWriteOne() is high (> 15) (gocyclo)
    • Line 5165: warning: cyclomatic complexity 62 of function XMLInstanceTypeWriteOne() is high (> 15) (gocyclo)
    • Line 10352: warning: cyclomatic complexity 62 of function XMLTemplateWriteOne() is high (> 15) (gocyclo)
    • Line 4239: warning: cyclomatic complexity 60 of function XMLHostWriteOne() is high (> 15) (gocyclo)
    • Line 11501: warning: cyclomatic complexity 52 of function XMLVmBaseWriteOne() is high (> 15) (gocyclo)
    • Line 1083: warning: cyclomatic complexity 50 of function XMLClusterWriteOne() is high (> 15) (gocyclo)
    • Line 2115: warning: cyclomatic complexity 49 of function XMLDiskSnapshotWriteOne() is high (> 15) (gocyclo)
    • Line 1830: warning: cyclomatic complexity 47 of function XMLDiskWriteOne() is high (> 15) (gocyclo)
    • Line 10049: warning: cyclomatic complexity 38 of function XMLStorageDomainWriteOne() is high (> 15) (gocyclo)
    • Line 4547: warning: cyclomatic complexity 32 of function XMLHostNicWriteOne() is high (> 15) (gocyclo)
    • Line 6290: warning: cyclomatic complexity 28 of function XMLNetworkWriteOne() is high (> 15) (gocyclo)
    • Line 7080: warning: cyclomatic complexity 28 of function XMLOpenStackNetworkProviderWriteOne() is high (> 15) (gocyclo)
    • Line 6673: warning: cyclomatic complexity 28 of function XMLNicWriteOne() is high (> 15) (gocyclo)
    • Line 4698: warning: cyclomatic complexity 27 of function XMLHostStorageWriteOne() is high (> 15) (gocyclo)
    • Line 8122: warning: cyclomatic complexity 26 of function XMLQosWriteOne() is high (> 15) (gocyclo)
    • Line 2525: warning: cyclomatic complexity 25 of function XMLEventWriteOne() is high (> 15) (gocyclo)
    • Line 5072: warning: cyclomatic complexity 25 of function XMLInitializationWriteOne() is high (> 15) (gocyclo)
    • Line 10771: warning: cyclomatic complexity 25 of function XMLUserWriteOne() is high (> 15) (gocyclo)
    • Line 3380: warning: cyclomatic complexity 24 of function XMLGlusterBrickWriteOne() is high (> 15) (gocyclo)
    • Line 11709: warning: cyclomatic complexity 24 of function XMLVmPoolWriteOne() is high (> 15) (gocyclo)
    • Line 9906: warning: cyclomatic complexity 23 of function XMLStorageConnectionWriteOne() is high (> 15) (gocyclo)
    • Line 5857: warning: cyclomatic complexity 23 of function XMLLogicalUnitWriteOne() is high (> 15) (gocyclo)
    • Line 4984: warning: cyclomatic complexity 23 of function XMLImageTransferWriteOne() is high (> 15) (gocyclo)
    • Line 1690: warning: cyclomatic complexity 22 of function XMLDataCenterWriteOne() is high (> 15) (gocyclo)
    • Line 9745: warning: cyclomatic complexity 21 of function XMLStatisticWriteOne() is high (> 15) (gocyclo)
    • Line 4438: warning: cyclomatic complexity 20 of function XMLHostDeviceWriteOne() is high (> 15) (gocyclo)
    • Line 9827: warning: cyclomatic complexity 20 of function XMLStepWriteOne() is high (> 15) (gocyclo)
    • Line 5524: warning: cyclomatic complexity 20 of function XMLIscsiDetailsWriteOne() is high (> 15) (gocyclo)
    • Line 2894: warning: cyclomatic complexity 19 of function XMLExternalHostProviderWriteOne() is high (> 15) (gocyclo)
    • Line 8219: warning: cyclomatic complexity 19 of function XMLQuotaWriteOne() is high (> 15) (gocyclo)
    • Line 7693: warning: cyclomatic complexity 19 of function XMLPermissionWriteOne() is high (> 15) (gocyclo)
    • Line 3811: warning: cyclomatic complexity 19 of function XMLGlusterVolumeWriteOne() is high (> 15) (gocyclo)
    • Line 7305: warning: cyclomatic complexity 19 of function XMLOpenStackVolumeProviderWriteOne() is high (> 15) (gocyclo)
    • Line 3471: warning: cyclomatic complexity 19 of function XMLGlusterBrickAdvancedDetailsWriteOne() is high (> 15) (gocyclo)
    • Line 186: warning: cyclomatic complexity 18 of function XMLAgentWriteOne() is high (> 15) (gocyclo)
    • Line 22: warning: cyclomatic complexity 18 of function XMLAffinityGroupWriteOne() is high (> 15) (gocyclo)
    • Line 3616: warning: cyclomatic complexity 18 of function XMLGlusterHookWriteOne() is high (> 15) (gocyclo)
    • Line 1990: warning: cyclomatic complexity 18 of function XMLDiskAttachmentWriteOne() is high (> 15) (gocyclo)
    • Line 11866: warning: cyclomatic complexity 17 of function XMLVnicProfileWriteOne() is high (> 15) (gocyclo)
    • Line 5669: warning: cyclomatic complexity 17 of function XMLKatelloErratumWriteOne() is high (> 15) (gocyclo)
    • Line 11111: warning: cyclomatic complexity 17 of function XMLVirtualNumaNodeWriteOne() is high (> 15) (gocyclo)
    • Line 6964: warning: cyclomatic complexity 17 of function XMLOpenStackImageProviderWriteOne() is high (> 15) (gocyclo)
    • Line 2281: warning: cyclomatic complexity 17 of function XMLDisplayWriteOne() is high (> 15) (gocyclo)
    • Line 6393: warning: cyclomatic complexity 17 of function XMLNetworkAttachmentWriteOne() is high (> 15) (gocyclo)
    • Line 3080: warning: cyclomatic complexity 16 of function XMLExternalVmImportWriteOne() is high (> 15) (gocyclo)
    • Line 3689: warning: cyclomatic complexity 16 of function XMLGlusterMemoryPoolWriteOne() is high (> 15) (gocyclo)
    • Line 5602: warning: cyclomatic complexity 16 of function XMLJobWriteOne() is high (> 15) (gocyclo)
    • go-ovirt/services.go
    • Line 78153: warning: cyclomatic complexity 80 of function (*SystemService).Service() is high (> 15) (gocyclo)
    • Line 101588: warning: cyclomatic complexity 38 of function (*VmService).Service() is high (> 15) (gocyclo)
    • Line 39431: warning: cyclomatic complexity 32 of function (*HostService).Service() is high (> 15) (gocyclo)
    • Line 40200: warning: cyclomatic complexity 24 of function (*HostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 99944: warning: cyclomatic complexity 23 of function (*VmServiceStartRequest).Send() is high (> 15) (gocyclo)
    • Line 104203: warning: cyclomatic complexity 23 of function (*VmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 36007: warning: cyclomatic complexity 22 of function (*HostServiceInstallRequest).Send() is high (> 15) (gocyclo)
    • Line 39058: warning: cyclomatic complexity 22 of function (*HostServiceInstallUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 38557: warning: cyclomatic complexity 22 of function (*HostServiceInstallUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 103217: warning: cyclomatic complexity 21 of function (*VmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 18537: warning: cyclomatic complexity 21 of function (*ClustersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 28681: warning: cyclomatic complexity 21 of function (*EventsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 21774: warning: cyclomatic complexity 21 of function (*DataCentersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 31661: warning: cyclomatic complexity 21 of function (*FilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 71625: warning: cyclomatic complexity 21 of function (*StorageDomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 39883: warning: cyclomatic complexity 21 of function (*HostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 98170: warning: cyclomatic complexity 21 of function (*VmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 96407: warning: cyclomatic complexity 21 of function (*VmPoolsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 85302: warning: cyclomatic complexity 21 of function (*TemplatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 107016: warning: cyclomatic complexity 20 of function (*DomainUsersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 110868: warning: cyclomatic complexity 20 of function (*UsersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 48669: warning: cyclomatic complexity 20 of function (*JobsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 119786: warning: cyclomatic complexity 20 of function (*GlusterVolumesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 18148: warning: cyclomatic complexity 20 of function (*ClusterService).Service() is high (> 15) (gocyclo)
    • Line 101074: warning: cyclomatic complexity 20 of function (*VmServiceExportToPathOnHostRequest).Send() is high (> 15) (gocyclo)
    • Line 106160: warning: cyclomatic complexity 20 of function (*DomainGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 108116: warning: cyclomatic complexity 20 of function (*GroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 46707: warning: cyclomatic complexity 20 of function (*InstanceTypesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 53030: warning: cyclomatic complexity 20 of function (*NetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 26706: warning: cyclomatic complexity 20 of function (*DisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 68292: warning: cyclomatic complexity 20 of function (*StorageDomainService).Service() is high (> 15) (gocyclo)
    • Line 64730: warning: cyclomatic complexity 20 of function (*StorageDomainContentDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 122596: warning: cyclomatic complexity 19 of function (*OpenstackNetworkProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 86775: warning: cyclomatic complexity 19 of function (*VmApplicationsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 13111: warning: cyclomatic complexity 19 of function (*BalancesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 103667: warning: cyclomatic complexity 19 of function (*VmsServiceAddFromConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 33678: warning: cyclomatic complexity 19 of function (*HostNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 105792: warning: cyclomatic complexity 19 of function (*WeightsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59901: warning: cyclomatic complexity 19 of function (*SchedulingPoliciesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 70176: warning: cyclomatic complexity 19 of function (*StorageDomainVmServiceRegisterRequest).Send() is high (> 15) (gocyclo)
    • Line 69885: warning: cyclomatic complexity 19 of function (*StorageDomainVmServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 104015: warning: cyclomatic complexity 19 of function (*VmsServiceAddFromSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 92273: warning: cyclomatic complexity 19 of function (*VmGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 115646: warning: cyclomatic complexity 19 of function (*GlusterBricksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 69126: warning: cyclomatic complexity 19 of function (*StorageDomainTemplatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 40603: warning: cyclomatic complexity 19 of function (*HostsServiceAddUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 37135: warning: cyclomatic complexity 19 of function (*HostServiceSetupNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 60867: warning: cyclomatic complexity 19 of function (*SchedulingPolicyUnitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 68818: warning: cyclomatic complexity 19 of function (*StorageDomainTemplateServiceRegisterRequest).Send() is high (> 15) (gocyclo)
    • Line 66243: warning: cyclomatic complexity 19 of function (*StorageDomainDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 62924: warning: cyclomatic complexity 19 of function (*SnapshotsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 120869: warning: cyclomatic complexity 19 of function (*OpenstackImageProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 38098: warning: cyclomatic complexity 19 of function (*HostServiceUpgradeRequest).Send() is high (> 15) (gocyclo)
    • Line 113776: warning: cyclomatic complexity 19 of function (*ExternalHostProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 125602: warning: cyclomatic complexity 19 of function (*OpenstackVolumeProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 101351: warning: cyclomatic complexity 19 of function (*VmServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 32324: warning: cyclomatic complexity 19 of function (*FiltersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 67752: warning: cyclomatic complexity 19 of function (*StorageDomainServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 46126: warning: cyclomatic complexity 19 of function (*InstanceTypeWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 84437: warning: cyclomatic complexity 19 of function (*TemplatesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 73743: warning: cyclomatic complexity 19 of function (*StorageServerConnectionServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 103841: warning: cyclomatic complexity 19 of function (*VmsServiceAddFromScratchRequest).Send() is high (> 15) (gocyclo)
    • Line 25967: warning: cyclomatic complexity 19 of function (*DiskSnapshotsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 40429: warning: cyclomatic complexity 19 of function (*HostsServiceAddUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 35761: warning: cyclomatic complexity 19 of function (*HostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 70535: warning: cyclomatic complexity 19 of function (*StorageDomainVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 44772: warning: cyclomatic complexity 19 of function (*InstanceTypeNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 49831: warning: cyclomatic complexity 18 of function (*MacPoolsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 2530: warning: cyclomatic complexity 18 of function (*AffinityGroupVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 63328: warning: cyclomatic complexity 18 of function (*StatisticsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 61930: warning: cyclomatic complexity 18 of function (*SnapshotNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 102463: warning: cyclomatic complexity 18 of function (*VmWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 84134: warning: cyclomatic complexity 18 of function (*TemplateWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 11531: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 11369: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 21207: warning: cyclomatic complexity 18 of function (*DataCenterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 43381: warning: cyclomatic complexity 18 of function (*ImagesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 90632: warning: cyclomatic complexity 18 of function (*VmDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 37906: warning: cyclomatic complexity 18 of function (*HostServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 31235: warning: cyclomatic complexity 18 of function (*FenceAgentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 20644: warning: cyclomatic complexity 18 of function (*DataCenterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120516: warning: cyclomatic complexity 18 of function (*OpenstackImageProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 61577: warning: cyclomatic complexity 18 of function (*SnapshotDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 4914: warning: cyclomatic complexity 18 of function (*AffinityLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112097: warning: cyclomatic complexity 18 of function (*ExternalDiscoveredHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 12672: warning: cyclomatic complexity 18 of function (*BalanceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 108958: warning: cyclomatic complexity 18 of function (*SshPublicKeysServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 111141: warning: cyclomatic complexity 18 of function (*EngineKatelloErrataServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95959: warning: cyclomatic complexity 18 of function (*VmPoolServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 16913: warning: cyclomatic complexity 18 of function (*ClusterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 91167: warning: cyclomatic complexity 18 of function (*VmGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 12485: warning: cyclomatic complexity 18 of function (*AttachedStorageDomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 24466: warning: cyclomatic complexity 18 of function (*DiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 90973: warning: cyclomatic complexity 18 of function (*VmDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 60092: warning: cyclomatic complexity 18 of function (*SchedulingPolicyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 95614: warning: cyclomatic complexity 18 of function (*VmPoolServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 63633: warning: cyclomatic complexity 18 of function (*StepServiceEndRequest).Send() is high (> 15) (gocyclo)
    • Line 23898: warning: cyclomatic complexity 18 of function (*DiskProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 34379: warning: cyclomatic complexity 18 of function (*HostServiceApproveRequest).Send() is high (> 15) (gocyclo)
    • Line 102876: warning: cyclomatic complexity 18 of function (*VmWatchdogsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 95247: warning: cyclomatic complexity 18 of function (*VmNumaNodesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 38875: warning: cyclomatic complexity 18 of function (*HostServiceApproveUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 61224: warning: cyclomatic complexity 18 of function (*SnapshotCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59526: warning: cyclomatic complexity 18 of function (*RolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 20260: warning: cyclomatic complexity 18 of function (*DataCenterNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 58561: warning: cyclomatic complexity 18 of function (*QuotasServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 96802: warning: cyclomatic complexity 18 of function (*VmReportedDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 68593: warning: cyclomatic complexity 18 of function (*StorageDomainTemplateServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 89057: warning: cyclomatic complexity 18 of function (*VmCheckpointDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 67921: warning: cyclomatic complexity 18 of function (*StorageDomainServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 38378: warning: cyclomatic complexity 18 of function (*HostServiceApproveUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 29653: warning: cyclomatic complexity 18 of function (*ExternalProviderCertificatesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 58193: warning: cyclomatic complexity 18 of function (*QuotaStorageLimitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 99702: warning: cyclomatic complexity 18 of function (*VmServiceShutdownRequest).Send() is high (> 15) (gocyclo)
    • Line 35404: warning: cyclomatic complexity 18 of function (*HostServiceFenceRequest).Send() is high (> 15) (gocyclo)
    • Line 57452: warning: cyclomatic complexity 18 of function (*QuotaServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 56920: warning: cyclomatic complexity 18 of function (*QuotaClusterLimitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 56282: warning: cyclomatic complexity 18 of function (*QossServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 125177: warning: cyclomatic complexity 18 of function (*OpenstackVolumeProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 88702: warning: cyclomatic complexity 18 of function (*VmCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 33086: warning: cyclomatic complexity 18 of function (*HostHooksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 86591: warning: cyclomatic complexity 18 of function (*VmApplicationServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 98696: warning: cyclomatic complexity 18 of function (*VmServiceMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 104672: warning: cyclomatic complexity 18 of function (*VnicProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 86402: warning: cyclomatic complexity 18 of function (*VirtualFunctionAllowedNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 108608: warning: cyclomatic complexity 18 of function (*SshPublicKeyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 50781: warning: cyclomatic complexity 18 of function (*NetworkAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 87868: warning: cyclomatic complexity 18 of function (*VmBackupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 105166: warning: cyclomatic complexity 18 of function (*VnicProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 85795: warning: cyclomatic complexity 18 of function (*UnmanagedNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 463: warning: cyclomatic complexity 18 of function (*AffinityGroupHostLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 19474: warning: cyclomatic complexity 18 of function (*CpuProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 17759: warning: cyclomatic complexity 18 of function (*ClusterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 74605: warning: cyclomatic complexity 18 of function (*StorageServerConnectionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 87652: warning: cyclomatic complexity 18 of function (*VmBackupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 13626: warning: cyclomatic complexity 18 of function (*BookmarkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 33274: warning: cyclomatic complexity 18 of function (*HostNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 973: warning: cyclomatic complexity 18 of function (*AffinityGroupHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 100150: warning: cyclomatic complexity 18 of function (*VmServiceStopRequest).Send() is high (> 15) (gocyclo)
    • Line 1460: warning: cyclomatic complexity 18 of function (*AffinityGroupServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 19140: warning: cyclomatic complexity 18 of function (*CpuProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 52451: warning: cyclomatic complexity 18 of function (*NetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 105353: warning: cyclomatic complexity 18 of function (*WeightServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 87134: warning: cyclomatic complexity 18 of function (*VmBackupDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 93058: warning: cyclomatic complexity 18 of function (*VmHostDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 32733: warning: cyclomatic complexity 18 of function (*HostDevicesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 6737: warning: cyclomatic complexity 18 of function (*AssignedDiskProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 117981: warning: cyclomatic complexity 18 of function (*GlusterVolumeServiceRebalanceRequest).Send() is high (> 15) (gocyclo)
    • Line 117381: warning: cyclomatic complexity 18 of function (*GlusterHooksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112581: warning: cyclomatic complexity 18 of function (*ExternalHostGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 75206: warning: cyclomatic complexity 18 of function (*StorageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 39598: warning: cyclomatic complexity 18 of function (*HostStorageServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 125958: warning: cyclomatic complexity 18 of function (*OpenstackVolumeTypesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59083: warning: cyclomatic complexity 18 of function (*RoleServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 41017: warning: cyclomatic complexity 18 of function (*IconsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 111621: warning: cyclomatic complexity 18 of function (*ExternalComputeResourcesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 100907: warning: cyclomatic complexity 18 of function (*VmServiceExportToExportDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 31884: warning: cyclomatic complexity 18 of function (*FilterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 43997: warning: cyclomatic complexity 18 of function (*InstanceTypeGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 34047: warning: cyclomatic complexity 18 of function (*HostNumaNodesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 79667: warning: cyclomatic complexity 18 of function (*TemplateCdromsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 72629: warning: cyclomatic complexity 18 of function (*StorageServerConnectionExtensionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 97785: warning: cyclomatic complexity 18 of function (*VmServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 49380: warning: cyclomatic complexity 18 of function (*MacPoolServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 122204: warning: cyclomatic complexity 18 of function (*OpenstackNetworkProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 101942: warning: cyclomatic complexity 18 of function (*VmSessionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 2920: warning: cyclomatic complexity 18 of function (*AffinityGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 16650: warning: cyclomatic complexity 18 of function (*ClusterNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 47983: warning: cyclomatic complexity 18 of function (*JobServiceEndRequest).Send() is high (> 15) (gocyclo)
    • Line 64305: warning: cyclomatic complexity 18 of function (*StepsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 83812: warning: cyclomatic complexity 18 of function (*TemplateWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 78773: warning: cyclomatic complexity 18 of function (*TagServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 79236: warning: cyclomatic complexity 18 of function (*TagsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 99252: warning: cyclomatic complexity 18 of function (*VmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 28162: warning: cyclomatic complexity 18 of function (*EventSubscriptionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 30740: warning: cyclomatic complexity 18 of function (*FenceAgentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 6127: warning: cyclomatic complexity 18 of function (*AssignedCpuProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 14029: warning: cyclomatic complexity 18 of function (*BookmarksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 60355: warning: cyclomatic complexity 18 of function (*SchedulingPolicyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 34882: warning: cyclomatic complexity 18 of function (*HostServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 83241: warning: cyclomatic complexity 18 of function (*TemplateServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 115862: warning: cyclomatic complexity 18 of function (*GlusterBricksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 10053: warning: cyclomatic complexity 18 of function (*AssignedVnicProfilesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 94824: warning: cyclomatic complexity 18 of function (*VmNumaNodeServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 83079: warning: cyclomatic complexity 18 of function (*TemplateServiceExportToPathOnHostRequest).Send() is high (> 15) (gocyclo)
    • Line 67047: warning: cyclomatic complexity 18 of function (*StorageDomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 124458: warning: cyclomatic complexity 18 of function (*OpenstackVolumeAuthenticationKeysServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 66859: warning: cyclomatic complexity 18 of function (*StorageDomainServerConnectionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 82650: warning: cyclomatic complexity 18 of function (*TemplateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 60569: warning: cyclomatic complexity 18 of function (*SchedulingPolicyUnitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 44444: warning: cyclomatic complexity 18 of function (*InstanceTypeNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 23564: warning: cyclomatic complexity 18 of function (*DiskProfileServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 2020: warning: cyclomatic complexity 18 of function (*AffinityGroupVmLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 66074: warning: cyclomatic complexity 18 of function (*StorageDomainDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 89547: warning: cyclomatic complexity 18 of function (*VmCheckpointsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 47621: warning: cyclomatic complexity 18 of function (*IscsiBondsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 82291: warning: cyclomatic complexity 18 of function (*TemplateNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 64541: warning: cyclomatic complexity 18 of function (*StorageDomainContentDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 123706: warning: cyclomatic complexity 18 of function (*OpenstackSubnetsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 47187: warning: cyclomatic complexity 18 of function (*IscsiBondServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 88075: warning: cyclomatic complexity 18 of function (*VmCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 9402: warning: cyclomatic complexity 18 of function (*AssignedTagsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 107272: warning: cyclomatic complexity 18 of function (*DomainsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 81528: warning: cyclomatic complexity 18 of function (*TemplateGraphicsConsolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 8685: warning: cyclomatic complexity 18 of function (*AssignedRolesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 123099: warning: cyclomatic complexity 18 of function (*OpenstackNetworksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 114349: warning: cyclomatic complexity 18 of function (*KatelloErrataServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 80912: warning: cyclomatic complexity 18 of function (*TemplateDisksServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 114132: warning: cyclomatic complexity 18 of function (*ExternalHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 51856: warning: cyclomatic complexity 18 of function (*NetworkLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 94344: warning: cyclomatic complexity 18 of function (*VmNicsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 121440: warning: cyclomatic complexity 18 of function (*OpenstackImagesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 45275: warning: cyclomatic complexity 18 of function (*InstanceTypeServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 72231: warning: cyclomatic complexity 18 of function (*StorageServerConnectionExtensionServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 55855: warning: cyclomatic complexity 18 of function (*QosServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 93810: warning: cyclomatic complexity 18 of function (*VmNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 45798: warning: cyclomatic complexity 18 of function (*InstanceTypeWatchdogServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 50458: warning: cyclomatic complexity 18 of function (*NetworkAttachmentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 55287: warning: cyclomatic complexity 18 of function (*PermitsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 54287: warning: cyclomatic complexity 18 of function (*OperatingSystemsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 113387: warning: cyclomatic complexity 18 of function (*ExternalHostProviderServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 81969: warning: cyclomatic complexity 18 of function (*TemplateNicServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 88297: warning: cyclomatic complexity 18 of function (*VmCdromServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 115239: warning: cyclomatic complexity 17 of function (*GlusterBrickServiceReplaceRequest).Send() is high (> 15) (gocyclo)
    • Line 78454: warning: cyclomatic complexity 17 of function (*TagServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 122782: warning: cyclomatic complexity 17 of function (*OpenstackNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 124309: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeysServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 6588: warning: cyclomatic complexity 17 of function (*AssignedDiskProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 109952: warning: cyclomatic complexity 17 of function (*UserServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 52061: warning: cyclomatic complexity 17 of function (*NetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 122439: warning: cyclomatic complexity 17 of function (*OpenstackNetworkProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 44617: warning: cyclomatic complexity 17 of function (*InstanceTypeNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 81094: warning: cyclomatic complexity 17 of function (*TemplateGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 10663: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 73955: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceUpdateVfsRequest).Send() is high (> 15) (gocyclo)
    • Line 90099: warning: cyclomatic complexity 17 of function (*VmDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 16053: warning: cyclomatic complexity 17 of function (*ClusterNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 19657: warning: cyclomatic complexity 17 of function (*DataCenterNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 12043: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 22406: warning: cyclomatic complexity 17 of function (*DiskAttachmentServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 31456: warning: cyclomatic complexity 17 of function (*FileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 120714: warning: cyclomatic complexity 17 of function (*OpenstackImageProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 48162: warning: cyclomatic complexity 17 of function (*JobServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 3384: warning: cyclomatic complexity 17 of function (*AffinityLabelHostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 22857: warning: cyclomatic complexity 17 of function (*DiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 111396: warning: cyclomatic complexity 17 of function (*ExternalComputeResourceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 57688: warning: cyclomatic complexity 17 of function (*QuotaStorageLimitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 116933: warning: cyclomatic complexity 17 of function (*GlusterHookServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 62406: warning: cyclomatic complexity 17 of function (*SnapshotServiceRestoreRequest).Send() is high (> 15) (gocyclo)
    • Line 804: warning: cyclomatic complexity 17 of function (*AffinityGroupHostsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 64066: warning: cyclomatic complexity 17 of function (*StepsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5099: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 58758: warning: cyclomatic complexity 17 of function (*RoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 18881: warning: cyclomatic complexity 17 of function (*CpuProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 42576: warning: cyclomatic complexity 17 of function (*ImageTransfersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 124639: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 56490: warning: cyclomatic complexity 17 of function (*QuotaClusterLimitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 22083: warning: cyclomatic complexity 17 of function (*DiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 29248: warning: cyclomatic complexity 17 of function (*ExternalNetworkProviderConfigurationsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 80170: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 50199: warning: cyclomatic complexity 17 of function (*NetworkAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 121239: warning: cyclomatic complexity 17 of function (*OpenstackImageServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 32915: warning: cyclomatic complexity 17 of function (*HostHookServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 119559: warning: cyclomatic complexity 17 of function (*GlusterVolumesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 55097: warning: cyclomatic complexity 17 of function (*PermitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 88885: warning: cyclomatic complexity 17 of function (*VmCheckpointDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 123559: warning: cyclomatic complexity 17 of function (*OpenstackSubnetsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 80625: warning: cyclomatic complexity 17 of function (*TemplateDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 43191: warning: cyclomatic complexity 17 of function (*ImageTransfersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 112354: warning: cyclomatic complexity 17 of function (*ExternalHostGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 23305: warning: cyclomatic complexity 17 of function (*DiskProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 23749: warning: cyclomatic complexity 17 of function (*DiskProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 9612: warning: cyclomatic complexity 17 of function (*AssignedVnicProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 117600: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 14587: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeaturesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 106589: warning: cyclomatic complexity 17 of function (*DomainUserGroupsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 7769: warning: cyclomatic complexity 17 of function (*AssignedPermissionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 1851: warning: cyclomatic complexity 17 of function (*AffinityGroupVmLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 14764: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeaturesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 98509: warning: cyclomatic complexity 17 of function (*VmServiceMaintenanceRequest).Send() is high (> 15) (gocyclo)
    • Line 101750: warning: cyclomatic complexity 17 of function (*VmSessionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 15360: warning: cyclomatic complexity 17 of function (*ClusterFeaturesServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 107510: warning: cyclomatic complexity 17 of function (*GroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 48913: warning: cyclomatic complexity 17 of function (*LinkLayerDiscoveryProtocolServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 17956: warning: cyclomatic complexity 17 of function (*ClusterServiceUpgradeRequest).Send() is high (> 15) (gocyclo)
    • Line 15594: warning: cyclomatic complexity 17 of function (*ClusterLevelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 53274: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParameterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 56090: warning: cyclomatic complexity 17 of function (*QossServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 40804: warning: cyclomatic complexity 17 of function (*IconServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 16481: warning: cyclomatic complexity 17 of function (*ClusterNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 76551: warning: cyclomatic complexity 17 of function (*SystemPermissionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 11889: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 42114: warning: cyclomatic complexity 17 of function (*ImageTransferServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 51372: warning: cyclomatic complexity 17 of function (*NetworkLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 6308: warning: cyclomatic complexity 17 of function (*AssignedDiskProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 54762: warning: cyclomatic complexity 17 of function (*PermitServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 21530: warning: cyclomatic complexity 17 of function (*DataCentersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 30197: warning: cyclomatic complexity 17 of function (*ExternalVmImportsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 123280: warning: cyclomatic complexity 17 of function (*OpenstackSubnetServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 12336: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 79851: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 30430: warning: cyclomatic complexity 17 of function (*FenceAgentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 80500: warning: cyclomatic complexity 17 of function (*TemplateDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 43848: warning: cyclomatic complexity 17 of function (*InstanceTypeGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 121629: warning: cyclomatic complexity 17 of function (*OpenstackNetworkProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32169: warning: cyclomatic complexity 17 of function (*FiltersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 121054: warning: cyclomatic complexity 17 of function (*OpenstackImageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 13310: warning: cyclomatic complexity 17 of function (*BookmarkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 82142: warning: cyclomatic complexity 17 of function (*TemplateNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 125407: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 118766: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceStartRequest).Send() is high (> 15) (gocyclo)
    • Line 54115: warning: cyclomatic complexity 17 of function (*OperatingSystemServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 124140: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeyServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 116295: warning: cyclomatic complexity 17 of function (*GlusterBricksServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 61052: warning: cyclomatic complexity 17 of function (*SnapshotCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 114609: warning: cyclomatic complexity 17 of function (*KatelloErratumServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 79483: warning: cyclomatic complexity 17 of function (*TemplateCdromServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 4160: warning: cyclomatic complexity 17 of function (*AffinityLabelVmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 48420: warning: cyclomatic complexity 17 of function (*JobsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 85976: warning: cyclomatic complexity 17 of function (*VirtualFunctionAllowedNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 69313: warning: cyclomatic complexity 17 of function (*StorageDomainVmDiskAttachmentServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 2733: warning: cyclomatic complexity 17 of function (*AffinityGroupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 14261: warning: cyclomatic complexity 17 of function (*ClusterEnabledFeatureServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 110621: warning: cyclomatic complexity 17 of function (*UsersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 61758: warning: cyclomatic complexity 17 of function (*SnapshotNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 110293: warning: cyclomatic complexity 17 of function (*UserServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 46390: warning: cyclomatic complexity 17 of function (*InstanceTypesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 108778: warning: cyclomatic complexity 17 of function (*SshPublicKeysServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 62111: warning: cyclomatic complexity 17 of function (*SnapshotServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 3527: warning: cyclomatic complexity 17 of function (*AffinityLabelHostsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 51195: warning: cyclomatic complexity 17 of function (*NetworkFiltersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 106774: warning: cyclomatic complexity 17 of function (*DomainUserServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 62253: warning: cyclomatic complexity 17 of function (*SnapshotServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 55524: warning: cyclomatic complexity 17 of function (*QosServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 105977: warning: cyclomatic complexity 17 of function (*DomainGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 62671: warning: cyclomatic complexity 17 of function (*SnapshotsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 90826: warning: cyclomatic complexity 17 of function (*VmDisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 57994: warning: cyclomatic complexity 17 of function (*QuotaStorageLimitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 102691: warning: cyclomatic complexity 17 of function (*VmWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 63109: warning: cyclomatic complexity 17 of function (*StatisticServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 92498: warning: cyclomatic complexity 17 of function (*VmHostDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 1166: warning: cyclomatic complexity 17 of function (*AffinityGroupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 94525: warning: cyclomatic complexity 17 of function (*VmNumaNodeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 97324: warning: cyclomatic complexity 17 of function (*VmServiceCloneRequest).Send() is high (> 15) (gocyclo)
    • Line 58388: warning: cyclomatic complexity 17 of function (*QuotasServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 96631: warning: cyclomatic complexity 17 of function (*VmReportedDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 63812: warning: cyclomatic complexity 17 of function (*StepServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 95052: warning: cyclomatic complexity 17 of function (*VmNumaNodesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 9904: warning: cyclomatic complexity 17 of function (*AssignedVnicProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 74144: warning: cyclomatic complexity 17 of function (*StorageServerConnectionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 6965: warning: cyclomatic complexity 17 of function (*AssignedPermissionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 66429: warning: cyclomatic complexity 17 of function (*StorageDomainServerConnectionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 43563: warning: cyclomatic complexity 17 of function (*InstanceTypeGraphicsConsoleServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 30965: warning: cyclomatic complexity 17 of function (*FenceAgentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 15845: warning: cyclomatic complexity 17 of function (*ClusterLevelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 66712: warning: cyclomatic complexity 17 of function (*StorageDomainServerConnectionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 46896: warning: cyclomatic complexity 17 of function (*IscsiBondServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 75747: warning: cyclomatic complexity 17 of function (*SystemPermissionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 16301: warning: cyclomatic complexity 17 of function (*ClusterNetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 18295: warning: cyclomatic complexity 17 of function (*ClustersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 49078: warning: cyclomatic complexity 17 of function (*MacPoolServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 19325: warning: cyclomatic complexity 17 of function (*CpuProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 65196: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 125787: warning: cyclomatic complexity 17 of function (*OpenstackVolumeTypeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 15155: warning: cyclomatic complexity 17 of function (*ClusterFeatureServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 19905: warning: cyclomatic complexity 17 of function (*DataCenterNetworkServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 65350: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 4581: warning: cyclomatic complexity 17 of function (*AffinityLabelVmsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 59321: warning: cyclomatic complexity 17 of function (*RolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 20087: warning: cyclomatic complexity 17 of function (*DataCenterNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 51683: warning: cyclomatic complexity 17 of function (*NetworkLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 20871: warning: cyclomatic complexity 17 of function (*DataCenterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 44180: warning: cyclomatic complexity 17 of function (*InstanceTypeNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 123887: warning: cyclomatic complexity 17 of function (*OpenstackVolumeAuthenticationKeyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 65862: warning: cyclomatic complexity 17 of function (*StorageDomainDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 68400: warning: cyclomatic complexity 17 of function (*StorageDomainTemplateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 59746: warning: cyclomatic complexity 17 of function (*SchedulingPoliciesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 118430: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceResetOptionRequest).Send() is high (> 15) (gocyclo)
    • Line 52763: warning: cyclomatic complexity 17 of function (*NetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 117207: warning: cyclomatic complexity 17 of function (*GlusterHookServiceResolveRequest).Send() is high (> 15) (gocyclo)
    • Line 44962: warning: cyclomatic complexity 17 of function (*InstanceTypeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 83553: warning: cyclomatic complexity 17 of function (*TemplateWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 29440: warning: cyclomatic complexity 17 of function (*ExternalProviderCertificateServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 89239: warning: cyclomatic complexity 17 of function (*VmCheckpointServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 49638: warning: cyclomatic complexity 17 of function (*MacPoolsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 106366: warning: cyclomatic complexity 17 of function (*DomainServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 84815: warning: cyclomatic complexity 17 of function (*TemplatesServiceAddFromConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 8882: warning: cyclomatic complexity 17 of function (*AssignedTagServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 3106: warning: cyclomatic complexity 17 of function (*AffinityLabelHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 75415: warning: cyclomatic complexity 17 of function (*SystemOptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 113961: warning: cyclomatic complexity 17 of function (*ExternalHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 12956: warning: cyclomatic complexity 17 of function (*BalancesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 112825: warning: cyclomatic complexity 17 of function (*ExternalHostProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 32527: warning: cyclomatic complexity 17 of function (*HostDeviceServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 86255: warning: cyclomatic complexity 17 of function (*VirtualFunctionAllowedNetworksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 56771: warning: cyclomatic complexity 17 of function (*QuotaClusterLimitsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 111859: warning: cyclomatic complexity 17 of function (*ExternalDiscoveredHostServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 4763: warning: cyclomatic complexity 17 of function (*AffinityLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 86962: warning: cyclomatic complexity 17 of function (*VmBackupDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 50632: warning: cyclomatic complexity 17 of function (*NetworkAttachmentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 87434: warning: cyclomatic complexity 17 of function (*VmBackupServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 124911: warning: cyclomatic complexity 17 of function (*OpenstackVolumeProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 109541: warning: cyclomatic complexity 17 of function (*UserOptionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 53766: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParametersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 77532: warning: cyclomatic complexity 17 of function (*SystemServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 108350: warning: cyclomatic complexity 17 of function (*SshPublicKeyServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 13838: warning: cyclomatic complexity 17 of function (*BookmarksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 33864: warning: cyclomatic complexity 17 of function (*HostNumaNodeServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 4438: warning: cyclomatic complexity 17 of function (*AffinityLabelVmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 80003: warning: cyclomatic complexity 17 of function (*TemplateDiskAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 57118: warning: cyclomatic complexity 17 of function (*QuotaServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 80361: warning: cyclomatic complexity 17 of function (*TemplateDiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 79012: warning: cyclomatic complexity 17 of function (*TagsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 84971: warning: cyclomatic complexity 17 of function (*TemplatesServiceAddFromVmRequest).Send() is high (> 15) (gocyclo)
    • Line 50977: warning: cyclomatic complexity 17 of function (*NetworkFilterServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 85127: warning: cyclomatic complexity 17 of function (*TemplatesServiceAddFromVmSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 22642: warning: cyclomatic complexity 17 of function (*DiskAttachmentsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 85508: warning: cyclomatic complexity 17 of function (*UnmanagedNetworkServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 9217: warning: cyclomatic complexity 17 of function (*AssignedTagsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 113621: warning: cyclomatic complexity 17 of function (*ExternalHostProvidersServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5978: warning: cyclomatic complexity 17 of function (*AssignedCpuProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 81379: warning: cyclomatic complexity 17 of function (*TemplateGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 61405: warning: cyclomatic complexity 17 of function (*SnapshotDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 81710: warning: cyclomatic complexity 17 of function (*TemplateNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 69481: warning: cyclomatic complexity 17 of function (*StorageDomainVmDiskAttachmentsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 3960: warning: cyclomatic complexity 17 of function (*AffinityLabelServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 10509: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainDiskServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 69659: warning: cyclomatic complexity 17 of function (*StorageDomainVmServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 119988: warning: cyclomatic complexity 17 of function (*OpenstackImageProviderServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 45971: warning: cyclomatic complexity 17 of function (*InstanceTypeWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 54468: warning: cyclomatic complexity 17 of function (*PermissionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 47432: warning: cyclomatic complexity 17 of function (*IscsiBondsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 11157: warning: cyclomatic complexity 17 of function (*AttachedStorageDomainDiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 14974: warning: cyclomatic complexity 17 of function (*ClusterExternalProvidersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 99062: warning: cyclomatic complexity 17 of function (*VmServiceRebootRequest).Send() is high (> 15) (gocyclo)
    • Line 119056: warning: cyclomatic complexity 17 of function (*GlusterVolumeServiceStopRequest).Send() is high (> 15) (gocyclo)
    • Line 24137: warning: cyclomatic complexity 17 of function (*DiskServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 3708: warning: cyclomatic complexity 17 of function (*AffinityLabelServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 24332: warning: cyclomatic complexity 17 of function (*DiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 2361: warning: cyclomatic complexity 17 of function (*AffinityGroupVmsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 24661: warning: cyclomatic complexity 17 of function (*DiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 88553: warning: cyclomatic complexity 17 of function (*VmCdromsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 41406: warning: cyclomatic complexity 17 of function (*ImageServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 107901: warning: cyclomatic complexity 17 of function (*GroupsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 70783: warning: cyclomatic complexity 17 of function (*StorageDomainsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 53937: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParametersServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 25417: warning: cyclomatic complexity 17 of function (*DiskServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 83985: warning: cyclomatic complexity 17 of function (*TemplateWatchdogsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5698: warning: cyclomatic complexity 17 of function (*AssignedCpuProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 114864: warning: cyclomatic complexity 17 of function (*GlusterBrickServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 25673: warning: cyclomatic complexity 17 of function (*DiskSnapshotServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 89975: warning: cyclomatic complexity 17 of function (*VmDiskServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 26275: warning: cyclomatic complexity 17 of function (*DisksServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 90241: warning: cyclomatic complexity 17 of function (*VmDiskServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 27254: warning: cyclomatic complexity 17 of function (*EventServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 105637: warning: cyclomatic complexity 17 of function (*WeightsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 36713: warning: cyclomatic complexity 17 of function (*HostServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 71958: warning: cyclomatic complexity 17 of function (*StorageServerConnectionExtensionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 104911: warning: cyclomatic complexity 17 of function (*VnicProfilesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5519: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 104408: warning: cyclomatic complexity 17 of function (*VnicProfileServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 27953: warning: cyclomatic complexity 17 of function (*EventSubscriptionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 102166: warning: cyclomatic complexity 17 of function (*VmWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 41229: warning: cyclomatic complexity 17 of function (*ImageServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 53554: warning: cyclomatic complexity 17 of function (*NicNetworkFilterParameterServiceUpdateRequest).Send() is high (> 15) (gocyclo)
    • Line 72448: warning: cyclomatic complexity 17 of function (*StorageServerConnectionExtensionsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 92112: warning: cyclomatic complexity 17 of function (*VmGraphicsConsolesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 28415: warning: cyclomatic complexity 17 of function (*EventsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 294: warning: cyclomatic complexity 17 of function (*AffinityGroupHostLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 72810: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 98894: warning: cyclomatic complexity 17 of function (*VmServicePreviewSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 72959: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceUpdateGlusterfsRequest).Send() is high (> 15) (gocyclo)
    • Line 92875: warning: cyclomatic complexity 17 of function (*VmHostDevicesServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 73115: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceUpdateIscsiRequest).Send() is high (> 15) (gocyclo)
    • Line 97002: warning: cyclomatic complexity 17 of function (*VmServiceAutoPinCpuAndNumaNodesRequest).Send() is high (> 15) (gocyclo)
    • Line 73271: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceUpdateLocalRequest).Send() is high (> 15) (gocyclo)
    • Line 93482: warning: cyclomatic complexity 17 of function (*VmNicServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 73427: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceUpdateNfsRequest).Send() is high (> 15) (gocyclo)
    • Line 96195: warning: cyclomatic complexity 17 of function (*VmPoolsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 73579: warning: cyclomatic complexity 17 of function (*StorageServerConnectionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 94111: warning: cyclomatic complexity 17 of function (*VmNicsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 5376: warning: cyclomatic complexity 17 of function (*AssignedAffinityLabelsServiceAddRequest).Send() is high (> 15) (gocyclo)
    • Line 45534: warning: cyclomatic complexity 17 of function (*InstanceTypeWatchdogServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 29080: warning: cyclomatic complexity 17 of function (*ExternalNetworkProviderConfigurationServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 17465: warning: cyclomatic complexity 16 of function (*ClusterServiceResetEmulatedMachineRequest).Send() is high (> 15) (gocyclo)
    • Line 94669: warning: cyclomatic complexity 16 of function (*VmNumaNodeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 123416: warning: cyclomatic complexity 16 of function (*OpenstackSubnetServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 47038: warning: cyclomatic complexity 16 of function (*IscsiBondServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 9051: warning: cyclomatic complexity 16 of function (*AssignedTagServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 647: warning: cyclomatic complexity 16 of function (*AffinityGroupHostServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 95440: warning: cyclomatic complexity 16 of function (*VmPoolServiceAllocateVmRequest).Send() is high (> 15) (gocyclo)
    • Line 54931: warning: cyclomatic complexity 16 of function (*PermitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 54604: warning: cyclomatic complexity 16 of function (*PermissionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 95809: warning: cyclomatic complexity 16 of function (*VmPoolServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 109719: warning: cyclomatic complexity 16 of function (*UserOptionsServiceListRequest).Send() is high (> 15) (gocyclo)
    • Line 93633: warning: cyclomatic complexity 16 of function (*VmNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 50335: warning: cyclomatic complexity 16 of function (*NetworkAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 45115: warning: cyclomatic complexity 16 of function (*InstanceTypeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 83457: warning: cyclomatic complexity 16 of function (*TemplateService).Service() is high (> 15) (gocyclo)
    • Line 55699: warning: cyclomatic complexity 16 of function (*QosServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 93361: warning: cyclomatic complexity 16 of function (*VmNicServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 97998: warning: cyclomatic complexity 16 of function (*VmServiceFreezeFilesystemsRequest).Send() is high (> 15) (gocyclo)
    • Line 9748: warning: cyclomatic complexity 16 of function (*AssignedVnicProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 97163: warning: cyclomatic complexity 16 of function (*VmServiceCancelMigrationRequest).Send() is high (> 15) (gocyclo)
    • Line 93240: warning: cyclomatic complexity 16 of function (*VmNicServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 47814: warning: cyclomatic complexity 16 of function (*JobServiceClearRequest).Send() is high (> 15) (gocyclo)
    • Line 97588: warning: cyclomatic complexity 16 of function (*VmServiceDetachRequest).Send() is high (> 15) (gocyclo)
    • Line 97452: warning: cyclomatic complexity 16 of function (*VmServiceCommitSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 102310: warning: cyclomatic complexity 16 of function (*VmWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 56626: warning: cyclomatic complexity 16 of function (*QuotaClusterLimitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 17596: warning: cyclomatic complexity 16 of function (*ClusterServiceSyncAllNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 49220: warning: cyclomatic complexity 16 of function (*MacPoolServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 107691: warning: cyclomatic complexity 16 of function (*GroupServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 43702: warning: cyclomatic complexity 16 of function (*InstanceTypeGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 57297: warning: cyclomatic complexity 16 of function (*QuotaServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 92695: warning: cyclomatic complexity 16 of function (*VmHostDeviceServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 45673: warning: cyclomatic complexity 16 of function (*InstanceTypeWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 57824: warning: cyclomatic complexity 16 of function (*QuotaStorageLimitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 99388: warning: cyclomatic complexity 16 of function (*VmServiceReorderMacAddressesRequest).Send() is high (> 15) (gocyclo)
    • Line 122047: warning: cyclomatic complexity 16 of function (*OpenstackNetworkProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 124023: warning: cyclomatic complexity 16 of function (*OpenstackVolumeAuthenticationKeyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 1327: warning: cyclomatic complexity 16 of function (*AffinityGroupServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 37594: warning: cyclomatic complexity 16 of function (*HostServiceSyncAllNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 100338: warning: cyclomatic complexity 16 of function (*VmServiceSuspendRequest).Send() is high (> 15) (gocyclo)
    • Line 100498: warning: cyclomatic complexity 16 of function (*VmServiceThawFilesystemsRequest).Send() is high (> 15) (gocyclo)
    • Line 37743: warning: cyclomatic complexity 16 of function (*HostServiceUnregisteredStorageDomainsDiscoverRequest).Send() is high (> 15) (gocyclo)
    • Line 100684: warning: cyclomatic complexity 16 of function (*VmServiceTicketRequest).Send() is high (> 15) (gocyclo)
    • Line 99521: warning: cyclomatic complexity 16 of function (*VmServiceResetRequest).Send() is high (> 15) (gocyclo)
    • Line 78619: warning: cyclomatic complexity 16 of function (*TagServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 11723: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 58932: warning: cyclomatic complexity 16 of function (*RoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 80761: warning: cyclomatic complexity 16 of function (*TemplateDiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 121913: warning: cyclomatic complexity 16 of function (*OpenstackNetworkProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 125037: warning: cyclomatic complexity 16 of function (*OpenstackVolumeProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 60709: warning: cyclomatic complexity 16 of function (*SchedulingPolicyUnitServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 91783: warning: cyclomatic complexity 16 of function (*VmGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 12179: warning: cyclomatic complexity 16 of function (*AttachedStorageDomainServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 98339: warning: cyclomatic complexity 16 of function (*VmServiceLogonRequest).Send() is high (> 15) (gocyclo)
    • Line 35603: warning: cyclomatic complexity 16 of function (*HostServiceForceSelectSpmRequest).Send() is high (> 15) (gocyclo)
    • Line 110492: warning: cyclomatic complexity 16 of function (*UserService).Service() is high (> 15) (gocyclo)
    • Line 50051: warning: cyclomatic complexity 16 of function (*MoveableServiceMoveRequest).Send() is high (> 15) (gocyclo)
    • Line 91321: warning: cyclomatic complexity 16 of function (*VmGraphicsConsoleServiceProxyTicketRequest).Send() is high (> 15) (gocyclo)
    • Line 82797: warning: cyclomatic complexity 16 of function (*TemplateServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 36261: warning: cyclomatic complexity 16 of function (*HostServiceIscsiDiscoverRequest).Send() is high (> 15) (gocyclo)
    • Line 72094: warning: cyclomatic complexity 16 of function (*StorageServerConnectionExtensionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 19017: warning: cyclomatic complexity 16 of function (*CpuProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 65487: warning: cyclomatic complexity 16 of function (*StorageDomainDiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 119200: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceStopProfileRequest).Send() is high (> 15) (gocyclo)
    • Line 105493: warning: cyclomatic complexity 16 of function (*WeightServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 108486: warning: cyclomatic complexity 16 of function (*SshPublicKeyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 13478: warning: cyclomatic complexity 16 of function (*BookmarkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 6444: warning: cyclomatic complexity 16 of function (*AssignedDiskProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 22259: warning: cyclomatic complexity 16 of function (*DiskAttachmentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 36444: warning: cyclomatic complexity 16 of function (*HostServiceIscsiLoginRequest).Send() is high (> 15) (gocyclo)
    • Line 34533: warning: cyclomatic complexity 16 of function (*HostServiceCommitNetConfigRequest).Send() is high (> 15) (gocyclo)
    • Line 90502: warning: cyclomatic complexity 16 of function (*VmDiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 38709: warning: cyclomatic complexity 16 of function (*HostServiceUpdateUsingRootPasswordRequest).Send() is high (> 15) (gocyclo)
    • Line 90369: warning: cyclomatic complexity 16 of function (*VmDiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 137: warning: cyclomatic complexity 16 of function (*AffinityGroupHostLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 12812: warning: cyclomatic complexity 16 of function (*BalanceServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 110145: warning: cyclomatic complexity 16 of function (*UserServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 115445: warning: cyclomatic complexity 16 of function (*GlusterBricksServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 81846: warning: cyclomatic complexity 16 of function (*TemplateNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 116483: warning: cyclomatic complexity 16 of function (*GlusterBricksServiceStopMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 29999: warning: cyclomatic complexity 16 of function (*ExternalProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 34230: warning: cyclomatic complexity 16 of function (*HostServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 89727: warning: cyclomatic complexity 16 of function (*VmDiskServiceActivateRequest).Send() is high (> 15) (gocyclo)
    • Line 119340: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceStopRebalanceRequest).Send() is high (> 15) (gocyclo)
    • Line 120376: warning: cyclomatic complexity 16 of function (*OpenstackImageProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 32024: warning: cyclomatic complexity 16 of function (*FilterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 120254: warning: cyclomatic complexity 16 of function (*OpenstackImageProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 36569: warning: cyclomatic complexity 16 of function (*HostServiceRefreshRequest).Send() is high (> 15) (gocyclo)
    • Line 113247: warning: cyclomatic complexity 16 of function (*ExternalHostProviderServiceTestConnectivityRequest).Send() is high (> 15) (gocyclo)
    • Line 118910: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceStartProfileRequest).Send() is high (> 15) (gocyclo)
    • Line 5834: warning: cyclomatic complexity 16 of function (*AssignedCpuProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 27611: warning: cyclomatic complexity 16 of function (*EventSubscriptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 44319: warning: cyclomatic complexity 16 of function (*InstanceTypeNicServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 66566: warning: cyclomatic complexity 16 of function (*StorageDomainServerConnectionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 2204: warning: cyclomatic complexity 16 of function (*AffinityGroupVmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 30607: warning: cyclomatic complexity 16 of function (*FenceAgentServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 17339: warning: cyclomatic complexity 16 of function (*ClusterServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 18733: warning: cyclomatic complexity 16 of function (*CopyableServiceCopyRequest).Send() is high (> 15) (gocyclo)
    • Line 82930: warning: cyclomatic complexity 16 of function (*TemplateServiceExportToExportDomainRequest).Send() is high (> 15) (gocyclo)
    • Line 115095: warning: cyclomatic complexity 16 of function (*GlusterBrickServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 67198: warning: cyclomatic complexity 16 of function (*StorageDomainServiceIsAttachedRequest).Send() is high (> 15) (gocyclo)
    • Line 27778: warning: cyclomatic complexity 16 of function (*EventSubscriptionServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 113125: warning: cyclomatic complexity 16 of function (*ExternalHostProviderServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 39210: warning: cyclomatic complexity 16 of function (*HostServiceUpdateUsingSshRequest).Send() is high (> 15) (gocyclo)
    • Line 82493: warning: cyclomatic complexity 16 of function (*TemplateServiceExportRequest).Send() is high (> 15) (gocyclo)
    • Line 116808: warning: cyclomatic complexity 16 of function (*GlusterHookServiceEnableRequest).Send() is high (> 15) (gocyclo)
    • Line 21034: warning: cyclomatic complexity 16 of function (*DataCenterServiceSetMasterRequest).Send() is high (> 15) (gocyclo)
    • Line 28919: warning: cyclomatic complexity 16 of function (*EventsServiceUndeleteRequest).Send() is high (> 15) (gocyclo)
    • Line 89848: warning: cyclomatic complexity 16 of function (*VmDiskServiceDeactivateRequest).Send() is high (> 15) (gocyclo)
    • Line 118603: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceSetOptionRequest).Send() is high (> 15) (gocyclo)
    • Line 1694: warning: cyclomatic complexity 16 of function (*AffinityGroupVmLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 118134: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 68115: warning: cyclomatic complexity 16 of function (*StorageDomainServiceUpdateOvfStoreRequest).Send() is high (> 15) (gocyclo)
    • Line 35046: warning: cyclomatic complexity 16 of function (*HostServiceDiscoverIscsiRequest).Send() is high (> 15) (gocyclo)
    • Line 33425: warning: cyclomatic complexity 16 of function (*HostNicServiceUpdateVirtualFunctionsConfigurationRequest).Send() is high (> 15) (gocyclo)
    • Line 104547: warning: cyclomatic complexity 16 of function (*VnicProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 35244: warning: cyclomatic complexity 16 of function (*HostServiceEnrollCertificateRequest).Send() is high (> 15) (gocyclo)
    • Line 27446: warning: cyclomatic complexity 16 of function (*EventServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 118269: warning: cyclomatic complexity 16 of function (*GlusterVolumeServiceResetAllOptionsRequest).Send() is high (> 15) (gocyclo)
    • Line 25150: warning: cyclomatic complexity 16 of function (*DiskServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 81233: warning: cyclomatic complexity 16 of function (*TemplateGraphicsConsoleServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 117070: warning: cyclomatic complexity 16 of function (*GlusterHookServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 51514: warning: cyclomatic complexity 16 of function (*NetworkLabelServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 77816: warning: cyclomatic complexity 16 of function (*SystemServiceReloadConfigurationsRequest).Send() is high (> 15) (gocyclo)
    • Line 23441: warning: cyclomatic complexity 16 of function (*DiskProfileServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 25809: warning: cyclomatic complexity 16 of function (*DiskSnapshotServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 70316: warning: cyclomatic complexity 16 of function (*StorageDomainVmServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 20456: warning: cyclomatic complexity 16 of function (*DataCenterServiceCleanFinishedTasksRequest).Send() is high (> 15) (gocyclo)
    • Line 24850: warning: cyclomatic complexity 16 of function (*DiskServiceReduceRequest).Send() is high (> 15) (gocyclo)
    • Line 101213: warning: cyclomatic complexity 16 of function (*VmServiceUndoSnapshotRequest).Send() is high (> 15) (gocyclo)
    • Line 67564: warning: cyclomatic complexity 16 of function (*StorageDomainServiceRefreshLunsRequest).Send() is high (> 15) (gocyclo)
    • Line 52262: warning: cyclomatic complexity 16 of function (*NetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 116681: warning: cyclomatic complexity 16 of function (*GlusterHookServiceDisableRequest).Send() is high (> 15) (gocyclo)
    • Line 116089: warning: cyclomatic complexity 16 of function (*GlusterBricksServiceMigrateRequest).Send() is high (> 15) (gocyclo)
    • Line 85644: warning: cyclomatic complexity 16 of function (*UnmanagedNetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 34717: warning: cyclomatic complexity 16 of function (*HostServiceCopyHostNetworksRequest).Send() is high (> 15) (gocyclo)
    • Line 122926: warning: cyclomatic complexity 16 of function (*OpenstackNetworkServiceImportRequest).Send() is high (> 15) (gocyclo)
    • Line 86112: warning: cyclomatic complexity 16 of function (*VirtualFunctionAllowedNetworkServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 109214: warning: cyclomatic complexity 16 of function (*UserOptionServiceGetRequest).Send() is high (> 15) (gocyclo)
    • Line 83689: warning: cyclomatic complexity 16 of function (*TemplateWatchdogServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 60232: warning: cyclomatic complexity 16 of function (*SchedulingPolicyServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 89379: warning: cyclomatic complexity 16 of function (*VmCheckpointServiceRemoveRequest).Send() is high (> 15) (gocyclo)
    • Line 21418: warning: cyclomatic complexity 16 of function (*DataCenterService).Service() is high (> 15) (gocyclo)
    • Line 68956: warning: cyclomatic complexity 16 of function (*StorageDomainTemplateServiceRemoveRequest).Send() is high (> 15) (gocyclo)

ineffassign86%

IneffAssign detects ineffectual assignments in Go code.

    • go-ovirt/readers.go
    • Line 209: warning: ineffectual assignment to start (ineffassign)
    • Line 382: warning: ineffectual assignment to start (ineffassign)
    • Line 510: warning: ineffectual assignment to start (ineffassign)
    • Line 709: warning: ineffectual assignment to start (ineffassign)
    • Line 856: warning: ineffectual assignment to start (ineffassign)
    • Line 1002: warning: ineffectual assignment to start (ineffassign)
    • Line 1136: warning: ineffectual assignment to start (ineffassign)
    • Line 1258: warning: ineffectual assignment to start (ineffassign)
    • Line 1403: warning: ineffectual assignment to start (ineffassign)
    • Line 1554: warning: ineffectual assignment to start (ineffassign)
    • Line 1741: warning: ineffectual assignment to start (ineffassign)
    • Line 1892: warning: ineffectual assignment to start (ineffassign)
    • Line 2015: warning: ineffectual assignment to start (ineffassign)
    • Line 2131: warning: ineffectual assignment to start (ineffassign)
    • Line 2265: warning: ineffectual assignment to start (ineffassign)
    • Line 2410: warning: ineffectual assignment to start (ineffassign)
    • Line 2526: warning: ineffectual assignment to start (ineffassign)
    • Line 2642: warning: ineffectual assignment to start (ineffassign)
    • Line 2764: warning: ineffectual assignment to start (ineffassign)
    • Line 2938: warning: ineffectual assignment to start (ineffassign)
    • Line 3095: warning: ineffectual assignment to start (ineffassign)
    • Line 3263: warning: ineffectual assignment to start (ineffassign)
    • Line 3415: warning: ineffectual assignment to start (ineffassign)
    • Line 3856: warning: ineffectual assignment to start (ineffassign)
    • Line 4001: warning: ineffectual assignment to start (ineffassign)
    • Line 4163: warning: ineffectual assignment to start (ineffassign)
    • Line 4286: warning: ineffectual assignment to start (ineffassign)
    • Line 4402: warning: ineffectual assignment to start (ineffassign)
    • Line 4524: warning: ineffectual assignment to start (ineffassign)
    • Line 4690: warning: ineffectual assignment to start (ineffassign)
    • Line 4852: warning: ineffectual assignment to start (ineffassign)
    • Line 4980: warning: ineffectual assignment to start (ineffassign)
    • Line 5096: warning: ineffectual assignment to start (ineffassign)
    • Line 5225: warning: ineffectual assignment to start (ineffassign)
    • Line 5353: warning: ineffectual assignment to start (ineffassign)
    • Line 5614: warning: ineffectual assignment to start (ineffassign)
    • Line 5782: warning: ineffectual assignment to start (ineffassign)
    • Line 6189: warning: ineffectual assignment to start (ineffassign)
    • Line 6389: warning: ineffectual assignment to start (ineffassign)
    • Line 6551: warning: ineffectual assignment to start (ineffassign)
    • Line 6970: warning: ineffectual assignment to start (ineffassign)
    • Line 7165: warning: ineffectual assignment to start (ineffassign)
    • Line 7287: warning: ineffectual assignment to start (ineffassign)
    • Line 7403: warning: ineffectual assignment to start (ineffassign)
    • Line 7570: warning: ineffectual assignment to start (ineffassign)
    • Line 7686: warning: ineffectual assignment to start (ineffassign)
    • Line 7803: warning: ineffectual assignment to start (ineffassign)
    • Line 8045: warning: ineffectual assignment to start (ineffassign)
    • Line 8210: warning: ineffectual assignment to start (ineffassign)
    • Line 8373: warning: ineffectual assignment to start (ineffassign)
    • Line 8542: warning: ineffectual assignment to start (ineffassign)
    • Line 8693: warning: ineffectual assignment to start (ineffassign)
    • Line 8862: warning: ineffectual assignment to start (ineffassign)
    • Line 9092: warning: ineffectual assignment to start (ineffassign)
    • Line 9243: warning: ineffectual assignment to start (ineffassign)
    • Line 9418: warning: ineffectual assignment to start (ineffassign)
    • Line 9607: warning: ineffectual assignment to start (ineffassign)
    • Line 9747: warning: ineffectual assignment to start (ineffassign)
    • Line 9904: warning: ineffectual assignment to start (ineffassign)
    • Line 10055: warning: ineffectual assignment to start (ineffassign)
    • Line 10229: warning: ineffectual assignment to start (ineffassign)
    • Line 10351: warning: ineffectual assignment to start (ineffassign)
    • Line 10597: warning: ineffectual assignment to start (ineffassign)
    • Line 10807: warning: ineffectual assignment to start (ineffassign)
    • Line 10923: warning: ineffectual assignment to start (ineffassign)
    • Line 11057: warning: ineffectual assignment to start (ineffassign)
    • Line 11264: warning: ineffectual assignment to start (ineffassign)
    • Line 11451: warning: ineffectual assignment to start (ineffassign)
    • Line 11616: warning: ineffectual assignment to start (ineffassign)
    • Line 11833: warning: ineffectual assignment to start (ineffassign)
    • Line 11984: warning: ineffectual assignment to start (ineffassign)
    • Line 12166: warning: ineffectual assignment to start (ineffassign)
    • Line 12356: warning: ineffectual assignment to start (ineffassign)
    • Line 12502: warning: ineffectual assignment to start (ineffassign)
    • Line 12654: warning: ineffectual assignment to start (ineffassign)
    • Line 12776: warning: ineffectual assignment to start (ineffassign)
    • Line 12933: warning: ineffectual assignment to start (ineffassign)
    • Line 13466: warning: ineffectual assignment to start (ineffassign)
    • Line 13677: warning: ineffectual assignment to start (ineffassign)
    • Line 13793: warning: ineffectual assignment to start (ineffassign)
    • Line 14089: warning: ineffectual assignment to start (ineffassign)
    • Line 14217: warning: ineffectual assignment to start (ineffassign)
    • Line 14472: warning: ineffectual assignment to start (ineffassign)
    • Line 14612: warning: ineffectual assignment to start (ineffassign)
    • Line 14763: warning: ineffectual assignment to start (ineffassign)
    • Line 14902: warning: ineffectual assignment to start (ineffassign)
    • Line 15060: warning: ineffectual assignment to start (ineffassign)
    • Line 15293: warning: ineffectual assignment to start (ineffassign)
    • Line 15536: warning: ineffectual assignment to start (ineffassign)
    • Line 16037: warning: ineffectual assignment to start (ineffassign)
    • Line 16153: warning: ineffectual assignment to start (ineffassign)
    • Line 16288: warning: ineffectual assignment to start (ineffassign)
    • Line 16411: warning: ineffectual assignment to start (ineffassign)
    • Line 16578: warning: ineffectual assignment to start (ineffassign)
    • Line 16790: warning: ineffectual assignment to start (ineffassign)
    • Line 16983: warning: ineffectual assignment to start (ineffassign)
    • Line 17176: warning: ineffectual assignment to start (ineffassign)
    • Line 17292: warning: ineffectual assignment to start (ineffassign)
    • Line 17414: warning: ineffectual assignment to start (ineffassign)
    • Line 17577: warning: ineffectual assignment to start (ineffassign)
    • Line 17807: warning: ineffectual assignment to start (ineffassign)
    • Line 17935: warning: ineffectual assignment to start (ineffassign)
    • Line 18051: warning: ineffectual assignment to start (ineffassign)
    • Line 18219: warning: ineffectual assignment to start (ineffassign)
    • Line 18335: warning: ineffectual assignment to start (ineffassign)
    • Line 18475: warning: ineffectual assignment to start (ineffassign)
    • Line 18560: warning: ineffectual assignment to start (ineffassign)
    • Line 18683: warning: ineffectual assignment to start (ineffassign)
    • Line 18826: warning: ineffectual assignment to start (ineffassign)
    • Line 18965: warning: ineffectual assignment to start (ineffassign)
    • Line 19240: warning: ineffectual assignment to start (ineffassign)
    • Line 19433: warning: ineffectual assignment to start (ineffassign)
    • Line 19555: warning: ineffectual assignment to start (ineffassign)
    • Line 19700: warning: ineffectual assignment to start (ineffassign)
    • Line 19851: warning: ineffectual assignment to start (ineffassign)
    • Line 20002: warning: ineffectual assignment to start (ineffassign)
    • Line 20124: warning: ineffectual assignment to start (ineffassign)
    • Line 20425: warning: ineffectual assignment to start (ineffassign)
    • Line 20573: warning: ineffectual assignment to start (ineffassign)
    • Line 20753: warning: ineffectual assignment to start (ineffassign)
    • Line 20881: warning: ineffectual assignment to start (ineffassign)
    • Line 21026: warning: ineffectual assignment to start (ineffassign)
    • Line 21229: warning: ineffectual assignment to start (ineffassign)
    • Line 21374: warning: ineffectual assignment to start (ineffassign)
    • Line 21650: warning: ineffectual assignment to start (ineffassign)
    • Line 21831: warning: ineffectual assignment to start (ineffassign)
    • Line 22000: warning: ineffectual assignment to start (ineffassign)
    • Line 22220: warning: ineffectual assignment to start (ineffassign)
    • Line 22371: warning: ineffectual assignment to start (ineffassign)
    • Line 22541: warning: ineffectual assignment to start (ineffassign)
    • Line 22699: warning: ineffectual assignment to start (ineffassign)
    • Line 22857: warning: ineffectual assignment to start (ineffassign)
    • Line 22985: warning: ineffectual assignment to start (ineffassign)
    • Line 23101: warning: ineffectual assignment to start (ineffassign)
    • Line 23230: warning: ineffectual assignment to start (ineffassign)
    • Line 23435: warning: ineffectual assignment to start (ineffassign)
    • Line 23586: warning: ineffectual assignment to start (ineffassign)
    • Line 23703: warning: ineffectual assignment to start (ineffassign)
    • Line 23777: warning: ineffectual assignment to start (ineffassign)
    • Line 23954: warning: ineffectual assignment to start (ineffassign)
    • Line 24093: warning: ineffectual assignment to start (ineffassign)
    • Line 24227: warning: ineffectual assignment to start (ineffassign)
    • Line 24367: warning: ineffectual assignment to start (ineffassign)
    • Line 24489: warning: ineffectual assignment to start (ineffassign)
    • Line 24605: warning: ineffectual assignment to start (ineffassign)
    • Line 24853: warning: ineffectual assignment to start (ineffassign)
    • Line 25073: warning: ineffectual assignment to start (ineffassign)
    • Line 25248: warning: ineffectual assignment to start (ineffassign)
    • Line 25411: warning: ineffectual assignment to start (ineffassign)
    • Line 25533: warning: ineffectual assignment to start (ineffassign)
    • Line 25655: warning: ineffectual assignment to start (ineffassign)
    • Line 25777: warning: ineffectual assignment to start (ineffassign)
    • Line 25899: warning: ineffectual assignment to start (ineffassign)
    • Line 26021: warning: ineffectual assignment to start (ineffassign)
    • Line 26173: warning: ineffectual assignment to start (ineffassign)
    • Line 26295: warning: ineffectual assignment to start (ineffassign)
    • Line 26417: warning: ineffectual assignment to start (ineffassign)
    • Line 26539: warning: ineffectual assignment to start (ineffassign)
    • Line 26661: warning: ineffectual assignment to start (ineffassign)
    • Line 26795: warning: ineffectual assignment to start (ineffassign)
    • Line 26959: warning: ineffectual assignment to start (ineffassign)
    • Line 27082: warning: ineffectual assignment to start (ineffassign)
    • Line 27250: warning: ineffectual assignment to start (ineffassign)
    • Line 27440: warning: ineffectual assignment to start (ineffassign)
    • Line 27604: warning: ineffectual assignment to start (ineffassign)
    • Line 27721: warning: ineffectual assignment to start (ineffassign)
    • Line 27844: warning: ineffectual assignment to start (ineffassign)
    • Line 28013: warning: ineffectual assignment to start (ineffassign)
    • Line 28135: warning: ineffectual assignment to start (ineffassign)
    • Line 28251: warning: ineffectual assignment to start (ineffassign)
    • Line 29008: warning: ineffectual assignment to start (ineffassign)
    • Line 29130: warning: ineffectual assignment to start (ineffassign)
    • Line 29253: warning: ineffectual assignment to start (ineffassign)
    • Line 29423: warning: ineffectual assignment to start (ineffassign)
    • Line 29574: warning: ineffectual assignment to start (ineffassign)
    • Line 29690: warning: ineffectual assignment to start (ineffassign)
    • Line 29910: warning: ineffectual assignment to start (ineffassign)
    • Line 30129: warning: ineffectual assignment to start (ineffassign)
    • Line 30360: warning: ineffectual assignment to start (ineffassign)
    • Line 30523: warning: ineffectual assignment to start (ineffassign)
    • Line 30896: warning: ineffectual assignment to start (ineffassign)
    • Line 31012: warning: ineffectual assignment to start (ineffassign)
    • Line 31157: warning: ineffectual assignment to start (ineffassign)
    • Line 31279: warning: ineffectual assignment to start (ineffassign)
    • Line 31454: warning: ineffectual assignment to start (ineffassign)
    • Line 31955: warning: ineffectual assignment to start (ineffassign)
    • Line 32083: warning: ineffectual assignment to start (ineffassign)
    • Line 32205: warning: ineffectual assignment to start (ineffassign)
    • Line 32327: warning: ineffectual assignment to start (ineffassign)
    • Line 32443: warning: ineffectual assignment to start (ineffassign)
    • Line 32594: warning: ineffectual assignment to start (ineffassign)
    • Line 32717: warning: ineffectual assignment to start (ineffassign)
    • Line 32988: warning: ineffectual assignment to start (ineffassign)
    • Line 33139: warning: ineffectual assignment to start (ineffassign)
    • Line 33261: warning: ineffectual assignment to start (ineffassign)
    • Line 33383: warning: ineffectual assignment to start (ineffassign)
    • Line 33522: warning: ineffectual assignment to start (ineffassign)
    • Line 33691: warning: ineffectual assignment to start (ineffassign)
    • Line 33807: warning: ineffectual assignment to start (ineffassign)
    • Line 34006: warning: ineffectual assignment to start (ineffassign)
    • Line 34095: warning: ineffectual assignment to start (ineffassign)
    • Line 34809: warning: ineffectual assignment to start (ineffassign)
    • Line 35214: warning: ineffectual assignment to start (ineffassign)
    • Line 35342: warning: ineffectual assignment to start (ineffassign)
    • Line 35583: warning: ineffectual assignment to start (ineffassign)
    • Line 35711: warning: ineffectual assignment to start (ineffassign)
    • Line 35828: warning: ineffectual assignment to start (ineffassign)
    • Line 36026: warning: ineffectual assignment to start (ineffassign)
    • Line 36154: warning: ineffectual assignment to start (ineffassign)
    • Line 36287: warning: ineffectual assignment to start (ineffassign)
    • Line 36469: warning: ineffectual assignment to start (ineffassign)
    • Line 36626: warning: ineffectual assignment to start (ineffassign)
    • Line 36748: warning: ineffectual assignment to start (ineffassign)
    • Line 36864: warning: ineffectual assignment to start (ineffassign)
    • Line 37545: warning: ineffectual assignment to start (ineffassign)
    • Line 37608: warning: ineffectual assignment to start (ineffassign)
    • Line 37664: warning: ineffectual assignment to start (ineffassign)
    • Line 37720: warning: ineffectual assignment to start (ineffassign)
    • Line 37776: warning: ineffectual assignment to start (ineffassign)
    • Line 37832: warning: ineffectual assignment to start (ineffassign)
    • Line 37888: warning: ineffectual assignment to start (ineffassign)
    • Line 37944: warning: ineffectual assignment to start (ineffassign)
    • Line 38000: warning: ineffectual assignment to start (ineffassign)
    • Line 38056: warning: ineffectual assignment to start (ineffassign)
    • Line 38112: warning: ineffectual assignment to start (ineffassign)
    • Line 38168: warning: ineffectual assignment to start (ineffassign)
    • Line 38224: warning: ineffectual assignment to start (ineffassign)
    • Line 38280: warning: ineffectual assignment to start (ineffassign)
    • Line 38336: warning: ineffectual assignment to start (ineffassign)
    • Line 38392: warning: ineffectual assignment to start (ineffassign)
    • Line 38448: warning: ineffectual assignment to start (ineffassign)
    • Line 38504: warning: ineffectual assignment to start (ineffassign)
    • Line 38560: warning: ineffectual assignment to start (ineffassign)
    • Line 38616: warning: ineffectual assignment to start (ineffassign)
    • Line 38672: warning: ineffectual assignment to start (ineffassign)
    • Line 38728: warning: ineffectual assignment to start (ineffassign)
    • Line 38784: warning: ineffectual assignment to start (ineffassign)
    • Line 38840: warning: ineffectual assignment to start (ineffassign)
    • Line 38896: warning: ineffectual assignment to start (ineffassign)
    • Line 38952: warning: ineffectual assignment to start (ineffassign)
    • Line 39008: warning: ineffectual assignment to start (ineffassign)
    • Line 39064: warning: ineffectual assignment to start (ineffassign)
    • Line 39120: warning: ineffectual assignment to start (ineffassign)
    • Line 39176: warning: ineffectual assignment to start (ineffassign)
    • Line 39232: warning: ineffectual assignment to start (ineffassign)
    • Line 39288: warning: ineffectual assignment to start (ineffassign)
    • Line 39344: warning: ineffectual assignment to start (ineffassign)
    • Line 39400: warning: ineffectual assignment to start (ineffassign)
    • Line 39456: warning: ineffectual assignment to start (ineffassign)
    • Line 39512: warning: ineffectual assignment to start (ineffassign)
    • Line 39568: warning: ineffectual assignment to start (ineffassign)
    • Line 39624: warning: ineffectual assignment to start (ineffassign)
    • Line 39680: warning: ineffectual assignment to start (ineffassign)
    • Line 39736: warning: ineffectual assignment to start (ineffassign)
    • Line 39792: warning: ineffectual assignment to start (ineffassign)
    • Line 39848: warning: ineffectual assignment to start (ineffassign)
    • Line 39904: warning: ineffectual assignment to start (ineffassign)
    • Line 39960: warning: ineffectual assignment to start (ineffassign)
    • Line 40016: warning: ineffectual assignment to start (ineffassign)
    • Line 40072: warning: ineffectual assignment to start (ineffassign)
    • Line 40128: warning: ineffectual assignment to start (ineffassign)
    • Line 40184: warning: ineffectual assignment to start (ineffassign)
    • Line 40240: warning: ineffectual assignment to start (ineffassign)
    • Line 40296: warning: ineffectual assignment to start (ineffassign)
    • Line 40352: warning: ineffectual assignment to start (ineffassign)
    • Line 40408: warning: ineffectual assignment to start (ineffassign)
    • Line 40464: warning: ineffectual assignment to start (ineffassign)
    • Line 40520: warning: ineffectual assignment to start (ineffassign)
    • Line 40576: warning: ineffectual assignment to start (ineffassign)
    • Line 40632: warning: ineffectual assignment to start (ineffassign)
    • Line 40688: warning: ineffectual assignment to start (ineffassign)
    • Line 40744: warning: ineffectual assignment to start (ineffassign)
    • Line 40800: warning: ineffectual assignment to start (ineffassign)
    • Line 40856: warning: ineffectual assignment to start (ineffassign)
    • Line 40912: warning: ineffectual assignment to start (ineffassign)
    • Line 40968: warning: ineffectual assignment to start (ineffassign)
    • Line 41024: warning: ineffectual assignment to start (ineffassign)
    • Line 41080: warning: ineffectual assignment to start (ineffassign)
    • Line 41136: warning: ineffectual assignment to start (ineffassign)
    • Line 41192: warning: ineffectual assignment to start (ineffassign)
    • Line 41248: warning: ineffectual assignment to start (ineffassign)
    • Line 41304: warning: ineffectual assignment to start (ineffassign)
    • Line 41360: warning: ineffectual assignment to start (ineffassign)
    • Line 41416: warning: ineffectual assignment to start (ineffassign)
    • Line 41472: warning: ineffectual assignment to start (ineffassign)
    • Line 41528: warning: ineffectual assignment to start (ineffassign)
    • Line 41584: warning: ineffectual assignment to start (ineffassign)
    • Line 41640: warning: ineffectual assignment to start (ineffassign)
    • Line 41696: warning: ineffectual assignment to start (ineffassign)
    • Line 41752: warning: ineffectual assignment to start (ineffassign)
    • Line 41808: warning: ineffectual assignment to start (ineffassign)
    • Line 41864: warning: ineffectual assignment to start (ineffassign)
    • Line 41920: warning: ineffectual assignment to start (ineffassign)
    • Line 41976: warning: ineffectual assignment to start (ineffassign)
    • Line 42032: warning: ineffectual assignment to start (ineffassign)
    • Line 42088: warning: ineffectual assignment to start (ineffassign)
    • Line 42144: warning: ineffectual assignment to start (ineffassign)
    • Line 42200: warning: ineffectual assignment to start (ineffassign)
    • Line 42256: warning: ineffectual assignment to start (ineffassign)
    • Line 42312: warning: ineffectual assignment to start (ineffassign)
    • Line 42368: warning: ineffectual assignment to start (ineffassign)
    • Line 42424: warning: ineffectual assignment to start (ineffassign)
    • Line 42480: warning: ineffectual assignment to start (ineffassign)
    • Line 42536: warning: ineffectual assignment to start (ineffassign)
    • Line 42592: warning: ineffectual assignment to start (ineffassign)
    • Line 42648: warning: ineffectual assignment to start (ineffassign)
    • Line 42704: warning: ineffectual assignment to start (ineffassign)
    • Line 42760: warning: ineffectual assignment to start (ineffassign)
    • Line 42816: warning: ineffectual assignment to start (ineffassign)
    • Line 42872: warning: ineffectual assignment to start (ineffassign)
    • Line 42928: warning: ineffectual assignment to start (ineffassign)
    • Line 42984: warning: ineffectual assignment to start (ineffassign)
    • Line 43040: warning: ineffectual assignment to start (ineffassign)
    • Line 43096: warning: ineffectual assignment to start (ineffassign)
    • Line 43152: warning: ineffectual assignment to start (ineffassign)
    • Line 43208: warning: ineffectual assignment to start (ineffassign)
    • Line 43264: warning: ineffectual assignment to start (ineffassign)
    • Line 43320: warning: ineffectual assignment to start (ineffassign)
    • Line 43376: warning: ineffectual assignment to start (ineffassign)
    • Line 43432: warning: ineffectual assignment to start (ineffassign)
    • Line 43488: warning: ineffectual assignment to start (ineffassign)
    • Line 43544: warning: ineffectual assignment to start (ineffassign)
    • Line 43600: warning: ineffectual assignment to start (ineffassign)
    • Line 43656: warning: ineffectual assignment to start (ineffassign)
    • Line 43712: warning: ineffectual assignment to start (ineffassign)
    • go-ovirt/services.go
    • Line 7216: warning: ineffectual assignment to err (ineffassign)
    • Line 7354: warning: ineffectual assignment to err (ineffassign)
    • Line 7492: warning: ineffectual assignment to err (ineffassign)
    • Line 7630: warning: ineffectual assignment to err (ineffassign)
    • Line 7967: warning: ineffectual assignment to err (ineffassign)
    • Line 8105: warning: ineffectual assignment to err (ineffassign)
    • Line 8243: warning: ineffectual assignment to err (ineffassign)
    • Line 8381: warning: ineffectual assignment to err (ineffassign)
    • Line 8519: warning: ineffectual assignment to err (ineffassign)
    • Line 10269: warning: ineffectual assignment to err (ineffassign)
    • Line 10400: warning: ineffectual assignment to err (ineffassign)
    • Line 10688: warning: ineffectual assignment to err (ineffassign)
    • Line 10809: warning: ineffectual assignment to err (ineffassign)
    • Line 11045: warning: ineffectual assignment to err (ineffassign)
    • Line 11744: warning: ineffectual assignment to err (ineffassign)
    • Line 11913: warning: ineffectual assignment to err (ineffassign)
    • Line 17220: warning: ineffectual assignment to err (ineffassign)
    • Line 17486: warning: ineffectual assignment to err (ineffassign)
    • Line 17617: warning: ineffectual assignment to err (ineffassign)
    • Line 17980: warning: ineffectual assignment to err (ineffassign)
    • Line 18754: warning: ineffectual assignment to err (ineffassign)
    • Line 20477: warning: ineffectual assignment to err (ineffassign)
    • Line 21056: warning: ineffectual assignment to err (ineffassign)
    • Line 23016: warning: ineffectual assignment to err (ineffassign)
    • Line 23151: warning: ineffectual assignment to err (ineffassign)
    • Line 24165: warning: ineffectual assignment to err (ineffassign)
    • Line 24357: warning: ineffectual assignment to err (ineffassign)
    • Line 24688: warning: ineffectual assignment to err (ineffassign)
    • Line 24871: warning: ineffectual assignment to err (ineffassign)
    • Line 25015: warning: ineffectual assignment to err (ineffassign)
    • Line 25285: warning: ineffectual assignment to err (ineffassign)
    • Line 26934: warning: ineffectual assignment to err (ineffassign)
    • Line 27072: warning: ineffectual assignment to err (ineffassign)
    • Line 28940: warning: ineffectual assignment to err (ineffassign)
    • Line 29891: warning: ineffectual assignment to err (ineffassign)
    • Line 30020: warning: ineffectual assignment to err (ineffassign)
    • Line 33447: warning: ineffectual assignment to err (ineffassign)
    • Line 34251: warning: ineffectual assignment to err (ineffassign)
    • Line 34408: warning: ineffectual assignment to err (ineffassign)
    • Line 34554: warning: ineffectual assignment to err (ineffassign)
    • Line 34739: warning: ineffectual assignment to err (ineffassign)
    • Line 34909: warning: ineffectual assignment to err (ineffassign)
    • Line 35068: warning: ineffectual assignment to err (ineffassign)
    • Line 35265: warning: ineffectual assignment to err (ineffassign)
    • Line 35431: warning: ineffectual assignment to err (ineffassign)
    • Line 35624: warning: ineffectual assignment to err (ineffassign)
    • Line 36048: warning: ineffectual assignment to err (ineffassign)
    • Line 36283: warning: ineffectual assignment to err (ineffassign)
    • Line 36466: warning: ineffectual assignment to err (ineffassign)
    • Line 36590: warning: ineffectual assignment to err (ineffassign)
    • Line 37172: warning: ineffectual assignment to err (ineffassign)
    • Line 37615: warning: ineffectual assignment to err (ineffassign)
    • Line 37765: warning: ineffectual assignment to err (ineffassign)
    • Line 38128: warning: ineffectual assignment to err (ineffassign)
    • Line 38246: warning: ineffectual assignment to err (ineffassign)
    • Line 38407: warning: ineffectual assignment to err (ineffassign)
    • Line 38598: warning: ineffectual assignment to err (ineffassign)
    • Line 38731: warning: ineffectual assignment to err (ineffassign)
    • Line 38904: warning: ineffectual assignment to err (ineffassign)
    • Line 39099: warning: ineffectual assignment to err (ineffassign)
    • Line 39232: warning: ineffectual assignment to err (ineffassign)
    • Line 40460: warning: ineffectual assignment to err (ineffassign)
    • Line 40634: warning: ineffectual assignment to err (ineffassign)
    • Line 41434: warning: ineffectual assignment to err (ineffassign)
    • Line 41769: warning: ineffectual assignment to err (ineffassign)
    • Line 41884: warning: ineffectual assignment to err (ineffassign)
    • Line 42003: warning: ineffectual assignment to err (ineffassign)
    • Line 42265: warning: ineffectual assignment to err (ineffassign)
    • Line 42390: warning: ineffectual assignment to err (ineffassign)
    • Line 42802: warning: ineffectual assignment to err (ineffassign)
    • Line 42937: warning: ineffectual assignment to err (ineffassign)
    • Line 43072: warning: ineffectual assignment to err (ineffassign)
    • Line 47835: warning: ineffectual assignment to err (ineffassign)
    • Line 48010: warning: ineffectual assignment to err (ineffassign)
    • Line 50072: warning: ineffectual assignment to err (ineffassign)
    • Line 62431: warning: ineffectual assignment to err (ineffassign)
    • Line 63660: warning: ineffectual assignment to err (ineffassign)
    • Line 64956: warning: ineffectual assignment to err (ineffassign)
    • Line 65087: warning: ineffectual assignment to err (ineffassign)
    • Line 65375: warning: ineffectual assignment to err (ineffassign)
    • Line 65508: warning: ineffectual assignment to err (ineffassign)
    • Line 65750: warning: ineffectual assignment to err (ineffassign)
    • Line 67220: warning: ineffectual assignment to err (ineffassign)
    • Line 67390: warning: ineffectual assignment to err (ineffassign)
    • Line 67586: warning: ineffectual assignment to err (ineffassign)
    • Line 68136: warning: ineffectual assignment to err (ineffassign)
    • Line 68624: warning: ineffectual assignment to err (ineffassign)
    • Line 68852: warning: ineffectual assignment to err (ineffassign)
    • Line 69918: warning: ineffectual assignment to err (ineffassign)
    • Line 70210: warning: ineffectual assignment to err (ineffassign)
    • Line 71066: warning: ineffectual assignment to err (ineffassign)
    • Line 71204: warning: ineffectual assignment to err (ineffassign)
    • Line 71342: warning: ineffectual assignment to err (ineffassign)
    • Line 71480: warning: ineffectual assignment to err (ineffassign)
    • Line 71803: warning: ineffectual assignment to err (ineffassign)
    • Line 72984: warning: ineffectual assignment to err (ineffassign)
    • Line 73140: warning: ineffectual assignment to err (ineffassign)
    • Line 73296: warning: ineffectual assignment to err (ineffassign)
    • Line 73452: warning: ineffectual assignment to err (ineffassign)
    • Line 73980: warning: ineffectual assignment to err (ineffassign)
    • Line 74341: warning: ineffectual assignment to err (ineffassign)
    • Line 74479: warning: ineffectual assignment to err (ineffassign)
    • Line 74769: warning: ineffectual assignment to err (ineffassign)
    • Line 74907: warning: ineffectual assignment to err (ineffassign)
    • Line 75045: warning: ineffectual assignment to err (ineffassign)
    • Line 75998: warning: ineffectual assignment to err (ineffassign)
    • Line 76136: warning: ineffectual assignment to err (ineffassign)
    • Line 76274: warning: ineffectual assignment to err (ineffassign)
    • Line 76412: warning: ineffectual assignment to err (ineffassign)
    • Line 76749: warning: ineffectual assignment to err (ineffassign)
    • Line 76887: warning: ineffectual assignment to err (ineffassign)
    • Line 77025: warning: ineffectual assignment to err (ineffassign)
    • Line 77163: warning: ineffectual assignment to err (ineffassign)
    • Line 77301: warning: ineffectual assignment to err (ineffassign)
    • Line 77837: warning: ineffectual assignment to err (ineffassign)
    • Line 80386: warning: ineffectual assignment to err (ineffassign)
    • Line 80525: warning: ineffectual assignment to err (ineffassign)
    • Line 82515: warning: ineffectual assignment to err (ineffassign)
    • Line 82952: warning: ineffectual assignment to err (ineffassign)
    • Line 83108: warning: ineffectual assignment to err (ineffassign)
    • Line 84840: warning: ineffectual assignment to err (ineffassign)
    • Line 84996: warning: ineffectual assignment to err (ineffassign)
    • Line 85152: warning: ineffectual assignment to err (ineffassign)
    • Line 87329: warning: ineffectual assignment to err (ineffassign)
    • Line 89748: warning: ineffectual assignment to err (ineffassign)
    • Line 89869: warning: ineffectual assignment to err (ineffassign)
    • Line 89999: warning: ineffectual assignment to err (ineffassign)
    • Line 90265: warning: ineffectual assignment to err (ineffassign)
    • Line 90390: warning: ineffectual assignment to err (ineffassign)
    • Line 91342: warning: ineffectual assignment to err (ineffassign)
    • Line 91535: warning: ineffectual assignment to err (ineffassign)
    • Line 91936: warning: ineffectual assignment to err (ineffassign)
    • Line 93261: warning: ineffectual assignment to err (ineffassign)
    • Line 93382: warning: ineffectual assignment to err (ineffassign)
    • Line 95461: warning: ineffectual assignment to err (ineffassign)
    • Line 97026: warning: ineffectual assignment to err (ineffassign)
    • Line 97184: warning: ineffectual assignment to err (ineffassign)
    • Line 97350: warning: ineffectual assignment to err (ineffassign)
    • Line 97473: warning: ineffectual assignment to err (ineffassign)
    • Line 97609: warning: ineffectual assignment to err (ineffassign)
    • Line 97813: warning: ineffectual assignment to err (ineffassign)
    • Line 98019: warning: ineffectual assignment to err (ineffassign)
    • Line 98360: warning: ineffectual assignment to err (ineffassign)
    • Line 98533: warning: ineffectual assignment to err (ineffassign)
    • Line 98725: warning: ineffectual assignment to err (ineffassign)
    • Line 98922: warning: ineffectual assignment to err (ineffassign)
    • Line 99086: warning: ineffectual assignment to err (ineffassign)
    • Line 99409: warning: ineffectual assignment to err (ineffassign)
    • Line 99542: warning: ineffectual assignment to err (ineffassign)
    • Line 99729: warning: ineffectual assignment to err (ineffassign)
    • Line 99988: warning: ineffectual assignment to err (ineffassign)
    • Line 100177: warning: ineffectual assignment to err (ineffassign)
    • Line 100359: warning: ineffectual assignment to err (ineffassign)
    • Line 100519: warning: ineffectual assignment to err (ineffassign)
    • Line 100706: warning: ineffectual assignment to err (ineffassign)
    • Line 100935: warning: ineffectual assignment to err (ineffassign)
    • Line 101109: warning: ineffectual assignment to err (ineffassign)
    • Line 101234: warning: ineffectual assignment to err (ineffassign)
    • Line 103698: warning: ineffectual assignment to err (ineffassign)
    • Line 103872: warning: ineffectual assignment to err (ineffassign)
    • Line 104046: warning: ineffectual assignment to err (ineffassign)
    • Line 113023: warning: ineffectual assignment to err (ineffassign)
    • Line 113268: warning: ineffectual assignment to err (ineffassign)
    • Line 115263: warning: ineffectual assignment to err (ineffassign)
    • Line 115467: warning: ineffectual assignment to err (ineffassign)
    • Line 116111: warning: ineffectual assignment to err (ineffassign)
    • Line 116505: warning: ineffectual assignment to err (ineffassign)
    • Line 116702: warning: ineffectual assignment to err (ineffassign)
    • Line 116829: warning: ineffectual assignment to err (ineffassign)
    • Line 117232: warning: ineffectual assignment to err (ineffassign)
    • Line 117829: warning: ineffectual assignment to err (ineffassign)
    • Line 118008: warning: ineffectual assignment to err (ineffassign)
    • Line 118290: warning: ineffectual assignment to err (ineffassign)
    • Line 118455: warning: ineffectual assignment to err (ineffassign)
    • Line 118625: warning: ineffectual assignment to err (ineffassign)
    • Line 118790: warning: ineffectual assignment to err (ineffassign)
    • Line 118931: warning: ineffectual assignment to err (ineffassign)
    • Line 119080: warning: ineffectual assignment to err (ineffassign)
    • Line 119221: warning: ineffectual assignment to err (ineffassign)
    • Line 119361: warning: ineffectual assignment to err (ineffassign)
    • Line 120152: warning: ineffectual assignment to err (ineffassign)
    • Line 120397: warning: ineffectual assignment to err (ineffassign)
    • Line 121267: warning: ineffectual assignment to err (ineffassign)
    • Line 121805: warning: ineffectual assignment to err (ineffassign)
    • Line 122068: warning: ineffectual assignment to err (ineffassign)
    • Line 122948: warning: ineffectual assignment to err (ineffassign)
    • Line 124803: warning: ineffectual assignment to err (ineffassign)
    • Line 125058: warning: ineffectual assignment to err (ineffassign)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell97%

Misspell Finds commonly misspelled English words

    • go-ovirt/services.go
    • Line 28621: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 28814: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 28877: warning: "garanteed" is a misspelling of "guaranteed" (misspell)
    • Line 72879: warning: "conection" is a misspelling of "connection" (misspell)
    • Line 72893: warning: "conection" is a misspelling of "connection" (misspell)
    • Line 72896: warning: "Conection" is a misspelling of "Connection" (misspell)
    • Line 72905: warning: "conection" is a misspelling of "connection" (misspell)