Preparing report...

Report for github.com/Graphiant-Inc/graphiant-sdk-go

(v0.0.0-20250718060858-bb4f64529b5c)

C    Needs some work    Found 1147 issues across 1152 files

Tweet

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!


gofmt0%

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


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


gocyclo96%

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.

    • api_default.go
    • Line 8187: warning: cyclomatic complexity 21 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaInterfaceNbridGetExecute() is high (> 15) (gocyclo)
    • Line 7083: warning: cyclomatic complexity 21 of function (*DefaultAPIService).V1DeviceRoutingBgpNbrStatsGetExecute() is high (> 15) (gocyclo)
    • Line 9703: warning: cyclomatic complexity 21 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaInterfaceNbridGetExecute() is high (> 15) (gocyclo)
    • Line 10718: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv3RibGetExecute() is high (> 15) (gocyclo)
    • Line 8534: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaLsdbGetExecute() is high (> 15) (gocyclo)
    • Line 8008: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaInterfaceGetExecute() is high (> 15) (gocyclo)
    • Line 8362: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaInterfaceidGetExecute() is high (> 15) (gocyclo)
    • Line 8706: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaNbrGetExecute() is high (> 15) (gocyclo)
    • Line 9202: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv2RibGetExecute() is high (> 15) (gocyclo)
    • Line 9524: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaInterfaceGetExecute() is high (> 15) (gocyclo)
    • Line 10050: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaLsdbGetExecute() is high (> 15) (gocyclo)
    • Line 11025: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingRibRouteCountPostExecute() is high (> 15) (gocyclo)
    • Line 18184: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DevicesRoutingVrfProtocolRouteCountGetExecute() is high (> 15) (gocyclo)
    • Line 9878: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaInterfaceidGetExecute() is high (> 15) (gocyclo)
    • Line 10222: warning: cyclomatic complexity 20 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaNbrGetExecute() is high (> 15) (gocyclo)
    • Line 7687: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingBgpNbrsPerAfiPrefixGetExecute() is high (> 15) (gocyclo)
    • Line 9353: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv2StatisticsGetExecute() is high (> 15) (gocyclo)
    • Line 10387: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv3AreaidGetExecute() is high (> 15) (gocyclo)
    • Line 7525: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingBgpNbrsDetailsGetExecute() is high (> 15) (gocyclo)
    • Line 10549: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv3LsdbGetExecute() is high (> 15) (gocyclo)
    • Line 10869: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv3StatisticsGetExecute() is high (> 15) (gocyclo)
    • Line 8871: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv2AreaidGetExecute() is high (> 15) (gocyclo)
    • Line 9033: warning: cyclomatic complexity 19 of function (*DefaultAPIService).V1DeviceRoutingOspfv2LsdbGetExecute() is high (> 15) (gocyclo)
    • Line 23396: warning: cyclomatic complexity 18 of function (*DefaultAPIService).V1EnterprisesGetExecute() is high (> 15) (gocyclo)
    • Line 17642: warning: cyclomatic complexity 18 of function (*DefaultAPIService).V1DevicesInventorySerialNumDeleteExecute() is high (> 15) (gocyclo)
    • Line 49608: warning: cyclomatic complexity 18 of function (*DefaultAPIService).V2AssuranceDeleteclassifiedapplicationDeleteExecute() is high (> 15) (gocyclo)
    • Line 7244: warning: cyclomatic complexity 18 of function (*DefaultAPIService).V1DeviceRoutingBgpNbridGetExecute() is high (> 15) (gocyclo)
    • Line 7842: warning: cyclomatic complexity 18 of function (*DefaultAPIService).V1DeviceRoutingOdpNbridGetExecute() is high (> 15) (gocyclo)
    • Line 41734: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V1SearchGetExecute() is high (> 15) (gocyclo)
    • Line 11322: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V1DeviceRoutingVrfBgpGraphiantEirouteCountGetExecute() is high (> 15) (gocyclo)
    • Line 56979: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V2MonitoringSiteTwampSiteIdPostExecute() is high (> 15) (gocyclo)
    • Line 56839: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V2MonitoringSiteCircuitsBandwidthSiteIdPostExecute() is high (> 15) (gocyclo)
    • Line 11180: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V1DeviceRoutingVrfBgpEibgpRouteCountGetExecute() is high (> 15) (gocyclo)
    • Line 20966: warning: cyclomatic complexity 17 of function (*DefaultAPIService).V1DiagnosticRebootDeviceIdPutExecute() is high (> 15) (gocyclo)
    • Line 57382: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringTwampPostExecute() is high (> 15) (gocyclo)
    • Line 20294: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticPacketcaptureStartPostExecute() is high (> 15) (gocyclo)
    • Line 3147: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AuthPatchExecute() is high (> 15) (gocyclo)
    • Line 18717: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesUpgradeCancelPutExecute() is high (> 15) (gocyclo)
    • Line 39831: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PolicyRouteTagSetsPostExecute() is high (> 15) (gocyclo)
    • Line 59230: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2SiteSiteIdLanSegmentsPostExecute() is high (> 15) (gocyclo)
    • Line 52377: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2DeviceDeviceIdLanSegmentsPostExecute() is high (> 15) (gocyclo)
    • Line 56304: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringPolicyPostExecute() is high (> 15) (gocyclo)
    • Line 23262: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterprisesEulaPostExecute() is high (> 15) (gocyclo)
    • Line 58180: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationmutelistCreatePostExecute() is high (> 15) (gocyclo)
    • Line 1231: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AlarmMuteAlarmIdPutExecute() is high (> 15) (gocyclo)
    • Line 3280: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AuthPutExecute() is high (> 15) (gocyclo)
    • Line 24687: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetSitesUsageTopPostExecute() is high (> 15) (gocyclo)
    • Line 23130: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterprisesEnterpriseIdDeviceStatusGetExecute() is high (> 15) (gocyclo)
    • Line 48023: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssistantUpdateConversationNamePostExecute() is high (> 15) (gocyclo)
    • Line 48289: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceApplicationdetailsbynamePostExecute() is high (> 15) (gocyclo)
    • Line 36964: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GroupsIdMembersPostExecute() is high (> 15) (gocyclo)
    • Line 52648: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetConsumersUsageTopPostExecute() is high (> 15) (gocyclo)
    • Line 39428: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PolicyPrefixSetsIdPutExecute() is high (> 15) (gocyclo)
    • Line 20560: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticPingPauseResumePostExecute() is high (> 15) (gocyclo)
    • Line 51310: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyOverviewPostExecute() is high (> 15) (gocyclo)
    • Line 21750: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticTraceroutePostExecute() is high (> 15) (gocyclo)
    • Line 53313: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetTotalUsagePostExecute() is high (> 15) (gocyclo)
    • Line 22493: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterpriseConfigurationPutExecute() is high (> 15) (gocyclo)
    • Line 28159: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsResolvePolicyTargetPostExecute() is high (> 15) (gocyclo)
    • Line 22626: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterpriseContractPutExecute() is high (> 15) (gocyclo)
    • Line 11970: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DeviceSnapshotPutExecute() is high (> 15) (gocyclo)
    • Line 36445: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GroupsIdEnterprisesPostExecute() is high (> 15) (gocyclo)
    • Line 6658: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DataAssuranceAssurancesGlobalIdPutExecute() is high (> 15) (gocyclo)
    • Line 49342: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceCreateclassifiedapplicationPostExecute() is high (> 15) (gocyclo)
    • Line 28692: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GatewaysDeleteExecute() is high (> 15) (gocyclo)
    • Line 29477: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GatewaysStatusPostExecute() is high (> 15) (gocyclo)
    • Line 48943: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceBucketTopologiesPostExecute() is high (> 15) (gocyclo)
    • Line 44023: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1TalkersDeviceDeviceIdTopPostExecute() is high (> 15) (gocyclo)
    • Line 27389: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsIdPutExecute() is high (> 15) (gocyclo)
    • Line 12362: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DeviceStatusPostExecute() is high (> 15) (gocyclo)
    • Line 57914: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationUpdatePostExecute() is high (> 15) (gocyclo)
    • Line 58957: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2RulelistPostExecute() is high (> 15) (gocyclo)
    • Line 25708: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsB2bIdCustomerInviteRetryPostExecute() is high (> 15) (gocyclo)
    • Line 12761: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesBringupTokenPostExecute() is high (> 15) (gocyclo)
    • Line 48422: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceApplicationprofilesummaryPostExecute() is high (> 15) (gocyclo)
    • Line 53834: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2IntegrationIntegrationIdPutExecute() is high (> 15) (gocyclo)
    • Line 58691: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ParentalertlistPostExecute() is high (> 15) (gocyclo)
    • Line 2282: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AuditLogsPostExecute() is high (> 15) (gocyclo)
    • Line 43144: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SoftwareAutoUpgradeDefaultPutExecute() is high (> 15) (gocyclo)
    • Line 55772: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringIkeErrorHistoryPostExecute() is high (> 15) (gocyclo)
    • Line 5756: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionSiteDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 34922: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 47757: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssistantGetConversationDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 23667: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterprisesPatchExecute() is high (> 15) (gocyclo)
    • Line 23536: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterprisesManagedGetExecute() is high (> 15) (gocyclo)
    • Line 59501: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2VersionPostExecute() is high (> 15) (gocyclo)
    • Line 19249: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticArchiveEditArchiveIdPutExecute() is high (> 15) (gocyclo)
    • Line 3527: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BackboneHealthDeviceDeviceIdPostExecute() is high (> 15) (gocyclo)
    • Line 4559: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerEnterpriseSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 24299: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EventSystemAckPostExecute() is high (> 15) (gocyclo)
    • Line 17781: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventorySerialNumPostExecute() is high (> 15) (gocyclo)
    • Line 54630: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringCircuitsSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 41227: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PortalPrivateSyncPostExecute() is high (> 15) (gocyclo)
    • Line 42753: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SitesSiteIdDevicesGetExecute() is high (> 15) (gocyclo)
    • Line 47246: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssistantAddToConversationPostExecute() is high (> 15) (gocyclo)
    • Line 3014: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AuthMfaPatchExecute() is high (> 15) (gocyclo)
    • Line 55151: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringExtranetLogDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 4692: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionCloudChartPostExecute() is high (> 15) (gocyclo)
    • Line 56171: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringOspfPostExecute() is high (> 15) (gocyclo)
    • Line 51443: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyRegionSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 35310: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalSyslogsPostExecute() is high (> 15) (gocyclo)
    • Line 42888: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SitesSiteIdPostExecute() is high (> 15) (gocyclo)
    • Line 48156: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssistantVersionPostExecute() is high (> 15) (gocyclo)
    • Line 5224: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionEdgeCsvPostExecute() is high (> 15) (gocyclo)
    • Line 38792: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1MonitoringCircuitsVisualizationPostExecute() is high (> 15) (gocyclo)
    • Line 64: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AccountEmailPatchExecute() is high (> 15) (gocyclo)
    • Line 57249: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringSystemPostExecute() is high (> 15) (gocyclo)
    • Line 37101: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GroupsIdPatchExecute() is high (> 15) (gocyclo)
    • Line 5889: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionSiteSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 4160: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BackboneHealthTopDevicesByAlertsPostExecute() is high (> 15) (gocyclo)
    • Line 50778: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyClientSessionsPostExecute() is high (> 15) (gocyclo)
    • Line 39562: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PolicyPrefixSetsPostExecute() is high (> 15) (gocyclo)
    • Line 28026: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsPostExecute() is high (> 15) (gocyclo)
    • Line 27000: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsIdApplyPostExecute() is high (> 15) (gocyclo)
    • Line 54763: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringCircuitsUtilizationPostExecute() is high (> 15) (gocyclo)
    • Line 52914: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetServiceOvertimeConsumptionPostExecute() is high (> 15) (gocyclo)
    • Line 19512: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticBgpResetDeviceIdPutExecute() is high (> 15) (gocyclo)
    • Line 2149: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AppsVisualizationPostExecute() is high (> 15) (gocyclo)
    • Line 55905: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringInterfacePostExecute() is high (> 15) (gocyclo)
    • Line 5490: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionEdgeSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 58824: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2RuleEnabledisablePostExecute() is high (> 15) (gocyclo)
    • Line 53180: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetSitesUsagePostExecute() is high (> 15) (gocyclo)
    • Line 973: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ActivityLogsPostExecute() is high (> 15) (gocyclo)
    • Line 51975: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceVersionPostExecute() is high (> 15) (gocyclo)
    • Line 54497: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringCircuitsBandwidthPostExecute() is high (> 15) (gocyclo)
    • Line 37235: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GroupsPutExecute() is high (> 15) (gocyclo)
    • Line 6792: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DataAssuranceAssurancesGlobalPostExecute() is high (> 15) (gocyclo)
    • Line 16987: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryClearReturnPostExecute() is high (> 15) (gocyclo)
    • Line 40584: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PortalApikeysPostExecute() is high (> 15) (gocyclo)
    • Line 28956: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GatewaysIpsecRegionsRegionIdVrfsVrfIdInsideSubnetGetExecute() is high (> 15) (gocyclo)
    • Line 28292: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsSourceSegmentsPostExecute() is high (> 15) (gocyclo)
    • Line 51177: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyInventoryPostExecute() is high (> 15) (gocyclo)
    • Line 42371: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SitesPostExecute() is high (> 15) (gocyclo)
    • Line 49076: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceBucketdetailsPostExecute() is high (> 15) (gocyclo)
    • Line 37493: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1IdPasswordRecoverPatchExecute() is high (> 15) (gocyclo)
    • Line 40961: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PortalPrivatePostExecute() is high (> 15) (gocyclo)
    • Line 46735: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AllowlistCreatePostExecute() is high (> 15) (gocyclo)
    • Line 20427: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticPacketcaptureStopPostExecute() is high (> 15) (gocyclo)
    • Line 29222: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GatewaysPutExecute() is high (> 15) (gocyclo)
    • Line 5357: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionEdgeDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 44431: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1TroubleshootingEnterprisePostExecute() is high (> 15) (gocyclo)
    • Line 5623: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionSiteChartPostExecute() is high (> 15) (gocyclo)
    • Line 57781: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationEnabledisablePostExecute() is high (> 15) (gocyclo)
    • Line 1609: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AppsAppSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 59367: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2SiteSiteIdTopologyPostExecute() is high (> 15) (gocyclo)
    • Line 4958: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionCloudSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 12495: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesBringupPostExecute() is high (> 15) (gocyclo)
    • Line 18986: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticArchiveCreateDeviceIdPostExecute() is high (> 15) (gocyclo)
    • Line 197: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AccountInfoPatchExecute() is high (> 15) (gocyclo)
    • Line 12894: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesClearNewFlagPostExecute() is high (> 15) (gocyclo)
    • Line 2015: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AppsSiteSiteIdTopPostExecute() is high (> 15) (gocyclo)
    • Line 1878: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AppsDeviceDeviceIdTopPostExecute() is high (> 15) (gocyclo)
    • Line 4825: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionCloudCsvPostExecute() is high (> 15) (gocyclo)
    • Line 19908: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticInterfaceResetDeviceIdPutExecute() is high (> 15) (gocyclo)
    • Line 16854: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryClearNewFlagPostExecute() is high (> 15) (gocyclo)
    • Line 38127: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1LogsPostExecute() is high (> 15) (gocyclo)
    • Line 43277: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SoftwareGcsreleaseUploadNotesPostExecute() is high (> 15) (gocyclo)
    • Line 17120: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryEnterprisePutExecute() is high (> 15) (gocyclo)
    • Line 33665: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalPrefixSetsPostExecute() is high (> 15) (gocyclo)
    • Line 53968: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2IntegrationPostExecute() is high (> 15) (gocyclo)
    • Line 26360: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsB2bIdPutExecute() is high (> 15) (gocyclo)
    • Line 16088: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesDeviceIdVersionsVersionGetExecute() is high (> 15) (gocyclo)
    • Line 31509: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalAppsCustomPostExecute() is high (> 15) (gocyclo)
    • Line 35055: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalSyncPostExecute() is high (> 15) (gocyclo)
    • Line 30235: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalAppsAppListsAppListIdPutExecute() is high (> 15) (gocyclo)
    • Line 24554: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetSitesUsagePostExecute() is high (> 15) (gocyclo)
    • Line 48677: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceBucketAppServersPostExecute() is high (> 15) (gocyclo)
    • Line 21106: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticResetIpsecSessionDeviceIdPutExecute() is high (> 15) (gocyclo)
    • Line 53446: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetsMonitoringConsumersPostExecute() is high (> 15) (gocyclo)
    • Line 44297: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1TroubleshootingDeviceDeviceIdPostExecute() is high (> 15) (gocyclo)
    • Line 18329: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesRunningVersionPostExecute() is high (> 15) (gocyclo)
    • Line 31764: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalAttachedEdgesPostExecute() is high (> 15) (gocyclo)
    • Line 26494: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsB2bPostExecute() is high (> 15) (gocyclo)
    • Line 5091: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerRegionEdgeChartPostExecute() is high (> 15) (gocyclo)
    • Line 23800: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1EnterprisesPutExecute() is high (> 15) (gocyclo)
    • Line 12229: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DeviceStatusHistoryPostExecute() is high (> 15) (gocyclo)
    • Line 51842: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceUpdateclassifiedapplicationPostExecute() is high (> 15) (gocyclo)
    • Line 840: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AccountPasswordPatchExecute() is high (> 15) (gocyclo)
    • Line 18462: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesSessionStatusPostExecute() is high (> 15) (gocyclo)
    • Line 56437: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringQueueInstantPostExecute() is high (> 15) (gocyclo)
    • Line 38393: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1MonitoringCircuitsIncidentsPostExecute() is high (> 15) (gocyclo)
    • Line 57116: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringSystemGenericPostExecute() is high (> 15) (gocyclo)
    • Line 50911: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyClientSummariesPostExecute() is high (> 15) (gocyclo)
    • Line 51576: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologySiteSummariesPostExecute() is high (> 15) (gocyclo)
    • Line 46225: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1VersionPostExecute() is high (> 15) (gocyclo)
    • Line 28425: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1FlowsFlowTablePostExecute() is high (> 15) (gocyclo)
    • Line 32407: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalIpfixPostExecute() is high (> 15) (gocyclo)
    • Line 11456: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DeviceRoutingVrfBgpRouteCountPostExecute() is high (> 15) (gocyclo)
    • Line 11837: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DeviceSnapshotPostExecute() is high (> 15) (gocyclo)
    • Line 54231: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringBfdPostExecute() is high (> 15) (gocyclo)
    • Line 29089: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GatewaysPostExecute() is high (> 15) (gocyclo)
    • Line 50135: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceFlowSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 1742: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AppsBandwidthPostExecute() is high (> 15) (gocyclo)
    • Line 4426: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerEnterpriseDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 50512: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceScoredetailsPostExecute() is high (> 15) (gocyclo)
    • Line 25845: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsB2bIdCustomerPostExecute() is high (> 15) (gocyclo)
    • Line 49476: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceDeleteUserReportDeleteExecute() is high (> 15) (gocyclo)
    • Line 46092: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1UsersPutExecute() is high (> 15) (gocyclo)
    • Line 14186: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesDeviceIdDraftPostExecute() is high (> 15) (gocyclo)
    • Line 330: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AccountMfaConfirmationPostExecute() is high (> 15) (gocyclo)
    • Line 18036: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesRmaPostExecute() is high (> 15) (gocyclo)
    • Line 30491: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalAppsAppListsPostExecute() is high (> 15) (gocyclo)
    • Line 56703: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringSegmentRouteCountsPostExecute() is high (> 15) (gocyclo)
    • Line 13671: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesDeviceIdControllerPeersPutExecute() is high (> 15) (gocyclo)
    • Line 40331: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PortalApikeysDeleteExecute() is high (> 15) (gocyclo)
    • Line 34667: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalSnmpsPostExecute() is high (> 15) (gocyclo)
    • Line 57648: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationDeletePostExecute() is high (> 15) (gocyclo)
    • Line 12628: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesBringupPutExecute() is high (> 15) (gocyclo)
    • Line 47890: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssistantGetConversationsPostExecute() is high (> 15) (gocyclo)
    • Line 50002: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceEnterprisesummaryPostExecute() is high (> 15) (gocyclo)
    • Line 51709: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceUnclassifiedapplicationprofilesummaryPostExecute() is high (> 15) (gocyclo)
    • Line 31897: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalConfigPatchExecute() is high (> 15) (gocyclo)
    • Line 707: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1AccountMfaPutExecute() is high (> 15) (gocyclo)
    • Line 46480: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AckCreateupdatePostExecute() is high (> 15) (gocyclo)
    • Line 51044: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyFlowsPostExecute() is high (> 15) (gocyclo)
    • Line 45958: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1UsersIdVerifyPatchExecute() is high (> 15) (gocyclo)
    • Line 6022: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerSiteCsvPostExecute() is high (> 15) (gocyclo)
    • Line 48810: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceBucketAppsPostExecute() is high (> 15) (gocyclo)
    • Line 38260: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1MonitoringCircuitsBandwidthPostExecute() is high (> 15) (gocyclo)
    • Line 33284: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalLanSegmentsPostExecute() is high (> 15) (gocyclo)
    • Line 32030: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalConfigSitePostExecute() is high (> 15) (gocyclo)
    • Line 25198: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsB2bConsumerPostExecute() is high (> 15) (gocyclo)
    • Line 18850: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesUpgradeSchedulePutExecute() is high (> 15) (gocyclo)
    • Line 44934: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1TroubleshootingTopSitesByAlertsPostExecute() is high (> 15) (gocyclo)
    • Line 19649: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticClearArpDeviceIdPutExecute() is high (> 15) (gocyclo)
    • Line 41094: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PortalPrivateRegisterPostExecute() is high (> 15) (gocyclo)
    • Line 13408: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesDeviceIdConfigPutExecute() is high (> 15) (gocyclo)
    • Line 16721: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryApproveReturnPostExecute() is high (> 15) (gocyclo)
    • Line 20693: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticPingPostExecute() is high (> 15) (gocyclo)
    • Line 17375: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryPostExecute() is high (> 15) (gocyclo)
    • Line 34042: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalRoutingPoliciesPostExecute() is high (> 15) (gocyclo)
    • Line 39699: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1PolicyRouteTagSetsIdDeleteExecute() is high (> 15) (gocyclo)
    • Line 52781: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetLanSegmentsUsageTopPostExecute() is high (> 15) (gocyclo)
    • Line 54364: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringBgpPostExecute() is high (> 15) (gocyclo)
    • Line 44160: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1TalkersSiteSiteIdTopPostExecute() is high (> 15) (gocyclo)
    • Line 35687: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalTrafficPoliciesPostExecute() is high (> 15) (gocyclo)
    • Line 28558: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1FlowsTopologyPostExecute() is high (> 15) (gocyclo)
    • Line 50645: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceTopologyClientSessionDetailsPostExecute() is high (> 15) (gocyclo)
    • Line 58047: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationlistPostExecute() is high (> 15) (gocyclo)
    • Line 59093: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2SiteSiteIdDetailPostExecute() is high (> 15) (gocyclo)
    • Line 53047: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ExtranetSitesConsumptionOverviewPostExecute() is high (> 15) (gocyclo)
    • Line 41868: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1SiteDetailsSitelistsPostExecute() is high (> 15) (gocyclo)
    • Line 4027: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BackboneHealthOverviewPostExecute() is high (> 15) (gocyclo)
    • Line 17508: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DevicesInventoryRequestReturnPostExecute() is high (> 15) (gocyclo)
    • Line 27893: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1ExtranetsMonitoringTrafficSecurityPolicyPostExecute() is high (> 15) (gocyclo)
    • Line 52514: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2DeviceDeviceIdTopologyPostExecute() is high (> 15) (gocyclo)
    • Line 38659: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1MonitoringCircuitsUtilizationPostExecute() is high (> 15) (gocyclo)
    • Line 21495: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticSpeedtestReportPutExecute() is high (> 15) (gocyclo)
    • Line 38526: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1MonitoringCircuitsSummaryPostExecute() is high (> 15) (gocyclo)
    • Line 49869: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceEndpointIntelPostExecute() is high (> 15) (gocyclo)
    • Line 31253: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1GlobalAppsCustomAppIdPutExecute() is high (> 15) (gocyclo)
    • Line 45194: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1UsersGetExecute() is high (> 15) (gocyclo)
    • Line 56038: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringIpsecPostExecute() is high (> 15) (gocyclo)
    • Line 20829: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticPingStopTokenPostExecute() is high (> 15) (gocyclo)
    • Line 52241: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2ChildalertlistPostExecute() is high (> 15) (gocyclo)
    • Line 21240: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1DiagnosticSpeedtestPostExecute() is high (> 15) (gocyclo)
    • Line 52108: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AuditLogsPostExecute() is high (> 15) (gocyclo)
    • Line 49209: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2AssuranceCreateUserReportPostExecute() is high (> 15) (gocyclo)
    • Line 56570: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringQueuePostExecute() is high (> 15) (gocyclo)
    • Line 57515: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2NotificationCreatePostExecute() is high (> 15) (gocyclo)
    • Line 54896: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V2MonitoringCircuitsVisualizationPostExecute() is high (> 15) (gocyclo)
    • Line 4293: warning: cyclomatic complexity 16 of function (*DefaultAPIService).V1BwtrackerEnterpriseCsvPostExecute() is high (> 15) (gocyclo)
    • client.go
    • Line 285: warning: cyclomatic complexity 31 of function (*APIClient).prepareRequest() is high (> 15) (gocyclo)
    • Line 149: warning: cyclomatic complexity 25 of function parameterAddToHeaderOrQuery() is high (> 15) (gocyclo)
    • Line 429: warning: cyclomatic complexity 16 of function (*APIClient).decode() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!