Preparing report...

Report for github.com/kgrvamsi/redfishapi

(v0.0.0-20211121020910-d6596bc7a0de)

A+    Excellent!    Found 4 issues across 5 files

Tweet

gofmt100%

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

No problems detected. Good job!


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!


gocyclo100%

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.

No problems detected. Good job!


golint40%

Golint is a linter for Go source code.

    • redfishapi/dell.go
    • Line 150: warning: exported method IloClient.GetJobsStatusDell should have comment or be unexported (golint)
    • Line 172: warning: exported method IloClient.GetAllJobsDell should have comment or be unexported (golint)
    • Line 767: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 790: warning: exported method IloClient.TaskStatusDell should have comment or be unexported (golint)
    • Line 1024: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • redfishapi/hp.go
    • Line 265: warning: comment on exported method IloClient.GetProcessorInfoHP should be of the form "GetProcessorInfoHP ..." (golint)
    • redfishapi/types.go
    • Line 24: warning: exported type SysAttributesData should have comment or be unexported (golint)
    • Line 25: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_CostCenter should be AcquisitionInfo1CostCenter (golint)
    • Line 26: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_Expensed should be AcquisitionInfo1Expensed (golint)
    • Line 27: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_InstallDate should be AcquisitionInfo1InstallDate (golint)
    • Line 28: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_PONumber should be AcquisitionInfo1PONumber (golint)
    • Line 29: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_PurchaseCost should be AcquisitionInfo1PurchaseCost (golint)
    • Line 30: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_PurchaseDate should be AcquisitionInfo1PurchaseDate (golint)
    • Line 31: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_Vendor should be AcquisitionInfo1Vendor (golint)
    • Line 32: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_WayBill should be AcquisitionInfo1WayBill (golint)
    • Line 33: warning: don't use underscores in Go names; struct field AcquisitionInfo_1_WhoSigned should be AcquisitionInfo1WhoSigned (golint)
    • Line 34: warning: don't use underscores in Go names; struct field Backplane_1_BackplaneBusMode should be Backplane1BackplaneBusMode (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Backplane_1_BackplaneSplitMode should be Backplane1BackplaneSplitMode (golint)
    • Line 36: warning: don't use underscores in Go names; struct field CustomAsset_1_Label should be CustomAsset1Label (golint)
    • Line 37: warning: don't use underscores in Go names; struct field CustomAsset_1_Value should be CustomAsset1Value (golint)
    • Line 38: warning: don't use underscores in Go names; struct field CustomAsset_10_Label should be CustomAsset10Label (golint)
    • Line 39: warning: don't use underscores in Go names; struct field CustomAsset_10_Value should be CustomAsset10Value (golint)
    • Line 40: warning: don't use underscores in Go names; struct field CustomAsset_11_Label should be CustomAsset11Label (golint)
    • Line 41: warning: don't use underscores in Go names; struct field CustomAsset_11_Value should be CustomAsset11Value (golint)
    • Line 42: warning: don't use underscores in Go names; struct field CustomAsset_12_Label should be CustomAsset12Label (golint)
    • Line 43: warning: don't use underscores in Go names; struct field CustomAsset_12_Value should be CustomAsset12Value (golint)
    • Line 44: warning: don't use underscores in Go names; struct field CustomAsset_13_Label should be CustomAsset13Label (golint)
    • Line 45: warning: don't use underscores in Go names; struct field CustomAsset_13_Value should be CustomAsset13Value (golint)
    • Line 46: warning: don't use underscores in Go names; struct field CustomAsset_14_Label should be CustomAsset14Label (golint)
    • Line 47: warning: don't use underscores in Go names; struct field CustomAsset_14_Value should be CustomAsset14Value (golint)
    • Line 48: warning: don't use underscores in Go names; struct field CustomAsset_15_Label should be CustomAsset15Label (golint)
    • Line 49: warning: don't use underscores in Go names; struct field CustomAsset_15_Value should be CustomAsset15Value (golint)
    • Line 50: warning: don't use underscores in Go names; struct field CustomAsset_16_Label should be CustomAsset16Label (golint)
    • Line 51: warning: don't use underscores in Go names; struct field CustomAsset_16_Value should be CustomAsset16Value (golint)
    • Line 52: warning: don't use underscores in Go names; struct field CustomAsset_17_Label should be CustomAsset17Label (golint)
    • Line 53: warning: don't use underscores in Go names; struct field CustomAsset_17_Value should be CustomAsset17Value (golint)
    • Line 54: warning: don't use underscores in Go names; struct field CustomAsset_18_Label should be CustomAsset18Label (golint)
    • Line 55: warning: don't use underscores in Go names; struct field CustomAsset_18_Value should be CustomAsset18Value (golint)
    • Line 56: warning: don't use underscores in Go names; struct field CustomAsset_19_Label should be CustomAsset19Label (golint)
    • Line 57: warning: don't use underscores in Go names; struct field CustomAsset_19_Value should be CustomAsset19Value (golint)
    • Line 58: warning: don't use underscores in Go names; struct field CustomAsset_2_Label should be CustomAsset2Label (golint)
    • Line 59: warning: don't use underscores in Go names; struct field CustomAsset_2_Value should be CustomAsset2Value (golint)
    • Line 60: warning: don't use underscores in Go names; struct field CustomAsset_20_Label should be CustomAsset20Label (golint)
    • Line 61: warning: don't use underscores in Go names; struct field CustomAsset_20_Value should be CustomAsset20Value (golint)
    • Line 62: warning: don't use underscores in Go names; struct field CustomAsset_21_Label should be CustomAsset21Label (golint)
    • Line 63: warning: don't use underscores in Go names; struct field CustomAsset_21_Value should be CustomAsset21Value (golint)
    • Line 64: warning: don't use underscores in Go names; struct field CustomAsset_22_Label should be CustomAsset22Label (golint)
    • Line 65: warning: don't use underscores in Go names; struct field CustomAsset_22_Value should be CustomAsset22Value (golint)
    • Line 66: warning: don't use underscores in Go names; struct field CustomAsset_23_Label should be CustomAsset23Label (golint)
    • Line 67: warning: don't use underscores in Go names; struct field CustomAsset_23_Value should be CustomAsset23Value (golint)
    • Line 68: warning: don't use underscores in Go names; struct field CustomAsset_24_Label should be CustomAsset24Label (golint)
    • Line 69: warning: don't use underscores in Go names; struct field CustomAsset_24_Value should be CustomAsset24Value (golint)
    • Line 70: warning: don't use underscores in Go names; struct field CustomAsset_25_Label should be CustomAsset25Label (golint)
    • Line 71: warning: don't use underscores in Go names; struct field CustomAsset_25_Value should be CustomAsset25Value (golint)
    • Line 72: warning: don't use underscores in Go names; struct field CustomAsset_26_Label should be CustomAsset26Label (golint)
    • Line 73: warning: don't use underscores in Go names; struct field CustomAsset_26_Value should be CustomAsset26Value (golint)
    • Line 74: warning: don't use underscores in Go names; struct field CustomAsset_27_Label should be CustomAsset27Label (golint)
    • Line 75: warning: don't use underscores in Go names; struct field CustomAsset_27_Value should be CustomAsset27Value (golint)
    • Line 76: warning: don't use underscores in Go names; struct field CustomAsset_28_Label should be CustomAsset28Label (golint)
    • Line 77: warning: don't use underscores in Go names; struct field CustomAsset_28_Value should be CustomAsset28Value (golint)
    • Line 78: warning: don't use underscores in Go names; struct field CustomAsset_29_Label should be CustomAsset29Label (golint)
    • Line 79: warning: don't use underscores in Go names; struct field CustomAsset_29_Value should be CustomAsset29Value (golint)
    • Line 80: warning: don't use underscores in Go names; struct field CustomAsset_3_Label should be CustomAsset3Label (golint)
    • Line 81: warning: don't use underscores in Go names; struct field CustomAsset_3_Value should be CustomAsset3Value (golint)
    • Line 82: warning: don't use underscores in Go names; struct field CustomAsset_30_Label should be CustomAsset30Label (golint)
    • Line 83: warning: don't use underscores in Go names; struct field CustomAsset_30_Value should be CustomAsset30Value (golint)
    • Line 84: warning: don't use underscores in Go names; struct field CustomAsset_31_Label should be CustomAsset31Label (golint)
    • Line 85: warning: don't use underscores in Go names; struct field CustomAsset_31_Value should be CustomAsset31Value (golint)
    • Line 86: warning: don't use underscores in Go names; struct field CustomAsset_32_Label should be CustomAsset32Label (golint)
    • Line 87: warning: don't use underscores in Go names; struct field CustomAsset_32_Value should be CustomAsset32Value (golint)
    • Line 88: warning: don't use underscores in Go names; struct field CustomAsset_4_Label should be CustomAsset4Label (golint)
    • Line 89: warning: don't use underscores in Go names; struct field CustomAsset_4_Value should be CustomAsset4Value (golint)
    • Line 90: warning: don't use underscores in Go names; struct field CustomAsset_5_Label should be CustomAsset5Label (golint)
    • Line 91: warning: don't use underscores in Go names; struct field CustomAsset_5_Value should be CustomAsset5Value (golint)
    • Line 92: warning: don't use underscores in Go names; struct field CustomAsset_6_Label should be CustomAsset6Label (golint)
    • Line 93: warning: don't use underscores in Go names; struct field CustomAsset_6_Value should be CustomAsset6Value (golint)
    • Line 94: warning: don't use underscores in Go names; struct field CustomAsset_7_Label should be CustomAsset7Label (golint)
    • Line 95: warning: don't use underscores in Go names; struct field CustomAsset_7_Value should be CustomAsset7Value (golint)
    • Line 96: warning: don't use underscores in Go names; struct field CustomAsset_8_Label should be CustomAsset8Label (golint)
    • Line 97: warning: don't use underscores in Go names; struct field CustomAsset_8_Value should be CustomAsset8Value (golint)
    • Line 98: warning: don't use underscores in Go names; struct field CustomAsset_9_Label should be CustomAsset9Label (golint)
    • Line 99: warning: don't use underscores in Go names; struct field CustomAsset_9_Value should be CustomAsset9Value (golint)
    • Line 100: warning: don't use underscores in Go names; struct field DepreciationInfo_1_Duration should be DepreciationInfo1Duration (golint)
    • Line 101: warning: don't use underscores in Go names; struct field DepreciationInfo_1_DurationUnit should be DepreciationInfo1DurationUnit (golint)
    • Line 102: warning: don't use underscores in Go names; struct field DepreciationInfo_1_Method should be DepreciationInfo1Method (golint)
    • Line 103: warning: don't use underscores in Go names; struct field DepreciationInfo_1_Percentage should be DepreciationInfo1Percentage (golint)
    • Line 104: warning: don't use underscores in Go names; struct field Diagnostics_1_OSAppCollectionTime should be Diagnostics1OSAppCollectionTime (golint)
    • Line 105: warning: don't use underscores in Go names; struct field ExtWarrantyInfo_1_Cost should be ExtWarrantyInfo1Cost (golint)
    • Line 106: warning: don't use underscores in Go names; struct field ExtWarrantyInfo_1_EndDate should be ExtWarrantyInfo1EndDate (golint)
    • Line 107: warning: don't use underscores in Go names; struct field ExtWarrantyInfo_1_Provider should be ExtWarrantyInfo1Provider (golint)
    • Line 108: warning: don't use underscores in Go names; struct field ExtWarrantyInfo_1_StartDate should be ExtWarrantyInfo1StartDate (golint)
    • Line 109: warning: don't use underscores in Go names; struct field LCD_1_ChassisIdentifyDuration should be LCD1ChassisIdentifyDuration (golint)
    • Line 110: warning: don't use underscores in Go names; struct field LCD_1_Configuration should be LCD1Configuration (golint)
    • Line 111: warning: don't use underscores in Go names; struct field LCD_1_CurrentDisplay should be LCD1CurrentDisplay (golint)
    • Line 112: warning: don't use underscores in Go names; struct field LCD_1_ErrorDisplayMode should be LCD1ErrorDisplayMode (golint)
    • Line 113: warning: don't use underscores in Go names; struct field LCD_1_FrontPanelLocking should be LCD1FrontPanelLocking (golint)
    • Line 114: warning: don't use underscores in Go names; struct field LCD_1_HideErrs should be LCD1HideErrs (golint)
    • Line 115: warning: don't use underscores in Go names; struct field LCD_1_LicenseMsgEnable should be LCD1LicenseMsgEnable (golint)
    • Line 116: warning: don't use underscores in Go names; struct field LCD_1_NMIResetOverride should be LCD1NMIResetOverride (golint)
    • Line 117: warning: don't use underscores in Go names; struct field LCD_1_NumberErrsHidden should be LCD1NumberErrsHidden (golint)
    • Line 118: warning: don't use underscores in Go names; struct field LCD_1_NumberErrsVisible should be LCD1NumberErrsVisible (golint)
    • Line 119: warning: don't use underscores in Go names; struct field LCD_1_QualifierTemp should be LCD1QualifierTemp (golint)
    • Line 120: warning: don't use underscores in Go names; struct field LCD_1_QualifierWatt should be LCD1QualifierWatt (golint)
    • Line 121: warning: don't use underscores in Go names; struct field LCD_1_UserDefinedString should be LCD1UserDefinedString (golint)
    • Line 122: warning: don't use underscores in Go names; struct field LCD_1_vConsoleIndication should be LCD1VConsoleIndication (golint)
    • Line 123: warning: don't use underscores in Go names; struct field LeaseInfo_1_Buyout should be LeaseInfo1Buyout (golint)
    • Line 124: warning: don't use underscores in Go names; struct field LeaseInfo_1_EndDate should be LeaseInfo1EndDate (golint)
    • Line 125: warning: don't use underscores in Go names; struct field LeaseInfo_1_FairValue should be LeaseInfo1FairValue (golint)
    • Line 126: warning: don't use underscores in Go names; struct field LeaseInfo_1_Lessor should be LeaseInfo1Lessor (golint)
    • Line 127: warning: don't use underscores in Go names; struct field LeaseInfo_1_MultiSched should be LeaseInfo1MultiSched (golint)
    • Line 128: warning: don't use underscores in Go names; struct field LeaseInfo_1_RateFactor should be LeaseInfo1RateFactor (golint)
    • Line 129: warning: don't use underscores in Go names; struct field MaintenanceInfo_1_EndDate should be MaintenanceInfo1EndDate (golint)
    • Line 130: warning: don't use underscores in Go names; struct field MaintenanceInfo_1_Provider should be MaintenanceInfo1Provider (golint)
    • Line 131: warning: don't use underscores in Go names; struct field MaintenanceInfo_1_Restrictions should be MaintenanceInfo1Restrictions (golint)
    • Line 132: warning: don't use underscores in Go names; struct field MaintenanceInfo_1_StartDate should be MaintenanceInfo1StartDate (golint)
    • Line 133: warning: don't use underscores in Go names; struct field OutsourceInfo_1_ProbComp should be OutsourceInfo1ProbComp (golint)
    • Line 134: warning: don't use underscores in Go names; struct field OutsourceInfo_1_ProviderFee should be OutsourceInfo1ProviderFee (golint)
    • Line 135: warning: don't use underscores in Go names; struct field OutsourceInfo_1_SLALevel should be OutsourceInfo1SLALevel (golint)
    • Line 136: warning: don't use underscores in Go names; struct field OutsourceInfo_1_ServiceFee should be OutsourceInfo1ServiceFee (golint)
    • Line 137: warning: don't use underscores in Go names; struct field OutsourceInfo_1_SignedFor should be OutsourceInfo1SignedFor (golint)
    • Line 138: warning: don't use underscores in Go names; struct field OwnerInfo_1_InsComp should be OwnerInfo1InsComp (golint)
    • Line 139: warning: don't use underscores in Go names; struct field OwnerInfo_1_OwnerName should be OwnerInfo1OwnerName (golint)
    • Line 140: warning: don't use underscores in Go names; struct field OwnerInfo_1_Type should be OwnerInfo1Type (golint)
    • Line 141: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_3rdPartyCard should be PCIeSlotLFM1_3rdPartyCard (golint)
    • Line 142: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_CardType should be PCIeSlotLFM1CardType (golint)
    • Line 143: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_CustomLFM should be PCIeSlotLFM1CustomLFM (golint)
    • Line 144: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_LFMMode should be PCIeSlotLFM1LFMMode (golint)
    • Line 145: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_MaxLFM should be PCIeSlotLFM1MaxLFM (golint)
    • Line 146: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_PCIeInletTemperature should be PCIeSlotLFM1PCIeInletTemperature (golint)
    • Line 147: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_SlotState should be PCIeSlotLFM1SlotState (golint)
    • Line 148: warning: don't use underscores in Go names; struct field PCIeSlotLFM_1_TargetLFM should be PCIeSlotLFM1TargetLFM (golint)
    • Line 149: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_3rdPartyCard should be PCIeSlotLFM10_3rdPartyCard (golint)
    • Line 150: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_CardType should be PCIeSlotLFM10CardType (golint)
    • Line 151: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_CustomLFM should be PCIeSlotLFM10CustomLFM (golint)
    • Line 152: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_LFMMode should be PCIeSlotLFM10LFMMode (golint)
    • Line 153: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_MaxLFM should be PCIeSlotLFM10MaxLFM (golint)
    • Line 154: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_PCIeInletTemperature should be PCIeSlotLFM10PCIeInletTemperature (golint)
    • Line 155: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_SlotState should be PCIeSlotLFM10SlotState (golint)
    • Line 156: warning: don't use underscores in Go names; struct field PCIeSlotLFM_10_TargetLFM should be PCIeSlotLFM10TargetLFM (golint)
    • Line 157: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_3rdPartyCard should be PCIeSlotLFM11_3rdPartyCard (golint)
    • Line 158: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_CardType should be PCIeSlotLFM11CardType (golint)
    • Line 159: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_CustomLFM should be PCIeSlotLFM11CustomLFM (golint)
    • Line 160: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_LFMMode should be PCIeSlotLFM11LFMMode (golint)
    • Line 161: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_MaxLFM should be PCIeSlotLFM11MaxLFM (golint)
    • Line 162: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_PCIeInletTemperature should be PCIeSlotLFM11PCIeInletTemperature (golint)
    • Line 163: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_SlotState should be PCIeSlotLFM11SlotState (golint)
    • Line 164: warning: don't use underscores in Go names; struct field PCIeSlotLFM_11_TargetLFM should be PCIeSlotLFM11TargetLFM (golint)
    • Line 165: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_3rdPartyCard should be PCIeSlotLFM12_3rdPartyCard (golint)
    • Line 166: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_CardType should be PCIeSlotLFM12CardType (golint)
    • Line 167: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_CustomLFM should be PCIeSlotLFM12CustomLFM (golint)
    • Line 168: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_LFMMode should be PCIeSlotLFM12LFMMode (golint)
    • Line 169: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_MaxLFM should be PCIeSlotLFM12MaxLFM (golint)
    • Line 170: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_PCIeInletTemperature should be PCIeSlotLFM12PCIeInletTemperature (golint)
    • Line 171: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_SlotState should be PCIeSlotLFM12SlotState (golint)
    • Line 172: warning: don't use underscores in Go names; struct field PCIeSlotLFM_12_TargetLFM should be PCIeSlotLFM12TargetLFM (golint)
    • Line 173: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_3rdPartyCard should be PCIeSlotLFM13_3rdPartyCard (golint)
    • Line 174: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_CardType should be PCIeSlotLFM13CardType (golint)
    • Line 175: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_CustomLFM should be PCIeSlotLFM13CustomLFM (golint)
    • Line 176: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_LFMMode should be PCIeSlotLFM13LFMMode (golint)
    • Line 177: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_MaxLFM should be PCIeSlotLFM13MaxLFM (golint)
    • Line 178: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_PCIeInletTemperature should be PCIeSlotLFM13PCIeInletTemperature (golint)
    • Line 179: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_SlotState should be PCIeSlotLFM13SlotState (golint)
    • Line 180: warning: don't use underscores in Go names; struct field PCIeSlotLFM_13_TargetLFM should be PCIeSlotLFM13TargetLFM (golint)
    • Line 181: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_3rdPartyCard should be PCIeSlotLFM14_3rdPartyCard (golint)
    • Line 182: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_CardType should be PCIeSlotLFM14CardType (golint)
    • Line 183: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_CustomLFM should be PCIeSlotLFM14CustomLFM (golint)
    • Line 184: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_LFMMode should be PCIeSlotLFM14LFMMode (golint)
    • Line 185: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_MaxLFM should be PCIeSlotLFM14MaxLFM (golint)
    • Line 186: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_PCIeInletTemperature should be PCIeSlotLFM14PCIeInletTemperature (golint)
    • Line 187: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_SlotState should be PCIeSlotLFM14SlotState (golint)
    • Line 188: warning: don't use underscores in Go names; struct field PCIeSlotLFM_14_TargetLFM should be PCIeSlotLFM14TargetLFM (golint)
    • Line 189: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_3rdPartyCard should be PCIeSlotLFM15_3rdPartyCard (golint)
    • Line 190: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_CardType should be PCIeSlotLFM15CardType (golint)
    • Line 191: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_CustomLFM should be PCIeSlotLFM15CustomLFM (golint)
    • Line 192: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_LFMMode should be PCIeSlotLFM15LFMMode (golint)
    • Line 193: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_MaxLFM should be PCIeSlotLFM15MaxLFM (golint)
    • Line 194: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_PCIeInletTemperature should be PCIeSlotLFM15PCIeInletTemperature (golint)
    • Line 195: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_SlotState should be PCIeSlotLFM15SlotState (golint)
    • Line 196: warning: don't use underscores in Go names; struct field PCIeSlotLFM_15_TargetLFM should be PCIeSlotLFM15TargetLFM (golint)
    • Line 197: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_3rdPartyCard should be PCIeSlotLFM2_3rdPartyCard (golint)
    • Line 198: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_CardType should be PCIeSlotLFM2CardType (golint)
    • Line 199: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_CustomLFM should be PCIeSlotLFM2CustomLFM (golint)
    • Line 200: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_LFMMode should be PCIeSlotLFM2LFMMode (golint)
    • Line 201: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_MaxLFM should be PCIeSlotLFM2MaxLFM (golint)
    • Line 202: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_PCIeInletTemperature should be PCIeSlotLFM2PCIeInletTemperature (golint)
    • Line 203: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_SlotState should be PCIeSlotLFM2SlotState (golint)
    • Line 204: warning: don't use underscores in Go names; struct field PCIeSlotLFM_2_TargetLFM should be PCIeSlotLFM2TargetLFM (golint)
    • Line 205: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_3rdPartyCard should be PCIeSlotLFM3_3rdPartyCard (golint)
    • Line 206: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_CardType should be PCIeSlotLFM3CardType (golint)
    • Line 207: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_CustomLFM should be PCIeSlotLFM3CustomLFM (golint)
    • Line 208: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_LFMMode should be PCIeSlotLFM3LFMMode (golint)
    • Line 209: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_MaxLFM should be PCIeSlotLFM3MaxLFM (golint)
    • Line 210: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_PCIeInletTemperature should be PCIeSlotLFM3PCIeInletTemperature (golint)
    • Line 211: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_SlotState should be PCIeSlotLFM3SlotState (golint)
    • Line 212: warning: don't use underscores in Go names; struct field PCIeSlotLFM_3_TargetLFM should be PCIeSlotLFM3TargetLFM (golint)
    • Line 213: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_3rdPartyCard should be PCIeSlotLFM4_3rdPartyCard (golint)
    • Line 214: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_CardType should be PCIeSlotLFM4CardType (golint)
    • Line 215: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_CustomLFM should be PCIeSlotLFM4CustomLFM (golint)
    • Line 216: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_LFMMode should be PCIeSlotLFM4LFMMode (golint)
    • Line 217: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_MaxLFM should be PCIeSlotLFM4MaxLFM (golint)
    • Line 218: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_PCIeInletTemperature should be PCIeSlotLFM4PCIeInletTemperature (golint)
    • Line 219: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_SlotState should be PCIeSlotLFM4SlotState (golint)
    • Line 220: warning: don't use underscores in Go names; struct field PCIeSlotLFM_4_TargetLFM should be PCIeSlotLFM4TargetLFM (golint)
    • Line 221: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_3rdPartyCard should be PCIeSlotLFM5_3rdPartyCard (golint)
    • Line 222: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_CardType should be PCIeSlotLFM5CardType (golint)
    • Line 223: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_CustomLFM should be PCIeSlotLFM5CustomLFM (golint)
    • Line 224: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_LFMMode should be PCIeSlotLFM5LFMMode (golint)
    • Line 225: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_MaxLFM should be PCIeSlotLFM5MaxLFM (golint)
    • Line 226: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_PCIeInletTemperature should be PCIeSlotLFM5PCIeInletTemperature (golint)
    • Line 227: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_SlotState should be PCIeSlotLFM5SlotState (golint)
    • Line 228: warning: don't use underscores in Go names; struct field PCIeSlotLFM_5_TargetLFM should be PCIeSlotLFM5TargetLFM (golint)
    • Line 229: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_3rdPartyCard should be PCIeSlotLFM6_3rdPartyCard (golint)
    • Line 230: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_CardType should be PCIeSlotLFM6CardType (golint)
    • Line 231: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_CustomLFM should be PCIeSlotLFM6CustomLFM (golint)
    • Line 232: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_LFMMode should be PCIeSlotLFM6LFMMode (golint)
    • Line 233: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_MaxLFM should be PCIeSlotLFM6MaxLFM (golint)
    • Line 234: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_PCIeInletTemperature should be PCIeSlotLFM6PCIeInletTemperature (golint)
    • Line 235: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_SlotState should be PCIeSlotLFM6SlotState (golint)
    • Line 236: warning: don't use underscores in Go names; struct field PCIeSlotLFM_6_TargetLFM should be PCIeSlotLFM6TargetLFM (golint)
    • Line 237: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_3rdPartyCard should be PCIeSlotLFM7_3rdPartyCard (golint)
    • Line 238: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_CardType should be PCIeSlotLFM7CardType (golint)
    • Line 239: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_CustomLFM should be PCIeSlotLFM7CustomLFM (golint)
    • Line 240: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_LFMMode should be PCIeSlotLFM7LFMMode (golint)
    • Line 241: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_MaxLFM should be PCIeSlotLFM7MaxLFM (golint)
    • Line 242: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_PCIeInletTemperature should be PCIeSlotLFM7PCIeInletTemperature (golint)
    • Line 243: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_SlotState should be PCIeSlotLFM7SlotState (golint)
    • Line 244: warning: don't use underscores in Go names; struct field PCIeSlotLFM_7_TargetLFM should be PCIeSlotLFM7TargetLFM (golint)
    • Line 245: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_3rdPartyCard should be PCIeSlotLFM8_3rdPartyCard (golint)
    • Line 246: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_CardType should be PCIeSlotLFM8CardType (golint)
    • Line 247: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_CustomLFM should be PCIeSlotLFM8CustomLFM (golint)
    • Line 248: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_LFMMode should be PCIeSlotLFM8LFMMode (golint)
    • Line 249: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_MaxLFM should be PCIeSlotLFM8MaxLFM (golint)
    • Line 250: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_PCIeInletTemperature should be PCIeSlotLFM8PCIeInletTemperature (golint)
    • Line 251: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_SlotState should be PCIeSlotLFM8SlotState (golint)
    • Line 252: warning: don't use underscores in Go names; struct field PCIeSlotLFM_8_TargetLFM should be PCIeSlotLFM8TargetLFM (golint)
    • Line 253: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_3rdPartyCard should be PCIeSlotLFM9_3rdPartyCard (golint)
    • Line 254: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_CardType should be PCIeSlotLFM9CardType (golint)
    • Line 255: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_CustomLFM should be PCIeSlotLFM9CustomLFM (golint)
    • Line 256: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_LFMMode should be PCIeSlotLFM9LFMMode (golint)
    • Line 257: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_MaxLFM should be PCIeSlotLFM9MaxLFM (golint)
    • Line 258: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_PCIeInletTemperature should be PCIeSlotLFM9PCIeInletTemperature (golint)
    • Line 259: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_SlotState should be PCIeSlotLFM9SlotState (golint)
    • Line 260: warning: don't use underscores in Go names; struct field PCIeSlotLFM_9_TargetLFM should be PCIeSlotLFM9TargetLFM (golint)
    • Line 261: warning: don't use underscores in Go names; struct field PowerHistorical_1_IntervalInSeconds should be PowerHistorical1IntervalInSeconds (golint)
    • Line 262: warning: don't use underscores in Go names; struct field QuickSync_1_Access should be QuickSync1Access (golint)
    • Line 263: warning: don't use underscores in Go names; struct field QuickSync_1_InactivityTimeout should be QuickSync1InactivityTimeout (golint)
    • Line 264: warning: don't use underscores in Go names; struct field QuickSync_1_InactivityTimerEnable should be QuickSync1InactivityTimerEnable (golint)
    • Line 265: warning: don't use underscores in Go names; struct field QuickSync_1_Presence should be QuickSync1Presence (golint)
    • Line 266: warning: don't use underscores in Go names; struct field QuickSync_1_ReadAuthentication should be QuickSync1ReadAuthentication (golint)
    • Line 267: warning: don't use underscores in Go names; struct field QuickSync_1_WifiEnable should be QuickSync1WifiEnable (golint)
    • Line 268: warning: don't use underscores in Go names; struct field SC_BMC_1_PowerMonitoring should be SCBMC1PowerMonitoring (golint)
    • Line 269: warning: don't use underscores in Go names; struct field ServerInfo_1_NodeID should be ServerInfo1NodeID (golint)
    • Line 270: warning: don't use underscores in Go names; struct field ServerInfo_1_RChassisServiceTag should be ServerInfo1RChassisServiceTag (golint)
    • Line 271: warning: don't use underscores in Go names; struct field ServerInfo_1_ServerType should be ServerInfo1ServerType (golint)
    • Line 272: warning: don't use underscores in Go names; struct field ServerInfo_1_ServiceTag should be ServerInfo1ServiceTag (golint)
    • Line 273: warning: don't use underscores in Go names; struct field ServerOS_1_HostName should be ServerOS1HostName (golint)
    • Line 274: warning: don't use underscores in Go names; struct field ServerOS_1_OEMOSVersion should be ServerOS1OEMOSVersion (golint)
    • Line 275: warning: don't use underscores in Go names; struct field ServerOS_1_OSName should be ServerOS1OSName (golint)
    • Line 276: warning: don't use underscores in Go names; struct field ServerOS_1_OSVersion should be ServerOS1OSVersion (golint)
    • Line 277: warning: don't use underscores in Go names; struct field ServerOS_1_ProductKey should be ServerOS1ProductKey (golint)
    • Line 278: warning: don't use underscores in Go names; struct field ServerOS_1_ServerPoweredOnTime should be ServerOS1ServerPoweredOnTime (golint)
    • Line 279: warning: don't use underscores in Go names; struct field ServerPwr_1_ActivePolicyName should be ServerPwr1ActivePolicyName (golint)
    • Line 280: warning: don't use underscores in Go names; struct field ServerPwr_1_ActivePowerCapVal should be ServerPwr1ActivePowerCapVal (golint)
    • Line 281: warning: don't use underscores in Go names; struct field ServerPwr_1_PSPFCEnabled should be ServerPwr1PSPFCEnabled (golint)
    • Line 282: warning: don't use underscores in Go names; struct field ServerPwr_1_PSRapidOn should be ServerPwr1PSRapidOn (golint)
    • Line 283: warning: don't use underscores in Go names; struct field ServerPwr_1_PSRedPolicy should be ServerPwr1PSRedPolicy (golint)
    • Line 284: warning: don't use underscores in Go names; struct field ServerPwr_1_PowerCapMaxThres should be ServerPwr1PowerCapMaxThres (golint)
    • Line 285: warning: don't use underscores in Go names; struct field ServerPwr_1_PowerCapMinThres should be ServerPwr1PowerCapMinThres (golint)
    • Line 286: warning: don't use underscores in Go names; struct field ServerPwr_1_PowerCapSetting should be ServerPwr1PowerCapSetting (golint)
    • Line 287: warning: don't use underscores in Go names; struct field ServerPwr_1_PowerCapValue should be ServerPwr1PowerCapValue (golint)
    • Line 288: warning: don't use underscores in Go names; struct field ServerPwr_1_RapidOnPrimaryPSU should be ServerPwr1RapidOnPrimaryPSU (golint)
    • Line 289: warning: don't use underscores in Go names; struct field ServerPwrMon_1_AccumulativePower should be ServerPwrMon1AccumulativePower (golint)
    • Line 290: warning: don't use underscores in Go names; struct field ServerPwrMon_1_CumulativePowerStartTime should be ServerPwrMon1CumulativePowerStartTime (golint)
    • Line 291: warning: don't use underscores in Go names; struct field ServerPwrMon_1_CumulativePowerStartTimeStr should be ServerPwrMon1CumulativePowerStartTimeStr (golint)
    • Line 292: warning: don't use underscores in Go names; struct field ServerPwrMon_1_MinPowerTime should be ServerPwrMon1MinPowerTime (golint)
    • Line 293: warning: don't use underscores in Go names; struct field ServerPwrMon_1_MinPowerTimeStr should be ServerPwrMon1MinPowerTimeStr (golint)
    • Line 294: warning: don't use underscores in Go names; struct field ServerPwrMon_1_MinPowerWatts should be ServerPwrMon1MinPowerWatts (golint)
    • Line 295: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakCurrentTime should be ServerPwrMon1PeakCurrentTime (golint)
    • Line 296: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakCurrentTimeStr should be ServerPwrMon1PeakCurrentTimeStr (golint)
    • Line 297: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakPowerStartTime should be ServerPwrMon1PeakPowerStartTime (golint)
    • Line 298: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakPowerStartTimeStr should be ServerPwrMon1PeakPowerStartTimeStr (golint)
    • Line 299: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakPowerTime should be ServerPwrMon1PeakPowerTime (golint)
    • Line 300: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakPowerTimeStr should be ServerPwrMon1PeakPowerTimeStr (golint)
    • Line 301: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PeakPowerWatts should be ServerPwrMon1PeakPowerWatts (golint)
    • Line 302: warning: don't use underscores in Go names; struct field ServerPwrMon_1_PowerConfigReset should be ServerPwrMon1PowerConfigReset (golint)
    • Line 303: warning: don't use underscores in Go names; struct field ServerTopology_1_AisleName should be ServerTopology1AisleName (golint)
    • Line 304: warning: don't use underscores in Go names; struct field ServerTopology_1_DataCenterName should be ServerTopology1DataCenterName (golint)
    • Line 305: warning: don't use underscores in Go names; struct field ServerTopology_1_RackName should be ServerTopology1RackName (golint)
    • Line 306: warning: don't use underscores in Go names; struct field ServerTopology_1_RackSlot should be ServerTopology1RackSlot (golint)
    • Line 307: warning: don't use underscores in Go names; struct field ServerTopology_1_RoomName should be ServerTopology1RoomName (golint)
    • Line 308: warning: don't use underscores in Go names; struct field ServerTopology_1_SizeOfManagedSystemInU should be ServerTopology1SizeOfManagedSystemInU (golint)
    • Line 309: warning: don't use underscores in Go names; struct field ServiceContract_1_Renewed should be ServiceContract1Renewed (golint)
    • Line 310: warning: don't use underscores in Go names; struct field ServiceContract_1_Type should be ServiceContract1Type (golint)
    • Line 311: warning: don't use underscores in Go names; struct field ServiceContract_1_Vendor should be ServiceContract1Vendor (golint)
    • Line 312: warning: don't use underscores in Go names; struct field Storage_1_AvailableSpareAlertThreshold should be Storage1AvailableSpareAlertThreshold (golint)
    • Line 313: warning: don't use underscores in Go names; struct field Storage_1_RemainingRatedWriteEnduranceAlertThreshold should be Storage1RemainingRatedWriteEnduranceAlertThreshold (golint)
    • Line 314: warning: don't use underscores in Go names; struct field SupportInfo_1_AutoFix should be SupportInfo1AutoFix (golint)
    • Line 315: warning: don't use underscores in Go names; struct field SupportInfo_1_HelpDesk should be SupportInfo1HelpDesk (golint)
    • Line 316: warning: don't use underscores in Go names; struct field SupportInfo_1_Outsourced should be SupportInfo1Outsourced (golint)
    • Line 317: warning: don't use underscores in Go names; struct field SupportInfo_1_Type should be SupportInfo1Type (golint)
    • Line 318: warning: don't use underscores in Go names; struct field SystemInfo_1_BootTime should be SystemInfo1BootTime (golint)
    • Line 319: warning: don't use underscores in Go names; struct field SystemInfo_1_PrimaryTelephone should be SystemInfo1PrimaryTelephone (golint)
    • Line 320: warning: don't use underscores in Go names; struct field SystemInfo_1_PrimaryUser should be SystemInfo1PrimaryUser (golint)
    • Line 321: warning: don't use underscores in Go names; struct field SystemInfo_1_SysLocation should be SystemInfo1SysLocation (golint)
    • Line 322: warning: don't use underscores in Go names; struct field SystemInfo_1_SysTime should be SystemInfo1SysTime (golint)
    • Line 323: warning: don't use underscores in Go names; struct field ThermalConfig_1_CriticalEventGenerationInterval should be ThermalConfig1CriticalEventGenerationInterval (golint)
    • Line 324: warning: don't use underscores in Go names; struct field ThermalConfig_1_EventGenerationInterval should be ThermalConfig1EventGenerationInterval (golint)
    • Line 325: warning: don't use underscores in Go names; struct field ThermalConfig_1_FreshAirCompliantConfiguration should be ThermalConfig1FreshAirCompliantConfiguration (golint)
    • Line 326: warning: don't use underscores in Go names; struct field ThermalConfig_1_MaxCFM should be ThermalConfig1MaxCFM (golint)
    • Line 327: warning: don't use underscores in Go names; struct field ThermalConfig_1_ValidFanConfiguration should be ThermalConfig1ValidFanConfiguration (golint)
    • Line 328: warning: don't use underscores in Go names; struct field ThermalHistorical_1_IntervalInSeconds should be ThermalHistorical1IntervalInSeconds (golint)
    • Line 329: warning: don't use underscores in Go names; struct field ThermalSettings_1_AirExhaustTemp should be ThermalSettings1AirExhaustTemp (golint)
    • Line 330: warning: don't use underscores in Go names; struct field ThermalSettings_1_AirExhaustTempSupport should be ThermalSettings1AirExhaustTempSupport (golint)
    • Line 331: warning: don't use underscores in Go names; struct field ThermalSettings_1_AirTemperatureRiseLimit should be ThermalSettings1AirTemperatureRiseLimit (golint)
    • Line 332: warning: don't use underscores in Go names; struct field ThermalSettings_1_AirTemperatureRiseLimitSupport should be ThermalSettings1AirTemperatureRiseLimitSupport (golint)
    • Line 333: warning: don't use underscores in Go names; struct field ThermalSettings_1_CurrentSystemProfileValue should be ThermalSettings1CurrentSystemProfileValue (golint)
    • Line 334: warning: don't use underscores in Go names; struct field ThermalSettings_1_FanSpeedHighOffsetVal should be ThermalSettings1FanSpeedHighOffsetVal (golint)
    • Line 335: warning: don't use underscores in Go names; struct field ThermalSettings_1_FanSpeedLowOffsetVal should be ThermalSettings1FanSpeedLowOffsetVal (golint)
    • Line 336: warning: don't use underscores in Go names; struct field ThermalSettings_1_FanSpeedMaxOffsetVal should be ThermalSettings1FanSpeedMaxOffsetVal (golint)
    • Line 337: warning: don't use underscores in Go names; struct field ThermalSettings_1_FanSpeedMediumOffsetVal should be ThermalSettings1FanSpeedMediumOffsetVal (golint)
    • Line 338: warning: don't use underscores in Go names; struct field ThermalSettings_1_FanSpeedOffset should be ThermalSettings1FanSpeedOffset (golint)
    • Line 339: warning: don't use underscores in Go names; struct field ThermalSettings_1_MFSMaximumLimit should be ThermalSettings1MFSMaximumLimit (golint)
    • Line 340: warning: don't use underscores in Go names; struct field ThermalSettings_1_MFSMinimumLimit should be ThermalSettings1MFSMinimumLimit (golint)
    • Line 341: warning: don't use underscores in Go names; struct field ThermalSettings_1_MaximumPCIeInletTemperatureLimit should be ThermalSettings1MaximumPCIeInletTemperatureLimit (golint)
    • Line 342: warning: don't use underscores in Go names; struct field ThermalSettings_1_MaximumPCIeInletTemperatureLimitSupport should be ThermalSettings1MaximumPCIeInletTemperatureLimitSupport (golint)
    • Line 343: warning: don't use underscores in Go names; struct field ThermalSettings_1_MinimumFanSpeed should be ThermalSettings1MinimumFanSpeed (golint)
    • Line 344: warning: don't use underscores in Go names; struct field ThermalSettings_1_PCIeSlotLFMSupport should be ThermalSettings1PCIeSlotLFMSupport (golint)
    • Line 345: warning: don't use underscores in Go names; struct field ThermalSettings_1_SetAirTemperatureRiseLimit should be ThermalSettings1SetAirTemperatureRiseLimit (golint)
    • Line 346: warning: don't use underscores in Go names; struct field ThermalSettings_1_SetMaximumExhaustTemperatureLimit should be ThermalSettings1SetMaximumExhaustTemperatureLimit (golint)
    • Line 347: warning: don't use underscores in Go names; struct field ThermalSettings_1_SystemCFMSupport should be ThermalSettings1SystemCFMSupport (golint)
    • Line 348: warning: don't use underscores in Go names; struct field ThermalSettings_1_SystemExhaustTemperature should be ThermalSettings1SystemExhaustTemperature (golint)
    • Line 349: warning: don't use underscores in Go names; struct field ThermalSettings_1_SystemInletTemperature should be ThermalSettings1SystemInletTemperature (golint)
    • Line 350: warning: don't use underscores in Go names; struct field ThermalSettings_1_SystemInletTemperatureSupportLimitPerConfiguration should be ThermalSettings1SystemInletTemperatureSupportLimitPerConfiguration (golint)
    • Line 351: warning: don't use underscores in Go names; struct field ThermalSettings_1_TargetExhaustTemperatureLimit should be ThermalSettings1TargetExhaustTemperatureLimit (golint)
    • Line 352: warning: don't use underscores in Go names; struct field ThermalSettings_1_ThermalProfile should be ThermalSettings1ThermalProfile (golint)
    • Line 353: warning: don't use underscores in Go names; struct field USBFront_1_Enable should be USBFront1Enable (golint)
    • Line 354: warning: don't use underscores in Go names; struct field WarrantyInfo_1_Cost should be WarrantyInfo1Cost (golint)
    • Line 355: warning: don't use underscores in Go names; struct field WarrantyInfo_1_Duration should be WarrantyInfo1Duration (golint)
    • Line 356: warning: don't use underscores in Go names; struct field WarrantyInfo_1_EndDate should be WarrantyInfo1EndDate (golint)
    • Line 357: warning: don't use underscores in Go names; struct field WarrantyInfo_1_UnitType should be WarrantyInfo1UnitType (golint)
    • Line 366: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 379: warning: exported type IDRACAttributesData should have comment or be unexported (golint)
    • Line 380: warning: don't use underscores in Go names; struct field ADGroup_1_Domain should be ADGroup1Domain (golint)
    • Line 381: warning: don't use underscores in Go names; struct field ADGroup_1_Name should be ADGroup1Name (golint)
    • Line 382: warning: don't use underscores in Go names; struct field ADGroup_1_Privilege should be ADGroup1Privilege (golint)
    • Line 383: warning: don't use underscores in Go names; struct field ADGroup_2_Domain should be ADGroup2Domain (golint)
    • Line 384: warning: don't use underscores in Go names; struct field ADGroup_2_Name should be ADGroup2Name (golint)
    • Line 385: warning: don't use underscores in Go names; struct field ADGroup_2_Privilege should be ADGroup2Privilege (golint)
    • Line 386: warning: don't use underscores in Go names; struct field ADGroup_3_Domain should be ADGroup3Domain (golint)
    • Line 387: warning: don't use underscores in Go names; struct field ADGroup_3_Name should be ADGroup3Name (golint)
    • Line 388: warning: don't use underscores in Go names; struct field ADGroup_3_Privilege should be ADGroup3Privilege (golint)
    • Line 389: warning: don't use underscores in Go names; struct field ADGroup_4_Domain should be ADGroup4Domain (golint)
    • Line 390: warning: don't use underscores in Go names; struct field ADGroup_4_Name should be ADGroup4Name (golint)
    • Line 391: warning: don't use underscores in Go names; struct field ADGroup_4_Privilege should be ADGroup4Privilege (golint)
    • Line 392: warning: don't use underscores in Go names; struct field ADGroup_5_Domain should be ADGroup5Domain (golint)
    • Line 393: warning: don't use underscores in Go names; struct field ADGroup_5_Name should be ADGroup5Name (golint)
    • Line 394: warning: don't use underscores in Go names; struct field ADGroup_5_Privilege should be ADGroup5Privilege (golint)
    • Line 395: warning: don't use underscores in Go names; struct field ASRConfig_1_Enable should be ASRConfig1Enable (golint)
    • Line 396: warning: don't use underscores in Go names; struct field ActiveDirectory_1_AuthTimeout should be ActiveDirectory1AuthTimeout (golint)
    • Line 397: warning: don't use underscores in Go names; struct field ActiveDirectory_1_CertValidationEnable should be ActiveDirectory1CertValidationEnable (golint)
    • Line 398: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DCLookupByUserDomain should be ActiveDirectory1DCLookupByUserDomain (golint)
    • Line 399: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DCLookupDomainName should be ActiveDirectory1DCLookupDomainName (golint)
    • Line 400: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DCLookupEnable should be ActiveDirectory1DCLookupEnable (golint)
    • Line 401: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DomainController1 should be ActiveDirectory1DomainController1 (golint)
    • Line 402: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DomainController2 should be ActiveDirectory1DomainController2 (golint)
    • Line 403: warning: don't use underscores in Go names; struct field ActiveDirectory_1_DomainController3 should be ActiveDirectory1DomainController3 (golint)
    • Line 404: warning: don't use underscores in Go names; struct field ActiveDirectory_1_Enable should be ActiveDirectory1Enable (golint)
    • Line 405: warning: don't use underscores in Go names; struct field ActiveDirectory_1_GCLookupEnable should be ActiveDirectory1GCLookupEnable (golint)
    • Line 406: warning: don't use underscores in Go names; struct field ActiveDirectory_1_GCRootDomain should be ActiveDirectory1GCRootDomain (golint)
    • Line 407: warning: don't use underscores in Go names; struct field ActiveDirectory_1_GlobalCatalog1 should be ActiveDirectory1GlobalCatalog1 (golint)
    • Line 408: warning: don't use underscores in Go names; struct field ActiveDirectory_1_GlobalCatalog2 should be ActiveDirectory1GlobalCatalog2 (golint)
    • Line 409: warning: don't use underscores in Go names; struct field ActiveDirectory_1_GlobalCatalog3 should be ActiveDirectory1GlobalCatalog3 (golint)
    • Line 410: warning: don't use underscores in Go names; struct field ActiveDirectory_1_RacDomain should be ActiveDirectory1RacDomain (golint)
    • Line 411: warning: don't use underscores in Go names; struct field ActiveDirectory_1_RacName should be ActiveDirectory1RacName (golint)
    • Line 412: warning: don't use underscores in Go names; struct field ActiveDirectory_1_SSOEnable should be ActiveDirectory1SSOEnable (golint)
    • Line 413: warning: don't use underscores in Go names; struct field ActiveDirectory_1_Schema should be ActiveDirectory1Schema (golint)
    • Line 414: warning: don't use underscores in Go names; struct field AutoOSLockGroup_1_AutoOSLockState should be AutoOSLockGroup1AutoOSLockState (golint)
    • Line 415: warning: don't use underscores in Go names; struct field Autodiscovery_1_EnableIPChangeAnnounce should be Autodiscovery1EnableIPChangeAnnounce (golint)
    • Line 416: warning: don't use underscores in Go names; struct field Autodiscovery_1_EnableIPChangeAnnounceFromDHCP should be Autodiscovery1EnableIPChangeAnnounceFromDHCP (golint)
    • Line 417: warning: don't use underscores in Go names; struct field Autodiscovery_1_EnableIPChangeAnnounceFromUnicastDNS should be Autodiscovery1EnableIPChangeAnnounceFromUnicastDNS (golint)
    • Line 418: warning: don't use underscores in Go names; struct field Autodiscovery_1_EnableIPChangeAnnounceFrommDNS should be Autodiscovery1EnableIPChangeAnnounceFrommDNS (golint)
    • Line 419: warning: don't use underscores in Go names; struct field Autodiscovery_1_UnsolicitedIPChangeAnnounceRate should be Autodiscovery1UnsolicitedIPChangeAnnounceRate (golint)
    • Line 420: warning: don't use underscores in Go names; struct field CurrentIPv4_1_Address should be CurrentIPv4_1Address (golint)
    • Line 421: warning: don't use underscores in Go names; struct field CurrentIPv4_1_DHCPEnable should be CurrentIPv4_1DHCPEnable (golint)
    • Line 422: warning: don't use underscores in Go names; struct field CurrentIPv4_1_DNS1 should be CurrentIPv4_1DNS1 (golint)
    • Line 423: warning: don't use underscores in Go names; struct field CurrentIPv4_1_DNS2 should be CurrentIPv4_1DNS2 (golint)
    • Line 424: warning: don't use underscores in Go names; struct field CurrentIPv4_1_DNSFromDHCP should be CurrentIPv4_1DNSFromDHCP (golint)
    • Line 425: warning: don't use underscores in Go names; struct field CurrentIPv4_1_DupAddrDetected should be CurrentIPv4_1DupAddrDetected (golint)
    • Line 426: warning: don't use underscores in Go names; struct field CurrentIPv4_1_Enable should be CurrentIPv4_1Enable (golint)
    • Line 427: warning: don't use underscores in Go names; struct field CurrentIPv4_1_Gateway should be CurrentIPv4_1Gateway (golint)
    • Line 428: warning: don't use underscores in Go names; struct field CurrentIPv4_1_Netmask should be CurrentIPv4_1Netmask (golint)
    • Line 429: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address1 should be CurrentIPv6_1Address1 (golint)
    • Line 430: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address10 should be CurrentIPv6_1Address10 (golint)
    • Line 431: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address11 should be CurrentIPv6_1Address11 (golint)
    • Line 432: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address12 should be CurrentIPv6_1Address12 (golint)
    • Line 433: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address13 should be CurrentIPv6_1Address13 (golint)
    • Line 434: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address14 should be CurrentIPv6_1Address14 (golint)
    • Line 435: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address15 should be CurrentIPv6_1Address15 (golint)
    • Line 436: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address2 should be CurrentIPv6_1Address2 (golint)
    • Line 437: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address3 should be CurrentIPv6_1Address3 (golint)
    • Line 438: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address4 should be CurrentIPv6_1Address4 (golint)
    • Line 439: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address5 should be CurrentIPv6_1Address5 (golint)
    • Line 440: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address6 should be CurrentIPv6_1Address6 (golint)
    • Line 441: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address7 should be CurrentIPv6_1Address7 (golint)
    • Line 442: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address8 should be CurrentIPv6_1Address8 (golint)
    • Line 443: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Address9 should be CurrentIPv6_1Address9 (golint)
    • Line 444: warning: don't use underscores in Go names; struct field CurrentIPv6_1_AutoConfig should be CurrentIPv6_1AutoConfig (golint)
    • Line 445: warning: don't use underscores in Go names; struct field CurrentIPv6_1_DNS1 should be CurrentIPv6_1DNS1 (golint)
    • Line 446: warning: don't use underscores in Go names; struct field CurrentIPv6_1_DNS2 should be CurrentIPv6_1DNS2 (golint)
    • Line 447: warning: don't use underscores in Go names; struct field CurrentIPv6_1_DNSFromDHCP6 should be CurrentIPv6_1DNSFromDHCP6 (golint)
    • Line 448: warning: don't use underscores in Go names; struct field CurrentIPv6_1_DUID should be CurrentIPv6_1DUID (golint)
    • Line 449: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Enable should be CurrentIPv6_1Enable (golint)
    • Line 450: warning: don't use underscores in Go names; struct field CurrentIPv6_1_Gateway should be CurrentIPv6_1Gateway (golint)
    • Line 451: warning: don't use underscores in Go names; struct field CurrentIPv6_1_IPV6NumOfExtAddress should be CurrentIPv6_1IPV6NumOfExtAddress (golint)
    • Line 452: warning: don't use underscores in Go names; struct field CurrentIPv6_1_LinkLocalAddress should be CurrentIPv6_1LinkLocalAddress (golint)
    • Line 453: warning: don't use underscores in Go names; struct field CurrentIPv6_1_PrefixLength should be CurrentIPv6_1PrefixLength (golint)
    • Line 454: warning: don't use underscores in Go names; struct field CurrentNIC_1_ActiveNIC should be CurrentNIC1ActiveNIC (golint)
    • Line 455: warning: don't use underscores in Go names; struct field CurrentNIC_1_ActiveSharedLOM should be CurrentNIC1ActiveSharedLOM (golint)
    • Line 456: warning: don't use underscores in Go names; struct field CurrentNIC_1_AutoDetect should be CurrentNIC1AutoDetect (golint)
    • Line 457: warning: don't use underscores in Go names; struct field CurrentNIC_1_Autoneg should be CurrentNIC1Autoneg (golint)
    • Line 458: warning: don't use underscores in Go names; struct field CurrentNIC_1_DNSDomainFromDHCP should be CurrentNIC1DNSDomainFromDHCP (golint)
    • Line 459: warning: don't use underscores in Go names; struct field CurrentNIC_1_DNSDomainName should be CurrentNIC1DNSDomainName (golint)
    • Line 460: warning: don't use underscores in Go names; struct field CurrentNIC_1_DNSRacName should be CurrentNIC1DNSRacName (golint)
    • Line 461: warning: don't use underscores in Go names; struct field CurrentNIC_1_DNSRegister should be CurrentNIC1DNSRegister (golint)
    • Line 462: warning: don't use underscores in Go names; struct field CurrentNIC_1_DedicatedNICScanTime should be CurrentNIC1DedicatedNICScanTime (golint)
    • Line 463: warning: don't use underscores in Go names; struct field CurrentNIC_1_Duplex should be CurrentNIC1Duplex (golint)
    • Line 464: warning: don't use underscores in Go names; struct field CurrentNIC_1_Enable should be CurrentNIC1Enable (golint)
    • Line 465: warning: don't use underscores in Go names; struct field CurrentNIC_1_Failover should be CurrentNIC1Failover (golint)
    • Line 466: warning: don't use underscores in Go names; struct field CurrentNIC_1_LinkStatus should be CurrentNIC1LinkStatus (golint)
    • Line 467: warning: don't use underscores in Go names; struct field CurrentNIC_1_MACAddress should be CurrentNIC1MACAddress (golint)
    • Line 468: warning: don't use underscores in Go names; struct field CurrentNIC_1_MACAddress2 should be CurrentNIC1MACAddress2 (golint)
    • Line 469: warning: don't use underscores in Go names; struct field CurrentNIC_1_MTU should be CurrentNIC1MTU (golint)
    • Line 470: warning: don't use underscores in Go names; struct field CurrentNIC_1_MgmtIfaceName should be CurrentNIC1MgmtIfaceName (golint)
    • Line 471: warning: don't use underscores in Go names; struct field CurrentNIC_1_NumberOfLOM should be CurrentNIC1NumberOfLOM (golint)
    • Line 472: warning: don't use underscores in Go names; struct field CurrentNIC_1_Selection should be CurrentNIC1Selection (golint)
    • Line 473: warning: don't use underscores in Go names; struct field CurrentNIC_1_SharedNICScanTime should be CurrentNIC1SharedNICScanTime (golint)
    • Line 474: warning: don't use underscores in Go names; struct field CurrentNIC_1_Speed should be CurrentNIC1Speed (golint)
    • Line 475: warning: don't use underscores in Go names; struct field CurrentNIC_1_VLanEnable should be CurrentNIC1VLanEnable (golint)
    • Line 476: warning: don't use underscores in Go names; struct field CurrentNIC_1_VLanID should be CurrentNIC1VLanID (golint)
    • Line 477: warning: don't use underscores in Go names; struct field CurrentNIC_1_VLanPriority should be CurrentNIC1VLanPriority (golint)
    • Line 478: warning: don't use underscores in Go names; struct field CurrentNIC_1_VLanSetting should be CurrentNIC1VLanSetting (golint)
    • Line 479: warning: don't use underscores in Go names; struct field DefaultCredentialMitigationConfigGroup_1_DefaultCredentialMitigation should be DefaultCredentialMitigationConfigGroup1DefaultCredentialMitigation (golint)
    • Line 480: warning: don't use underscores in Go names; struct field EmailAlert_1_Address should be EmailAlert1Address (golint)
    • Line 481: warning: don't use underscores in Go names; struct field EmailAlert_1_CustomMsg should be EmailAlert1CustomMsg (golint)
    • Line 482: warning: don't use underscores in Go names; struct field EmailAlert_1_Enable should be EmailAlert1Enable (golint)
    • Line 483: warning: don't use underscores in Go names; struct field EmailAlert_2_Address should be EmailAlert2Address (golint)
    • Line 484: warning: don't use underscores in Go names; struct field EmailAlert_2_CustomMsg should be EmailAlert2CustomMsg (golint)
    • Line 485: warning: don't use underscores in Go names; struct field EmailAlert_2_Enable should be EmailAlert2Enable (golint)
    • Line 486: warning: don't use underscores in Go names; struct field EmailAlert_3_Address should be EmailAlert3Address (golint)
    • Line 487: warning: don't use underscores in Go names; struct field EmailAlert_3_CustomMsg should be EmailAlert3CustomMsg (golint)
    • Line 488: warning: don't use underscores in Go names; struct field EmailAlert_3_Enable should be EmailAlert3Enable (golint)
    • Line 489: warning: don't use underscores in Go names; struct field EmailAlert_4_Address should be EmailAlert4Address (golint)
    • Line 490: warning: don't use underscores in Go names; struct field EmailAlert_4_CustomMsg should be EmailAlert4CustomMsg (golint)
    • Line 491: warning: don't use underscores in Go names; struct field EmailAlert_4_Enable should be EmailAlert4Enable (golint)
    • Line 492: warning: don't use underscores in Go names; struct field GUI_1_SecurityPolicyMessage should be GUI1SecurityPolicyMessage (golint)
    • Line 493: warning: don't use underscores in Go names; struct field GroupManager_1_GroupName should be GroupManager1GroupName (golint)
    • Line 494: warning: don't use underscores in Go names; struct field GroupManager_1_GroupUUID should be GroupManager1GroupUUID (golint)
    • Line 495: warning: don't use underscores in Go names; struct field GroupManager_1_Status should be GroupManager1Status (golint)
    • Line 496: warning: don't use underscores in Go names; struct field IOIDOpt_1_IOIDOptEnable should be IOIDOpt1IOIDOptEnable (golint)
    • Line 497: warning: don't use underscores in Go names; struct field IOIDOpt_1_InitiatorPersistencePolicy should be IOIDOpt1InitiatorPersistencePolicy (golint)
    • Line 498: warning: don't use underscores in Go names; struct field IOIDOpt_1_StorageTargetPersistencePolicy should be IOIDOpt1StorageTargetPersistencePolicy (golint)
    • Line 499: warning: don't use underscores in Go names; struct field IOIDOpt_1_VirtualAddressPersistencePolicyAuxPwrd should be IOIDOpt1VirtualAddressPersistencePolicyAuxPwrd (golint)
    • Line 500: warning: don't use underscores in Go names; struct field IOIDOpt_1_VirtualAddressPersistencePolicyNonAuxPwrd should be IOIDOpt1VirtualAddressPersistencePolicyNonAuxPwrd (golint)
    • Line 501: warning: don't use underscores in Go names; struct field IPBlocking_1_BlockEnable should be IPBlocking1BlockEnable (golint)
    • Line 502: warning: don't use underscores in Go names; struct field IPBlocking_1_FailCount should be IPBlocking1FailCount (golint)
    • Line 503: warning: don't use underscores in Go names; struct field IPBlocking_1_FailWindow should be IPBlocking1FailWindow (golint)
    • Line 504: warning: don't use underscores in Go names; struct field IPBlocking_1_PenaltyTime should be IPBlocking1PenaltyTime (golint)
    • Line 505: warning: don't use underscores in Go names; struct field IPBlocking_1_RangeAddr should be IPBlocking1RangeAddr (golint)
    • Line 506: warning: don't use underscores in Go names; struct field IPBlocking_1_RangeEnable should be IPBlocking1RangeEnable (golint)
    • Line 507: warning: don't use underscores in Go names; struct field IPBlocking_1_RangeMask should be IPBlocking1RangeMask (golint)
    • Line 508: warning: don't use underscores in Go names; struct field IPMILan_1_AlertEnable should be IPMILan1AlertEnable (golint)
    • Line 509: warning: don't use underscores in Go names; struct field IPMILan_1_CommunityName should be IPMILan1CommunityName (golint)
    • Line 510: warning: don't use underscores in Go names; struct field IPMILan_1_Enable should be IPMILan1Enable (golint)
    • Line 511: warning: don't use underscores in Go names; struct field IPMILan_1_EncryptionKey should be IPMILan1EncryptionKey (golint)
    • Line 512: warning: don't use underscores in Go names; struct field IPMILan_1_PrivLimit should be IPMILan1PrivLimit (golint)
    • Line 513: warning: don't use underscores in Go names; struct field IPMISOL_1_AccumulateInterval should be IPMISOL1AccumulateInterval (golint)
    • Line 514: warning: don't use underscores in Go names; struct field IPMISOL_1_BaudRate should be IPMISOL1BaudRate (golint)
    • Line 515: warning: don't use underscores in Go names; struct field IPMISOL_1_Enable should be IPMISOL1Enable (golint)
    • Line 516: warning: don't use underscores in Go names; struct field IPMISOL_1_MinPrivilege should be IPMISOL1MinPrivilege (golint)
    • Line 517: warning: don't use underscores in Go names; struct field IPMISOL_1_SendThreshold should be IPMISOL1SendThreshold (golint)
    • Line 518: warning: don't use underscores in Go names; struct field IPMISerial_1_BaudRate should be IPMISerial1BaudRate (golint)
    • Line 519: warning: don't use underscores in Go names; struct field IPMISerial_1_ChanPrivLimit should be IPMISerial1ChanPrivLimit (golint)
    • Line 520: warning: don't use underscores in Go names; struct field IPMISerial_1_ConnectionMode should be IPMISerial1ConnectionMode (golint)
    • Line 521: warning: don't use underscores in Go names; struct field IPMISerial_1_DeleteControl should be IPMISerial1DeleteControl (golint)
    • Line 522: warning: don't use underscores in Go names; struct field IPMISerial_1_EchoControl should be IPMISerial1EchoControl (golint)
    • Line 523: warning: don't use underscores in Go names; struct field IPMISerial_1_FlowControl should be IPMISerial1FlowControl (golint)
    • Line 524: warning: don't use underscores in Go names; struct field IPMISerial_1_HandshakeControl should be IPMISerial1HandshakeControl (golint)
    • Line 525: warning: don't use underscores in Go names; struct field IPMISerial_1_InputNewLineSeq should be IPMISerial1InputNewLineSeq (golint)
    • Line 526: warning: don't use underscores in Go names; struct field IPMISerial_1_LineEdit should be IPMISerial1LineEdit (golint)
    • Line 527: warning: don't use underscores in Go names; struct field IPMISerial_1_NewLineSeq should be IPMISerial1NewLineSeq (golint)
    • Line 528: warning: don't use underscores in Go names; struct field IPv4_1_Address should be IPv4_1Address (golint)
    • Line 529: warning: don't use underscores in Go names; struct field IPv4_1_DHCPEnable should be IPv4_1DHCPEnable (golint)
    • Line 530: warning: don't use underscores in Go names; struct field IPv4_1_DNS1 should be IPv4_1DNS1 (golint)
    • Line 531: warning: don't use underscores in Go names; struct field IPv4_1_DNS2 should be IPv4_1DNS2 (golint)
    • Line 532: warning: don't use underscores in Go names; struct field IPv4_1_DNSFromDHCP should be IPv4_1DNSFromDHCP (golint)
    • Line 533: warning: don't use underscores in Go names; struct field IPv4_1_Enable should be IPv4_1Enable (golint)
    • Line 534: warning: don't use underscores in Go names; struct field IPv4_1_Gateway should be IPv4_1Gateway (golint)
    • Line 535: warning: don't use underscores in Go names; struct field IPv4_1_Netmask should be IPv4_1Netmask (golint)
    • Line 536: warning: don't use underscores in Go names; struct field IPv4Static_1_Address should be IPv4Static1Address (golint)
    • Line 537: warning: don't use underscores in Go names; struct field IPv4Static_1_DNS1 should be IPv4Static1DNS1 (golint)
    • Line 538: warning: don't use underscores in Go names; struct field IPv4Static_1_DNS2 should be IPv4Static1DNS2 (golint)
    • Line 539: warning: don't use underscores in Go names; struct field IPv4Static_1_DNSFromDHCP should be IPv4Static1DNSFromDHCP (golint)
    • Line 540: warning: don't use underscores in Go names; struct field IPv4Static_1_Gateway should be IPv4Static1Gateway (golint)
    • Line 541: warning: don't use underscores in Go names; struct field IPv4Static_1_Netmask should be IPv4Static1Netmask (golint)
    • Line 542: warning: don't use underscores in Go names; struct field IPv6_1_Address1 should be IPv6_1Address1 (golint)
    • Line 543: warning: don't use underscores in Go names; struct field IPv6_1_Address10 should be IPv6_1Address10 (golint)
    • Line 544: warning: don't use underscores in Go names; struct field IPv6_1_Address11 should be IPv6_1Address11 (golint)
    • Line 545: warning: don't use underscores in Go names; struct field IPv6_1_Address12 should be IPv6_1Address12 (golint)
    • Line 546: warning: don't use underscores in Go names; struct field IPv6_1_Address13 should be IPv6_1Address13 (golint)
    • Line 547: warning: don't use underscores in Go names; struct field IPv6_1_Address14 should be IPv6_1Address14 (golint)
    • Line 548: warning: don't use underscores in Go names; struct field IPv6_1_Address15 should be IPv6_1Address15 (golint)
    • Line 549: warning: don't use underscores in Go names; struct field IPv6_1_Address2 should be IPv6_1Address2 (golint)
    • Line 550: warning: don't use underscores in Go names; struct field IPv6_1_Address3 should be IPv6_1Address3 (golint)
    • Line 551: warning: don't use underscores in Go names; struct field IPv6_1_Address4 should be IPv6_1Address4 (golint)
    • Line 552: warning: don't use underscores in Go names; struct field IPv6_1_Address5 should be IPv6_1Address5 (golint)
    • Line 553: warning: don't use underscores in Go names; struct field IPv6_1_Address6 should be IPv6_1Address6 (golint)
    • Line 554: warning: don't use underscores in Go names; struct field IPv6_1_Address7 should be IPv6_1Address7 (golint)
    • Line 555: warning: don't use underscores in Go names; struct field IPv6_1_Address8 should be IPv6_1Address8 (golint)
    • Line 556: warning: don't use underscores in Go names; struct field IPv6_1_Address9 should be IPv6_1Address9 (golint)
    • Line 557: warning: don't use underscores in Go names; struct field IPv6_1_AddressState should be IPv6_1AddressState (golint)
    • Line 558: warning: don't use underscores in Go names; struct field IPv6_1_AutoConfig should be IPv6_1AutoConfig (golint)
    • Line 559: warning: don't use underscores in Go names; struct field IPv6_1_DNS1 should be IPv6_1DNS1 (golint)
    • Line 560: warning: don't use underscores in Go names; struct field IPv6_1_DNS2 should be IPv6_1DNS2 (golint)
    • Line 561: warning: don't use underscores in Go names; struct field IPv6_1_DNSFromDHCP6 should be IPv6_1DNSFromDHCP6 (golint)
    • Line 562: warning: don't use underscores in Go names; struct field IPv6_1_DUID should be IPv6_1DUID (golint)
    • Line 563: warning: don't use underscores in Go names; struct field IPv6_1_Enable should be IPv6_1Enable (golint)
    • Line 564: warning: don't use underscores in Go names; struct field IPv6_1_Gateway should be IPv6_1Gateway (golint)
    • Line 565: warning: don't use underscores in Go names; struct field IPv6_1_LinkLocalAddress should be IPv6_1LinkLocalAddress (golint)
    • Line 566: warning: don't use underscores in Go names; struct field IPv6_1_PrefixLength should be IPv6_1PrefixLength (golint)
    • Line 567: warning: don't use underscores in Go names; struct field IPv6Static_1_Address1 should be IPv6Static1Address1 (golint)
    • Line 568: warning: don't use underscores in Go names; struct field IPv6Static_1_DNS1 should be IPv6Static1DNS1 (golint)
    • Line 569: warning: don't use underscores in Go names; struct field IPv6Static_1_DNS2 should be IPv6Static1DNS2 (golint)
    • Line 570: warning: don't use underscores in Go names; struct field IPv6Static_1_DNSFromDHCP6 should be IPv6Static1DNSFromDHCP6 (golint)
    • Line 571: warning: don't use underscores in Go names; struct field IPv6Static_1_Gateway should be IPv6Static1Gateway (golint)
    • Line 572: warning: don't use underscores in Go names; struct field IPv6Static_1_PrefixLength should be IPv6Static1PrefixLength (golint)
    • Line 573: warning: don't use underscores in Go names; struct field IPv6URL_1_URL should be IPv6URL1URL (golint)
    • Line 574: warning: don't use underscores in Go names; struct field Info_1_Build should be Info1Build (golint)
    • Line 575: warning: don't use underscores in Go names; struct field Info_1_CPLDVersion should be Info1CPLDVersion (golint)
    • Line 576: warning: don't use underscores in Go names; struct field Info_1_Description should be Info1Description (golint)
    • Line 577: warning: don't use underscores in Go names; struct field Info_1_HWRev should be Info1HWRev (golint)
    • Line 578: warning: don't use underscores in Go names; struct field Info_1_IPMIVersion should be Info1IPMIVersion (golint)
    • Line 579: warning: don't use underscores in Go names; struct field Info_1_Name should be Info1Name (golint)
    • Line 580: warning: don't use underscores in Go names; struct field Info_1_Product should be Info1Product (golint)
    • Line 581: warning: don't use underscores in Go names; struct field Info_1_RollbackBuild should be Info1RollbackBuild (golint)
    • Line 582: warning: don't use underscores in Go names; struct field Info_1_RollbackVersion should be Info1RollbackVersion (golint)
    • Line 583: warning: don't use underscores in Go names; struct field Info_1_ServerGen should be Info1ServerGen (golint)
    • Line 584: warning: don't use underscores in Go names; struct field Info_1_Type should be Info1Type (golint)
    • Line 585: warning: don't use underscores in Go names; struct field Info_1_Version should be Info1Version (golint)
    • Line 586: warning: don't use underscores in Go names; struct field IntegratedDatacenter_1_DiscoveryEnable should be IntegratedDatacenter1DiscoveryEnable (golint)
    • Line 587: warning: don't use underscores in Go names; struct field LDAP_1_BaseDN should be LDAP1BaseDN (golint)
    • Line 588: warning: don't use underscores in Go names; struct field LDAP_1_BindDN should be LDAP1BindDN (golint)
    • Line 589: warning: don't use underscores in Go names; struct field LDAP_1_BindPassword should be LDAP1BindPassword (golint)
    • Line 590: warning: don't use underscores in Go names; struct field LDAP_1_CertValidationEnable should be LDAP1CertValidationEnable (golint)
    • Line 591: warning: don't use underscores in Go names; struct field LDAP_1_Enable should be LDAP1Enable (golint)
    • Line 592: warning: don't use underscores in Go names; struct field LDAP_1_GroupAttribute should be LDAP1GroupAttribute (golint)
    • Line 593: warning: don't use underscores in Go names; struct field LDAP_1_GroupAttributeIsDN should be LDAP1GroupAttributeIsDN (golint)
    • Line 594: warning: don't use underscores in Go names; struct field LDAP_1_Port should be LDAP1Port (golint)
    • Line 595: warning: don't use underscores in Go names; struct field LDAP_1_SearchFilter should be LDAP1SearchFilter (golint)
    • Line 596: warning: don't use underscores in Go names; struct field LDAP_1_Server should be LDAP1Server (golint)
    • Line 597: warning: don't use underscores in Go names; struct field LDAP_1_UserAttribute should be LDAP1UserAttribute (golint)
    • Line 598: warning: don't use underscores in Go names; struct field LDAPRoleGroup_1_DN should be LDAPRoleGroup1DN (golint)
    • Line 599: warning: don't use underscores in Go names; struct field LDAPRoleGroup_1_Privilege should be LDAPRoleGroup1Privilege (golint)
    • Line 600: warning: don't use underscores in Go names; struct field LDAPRoleGroup_2_DN should be LDAPRoleGroup2DN (golint)
    • Line 601: warning: don't use underscores in Go names; struct field LDAPRoleGroup_2_Privilege should be LDAPRoleGroup2Privilege (golint)
    • Line 602: warning: don't use underscores in Go names; struct field LDAPRoleGroup_3_DN should be LDAPRoleGroup3DN (golint)
    • Line 603: warning: don't use underscores in Go names; struct field LDAPRoleGroup_3_Privilege should be LDAPRoleGroup3Privilege (golint)
    • Line 604: warning: don't use underscores in Go names; struct field LDAPRoleGroup_4_DN should be LDAPRoleGroup4DN (golint)
    • Line 605: warning: don't use underscores in Go names; struct field LDAPRoleGroup_4_Privilege should be LDAPRoleGroup4Privilege (golint)
    • Line 606: warning: don't use underscores in Go names; struct field LDAPRoleGroup_5_DN should be LDAPRoleGroup5DN (golint)
    • Line 607: warning: don't use underscores in Go names; struct field LDAPRoleGroup_5_Privilege should be LDAPRoleGroup5Privilege (golint)
    • Line 608: warning: don't use underscores in Go names; struct field LocalSecurity_1_LocalConfig should be LocalSecurity1LocalConfig (golint)
    • Line 609: warning: don't use underscores in Go names; struct field LocalSecurity_1_PrebootConfig should be LocalSecurity1PrebootConfig (golint)
    • Line 610: warning: don't use underscores in Go names; struct field Lockdown_1_SystemLockdown should be Lockdown1SystemLockdown (golint)
    • Line 611: warning: don't use underscores in Go names; struct field Logging_1_SELBufferType should be Logging1SELBufferType (golint)
    • Line 612: warning: don't use underscores in Go names; struct field Logging_1_SELOEMEventFilterEnable should be Logging1SELOEMEventFilterEnable (golint)
    • Line 613: warning: don't use underscores in Go names; struct field NIC_1_AutoConfig should be NIC1AutoConfig (golint)
    • Line 614: warning: don't use underscores in Go names; struct field NIC_1_AutoConfigIPV6 should be NIC1AutoConfigIPV6 (golint)
    • Line 615: warning: don't use underscores in Go names; struct field NIC_1_AutoDetect should be NIC1AutoDetect (golint)
    • Line 616: warning: don't use underscores in Go names; struct field NIC_1_Autoneg should be NIC1Autoneg (golint)
    • Line 617: warning: don't use underscores in Go names; struct field NIC_1_DNSDomainFromDHCP should be NIC1DNSDomainFromDHCP (golint)
    • Line 618: warning: don't use underscores in Go names; struct field NIC_1_DNSDomainName should be NIC1DNSDomainName (golint)
    • Line 619: warning: don't use underscores in Go names; struct field NIC_1_DNSDomainNameFromDHCP should be NIC1DNSDomainNameFromDHCP (golint)
    • Line 620: warning: don't use underscores in Go names; struct field NIC_1_DNSRacName should be NIC1DNSRacName (golint)
    • Line 621: warning: don't use underscores in Go names; struct field NIC_1_DNSRegister should be NIC1DNSRegister (golint)
    • Line 622: warning: don't use underscores in Go names; struct field NIC_1_DNSRegisterInterval should be NIC1DNSRegisterInterval (golint)
    • Line 623: warning: don't use underscores in Go names; struct field NIC_1_DedicatedNICScanTime should be NIC1DedicatedNICScanTime (golint)
    • Line 624: warning: don't use underscores in Go names; struct field NIC_1_DiscoveryLLDP should be NIC1DiscoveryLLDP (golint)
    • Line 625: warning: don't use underscores in Go names; struct field NIC_1_Duplex should be NIC1Duplex (golint)
    • Line 626: warning: don't use underscores in Go names; struct field NIC_1_Enable should be NIC1Enable (golint)
    • Line 627: warning: don't use underscores in Go names; struct field NIC_1_Failover should be NIC1Failover (golint)
    • Line 628: warning: don't use underscores in Go names; struct field NIC_1_MACAddress should be NIC1MACAddress (golint)
    • Line 630: warning: don't use underscores in Go names; struct field NIC_1_Selection should be NIC1Selection (golint)
    • Line 631: warning: don't use underscores in Go names; struct field NIC_1_SharedNICScanTime should be NIC1SharedNICScanTime (golint)
    • Line 632: warning: don't use underscores in Go names; struct field NIC_1_Speed should be NIC1Speed (golint)
    • Line 633: warning: don't use underscores in Go names; struct field NIC_1_SwitchConnection should be NIC1SwitchConnection (golint)
    • Line 634: warning: don't use underscores in Go names; struct field NIC_1_SwitchPortConnection should be NIC1SwitchPortConnection (golint)
    • Line 635: warning: don't use underscores in Go names; struct field NIC_1_VLanEnable should be NIC1VLanEnable (golint)
    • Line 636: warning: don't use underscores in Go names; struct field NIC_1_VLanID should be NIC1VLanID (golint)
    • Line 637: warning: don't use underscores in Go names; struct field NIC_1_VLanPort should be NIC1VLanPort (golint)
    • Line 638: warning: don't use underscores in Go names; struct field NIC_1_VLanPriority should be NIC1VLanPriority (golint)
    • Line 639: warning: don't use underscores in Go names; struct field NICStatic_1_DNSDomainFromDHCP should be NICStatic1DNSDomainFromDHCP (golint)
    • Line 640: warning: don't use underscores in Go names; struct field NICStatic_1_DNSDomainName should be NICStatic1DNSDomainName (golint)
    • Line 641: warning: don't use underscores in Go names; struct field NTPConfigGroup_1_NTP1 should be NTPConfigGroup1NTP1 (golint)
    • Line 642: warning: don't use underscores in Go names; struct field NTPConfigGroup_1_NTP2 should be NTPConfigGroup1NTP2 (golint)
    • Line 643: warning: don't use underscores in Go names; struct field NTPConfigGroup_1_NTP3 should be NTPConfigGroup1NTP3 (golint)
    • Line 644: warning: don't use underscores in Go names; struct field NTPConfigGroup_1_NTPEnable should be NTPConfigGroup1NTPEnable (golint)
    • Line 645: warning: don't use underscores in Go names; struct field NTPConfigGroup_1_NTPMaxDist should be NTPConfigGroup1NTPMaxDist (golint)
    • Line 646: warning: don't use underscores in Go names; struct field OS_BMC_1_AdminState should be OSBMC1AdminState (golint)
    • Line 647: warning: don't use underscores in Go names; struct field OS_BMC_1_OsIPAddress should be OSBMC1OsIPAddress (golint)
    • Line 648: warning: don't use underscores in Go names; struct field OS_BMC_1_PTCapability should be OSBMC1PTCapability (golint)
    • Line 649: warning: don't use underscores in Go names; struct field OS_BMC_1_PTMode should be OSBMC1PTMode (golint)
    • Line 650: warning: don't use underscores in Go names; struct field OS_BMC_1_UsbNicIPAddress should be OSBMC1UsbNicIPAddress (golint)
    • Line 651: warning: don't use underscores in Go names; struct field OS_BMC_1_UsbNicIPV6Address should be OSBMC1UsbNicIPV6Address (golint)
    • Line 652: warning: don't use underscores in Go names; struct field PlatformCapability_1_FrontPortUSBConfiguration should be PlatformCapability1FrontPortUSBConfiguration (golint)
    • Line 653: warning: don't use underscores in Go names; struct field RFS_1_AttachMode should be RFS1AttachMode (golint)
    • Line 654: warning: don't use underscores in Go names; struct field RFS_1_Enable should be RFS1Enable (golint)
    • Line 655: warning: don't use underscores in Go names; struct field RFS_1_IgnoreCertWarning should be RFS1IgnoreCertWarning (golint)
    • Line 656: warning: don't use underscores in Go names; struct field RFS_1_Image should be RFS1Image (golint)
    • Line 657: warning: don't use underscores in Go names; struct field RFS_1_MediaAttachState should be RFS1MediaAttachState (golint)
    • Line 658: warning: don't use underscores in Go names; struct field RFS_1_Password should be RFS1Password (golint)
    • Line 659: warning: don't use underscores in Go names; struct field RFS_1_Status should be RFS1Status (golint)
    • Line 660: warning: don't use underscores in Go names; struct field RFS_1_User should be RFS1User (golint)
    • Line 661: warning: don't use underscores in Go names; struct field RFS_1_WriteProtected should be RFS1WriteProtected (golint)
    • Line 662: warning: don't use underscores in Go names; struct field Racadm_1_Enable should be Racadm1Enable (golint)
    • Line 663: warning: don't use underscores in Go names; struct field Racadm_1_MaxSessions should be Racadm1MaxSessions (golint)
    • Line 664: warning: don't use underscores in Go names; struct field Racadm_1_Timeout should be Racadm1Timeout (golint)
    • Line 665: warning: don't use underscores in Go names; struct field Redfish_1_Enable should be Redfish1Enable (golint)
    • Line 666: warning: don't use underscores in Go names; struct field RedfishEventing_1_DeliveryRetryAttempts should be RedfishEventing1DeliveryRetryAttempts (golint)
    • Line 667: warning: don't use underscores in Go names; struct field RedfishEventing_1_DeliveryRetryIntervalInSeconds should be RedfishEventing1DeliveryRetryIntervalInSeconds (golint)
    • Line 668: warning: don't use underscores in Go names; struct field RedfishEventing_1_IgnoreCertificateErrors should be RedfishEventing1IgnoreCertificateErrors (golint)
    • Line 669: warning: don't use underscores in Go names; struct field RemoteHosts_1_SMTPAuthentication should be RemoteHosts1SMTPAuthentication (golint)
    • Line 670: warning: don't use underscores in Go names; struct field RemoteHosts_1_SMTPPassword should be RemoteHosts1SMTPPassword (golint)
    • Line 671: warning: don't use underscores in Go names; struct field RemoteHosts_1_SMTPPort should be RemoteHosts1SMTPPort (golint)
    • Line 672: warning: don't use underscores in Go names; struct field RemoteHosts_1_SMTPServerIPAddress should be RemoteHosts1SMTPServerIPAddress (golint)
    • Line 673: warning: don't use underscores in Go names; struct field RemoteHosts_1_SMTPUserName should be RemoteHosts1SMTPUserName (golint)
    • Line 674: warning: don't use underscores in Go names; struct field RemoteHosts_1_SenderEmail should be RemoteHosts1SenderEmail (golint)
    • Line 675: warning: don't use underscores in Go names; struct field SNMP_1_AgentCommunity should be SNMP1AgentCommunity (golint)
    • Line 676: warning: don't use underscores in Go names; struct field SNMP_1_AgentEnable should be SNMP1AgentEnable (golint)
    • Line 677: warning: don't use underscores in Go names; struct field SNMP_1_AlertPort should be SNMP1AlertPort (golint)
    • Line 678: warning: don't use underscores in Go names; struct field SNMP_1_DiscoveryPort should be SNMP1DiscoveryPort (golint)
    • Line 679: warning: don't use underscores in Go names; struct field SNMP_1_EngineID should be SNMP1EngineID (golint)
    • Line 680: warning: don't use underscores in Go names; struct field SNMP_1_SNMPProtocol should be SNMP1SNMPProtocol (golint)
    • Line 681: warning: don't use underscores in Go names; struct field SNMP_1_TrapFormat should be SNMP1TrapFormat (golint)
    • Line 682: warning: don't use underscores in Go names; struct field SNMPAlert_1_Destination should be SNMPAlert1Destination (golint)
    • Line 683: warning: don't use underscores in Go names; struct field SNMPAlert_1_SNMPv3UserID should be SNMPAlert1SNMPv3UserID (golint)
    • Line 684: warning: don't use underscores in Go names; struct field SNMPAlert_1_SNMPv3Username should be SNMPAlert1SNMPv3Username (golint)
    • Line 685: warning: don't use underscores in Go names; struct field SNMPAlert_1_State should be SNMPAlert1State (golint)
    • Line 686: warning: don't use underscores in Go names; struct field SNMPAlert_2_Destination should be SNMPAlert2Destination (golint)
    • Line 687: warning: don't use underscores in Go names; struct field SNMPAlert_2_SNMPv3UserID should be SNMPAlert2SNMPv3UserID (golint)
    • Line 688: warning: don't use underscores in Go names; struct field SNMPAlert_2_SNMPv3Username should be SNMPAlert2SNMPv3Username (golint)
    • Line 689: warning: don't use underscores in Go names; struct field SNMPAlert_2_State should be SNMPAlert2State (golint)
    • Line 690: warning: don't use underscores in Go names; struct field SNMPAlert_3_Destination should be SNMPAlert3Destination (golint)
    • Line 691: warning: don't use underscores in Go names; struct field SNMPAlert_3_SNMPv3UserID should be SNMPAlert3SNMPv3UserID (golint)
    • Line 692: warning: don't use underscores in Go names; struct field SNMPAlert_3_SNMPv3Username should be SNMPAlert3SNMPv3Username (golint)
    • Line 693: warning: don't use underscores in Go names; struct field SNMPAlert_3_State should be SNMPAlert3State (golint)
    • Line 694: warning: don't use underscores in Go names; struct field SNMPAlert_4_Destination should be SNMPAlert4Destination (golint)
    • Line 695: warning: don't use underscores in Go names; struct field SNMPAlert_4_SNMPv3UserID should be SNMPAlert4SNMPv3UserID (golint)
    • Line 696: warning: don't use underscores in Go names; struct field SNMPAlert_4_SNMPv3Username should be SNMPAlert4SNMPv3Username (golint)
    • Line 697: warning: don't use underscores in Go names; struct field SNMPAlert_4_State should be SNMPAlert4State (golint)
    • Line 698: warning: don't use underscores in Go names; struct field SNMPAlert_5_Destination should be SNMPAlert5Destination (golint)
    • Line 699: warning: don't use underscores in Go names; struct field SNMPAlert_5_SNMPv3UserID should be SNMPAlert5SNMPv3UserID (golint)
    • Line 700: warning: don't use underscores in Go names; struct field SNMPAlert_5_SNMPv3Username should be SNMPAlert5SNMPv3Username (golint)
    • Line 701: warning: don't use underscores in Go names; struct field SNMPAlert_5_State should be SNMPAlert5State (golint)
    • Line 702: warning: don't use underscores in Go names; struct field SNMPAlert_6_Destination should be SNMPAlert6Destination (golint)
    • Line 703: warning: don't use underscores in Go names; struct field SNMPAlert_6_SNMPv3UserID should be SNMPAlert6SNMPv3UserID (golint)
    • Line 704: warning: don't use underscores in Go names; struct field SNMPAlert_6_SNMPv3Username should be SNMPAlert6SNMPv3Username (golint)
    • Line 705: warning: don't use underscores in Go names; struct field SNMPAlert_6_State should be SNMPAlert6State (golint)
    • Line 706: warning: don't use underscores in Go names; struct field SNMPAlert_7_Destination should be SNMPAlert7Destination (golint)
    • Line 707: warning: don't use underscores in Go names; struct field SNMPAlert_7_SNMPv3UserID should be SNMPAlert7SNMPv3UserID (golint)
    • Line 708: warning: don't use underscores in Go names; struct field SNMPAlert_7_SNMPv3Username should be SNMPAlert7SNMPv3Username (golint)
    • Line 709: warning: don't use underscores in Go names; struct field SNMPAlert_7_State should be SNMPAlert7State (golint)
    • Line 710: warning: don't use underscores in Go names; struct field SNMPAlert_8_Destination should be SNMPAlert8Destination (golint)
    • Line 711: warning: don't use underscores in Go names; struct field SNMPAlert_8_SNMPv3UserID should be SNMPAlert8SNMPv3UserID (golint)
    • Line 712: warning: don't use underscores in Go names; struct field SNMPAlert_8_SNMPv3Username should be SNMPAlert8SNMPv3Username (golint)
    • Line 713: warning: don't use underscores in Go names; struct field SNMPAlert_8_State should be SNMPAlert8State (golint)
    • Line 714: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_1_DestIPv4Addr should be SNMPTrapIPv4_1DestIPv4Addr (golint)
    • Line 715: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_1_DestinationNum should be SNMPTrapIPv4_1DestinationNum (golint)
    • Line 716: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_1_State should be SNMPTrapIPv4_1State (golint)
    • Line 717: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_2_DestIPv4Addr should be SNMPTrapIPv4_2DestIPv4Addr (golint)
    • Line 718: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_2_DestinationNum should be SNMPTrapIPv4_2DestinationNum (golint)
    • Line 719: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_2_State should be SNMPTrapIPv4_2State (golint)
    • Line 720: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_3_DestIPv4Addr should be SNMPTrapIPv4_3DestIPv4Addr (golint)
    • Line 721: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_3_DestinationNum should be SNMPTrapIPv4_3DestinationNum (golint)
    • Line 722: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_3_State should be SNMPTrapIPv4_3State (golint)
    • Line 723: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_4_DestIPv4Addr should be SNMPTrapIPv4_4DestIPv4Addr (golint)
    • Line 724: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_4_DestinationNum should be SNMPTrapIPv4_4DestinationNum (golint)
    • Line 725: warning: don't use underscores in Go names; struct field SNMPTrapIPv4_4_State should be SNMPTrapIPv4_4State (golint)
    • Line 726: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_1_DestIPv6Addr should be SNMPTrapIPv6_1DestIPv6Addr (golint)
    • Line 727: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_1_DestinationNum should be SNMPTrapIPv6_1DestinationNum (golint)
    • Line 728: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_1_State should be SNMPTrapIPv6_1State (golint)
    • Line 729: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_2_DestIPv6Addr should be SNMPTrapIPv6_2DestIPv6Addr (golint)
    • Line 730: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_2_DestinationNum should be SNMPTrapIPv6_2DestinationNum (golint)
    • Line 731: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_2_State should be SNMPTrapIPv6_2State (golint)
    • Line 732: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_3_DestIPv6Addr should be SNMPTrapIPv6_3DestIPv6Addr (golint)
    • Line 733: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_3_DestinationNum should be SNMPTrapIPv6_3DestinationNum (golint)
    • Line 734: warning: don't use underscores in Go names; struct field SNMPTrapIPv6_3_State should be SNMPTrapIPv6_3State (golint)
    • Line 735: warning: don't use underscores in Go names; struct field SSH_1_Enable should be SSH1Enable (golint)
    • Line 736: warning: don't use underscores in Go names; struct field SSH_1_MaxSessions should be SSH1MaxSessions (golint)
    • Line 737: warning: don't use underscores in Go names; struct field SSH_1_Port should be SSH1Port (golint)
    • Line 738: warning: don't use underscores in Go names; struct field SSH_1_Timeout should be SSH1Timeout (golint)
    • Line 739: warning: don't use underscores in Go names; struct field Security_1_CsrCommonName should be Security1CsrCommonName (golint)
    • Line 740: warning: don't use underscores in Go names; struct field Security_1_CsrCountryCode should be Security1CsrCountryCode (golint)
    • Line 741: warning: don't use underscores in Go names; struct field Security_1_CsrEmailAddr should be Security1CsrEmailAddr (golint)
    • Line 742: warning: don't use underscores in Go names; struct field Security_1_CsrKeySize should be Security1CsrKeySize (golint)
    • Line 743: warning: don't use underscores in Go names; struct field Security_1_CsrLocalityName should be Security1CsrLocalityName (golint)
    • Line 744: warning: don't use underscores in Go names; struct field Security_1_CsrOrganizationName should be Security1CsrOrganizationName (golint)
    • Line 745: warning: don't use underscores in Go names; struct field Security_1_CsrOrganizationUnit should be Security1CsrOrganizationUnit (golint)
    • Line 746: warning: don't use underscores in Go names; struct field Security_1_CsrStateName should be Security1CsrStateName (golint)
    • Line 747: warning: don't use underscores in Go names; struct field Security_1_CsrSubjectAltName should be Security1CsrSubjectAltName (golint)
    • Line 748: warning: don't use underscores in Go names; struct field Security_1_FIPSMode should be Security1FIPSMode (golint)
    • Line 749: warning: don't use underscores in Go names; struct field Serial_1_BaudRate should be Serial1BaudRate (golint)
    • Line 750: warning: don't use underscores in Go names; struct field Serial_1_Command should be Serial1Command (golint)
    • Line 751: warning: don't use underscores in Go names; struct field Serial_1_Enable should be Serial1Enable (golint)
    • Line 752: warning: don't use underscores in Go names; struct field Serial_1_HistorySize should be Serial1HistorySize (golint)
    • Line 753: warning: don't use underscores in Go names; struct field Serial_1_IdleTimeout should be Serial1IdleTimeout (golint)
    • Line 754: warning: don't use underscores in Go names; struct field Serial_1_NoAuth should be Serial1NoAuth (golint)
    • Line 755: warning: don't use underscores in Go names; struct field SerialRedirection_1_Enable should be SerialRedirection1Enable (golint)
    • Line 756: warning: don't use underscores in Go names; struct field SerialRedirection_1_QuitKey should be SerialRedirection1QuitKey (golint)
    • Line 757: warning: don't use underscores in Go names; struct field ServerBoot_1_BootOnce should be ServerBoot1BootOnce (golint)
    • Line 758: warning: don't use underscores in Go names; struct field ServerBoot_1_FirstBootDevice should be ServerBoot1FirstBootDevice (golint)
    • Line 759: warning: don't use underscores in Go names; struct field ServiceModule_1_HostSNMPAlert should be ServiceModule1HostSNMPAlert (golint)
    • Line 760: warning: don't use underscores in Go names; struct field ServiceModule_1_HostSNMPGet should be ServiceModule1HostSNMPGet (golint)
    • Line 761: warning: don't use underscores in Go names; struct field ServiceModule_1_LCLReplication should be ServiceModule1LCLReplication (golint)
    • Line 762: warning: don't use underscores in Go names; struct field ServiceModule_1_OMSAPresence should be ServiceModule1OMSAPresence (golint)
    • Line 763: warning: don't use underscores in Go names; struct field ServiceModule_1_OSInfo should be ServiceModule1OSInfo (golint)
    • Line 764: warning: don't use underscores in Go names; struct field ServiceModule_1_ServiceModuleEnable should be ServiceModule1ServiceModuleEnable (golint)
    • Line 765: warning: don't use underscores in Go names; struct field ServiceModule_1_ServiceModuleState should be ServiceModule1ServiceModuleState (golint)
    • Line 766: warning: don't use underscores in Go names; struct field ServiceModule_1_ServiceModuleVersion should be ServiceModule1ServiceModuleVersion (golint)
    • Line 767: warning: don't use underscores in Go names; struct field ServiceModule_1_WMIInfo should be ServiceModule1WMIInfo (golint)
    • Line 768: warning: don't use underscores in Go names; struct field ServiceModule_1_WatchdogRecoveryAction should be ServiceModule1WatchdogRecoveryAction (golint)
    • Line 769: warning: don't use underscores in Go names; struct field ServiceModule_1_WatchdogResetTime should be ServiceModule1WatchdogResetTime (golint)
    • Line 770: warning: don't use underscores in Go names; struct field ServiceModule_1_WatchdogState should be ServiceModule1WatchdogState (golint)
    • Line 771: warning: don't use underscores in Go names; struct field ServiceModule_1_iDRACHardReset should be ServiceModule1IDRACHardReset (golint)
    • Line 772: warning: don't use underscores in Go names; struct field ServiceModule_1_iDRACSSOLauncher should be ServiceModule1IDRACSSOLauncher (golint)
    • Line 773: warning: don't use underscores in Go names; struct field SmartCard_1_SmartCardCRLEnable should be SmartCard1SmartCardCRLEnable (golint)
    • Line 774: warning: don't use underscores in Go names; struct field SmartCard_1_SmartCardLogonEnable should be SmartCard1SmartCardLogonEnable (golint)
    • Line 775: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultIPAddress should be SupportAssist1DefaultIPAddress (golint)
    • Line 776: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultPassword should be SupportAssist1DefaultPassword (golint)
    • Line 777: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultProtocol should be SupportAssist1DefaultProtocol (golint)
    • Line 778: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultProtocolPort should be SupportAssist1DefaultProtocolPort (golint)
    • Line 779: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultShareName should be SupportAssist1DefaultShareName (golint)
    • Line 780: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultUserName should be SupportAssist1DefaultUserName (golint)
    • Line 781: warning: don't use underscores in Go names; struct field SupportAssist_1_DefaultWorkgroupName should be SupportAssist1DefaultWorkgroupName (golint)
    • Line 782: warning: don't use underscores in Go names; struct field SupportAssist_1_EmailOptIn should be SupportAssist1EmailOptIn (golint)
    • Line 783: warning: don't use underscores in Go names; struct field SupportAssist_1_EventBasedAutoCollection should be SupportAssist1EventBasedAutoCollection (golint)
    • Line 784: warning: don't use underscores in Go names; struct field SupportAssist_1_FilterAutoCollections should be SupportAssist1FilterAutoCollections (golint)
    • Line 785: warning: don't use underscores in Go names; struct field SupportAssist_1_HostOSProxyAddress should be SupportAssist1HostOSProxyAddress (golint)
    • Line 786: warning: don't use underscores in Go names; struct field SupportAssist_1_HostOSProxyConfigured should be SupportAssist1HostOSProxyConfigured (golint)
    • Line 787: warning: don't use underscores in Go names; struct field SupportAssist_1_HostOSProxyPassword should be SupportAssist1HostOSProxyPassword (golint)
    • Line 788: warning: don't use underscores in Go names; struct field SupportAssist_1_HostOSProxyPort should be SupportAssist1HostOSProxyPort (golint)
    • Line 789: warning: don't use underscores in Go names; struct field SupportAssist_1_HostOSProxyUserName should be SupportAssist1HostOSProxyUserName (golint)
    • Line 790: warning: don't use underscores in Go names; struct field SupportAssist_1_NativeOSLogsCollectionSupported should be SupportAssist1NativeOSLogsCollectionSupported (golint)
    • Line 791: warning: don't use underscores in Go names; struct field SupportAssist_1_PreferredLanguage should be SupportAssist1PreferredLanguage (golint)
    • Line 792: warning: don't use underscores in Go names; struct field SupportAssist_1_ProSupportPlusRecommendationsReport should be SupportAssist1ProSupportPlusRecommendationsReport (golint)
    • Line 793: warning: don't use underscores in Go names; struct field SupportAssist_1_RegistrationID should be SupportAssist1RegistrationID (golint)
    • Line 794: warning: don't use underscores in Go names; struct field SupportAssist_1_RequestTechnicianForPartsDispatch should be SupportAssist1RequestTechnicianForPartsDispatch (golint)
    • Line 795: warning: don't use underscores in Go names; struct field SupportAssist_1_SupportAssistEnableState should be SupportAssist1SupportAssistEnableState (golint)
    • Line 796: warning: don't use underscores in Go names; struct field SupportAssist_1_iDRACFirstPowerUpDateTime should be SupportAssist1IDRACFirstPowerUpDateTime (golint)
    • Line 797: warning: don't use underscores in Go names; struct field SwitchConnectionView_1_Enable should be SwitchConnectionView1Enable (golint)
    • Line 798: warning: don't use underscores in Go names; struct field SysInfo_1_LocalConsoleLockOut should be SysInfo1LocalConsoleLockOut (golint)
    • Line 799: warning: don't use underscores in Go names; struct field SysInfo_1_SystemRev should be SysInfo1SystemRev (golint)
    • Line 800: warning: don't use underscores in Go names; struct field SysLog_1_Port should be SysLog1Port (golint)
    • Line 801: warning: don't use underscores in Go names; struct field SysLog_1_PowerLogEnable should be SysLog1PowerLogEnable (golint)
    • Line 802: warning: don't use underscores in Go names; struct field SysLog_1_PowerLogInterval should be SysLog1PowerLogInterval (golint)
    • Line 803: warning: don't use underscores in Go names; struct field SysLog_1_Server1 should be SysLog1Server1 (golint)
    • Line 804: warning: don't use underscores in Go names; struct field SysLog_1_Server2 should be SysLog1Server2 (golint)
    • Line 805: warning: don't use underscores in Go names; struct field SysLog_1_Server3 should be SysLog1Server3 (golint)
    • Line 806: warning: don't use underscores in Go names; struct field SysLog_1_SysLogEnable should be SysLog1SysLogEnable (golint)
    • Line 807: warning: don't use underscores in Go names; struct field Telnet_1_Enable should be Telnet1Enable (golint)
    • Line 808: warning: don't use underscores in Go names; struct field Telnet_1_MaxSessions should be Telnet1MaxSessions (golint)
    • Line 809: warning: don't use underscores in Go names; struct field Telnet_1_Port should be Telnet1Port (golint)
    • Line 810: warning: don't use underscores in Go names; struct field Telnet_1_Timeout should be Telnet1Timeout (golint)
    • Line 811: warning: don't use underscores in Go names; struct field Time_1_DayLightOffset should be Time1DayLightOffset (golint)
    • Line 812: warning: don't use underscores in Go names; struct field Time_1_TimeZoneOffset should be Time1TimeZoneOffset (golint)
    • Line 813: warning: don't use underscores in Go names; struct field Time_1_Timezone should be Time1Timezone (golint)
    • Line 814: warning: don't use underscores in Go names; struct field USB_1_ConfigurationXML should be USB1ConfigurationXML (golint)
    • Line 815: warning: don't use underscores in Go names; struct field USB_1_ManagementPortMode should be USB1ManagementPortMode (golint)
    • Line 816: warning: don't use underscores in Go names; struct field USB_1_PortStatus should be USB1PortStatus (golint)
    • Line 817: warning: don't use underscores in Go names; struct field USB_1_ZipPassword should be USB1ZipPassword (golint)
    • Line 818: warning: don't use underscores in Go names; struct field Update_1_FwUpdateIPAddr should be Update1FwUpdateIPAddr (golint)
    • Line 819: warning: don't use underscores in Go names; struct field Update_1_FwUpdatePath should be Update1FwUpdatePath (golint)
    • Line 820: warning: don't use underscores in Go names; struct field Update_1_FwUpdateTFTPEnable should be Update1FwUpdateTFTPEnable (golint)
    • Line 821: warning: don't use underscores in Go names; struct field UserDomain_1_Name should be UserDomain1Name (golint)
    • Line 822: warning: don't use underscores in Go names; struct field UserDomain_10_Name should be UserDomain10Name (golint)
    • Line 823: warning: don't use underscores in Go names; struct field UserDomain_11_Name should be UserDomain11Name (golint)
    • Line 824: warning: don't use underscores in Go names; struct field UserDomain_12_Name should be UserDomain12Name (golint)
    • Line 825: warning: don't use underscores in Go names; struct field UserDomain_13_Name should be UserDomain13Name (golint)
    • Line 826: warning: don't use underscores in Go names; struct field UserDomain_14_Name should be UserDomain14Name (golint)
    • Line 827: warning: don't use underscores in Go names; struct field UserDomain_15_Name should be UserDomain15Name (golint)
    • Line 828: warning: don't use underscores in Go names; struct field UserDomain_16_Name should be UserDomain16Name (golint)
    • Line 829: warning: don't use underscores in Go names; struct field UserDomain_17_Name should be UserDomain17Name (golint)
    • Line 830: warning: don't use underscores in Go names; struct field UserDomain_18_Name should be UserDomain18Name (golint)
    • Line 831: warning: don't use underscores in Go names; struct field UserDomain_19_Name should be UserDomain19Name (golint)
    • Line 832: warning: don't use underscores in Go names; struct field UserDomain_2_Name should be UserDomain2Name (golint)
    • Line 833: warning: don't use underscores in Go names; struct field UserDomain_20_Name should be UserDomain20Name (golint)
    • Line 834: warning: don't use underscores in Go names; struct field UserDomain_21_Name should be UserDomain21Name (golint)
    • Line 835: warning: don't use underscores in Go names; struct field UserDomain_22_Name should be UserDomain22Name (golint)
    • Line 836: warning: don't use underscores in Go names; struct field UserDomain_23_Name should be UserDomain23Name (golint)
    • Line 837: warning: don't use underscores in Go names; struct field UserDomain_24_Name should be UserDomain24Name (golint)
    • Line 838: warning: don't use underscores in Go names; struct field UserDomain_25_Name should be UserDomain25Name (golint)
    • Line 839: warning: don't use underscores in Go names; struct field UserDomain_26_Name should be UserDomain26Name (golint)
    • Line 840: warning: don't use underscores in Go names; struct field UserDomain_27_Name should be UserDomain27Name (golint)
    • Line 841: warning: don't use underscores in Go names; struct field UserDomain_28_Name should be UserDomain28Name (golint)
    • Line 842: warning: don't use underscores in Go names; struct field UserDomain_29_Name should be UserDomain29Name (golint)
    • Line 843: warning: don't use underscores in Go names; struct field UserDomain_3_Name should be UserDomain3Name (golint)
    • Line 844: warning: don't use underscores in Go names; struct field UserDomain_30_Name should be UserDomain30Name (golint)
    • Line 845: warning: don't use underscores in Go names; struct field UserDomain_31_Name should be UserDomain31Name (golint)
    • Line 846: warning: don't use underscores in Go names; struct field UserDomain_32_Name should be UserDomain32Name (golint)
    • Line 847: warning: don't use underscores in Go names; struct field UserDomain_33_Name should be UserDomain33Name (golint)
    • Line 848: warning: don't use underscores in Go names; struct field UserDomain_34_Name should be UserDomain34Name (golint)
    • Line 849: warning: don't use underscores in Go names; struct field UserDomain_35_Name should be UserDomain35Name (golint)
    • Line 850: warning: don't use underscores in Go names; struct field UserDomain_36_Name should be UserDomain36Name (golint)
    • Line 851: warning: don't use underscores in Go names; struct field UserDomain_37_Name should be UserDomain37Name (golint)
    • Line 852: warning: don't use underscores in Go names; struct field UserDomain_38_Name should be UserDomain38Name (golint)
    • Line 853: warning: don't use underscores in Go names; struct field UserDomain_39_Name should be UserDomain39Name (golint)
    • Line 854: warning: don't use underscores in Go names; struct field UserDomain_4_Name should be UserDomain4Name (golint)
    • Line 855: warning: don't use underscores in Go names; struct field UserDomain_40_Name should be UserDomain40Name (golint)
    • Line 856: warning: don't use underscores in Go names; struct field UserDomain_5_Name should be UserDomain5Name (golint)
    • Line 857: warning: don't use underscores in Go names; struct field UserDomain_6_Name should be UserDomain6Name (golint)
    • Line 858: warning: don't use underscores in Go names; struct field UserDomain_7_Name should be UserDomain7Name (golint)
    • Line 859: warning: don't use underscores in Go names; struct field UserDomain_8_Name should be UserDomain8Name (golint)
    • Line 860: warning: don't use underscores in Go names; struct field UserDomain_9_Name should be UserDomain9Name (golint)
    • Line 861: warning: don't use underscores in Go names; struct field Users_1_AuthenticationProtocol should be Users1AuthenticationProtocol (golint)
    • Line 862: warning: don't use underscores in Go names; struct field Users_1_Enable should be Users1Enable (golint)
    • Line 863: warning: don't use underscores in Go names; struct field Users_1_IPMIKey should be Users1IPMIKey (golint)
    • Line 864: warning: don't use underscores in Go names; struct field Users_1_IpmiLanPrivilege should be Users1IpmiLanPrivilege (golint)
    • Line 865: warning: don't use underscores in Go names; struct field Users_1_IpmiSerialPrivilege should be Users1IpmiSerialPrivilege (golint)
    • Line 866: warning: don't use underscores in Go names; struct field Users_1_MD5v3Key should be Users1MD5v3Key (golint)
    • Line 867: warning: don't use underscores in Go names; struct field Users_1_Password should be Users1Password (golint)
    • Line 868: warning: don't use underscores in Go names; struct field Users_1_PrivacyProtocol should be Users1PrivacyProtocol (golint)
    • Line 869: warning: don't use underscores in Go names; struct field Users_1_Privilege should be Users1Privilege (golint)
    • Line 870: warning: don't use underscores in Go names; struct field Users_1_ProtocolEnable should be Users1ProtocolEnable (golint)
    • Line 871: warning: don't use underscores in Go names; struct field Users_1_SHA1v3Key should be Users1SHA1v3Key (golint)
    • Line 872: warning: don't use underscores in Go names; struct field Users_1_SHA256Password should be Users1SHA256Password (golint)
    • Line 873: warning: don't use underscores in Go names; struct field Users_1_SHA256PasswordSalt should be Users1SHA256PasswordSalt (golint)
    • Line 874: warning: don't use underscores in Go names; struct field Users_1_SolEnable should be Users1SolEnable (golint)
    • Line 875: warning: don't use underscores in Go names; struct field Users_1_UserName should be Users1UserName (golint)
    • Line 876: warning: don't use underscores in Go names; struct field Users_10_AuthenticationProtocol should be Users10AuthenticationProtocol (golint)
    • Line 877: warning: don't use underscores in Go names; struct field Users_10_Enable should be Users10Enable (golint)
    • Line 878: warning: don't use underscores in Go names; struct field Users_10_IPMIKey should be Users10IPMIKey (golint)
    • Line 879: warning: don't use underscores in Go names; struct field Users_10_IpmiLanPrivilege should be Users10IpmiLanPrivilege (golint)
    • Line 880: warning: don't use underscores in Go names; struct field Users_10_IpmiSerialPrivilege should be Users10IpmiSerialPrivilege (golint)
    • Line 881: warning: don't use underscores in Go names; struct field Users_10_MD5v3Key should be Users10MD5v3Key (golint)
    • Line 882: warning: don't use underscores in Go names; struct field Users_10_Password should be Users10Password (golint)
    • Line 883: warning: don't use underscores in Go names; struct field Users_10_PrivacyProtocol should be Users10PrivacyProtocol (golint)
    • Line 884: warning: don't use underscores in Go names; struct field Users_10_Privilege should be Users10Privilege (golint)
    • Line 885: warning: don't use underscores in Go names; struct field Users_10_ProtocolEnable should be Users10ProtocolEnable (golint)
    • Line 886: warning: don't use underscores in Go names; struct field Users_10_SHA1v3Key should be Users10SHA1v3Key (golint)
    • Line 887: warning: don't use underscores in Go names; struct field Users_10_SHA256Password should be Users10SHA256Password (golint)
    • Line 888: warning: don't use underscores in Go names; struct field Users_10_SHA256PasswordSalt should be Users10SHA256PasswordSalt (golint)
    • Line 889: warning: don't use underscores in Go names; struct field Users_10_SolEnable should be Users10SolEnable (golint)
    • Line 890: warning: don't use underscores in Go names; struct field Users_10_UserName should be Users10UserName (golint)
    • Line 891: warning: don't use underscores in Go names; struct field Users_11_AuthenticationProtocol should be Users11AuthenticationProtocol (golint)
    • Line 892: warning: don't use underscores in Go names; struct field Users_11_Enable should be Users11Enable (golint)
    • Line 893: warning: don't use underscores in Go names; struct field Users_11_IPMIKey should be Users11IPMIKey (golint)
    • Line 894: warning: don't use underscores in Go names; struct field Users_11_IpmiLanPrivilege should be Users11IpmiLanPrivilege (golint)
    • Line 895: warning: don't use underscores in Go names; struct field Users_11_IpmiSerialPrivilege should be Users11IpmiSerialPrivilege (golint)
    • Line 896: warning: don't use underscores in Go names; struct field Users_11_MD5v3Key should be Users11MD5v3Key (golint)
    • Line 897: warning: don't use underscores in Go names; struct field Users_11_Password should be Users11Password (golint)
    • Line 898: warning: don't use underscores in Go names; struct field Users_11_PrivacyProtocol should be Users11PrivacyProtocol (golint)
    • Line 899: warning: don't use underscores in Go names; struct field Users_11_Privilege should be Users11Privilege (golint)
    • Line 900: warning: don't use underscores in Go names; struct field Users_11_ProtocolEnable should be Users11ProtocolEnable (golint)
    • Line 901: warning: don't use underscores in Go names; struct field Users_11_SHA1v3Key should be Users11SHA1v3Key (golint)
    • Line 902: warning: don't use underscores in Go names; struct field Users_11_SHA256Password should be Users11SHA256Password (golint)
    • Line 903: warning: don't use underscores in Go names; struct field Users_11_SHA256PasswordSalt should be Users11SHA256PasswordSalt (golint)
    • Line 904: warning: don't use underscores in Go names; struct field Users_11_SolEnable should be Users11SolEnable (golint)
    • Line 905: warning: don't use underscores in Go names; struct field Users_11_UserName should be Users11UserName (golint)
    • Line 906: warning: don't use underscores in Go names; struct field Users_12_AuthenticationProtocol should be Users12AuthenticationProtocol (golint)
    • Line 907: warning: don't use underscores in Go names; struct field Users_12_Enable should be Users12Enable (golint)
    • Line 908: warning: don't use underscores in Go names; struct field Users_12_IPMIKey should be Users12IPMIKey (golint)
    • Line 909: warning: don't use underscores in Go names; struct field Users_12_IpmiLanPrivilege should be Users12IpmiLanPrivilege (golint)
    • Line 910: warning: don't use underscores in Go names; struct field Users_12_IpmiSerialPrivilege should be Users12IpmiSerialPrivilege (golint)
    • Line 911: warning: don't use underscores in Go names; struct field Users_12_MD5v3Key should be Users12MD5v3Key (golint)
    • Line 912: warning: don't use underscores in Go names; struct field Users_12_Password should be Users12Password (golint)
    • Line 913: warning: don't use underscores in Go names; struct field Users_12_PrivacyProtocol should be Users12PrivacyProtocol (golint)
    • Line 914: warning: don't use underscores in Go names; struct field Users_12_Privilege should be Users12Privilege (golint)
    • Line 915: warning: don't use underscores in Go names; struct field Users_12_ProtocolEnable should be Users12ProtocolEnable (golint)
    • Line 916: warning: don't use underscores in Go names; struct field Users_12_SHA1v3Key should be Users12SHA1v3Key (golint)
    • Line 917: warning: don't use underscores in Go names; struct field Users_12_SHA256Password should be Users12SHA256Password (golint)
    • Line 918: warning: don't use underscores in Go names; struct field Users_12_SHA256PasswordSalt should be Users12SHA256PasswordSalt (golint)
    • Line 919: warning: don't use underscores in Go names; struct field Users_12_SolEnable should be Users12SolEnable (golint)
    • Line 920: warning: don't use underscores in Go names; struct field Users_12_UserName should be Users12UserName (golint)
    • Line 921: warning: don't use underscores in Go names; struct field Users_13_AuthenticationProtocol should be Users13AuthenticationProtocol (golint)
    • Line 922: warning: don't use underscores in Go names; struct field Users_13_Enable should be Users13Enable (golint)
    • Line 923: warning: don't use underscores in Go names; struct field Users_13_IPMIKey should be Users13IPMIKey (golint)
    • Line 924: warning: don't use underscores in Go names; struct field Users_13_IpmiLanPrivilege should be Users13IpmiLanPrivilege (golint)
    • Line 925: warning: don't use underscores in Go names; struct field Users_13_IpmiSerialPrivilege should be Users13IpmiSerialPrivilege (golint)
    • Line 926: warning: don't use underscores in Go names; struct field Users_13_MD5v3Key should be Users13MD5v3Key (golint)
    • Line 927: warning: don't use underscores in Go names; struct field Users_13_Password should be Users13Password (golint)
    • Line 928: warning: don't use underscores in Go names; struct field Users_13_PrivacyProtocol should be Users13PrivacyProtocol (golint)
    • Line 929: warning: don't use underscores in Go names; struct field Users_13_Privilege should be Users13Privilege (golint)
    • Line 930: warning: don't use underscores in Go names; struct field Users_13_ProtocolEnable should be Users13ProtocolEnable (golint)
    • Line 931: warning: don't use underscores in Go names; struct field Users_13_SHA1v3Key should be Users13SHA1v3Key (golint)
    • Line 932: warning: don't use underscores in Go names; struct field Users_13_SHA256Password should be Users13SHA256Password (golint)
    • Line 933: warning: don't use underscores in Go names; struct field Users_13_SHA256PasswordSalt should be Users13SHA256PasswordSalt (golint)
    • Line 934: warning: don't use underscores in Go names; struct field Users_13_SolEnable should be Users13SolEnable (golint)
    • Line 935: warning: don't use underscores in Go names; struct field Users_13_UserName should be Users13UserName (golint)
    • Line 936: warning: don't use underscores in Go names; struct field Users_14_AuthenticationProtocol should be Users14AuthenticationProtocol (golint)
    • Line 937: warning: don't use underscores in Go names; struct field Users_14_Enable should be Users14Enable (golint)
    • Line 938: warning: don't use underscores in Go names; struct field Users_14_IPMIKey should be Users14IPMIKey (golint)
    • Line 939: warning: don't use underscores in Go names; struct field Users_14_IpmiLanPrivilege should be Users14IpmiLanPrivilege (golint)
    • Line 940: warning: don't use underscores in Go names; struct field Users_14_IpmiSerialPrivilege should be Users14IpmiSerialPrivilege (golint)
    • Line 941: warning: don't use underscores in Go names; struct field Users_14_MD5v3Key should be Users14MD5v3Key (golint)
    • Line 942: warning: don't use underscores in Go names; struct field Users_14_Password should be Users14Password (golint)
    • Line 943: warning: don't use underscores in Go names; struct field Users_14_PrivacyProtocol should be Users14PrivacyProtocol (golint)
    • Line 944: warning: don't use underscores in Go names; struct field Users_14_Privilege should be Users14Privilege (golint)
    • Line 945: warning: don't use underscores in Go names; struct field Users_14_ProtocolEnable should be Users14ProtocolEnable (golint)
    • Line 946: warning: don't use underscores in Go names; struct field Users_14_SHA1v3Key should be Users14SHA1v3Key (golint)
    • Line 947: warning: don't use underscores in Go names; struct field Users_14_SHA256Password should be Users14SHA256Password (golint)
    • Line 948: warning: don't use underscores in Go names; struct field Users_14_SHA256PasswordSalt should be Users14SHA256PasswordSalt (golint)
    • Line 949: warning: don't use underscores in Go names; struct field Users_14_SolEnable should be Users14SolEnable (golint)
    • Line 950: warning: don't use underscores in Go names; struct field Users_14_UserName should be Users14UserName (golint)
    • Line 951: warning: don't use underscores in Go names; struct field Users_15_AuthenticationProtocol should be Users15AuthenticationProtocol (golint)
    • Line 952: warning: don't use underscores in Go names; struct field Users_15_Enable should be Users15Enable (golint)
    • Line 953: warning: don't use underscores in Go names; struct field Users_15_IPMIKey should be Users15IPMIKey (golint)
    • Line 954: warning: don't use underscores in Go names; struct field Users_15_IpmiLanPrivilege should be Users15IpmiLanPrivilege (golint)
    • Line 955: warning: don't use underscores in Go names; struct field Users_15_IpmiSerialPrivilege should be Users15IpmiSerialPrivilege (golint)
    • Line 956: warning: don't use underscores in Go names; struct field Users_15_MD5v3Key should be Users15MD5v3Key (golint)
    • Line 957: warning: don't use underscores in Go names; struct field Users_15_Password should be Users15Password (golint)
    • Line 958: warning: don't use underscores in Go names; struct field Users_15_PrivacyProtocol should be Users15PrivacyProtocol (golint)
    • Line 959: warning: don't use underscores in Go names; struct field Users_15_Privilege should be Users15Privilege (golint)
    • Line 960: warning: don't use underscores in Go names; struct field Users_15_ProtocolEnable should be Users15ProtocolEnable (golint)
    • Line 961: warning: don't use underscores in Go names; struct field Users_15_SHA1v3Key should be Users15SHA1v3Key (golint)
    • Line 962: warning: don't use underscores in Go names; struct field Users_15_SHA256Password should be Users15SHA256Password (golint)
    • Line 963: warning: don't use underscores in Go names; struct field Users_15_SHA256PasswordSalt should be Users15SHA256PasswordSalt (golint)
    • Line 964: warning: don't use underscores in Go names; struct field Users_15_SolEnable should be Users15SolEnable (golint)
    • Line 965: warning: don't use underscores in Go names; struct field Users_15_UserName should be Users15UserName (golint)
    • Line 966: warning: don't use underscores in Go names; struct field Users_16_AuthenticationProtocol should be Users16AuthenticationProtocol (golint)
    • Line 967: warning: don't use underscores in Go names; struct field Users_16_Enable should be Users16Enable (golint)
    • Line 968: warning: don't use underscores in Go names; struct field Users_16_IPMIKey should be Users16IPMIKey (golint)
    • Line 969: warning: don't use underscores in Go names; struct field Users_16_IpmiLanPrivilege should be Users16IpmiLanPrivilege (golint)
    • Line 970: warning: don't use underscores in Go names; struct field Users_16_IpmiSerialPrivilege should be Users16IpmiSerialPrivilege (golint)
    • Line 971: warning: don't use underscores in Go names; struct field Users_16_MD5v3Key should be Users16MD5v3Key (golint)
    • Line 972: warning: don't use underscores in Go names; struct field Users_16_Password should be Users16Password (golint)
    • Line 973: warning: don't use underscores in Go names; struct field Users_16_PrivacyProtocol should be Users16PrivacyProtocol (golint)
    • Line 974: warning: don't use underscores in Go names; struct field Users_16_Privilege should be Users16Privilege (golint)
    • Line 975: warning: don't use underscores in Go names; struct field Users_16_ProtocolEnable should be Users16ProtocolEnable (golint)
    • Line 976: warning: don't use underscores in Go names; struct field Users_16_SHA1v3Key should be Users16SHA1v3Key (golint)
    • Line 977: warning: don't use underscores in Go names; struct field Users_16_SHA256Password should be Users16SHA256Password (golint)
    • Line 978: warning: don't use underscores in Go names; struct field Users_16_SHA256PasswordSalt should be Users16SHA256PasswordSalt (golint)
    • Line 979: warning: don't use underscores in Go names; struct field Users_16_SolEnable should be Users16SolEnable (golint)
    • Line 980: warning: don't use underscores in Go names; struct field Users_16_UserName should be Users16UserName (golint)
    • Line 981: warning: don't use underscores in Go names; struct field Users_2_AuthenticationProtocol should be Users2AuthenticationProtocol (golint)
    • Line 982: warning: don't use underscores in Go names; struct field Users_2_Enable should be Users2Enable (golint)
    • Line 983: warning: don't use underscores in Go names; struct field Users_2_IPMIKey should be Users2IPMIKey (golint)
    • Line 984: warning: don't use underscores in Go names; struct field Users_2_IpmiLanPrivilege should be Users2IpmiLanPrivilege (golint)
    • Line 985: warning: don't use underscores in Go names; struct field Users_2_IpmiSerialPrivilege should be Users2IpmiSerialPrivilege (golint)
    • Line 986: warning: don't use underscores in Go names; struct field Users_2_MD5v3Key should be Users2MD5v3Key (golint)
    • Line 987: warning: don't use underscores in Go names; struct field Users_2_Password should be Users2Password (golint)
    • Line 988: warning: don't use underscores in Go names; struct field Users_2_PrivacyProtocol should be Users2PrivacyProtocol (golint)
    • Line 989: warning: don't use underscores in Go names; struct field Users_2_Privilege should be Users2Privilege (golint)
    • Line 990: warning: don't use underscores in Go names; struct field Users_2_ProtocolEnable should be Users2ProtocolEnable (golint)
    • Line 991: warning: don't use underscores in Go names; struct field Users_2_SHA1v3Key should be Users2SHA1v3Key (golint)
    • Line 992: warning: don't use underscores in Go names; struct field Users_2_SHA256Password should be Users2SHA256Password (golint)
    • Line 993: warning: don't use underscores in Go names; struct field Users_2_SHA256PasswordSalt should be Users2SHA256PasswordSalt (golint)
    • Line 994: warning: don't use underscores in Go names; struct field Users_2_SolEnable should be Users2SolEnable (golint)
    • Line 995: warning: don't use underscores in Go names; struct field Users_2_UserName should be Users2UserName (golint)
    • Line 996: warning: don't use underscores in Go names; struct field Users_3_AuthenticationProtocol should be Users3AuthenticationProtocol (golint)
    • Line 997: warning: don't use underscores in Go names; struct field Users_3_Enable should be Users3Enable (golint)
    • Line 998: warning: don't use underscores in Go names; struct field Users_3_IPMIKey should be Users3IPMIKey (golint)
    • Line 999: warning: don't use underscores in Go names; struct field Users_3_IpmiLanPrivilege should be Users3IpmiLanPrivilege (golint)
    • Line 1000: warning: don't use underscores in Go names; struct field Users_3_IpmiSerialPrivilege should be Users3IpmiSerialPrivilege (golint)
    • Line 1001: warning: don't use underscores in Go names; struct field Users_3_MD5v3Key should be Users3MD5v3Key (golint)
    • Line 1002: warning: don't use underscores in Go names; struct field Users_3_Password should be Users3Password (golint)
    • Line 1003: warning: don't use underscores in Go names; struct field Users_3_PrivacyProtocol should be Users3PrivacyProtocol (golint)
    • Line 1004: warning: don't use underscores in Go names; struct field Users_3_Privilege should be Users3Privilege (golint)
    • Line 1005: warning: don't use underscores in Go names; struct field Users_3_ProtocolEnable should be Users3ProtocolEnable (golint)
    • Line 1006: warning: don't use underscores in Go names; struct field Users_3_SHA1v3Key should be Users3SHA1v3Key (golint)
    • Line 1007: warning: don't use underscores in Go names; struct field Users_3_SHA256Password should be Users3SHA256Password (golint)
    • Line 1008: warning: don't use underscores in Go names; struct field Users_3_SHA256PasswordSalt should be Users3SHA256PasswordSalt (golint)
    • Line 1009: warning: don't use underscores in Go names; struct field Users_3_SolEnable should be Users3SolEnable (golint)
    • Line 1010: warning: don't use underscores in Go names; struct field Users_3_UserName should be Users3UserName (golint)
    • Line 1011: warning: don't use underscores in Go names; struct field Users_4_AuthenticationProtocol should be Users4AuthenticationProtocol (golint)
    • Line 1012: warning: don't use underscores in Go names; struct field Users_4_Enable should be Users4Enable (golint)
    • Line 1013: warning: don't use underscores in Go names; struct field Users_4_IPMIKey should be Users4IPMIKey (golint)
    • Line 1014: warning: don't use underscores in Go names; struct field Users_4_IpmiLanPrivilege should be Users4IpmiLanPrivilege (golint)
    • Line 1015: warning: don't use underscores in Go names; struct field Users_4_IpmiSerialPrivilege should be Users4IpmiSerialPrivilege (golint)
    • Line 1016: warning: don't use underscores in Go names; struct field Users_4_MD5v3Key should be Users4MD5v3Key (golint)
    • Line 1017: warning: don't use underscores in Go names; struct field Users_4_Password should be Users4Password (golint)
    • Line 1018: warning: don't use underscores in Go names; struct field Users_4_PrivacyProtocol should be Users4PrivacyProtocol (golint)
    • Line 1019: warning: don't use underscores in Go names; struct field Users_4_Privilege should be Users4Privilege (golint)
    • Line 1020: warning: don't use underscores in Go names; struct field Users_4_ProtocolEnable should be Users4ProtocolEnable (golint)
    • Line 1021: warning: don't use underscores in Go names; struct field Users_4_SHA1v3Key should be Users4SHA1v3Key (golint)
    • Line 1022: warning: don't use underscores in Go names; struct field Users_4_SHA256Password should be Users4SHA256Password (golint)
    • Line 1023: warning: don't use underscores in Go names; struct field Users_4_SHA256PasswordSalt should be Users4SHA256PasswordSalt (golint)
    • Line 1024: warning: don't use underscores in Go names; struct field Users_4_SolEnable should be Users4SolEnable (golint)
    • Line 1025: warning: don't use underscores in Go names; struct field Users_4_UserName should be Users4UserName (golint)
    • Line 1026: warning: don't use underscores in Go names; struct field Users_5_AuthenticationProtocol should be Users5AuthenticationProtocol (golint)
    • Line 1027: warning: don't use underscores in Go names; struct field Users_5_Enable should be Users5Enable (golint)
    • Line 1028: warning: don't use underscores in Go names; struct field Users_5_IPMIKey should be Users5IPMIKey (golint)
    • Line 1029: warning: don't use underscores in Go names; struct field Users_5_IpmiLanPrivilege should be Users5IpmiLanPrivilege (golint)
    • Line 1030: warning: don't use underscores in Go names; struct field Users_5_IpmiSerialPrivilege should be Users5IpmiSerialPrivilege (golint)
    • Line 1031: warning: don't use underscores in Go names; struct field Users_5_MD5v3Key should be Users5MD5v3Key (golint)
    • Line 1032: warning: don't use underscores in Go names; struct field Users_5_Password should be Users5Password (golint)
    • Line 1033: warning: don't use underscores in Go names; struct field Users_5_PrivacyProtocol should be Users5PrivacyProtocol (golint)
    • Line 1034: warning: don't use underscores in Go names; struct field Users_5_Privilege should be Users5Privilege (golint)
    • Line 1035: warning: don't use underscores in Go names; struct field Users_5_ProtocolEnable should be Users5ProtocolEnable (golint)
    • Line 1036: warning: don't use underscores in Go names; struct field Users_5_SHA1v3Key should be Users5SHA1v3Key (golint)
    • Line 1037: warning: don't use underscores in Go names; struct field Users_5_SHA256Password should be Users5SHA256Password (golint)
    • Line 1038: warning: don't use underscores in Go names; struct field Users_5_SHA256PasswordSalt should be Users5SHA256PasswordSalt (golint)
    • Line 1039: warning: don't use underscores in Go names; struct field Users_5_SolEnable should be Users5SolEnable (golint)
    • Line 1040: warning: don't use underscores in Go names; struct field Users_5_UserName should be Users5UserName (golint)
    • Line 1041: warning: don't use underscores in Go names; struct field Users_6_AuthenticationProtocol should be Users6AuthenticationProtocol (golint)
    • Line 1042: warning: don't use underscores in Go names; struct field Users_6_Enable should be Users6Enable (golint)
    • Line 1043: warning: don't use underscores in Go names; struct field Users_6_IPMIKey should be Users6IPMIKey (golint)
    • Line 1044: warning: don't use underscores in Go names; struct field Users_6_IpmiLanPrivilege should be Users6IpmiLanPrivilege (golint)
    • Line 1045: warning: don't use underscores in Go names; struct field Users_6_IpmiSerialPrivilege should be Users6IpmiSerialPrivilege (golint)
    • Line 1046: warning: don't use underscores in Go names; struct field Users_6_MD5v3Key should be Users6MD5v3Key (golint)
    • Line 1047: warning: don't use underscores in Go names; struct field Users_6_Password should be Users6Password (golint)
    • Line 1048: warning: don't use underscores in Go names; struct field Users_6_PrivacyProtocol should be Users6PrivacyProtocol (golint)
    • Line 1049: warning: don't use underscores in Go names; struct field Users_6_Privilege should be Users6Privilege (golint)
    • Line 1050: warning: don't use underscores in Go names; struct field Users_6_ProtocolEnable should be Users6ProtocolEnable (golint)
    • Line 1051: warning: don't use underscores in Go names; struct field Users_6_SHA1v3Key should be Users6SHA1v3Key (golint)
    • Line 1052: warning: don't use underscores in Go names; struct field Users_6_SHA256Password should be Users6SHA256Password (golint)
    • Line 1053: warning: don't use underscores in Go names; struct field Users_6_SHA256PasswordSalt should be Users6SHA256PasswordSalt (golint)
    • Line 1054: warning: don't use underscores in Go names; struct field Users_6_SolEnable should be Users6SolEnable (golint)
    • Line 1055: warning: don't use underscores in Go names; struct field Users_6_UserName should be Users6UserName (golint)
    • Line 1056: warning: don't use underscores in Go names; struct field Users_7_AuthenticationProtocol should be Users7AuthenticationProtocol (golint)
    • Line 1057: warning: don't use underscores in Go names; struct field Users_7_Enable should be Users7Enable (golint)
    • Line 1058: warning: don't use underscores in Go names; struct field Users_7_IPMIKey should be Users7IPMIKey (golint)
    • Line 1059: warning: don't use underscores in Go names; struct field Users_7_IpmiLanPrivilege should be Users7IpmiLanPrivilege (golint)
    • Line 1060: warning: don't use underscores in Go names; struct field Users_7_IpmiSerialPrivilege should be Users7IpmiSerialPrivilege (golint)
    • Line 1061: warning: don't use underscores in Go names; struct field Users_7_MD5v3Key should be Users7MD5v3Key (golint)
    • Line 1062: warning: don't use underscores in Go names; struct field Users_7_Password should be Users7Password (golint)
    • Line 1063: warning: don't use underscores in Go names; struct field Users_7_PrivacyProtocol should be Users7PrivacyProtocol (golint)
    • Line 1064: warning: don't use underscores in Go names; struct field Users_7_Privilege should be Users7Privilege (golint)
    • Line 1065: warning: don't use underscores in Go names; struct field Users_7_ProtocolEnable should be Users7ProtocolEnable (golint)
    • Line 1066: warning: don't use underscores in Go names; struct field Users_7_SHA1v3Key should be Users7SHA1v3Key (golint)
    • Line 1067: warning: don't use underscores in Go names; struct field Users_7_SHA256Password should be Users7SHA256Password (golint)
    • Line 1068: warning: don't use underscores in Go names; struct field Users_7_SHA256PasswordSalt should be Users7SHA256PasswordSalt (golint)
    • Line 1069: warning: don't use underscores in Go names; struct field Users_7_SolEnable should be Users7SolEnable (golint)
    • Line 1070: warning: don't use underscores in Go names; struct field Users_7_UserName should be Users7UserName (golint)
    • Line 1071: warning: don't use underscores in Go names; struct field Users_8_AuthenticationProtocol should be Users8AuthenticationProtocol (golint)
    • Line 1072: warning: don't use underscores in Go names; struct field Users_8_Enable should be Users8Enable (golint)
    • Line 1073: warning: don't use underscores in Go names; struct field Users_8_IPMIKey should be Users8IPMIKey (golint)
    • Line 1074: warning: don't use underscores in Go names; struct field Users_8_IpmiLanPrivilege should be Users8IpmiLanPrivilege (golint)
    • Line 1075: warning: don't use underscores in Go names; struct field Users_8_IpmiSerialPrivilege should be Users8IpmiSerialPrivilege (golint)
    • Line 1076: warning: don't use underscores in Go names; struct field Users_8_MD5v3Key should be Users8MD5v3Key (golint)
    • Line 1077: warning: don't use underscores in Go names; struct field Users_8_Password should be Users8Password (golint)
    • Line 1078: warning: don't use underscores in Go names; struct field Users_8_PrivacyProtocol should be Users8PrivacyProtocol (golint)
    • Line 1079: warning: don't use underscores in Go names; struct field Users_8_Privilege should be Users8Privilege (golint)
    • Line 1080: warning: don't use underscores in Go names; struct field Users_8_ProtocolEnable should be Users8ProtocolEnable (golint)
    • Line 1081: warning: don't use underscores in Go names; struct field Users_8_SHA1v3Key should be Users8SHA1v3Key (golint)
    • Line 1082: warning: don't use underscores in Go names; struct field Users_8_SHA256Password should be Users8SHA256Password (golint)
    • Line 1083: warning: don't use underscores in Go names; struct field Users_8_SHA256PasswordSalt should be Users8SHA256PasswordSalt (golint)
    • Line 1084: warning: don't use underscores in Go names; struct field Users_8_SolEnable should be Users8SolEnable (golint)
    • Line 1085: warning: don't use underscores in Go names; struct field Users_8_UserName should be Users8UserName (golint)
    • Line 1086: warning: don't use underscores in Go names; struct field Users_9_AuthenticationProtocol should be Users9AuthenticationProtocol (golint)
    • Line 1087: warning: don't use underscores in Go names; struct field Users_9_Enable should be Users9Enable (golint)
    • Line 1088: warning: don't use underscores in Go names; struct field Users_9_IPMIKey should be Users9IPMIKey (golint)
    • Line 1089: warning: don't use underscores in Go names; struct field Users_9_IpmiLanPrivilege should be Users9IpmiLanPrivilege (golint)
    • Line 1090: warning: don't use underscores in Go names; struct field Users_9_IpmiSerialPrivilege should be Users9IpmiSerialPrivilege (golint)
    • Line 1091: warning: don't use underscores in Go names; struct field Users_9_MD5v3Key should be Users9MD5v3Key (golint)
    • Line 1092: warning: don't use underscores in Go names; struct field Users_9_Password should be Users9Password (golint)
    • Line 1093: warning: don't use underscores in Go names; struct field Users_9_PrivacyProtocol should be Users9PrivacyProtocol (golint)
    • Line 1094: warning: don't use underscores in Go names; struct field Users_9_Privilege should be Users9Privilege (golint)
    • Line 1095: warning: don't use underscores in Go names; struct field Users_9_ProtocolEnable should be Users9ProtocolEnable (golint)
    • Line 1096: warning: don't use underscores in Go names; struct field Users_9_SHA1v3Key should be Users9SHA1v3Key (golint)
    • Line 1097: warning: don't use underscores in Go names; struct field Users_9_SHA256Password should be Users9SHA256Password (golint)
    • Line 1098: warning: don't use underscores in Go names; struct field Users_9_SHA256PasswordSalt should be Users9SHA256PasswordSalt (golint)
    • Line 1099: warning: don't use underscores in Go names; struct field Users_9_SolEnable should be Users9SolEnable (golint)
    • Line 1100: warning: don't use underscores in Go names; struct field Users_9_UserName should be Users9UserName (golint)
    • Line 1101: warning: don't use underscores in Go names; struct field VNCServer_1_ActiveSessions should be VNCServer1ActiveSessions (golint)
    • Line 1102: warning: don't use underscores in Go names; struct field VNCServer_1_Enable should be VNCServer1Enable (golint)
    • Line 1103: warning: don't use underscores in Go names; struct field VNCServer_1_LowerEncryptionBitLength should be VNCServer1LowerEncryptionBitLength (golint)
    • Line 1104: warning: don't use underscores in Go names; struct field VNCServer_1_MaxSessions should be VNCServer1MaxSessions (golint)
    • Line 1105: warning: don't use underscores in Go names; struct field VNCServer_1_Password should be VNCServer1Password (golint)
    • Line 1106: warning: don't use underscores in Go names; struct field VNCServer_1_Port should be VNCServer1Port (golint)
    • Line 1107: warning: don't use underscores in Go names; struct field VNCServer_1_SSLEncryptionBitLength should be VNCServer1SSLEncryptionBitLength (golint)
    • Line 1108: warning: don't use underscores in Go names; struct field VNCServer_1_Timeout should be VNCServer1Timeout (golint)
    • Line 1109: warning: don't use underscores in Go names; struct field VirtualConsole_1_AccessPrivilege should be VirtualConsole1AccessPrivilege (golint)
    • Line 1110: warning: don't use underscores in Go names; struct field VirtualConsole_1_ActiveSessions should be VirtualConsole1ActiveSessions (golint)
    • Line 1111: warning: don't use underscores in Go names; struct field VirtualConsole_1_AttachState should be VirtualConsole1AttachState (golint)
    • Line 1112: warning: don't use underscores in Go names; struct field VirtualConsole_1_Enable should be VirtualConsole1Enable (golint)
    • Line 1113: warning: don't use underscores in Go names; struct field VirtualConsole_1_EncryptEnable should be VirtualConsole1EncryptEnable (golint)
    • Line 1114: warning: don't use underscores in Go names; struct field VirtualConsole_1_LocalDisable should be VirtualConsole1LocalDisable (golint)
    • Line 1115: warning: don't use underscores in Go names; struct field VirtualConsole_1_LocalVideo should be VirtualConsole1LocalVideo (golint)
    • Line 1116: warning: don't use underscores in Go names; struct field VirtualConsole_1_MaxSessions should be VirtualConsole1MaxSessions (golint)
    • Line 1117: warning: don't use underscores in Go names; struct field VirtualConsole_1_PluginType should be VirtualConsole1PluginType (golint)
    • Line 1118: warning: don't use underscores in Go names; struct field VirtualConsole_1_Port should be VirtualConsole1Port (golint)
    • Line 1119: warning: don't use underscores in Go names; struct field VirtualConsole_1_Timeout should be VirtualConsole1Timeout (golint)
    • Line 1120: warning: don't use underscores in Go names; struct field VirtualConsole_1_TimeoutEnable should be VirtualConsole1TimeoutEnable (golint)
    • Line 1121: warning: don't use underscores in Go names; struct field VirtualMedia_1_ActiveSessions should be VirtualMedia1ActiveSessions (golint)
    • Line 1122: warning: don't use underscores in Go names; struct field VirtualMedia_1_Attached should be VirtualMedia1Attached (golint)
    • Line 1123: warning: don't use underscores in Go names; struct field VirtualMedia_1_BootOnce should be VirtualMedia1BootOnce (golint)
    • Line 1124: warning: don't use underscores in Go names; struct field VirtualMedia_1_Enable should be VirtualMedia1Enable (golint)
    • Line 1125: warning: don't use underscores in Go names; struct field VirtualMedia_1_EncryptEnable should be VirtualMedia1EncryptEnable (golint)
    • Line 1126: warning: don't use underscores in Go names; struct field VirtualMedia_1_FloppyEmulation should be VirtualMedia1FloppyEmulation (golint)
    • Line 1127: warning: don't use underscores in Go names; struct field VirtualMedia_1_KeyEnable should be VirtualMedia1KeyEnable (golint)
    • Line 1128: warning: don't use underscores in Go names; struct field VirtualMedia_1_MaxSessions should be VirtualMedia1MaxSessions (golint)
    • Line 1129: warning: don't use underscores in Go names; struct field WebServer_1_CustomCipherString should be WebServer1CustomCipherString (golint)
    • Line 1130: warning: don't use underscores in Go names; struct field WebServer_1_Enable should be WebServer1Enable (golint)
    • Line 1131: warning: don't use underscores in Go names; struct field WebServer_1_HttpPort should be WebServer1HTTPPort (golint)
    • Line 1132: warning: don't use underscores in Go names; struct field WebServer_1_HttpsPort should be WebServer1HTTPSPort (golint)
    • Line 1133: warning: don't use underscores in Go names; struct field WebServer_1_HttpsRedirection should be WebServer1HTTPSRedirection (golint)
    • Line 1134: warning: don't use underscores in Go names; struct field WebServer_1_LowerEncryptionBitLength should be WebServer1LowerEncryptionBitLength (golint)
    • Line 1135: warning: don't use underscores in Go names; struct field WebServer_1_MaxNumberOfSessions should be WebServer1MaxNumberOfSessions (golint)
    • Line 1136: warning: don't use underscores in Go names; struct field WebServer_1_SSLEncryptionBitLength should be WebServer1SSLEncryptionBitLength (golint)
    • Line 1137: warning: don't use underscores in Go names; struct field WebServer_1_TLSProtocol should be WebServer1TLSProtocol (golint)
    • Line 1138: warning: don't use underscores in Go names; struct field WebServer_1_Timeout should be WebServer1Timeout (golint)
    • Line 1139: warning: don't use underscores in Go names; struct field WebServer_1_TitleBarOption should be WebServer1TitleBarOption (golint)
    • Line 1140: warning: don't use underscores in Go names; struct field WebServer_1_TitleBarOptionCustom should be WebServer1TitleBarOptionCustom (golint)
    • Line 1141: warning: don't use underscores in Go names; struct field VFlashPartition_1_AccessType should be VFlashPartition1AccessType (golint)
    • Line 1142: warning: don't use underscores in Go names; struct field VFlashPartition_1_AttachState should be VFlashPartition1AttachState (golint)
    • Line 1143: warning: don't use underscores in Go names; struct field VFlashPartition_1_EmulationType should be VFlashPartition1EmulationType (golint)
    • Line 1144: warning: don't use underscores in Go names; struct field VFlashPartition_1_FormatType should be VFlashPartition1FormatType (golint)
    • Line 1145: warning: don't use underscores in Go names; struct field VFlashPartition_1_IsGroupInstanceValid should be VFlashPartition1IsGroupInstanceValid (golint)
    • Line 1146: warning: don't use underscores in Go names; struct field VFlashPartition_1_Size should be VFlashPartition1Size (golint)
    • Line 1147: warning: don't use underscores in Go names; struct field VFlashPartition_1_VolumeLabel should be VFlashPartition1VolumeLabel (golint)
    • Line 1148: warning: don't use underscores in Go names; struct field VFlashPartition_10_AccessType should be VFlashPartition10AccessType (golint)
    • Line 1149: warning: don't use underscores in Go names; struct field VFlashPartition_10_AttachState should be VFlashPartition10AttachState (golint)
    • Line 1150: warning: don't use underscores in Go names; struct field VFlashPartition_10_EmulationType should be VFlashPartition10EmulationType (golint)
    • Line 1151: warning: don't use underscores in Go names; struct field VFlashPartition_10_FormatType should be VFlashPartition10FormatType (golint)
    • Line 1152: warning: don't use underscores in Go names; struct field VFlashPartition_10_IsGroupInstanceValid should be VFlashPartition10IsGroupInstanceValid (golint)
    • Line 1153: warning: don't use underscores in Go names; struct field VFlashPartition_10_Size should be VFlashPartition10Size (golint)
    • Line 1154: warning: don't use underscores in Go names; struct field VFlashPartition_10_VolumeLabel should be VFlashPartition10VolumeLabel (golint)
    • Line 1155: warning: don't use underscores in Go names; struct field VFlashPartition_11_AccessType should be VFlashPartition11AccessType (golint)
    • Line 1156: warning: don't use underscores in Go names; struct field VFlashPartition_11_AttachState should be VFlashPartition11AttachState (golint)
    • Line 1157: warning: don't use underscores in Go names; struct field VFlashPartition_11_EmulationType should be VFlashPartition11EmulationType (golint)
    • Line 1158: warning: don't use underscores in Go names; struct field VFlashPartition_11_FormatType should be VFlashPartition11FormatType (golint)
    • Line 1159: warning: don't use underscores in Go names; struct field VFlashPartition_11_IsGroupInstanceValid should be VFlashPartition11IsGroupInstanceValid (golint)
    • Line 1160: warning: don't use underscores in Go names; struct field VFlashPartition_11_Size should be VFlashPartition11Size (golint)
    • Line 1161: warning: don't use underscores in Go names; struct field VFlashPartition_11_VolumeLabel should be VFlashPartition11VolumeLabel (golint)
    • Line 1162: warning: don't use underscores in Go names; struct field VFlashPartition_12_AccessType should be VFlashPartition12AccessType (golint)
    • Line 1163: warning: don't use underscores in Go names; struct field VFlashPartition_12_AttachState should be VFlashPartition12AttachState (golint)
    • Line 1164: warning: don't use underscores in Go names; struct field VFlashPartition_12_EmulationType should be VFlashPartition12EmulationType (golint)
    • Line 1165: warning: don't use underscores in Go names; struct field VFlashPartition_12_FormatType should be VFlashPartition12FormatType (golint)
    • Line 1166: warning: don't use underscores in Go names; struct field VFlashPartition_12_IsGroupInstanceValid should be VFlashPartition12IsGroupInstanceValid (golint)
    • Line 1167: warning: don't use underscores in Go names; struct field VFlashPartition_12_Size should be VFlashPartition12Size (golint)
    • Line 1168: warning: don't use underscores in Go names; struct field VFlashPartition_12_VolumeLabel should be VFlashPartition12VolumeLabel (golint)
    • Line 1169: warning: don't use underscores in Go names; struct field VFlashPartition_13_AccessType should be VFlashPartition13AccessType (golint)
    • Line 1170: warning: don't use underscores in Go names; struct field VFlashPartition_13_AttachState should be VFlashPartition13AttachState (golint)
    • Line 1171: warning: don't use underscores in Go names; struct field VFlashPartition_13_EmulationType should be VFlashPartition13EmulationType (golint)
    • Line 1172: warning: don't use underscores in Go names; struct field VFlashPartition_13_FormatType should be VFlashPartition13FormatType (golint)
    • Line 1173: warning: don't use underscores in Go names; struct field VFlashPartition_13_IsGroupInstanceValid should be VFlashPartition13IsGroupInstanceValid (golint)
    • Line 1174: warning: don't use underscores in Go names; struct field VFlashPartition_13_Size should be VFlashPartition13Size (golint)
    • Line 1175: warning: don't use underscores in Go names; struct field VFlashPartition_13_VolumeLabel should be VFlashPartition13VolumeLabel (golint)
    • Line 1176: warning: don't use underscores in Go names; struct field VFlashPartition_14_AccessType should be VFlashPartition14AccessType (golint)
    • Line 1177: warning: don't use underscores in Go names; struct field VFlashPartition_14_AttachState should be VFlashPartition14AttachState (golint)
    • Line 1178: warning: don't use underscores in Go names; struct field VFlashPartition_14_EmulationType should be VFlashPartition14EmulationType (golint)
    • Line 1179: warning: don't use underscores in Go names; struct field VFlashPartition_14_FormatType should be VFlashPartition14FormatType (golint)
    • Line 1180: warning: don't use underscores in Go names; struct field VFlashPartition_14_IsGroupInstanceValid should be VFlashPartition14IsGroupInstanceValid (golint)
    • Line 1181: warning: don't use underscores in Go names; struct field VFlashPartition_14_Size should be VFlashPartition14Size (golint)
    • Line 1182: warning: don't use underscores in Go names; struct field VFlashPartition_14_VolumeLabel should be VFlashPartition14VolumeLabel (golint)
    • Line 1183: warning: don't use underscores in Go names; struct field VFlashPartition_15_AccessType should be VFlashPartition15AccessType (golint)
    • Line 1184: warning: don't use underscores in Go names; struct field VFlashPartition_15_AttachState should be VFlashPartition15AttachState (golint)
    • Line 1185: warning: don't use underscores in Go names; struct field VFlashPartition_15_EmulationType should be VFlashPartition15EmulationType (golint)
    • Line 1186: warning: don't use underscores in Go names; struct field VFlashPartition_15_FormatType should be VFlashPartition15FormatType (golint)
    • Line 1187: warning: don't use underscores in Go names; struct field VFlashPartition_15_IsGroupInstanceValid should be VFlashPartition15IsGroupInstanceValid (golint)
    • Line 1188: warning: don't use underscores in Go names; struct field VFlashPartition_15_Size should be VFlashPartition15Size (golint)
    • Line 1189: warning: don't use underscores in Go names; struct field VFlashPartition_15_VolumeLabel should be VFlashPartition15VolumeLabel (golint)
    • Line 1190: warning: don't use underscores in Go names; struct field VFlashPartition_16_AccessType should be VFlashPartition16AccessType (golint)
    • Line 1191: warning: don't use underscores in Go names; struct field VFlashPartition_16_AttachState should be VFlashPartition16AttachState (golint)
    • Line 1192: warning: don't use underscores in Go names; struct field VFlashPartition_16_EmulationType should be VFlashPartition16EmulationType (golint)
    • Line 1193: warning: don't use underscores in Go names; struct field VFlashPartition_16_FormatType should be VFlashPartition16FormatType (golint)
    • Line 1194: warning: don't use underscores in Go names; struct field VFlashPartition_16_IsGroupInstanceValid should be VFlashPartition16IsGroupInstanceValid (golint)
    • Line 1195: warning: don't use underscores in Go names; struct field VFlashPartition_16_Size should be VFlashPartition16Size (golint)
    • Line 1196: warning: don't use underscores in Go names; struct field VFlashPartition_16_VolumeLabel should be VFlashPartition16VolumeLabel (golint)
    • Line 1197: warning: don't use underscores in Go names; struct field VFlashPartition_2_AccessType should be VFlashPartition2AccessType (golint)
    • Line 1198: warning: don't use underscores in Go names; struct field VFlashPartition_2_AttachState should be VFlashPartition2AttachState (golint)
    • Line 1199: warning: don't use underscores in Go names; struct field VFlashPartition_2_EmulationType should be VFlashPartition2EmulationType (golint)
    • Line 1200: warning: don't use underscores in Go names; struct field VFlashPartition_2_FormatType should be VFlashPartition2FormatType (golint)
    • Line 1201: warning: don't use underscores in Go names; struct field VFlashPartition_2_IsGroupInstanceValid should be VFlashPartition2IsGroupInstanceValid (golint)
    • Line 1202: warning: don't use underscores in Go names; struct field VFlashPartition_2_Size should be VFlashPartition2Size (golint)
    • Line 1203: warning: don't use underscores in Go names; struct field VFlashPartition_2_VolumeLabel should be VFlashPartition2VolumeLabel (golint)
    • Line 1204: warning: don't use underscores in Go names; struct field VFlashPartition_3_AccessType should be VFlashPartition3AccessType (golint)
    • Line 1205: warning: don't use underscores in Go names; struct field VFlashPartition_3_AttachState should be VFlashPartition3AttachState (golint)
    • Line 1206: warning: don't use underscores in Go names; struct field VFlashPartition_3_EmulationType should be VFlashPartition3EmulationType (golint)
    • Line 1207: warning: don't use underscores in Go names; struct field VFlashPartition_3_FormatType should be VFlashPartition3FormatType (golint)
    • Line 1208: warning: don't use underscores in Go names; struct field VFlashPartition_3_IsGroupInstanceValid should be VFlashPartition3IsGroupInstanceValid (golint)
    • Line 1209: warning: don't use underscores in Go names; struct field VFlashPartition_3_Size should be VFlashPartition3Size (golint)
    • Line 1210: warning: don't use underscores in Go names; struct field VFlashPartition_3_VolumeLabel should be VFlashPartition3VolumeLabel (golint)
    • Line 1211: warning: don't use underscores in Go names; struct field VFlashPartition_4_AccessType should be VFlashPartition4AccessType (golint)
    • Line 1212: warning: don't use underscores in Go names; struct field VFlashPartition_4_AttachState should be VFlashPartition4AttachState (golint)
    • Line 1213: warning: don't use underscores in Go names; struct field VFlashPartition_4_EmulationType should be VFlashPartition4EmulationType (golint)
    • Line 1214: warning: don't use underscores in Go names; struct field VFlashPartition_4_FormatType should be VFlashPartition4FormatType (golint)
    • Line 1215: warning: don't use underscores in Go names; struct field VFlashPartition_4_IsGroupInstanceValid should be VFlashPartition4IsGroupInstanceValid (golint)
    • Line 1216: warning: don't use underscores in Go names; struct field VFlashPartition_4_Size should be VFlashPartition4Size (golint)
    • Line 1217: warning: don't use underscores in Go names; struct field VFlashPartition_4_VolumeLabel should be VFlashPartition4VolumeLabel (golint)
    • Line 1218: warning: don't use underscores in Go names; struct field VFlashPartition_5_AccessType should be VFlashPartition5AccessType (golint)
    • Line 1219: warning: don't use underscores in Go names; struct field VFlashPartition_5_AttachState should be VFlashPartition5AttachState (golint)
    • Line 1220: warning: don't use underscores in Go names; struct field VFlashPartition_5_EmulationType should be VFlashPartition5EmulationType (golint)
    • Line 1221: warning: don't use underscores in Go names; struct field VFlashPartition_5_FormatType should be VFlashPartition5FormatType (golint)
    • Line 1222: warning: don't use underscores in Go names; struct field VFlashPartition_5_IsGroupInstanceValid should be VFlashPartition5IsGroupInstanceValid (golint)
    • Line 1223: warning: don't use underscores in Go names; struct field VFlashPartition_5_Size should be VFlashPartition5Size (golint)
    • Line 1224: warning: don't use underscores in Go names; struct field VFlashPartition_5_VolumeLabel should be VFlashPartition5VolumeLabel (golint)
    • Line 1225: warning: don't use underscores in Go names; struct field VFlashPartition_6_AccessType should be VFlashPartition6AccessType (golint)
    • Line 1226: warning: don't use underscores in Go names; struct field VFlashPartition_6_AttachState should be VFlashPartition6AttachState (golint)
    • Line 1227: warning: don't use underscores in Go names; struct field VFlashPartition_6_EmulationType should be VFlashPartition6EmulationType (golint)
    • Line 1228: warning: don't use underscores in Go names; struct field VFlashPartition_6_FormatType should be VFlashPartition6FormatType (golint)
    • Line 1229: warning: don't use underscores in Go names; struct field VFlashPartition_6_IsGroupInstanceValid should be VFlashPartition6IsGroupInstanceValid (golint)
    • Line 1230: warning: don't use underscores in Go names; struct field VFlashPartition_6_Size should be VFlashPartition6Size (golint)
    • Line 1231: warning: don't use underscores in Go names; struct field VFlashPartition_6_VolumeLabel should be VFlashPartition6VolumeLabel (golint)
    • Line 1232: warning: don't use underscores in Go names; struct field VFlashPartition_7_AccessType should be VFlashPartition7AccessType (golint)
    • Line 1233: warning: don't use underscores in Go names; struct field VFlashPartition_7_AttachState should be VFlashPartition7AttachState (golint)
    • Line 1234: warning: don't use underscores in Go names; struct field VFlashPartition_7_EmulationType should be VFlashPartition7EmulationType (golint)
    • Line 1235: warning: don't use underscores in Go names; struct field VFlashPartition_7_FormatType should be VFlashPartition7FormatType (golint)
    • Line 1236: warning: don't use underscores in Go names; struct field VFlashPartition_7_IsGroupInstanceValid should be VFlashPartition7IsGroupInstanceValid (golint)
    • Line 1237: warning: don't use underscores in Go names; struct field VFlashPartition_7_Size should be VFlashPartition7Size (golint)
    • Line 1238: warning: don't use underscores in Go names; struct field VFlashPartition_7_VolumeLabel should be VFlashPartition7VolumeLabel (golint)
    • Line 1239: warning: don't use underscores in Go names; struct field VFlashPartition_8_AccessType should be VFlashPartition8AccessType (golint)
    • Line 1240: warning: don't use underscores in Go names; struct field VFlashPartition_8_AttachState should be VFlashPartition8AttachState (golint)
    • Line 1241: warning: don't use underscores in Go names; struct field VFlashPartition_8_EmulationType should be VFlashPartition8EmulationType (golint)
    • Line 1242: warning: don't use underscores in Go names; struct field VFlashPartition_8_FormatType should be VFlashPartition8FormatType (golint)
    • Line 1243: warning: don't use underscores in Go names; struct field VFlashPartition_8_IsGroupInstanceValid should be VFlashPartition8IsGroupInstanceValid (golint)
    • Line 1244: warning: don't use underscores in Go names; struct field VFlashPartition_8_Size should be VFlashPartition8Size (golint)
    • Line 1245: warning: don't use underscores in Go names; struct field VFlashPartition_8_VolumeLabel should be VFlashPartition8VolumeLabel (golint)
    • Line 1246: warning: don't use underscores in Go names; struct field VFlashPartition_9_AccessType should be VFlashPartition9AccessType (golint)
    • Line 1247: warning: don't use underscores in Go names; struct field VFlashPartition_9_AttachState should be VFlashPartition9AttachState (golint)
    • Line 1248: warning: don't use underscores in Go names; struct field VFlashPartition_9_EmulationType should be VFlashPartition9EmulationType (golint)
    • Line 1249: warning: don't use underscores in Go names; struct field VFlashPartition_9_FormatType should be VFlashPartition9FormatType (golint)
    • Line 1250: warning: don't use underscores in Go names; struct field VFlashPartition_9_IsGroupInstanceValid should be VFlashPartition9IsGroupInstanceValid (golint)
    • Line 1251: warning: don't use underscores in Go names; struct field VFlashPartition_9_Size should be VFlashPartition9Size (golint)
    • Line 1252: warning: don't use underscores in Go names; struct field VFlashPartition_9_VolumeLabel should be VFlashPartition9VolumeLabel (golint)
    • Line 1253: warning: don't use underscores in Go names; struct field VFlashSD_1_AvailableSize should be VFlashSD1AvailableSize (golint)
    • Line 1254: warning: don't use underscores in Go names; struct field VFlashSD_1_Bitmap should be VFlashSD1Bitmap (golint)
    • Line 1255: warning: don't use underscores in Go names; struct field VFlashSD_1_Enable should be VFlashSD1Enable (golint)
    • Line 1256: warning: don't use underscores in Go names; struct field VFlashSD_1_Health should be VFlashSD1Health (golint)
    • Line 1257: warning: don't use underscores in Go names; struct field VFlashSD_1_Initialized should be VFlashSD1Initialized (golint)
    • Line 1258: warning: don't use underscores in Go names; struct field VFlashSD_1_Licensed should be VFlashSD1Licensed (golint)
    • Line 1259: warning: don't use underscores in Go names; struct field VFlashSD_1_Presence should be VFlashSD1Presence (golint)
    • Line 1260: warning: don't use underscores in Go names; struct field VFlashSD_1_Size should be VFlashSD1Size (golint)
    • Line 1261: warning: don't use underscores in Go names; struct field VFlashSD_1_WriteProtect should be VFlashSD1WriteProtect (golint)
    • Line 1267: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1268: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1270: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1273: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1274: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1275: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1306: warning: comment on exported type BiosAttrDell should be of the form "BiosAttrDell ..." (with optional leading article) (golint)
    • Line 1308: warning: don't use underscores in Go names; struct field Redfish_Settings should be RedfishSettings (golint)
    • Line 1309: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1310: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1312: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1315: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1316: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1317: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1319: warning: don't use underscores in Go names; struct field Bios_ChangePassword should be BiosChangePassword (golint)
    • Line 1322: warning: don't use underscores in Go names; struct field Bios_ResetBios should be BiosResetBios (golint)
    • Line 1333: warning: exported type BiosAttributesData should have comment or be unexported (golint)
    • Line 1561: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1562: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1563: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1570: warning: don't use underscores in Go names; struct field IPv4Addresses_odata_count should be IPv4AddressesOdataCount (golint)
    • Line 1572: warning: don't use underscores in Go names; struct field IPv6AddressPolicyTable_odata_count should be IPv6AddressPolicyTableOdataCount (golint)
    • Line 1574: warning: don't use underscores in Go names; struct field IPv6Addresses_odata_count should be IPv6AddressesOdataCount (golint)
    • Line 1577: warning: don't use underscores in Go names; struct field IPv6StaticAddresses_odata_count should be IPv6StaticAddressesOdataCount (golint)
    • Line 1583: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1591: warning: don't use underscores in Go names; struct field NameServers_odata_count should be NameServersOdataCount (golint)
    • Line 1610: warning: don't use underscores in Go names; struct field Odata_context should be OdataContext (golint)
    • Line 1611: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 1612: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 1626: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 1629: warning: don't use underscores in Go names; struct field NetDevFuncMaxBWAlloc_odata_count should be NetDevFuncMaxBWAllocOdataCount (golint)
    • Line 1633: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 1636: warning: don't use underscores in Go names; struct field NetDevFuncMinBWAlloc_odata_count should be NetDevFuncMinBWAllocOdataCount (golint)
    • Line 1639: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 1651: warning: don't use underscores in Go names; struct field Odata_context should be OdataContext (golint)
    • Line 1652: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 1653: warning: don't use underscores in Go names; struct field Oddata_id should be OddataID (golint)
    • Line 1664: warning: don't use underscores in Go names; struct field SupportedEthernetCapabilities_odata_count should be SupportedEthernetCapabilitiesOdataCount (golint)
    • Line 1670: warning: don't use underscores in Go names; struct field SupportedLinkCapabilities_odata_count should be SupportedLinkCapabilitiesOdataCount (golint)
    • Line 1677: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1678: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1679: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1707: warning: don't use underscores in Go names; struct field NetworkDeviceFunctions_odata_count should be NetworkDeviceFunctionsOdataCount (golint)
    • Line 1711: warning: don't use underscores in Go names; struct field NetworkPorts_odata_count should be NetworkPortsOdataCount (golint)
    • Line 1736: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1737: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1738: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1740: warning: don't use underscores in Go names; struct field _ComputerSystem_Reset should be _ComputerSystemReset (golint)
    • Line 1741: warning: don't use underscores in Go names; struct field ResetType_Redfish_AllowableValues should be ResetTypeRedfishAllowableValues (golint)
    • Line 1747: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1752: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1755: warning: don't use underscores in Go names; struct field BootOrder_odata_count should be BootOrderOdataCount (golint)
    • Line 1759: warning: don't use underscores in Go names; struct field BootSourceOverrideTarget_Redfish_AllowableValues should be BootSourceOverrideTargetRedfishAllowableValues (golint)
    • Line 1764: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1775: warning: don't use underscores in Go names; struct field HostingRoles_odata_count should be HostingRolesOdataCount (golint)
    • Line 1780: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1782: warning: don't use underscores in Go names; struct field Chassis_odata_count should be ChassisOdataCount (golint)
    • Line 1784: warning: don't use underscores in Go names; struct field CooledBy_odata_count should be CooledByOdataCount (golint)
    • Line 1786: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1788: warning: don't use underscores in Go names; struct field ManagedBy_odata_count should be ManagedByOdataCount (golint)
    • Line 1792: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1795: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1798: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1801: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1804: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1807: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1810: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1815: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1817: warning: don't use underscores in Go names; struct field PoweredBy_odata_count should be PoweredByOdataCount (golint)
    • Line 1821: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1835: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1840: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1841: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1842: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1870: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1872: warning: don't use underscores in Go names; struct field PCIeDevices_odata_count should be PCIeDevicesOdataCount (golint)
    • Line 1874: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1876: warning: don't use underscores in Go names; struct field PCIeFunctions_odata_count should be PCIeFunctionsOdataCount (golint)
    • Line 1890: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1894: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1898: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1906: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1920: warning: don't use underscores in Go names; struct field _Redfish_Settings should be _RedfishSettings (golint)
    • Line 1921: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1922: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1924: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1928: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1929: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1930: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1947: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1948: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1949: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1956: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1957: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1958: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1985: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1986: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1987: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 1992: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 1993: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 1994: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2014: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2016: warning: don't use underscores in Go names; struct field RelatedItem_odata_count should be RelatedItemOdataCount (golint)
    • Line 2018: warning: don't use underscores in Go names; struct field PowerControl_odata_count should be PowerControlOdataCount (golint)
    • Line 2020: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2021: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2022: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2024: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2037: warning: don't use underscores in Go names; struct field InputRanges_odata_count should be InputRangesOdataCount (golint)
    • Line 2048: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2049: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2050: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2054: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2059: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2060: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2061: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2073: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2074: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2075: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2082: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2084: warning: don't use underscores in Go names; struct field RedundancySet_odata_count should be RedundancySetOdataCount (golint)
    • Line 2092: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2094: warning: don't use underscores in Go names; struct field RelatedItem_odata_count should be RelatedItemOdataCount (golint)
    • Line 2104: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2105: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2106: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2113: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2123: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2124: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2125: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2136: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2138: warning: don't use underscores in Go names; struct field RelatedItem_odata_count should be RelatedItemOdataCount (golint)
    • Line 2153: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2154: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2155: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2161: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2173: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2174: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2175: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2178: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2179: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2190: warning: don't use underscores in Go names; struct field MessageArgs_odata_count should be MessageArgsOdataCount (golint)
    • Line 2199: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2205: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2206: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2207: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2210: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2211: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2220: warning: don't use underscores in Go names; struct field MessageArgs_odata_count should be MessageArgsOdataCount (golint)
    • Line 2227: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2233: warning: don't use underscores in Go names; struct field Odata_context should be OdataContext (golint)
    • Line 2234: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 2235: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 2238: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 2239: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 2246: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 2251: warning: don't use underscores in Go names; struct field MessageArgs_odata_count should be MessageArgsOdataCount (golint)
    • Line 2261: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2262: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2263: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2266: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2267: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2269: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2283: warning: don't use underscores in Go names; struct field Redundancy_odata_count should be RedundancyOdataCount (golint)
    • Line 2285: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2287: warning: don't use underscores in Go names; struct field RelatedItem_odata_count should be RelatedItemOdataCount (golint)
    • Line 2300: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2301: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2309: warning: don't use underscores in Go names; struct field RedundancySet_odata_count should be RedundancySetOdataCount (golint)
    • Line 2317: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2318: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2319: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2330: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2332: warning: don't use underscores in Go names; struct field RelatedItem_odata_count should be RelatedItemOdataCount (golint)
    • Line 2352: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2356: warning: exported type Members should have comment or be unexported (golint)
    • Line 2362: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2363: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2364: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2366: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2373: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2383: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2384: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2385: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2417: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2418: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2419: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2424: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2430: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2431: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2432: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2437: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2441: warning: exported type StorageDetailsDell should have comment or be unexported (golint)
    • Line 2442: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2443: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2444: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2453: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2455: warning: don't use underscores in Go names; struct field Enclosures_odata_count should be EnclosuresOdataCount (golint)
    • Line 2461: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2462: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2463: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2485: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2486: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2488: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2509: warning: don't use underscores in Go names; struct field StorageControllers_odata_count should be StorageControllersOdataCount (golint)
    • Line 2511: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2515: warning: exported type StorageDriveDetailsDell should have comment or be unexported (golint)
    • Line 2517: warning: don't use underscores in Go names; struct field Drive_SecureErase should be DriveSecureErase (golint)
    • Line 2522: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2539: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2542: warning: don't use underscores in Go names; struct field Volumes_odata_count should be VolumesOdataCount (golint)
    • Line 2553: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 2554: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 2555: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2713: warning: comment on exported type SystemInfoHP should be of the form "SystemInfoHP ..." (with optional leading article) (golint)
    • Line 2928: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 2942: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2961: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 2994: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3047: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3076: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3087: warning: comment on exported type EthernetInterfacesHP should be of the form "EthernetInterfacesHP ..." (with optional leading article) (golint)
    • Line 3094: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 3095: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3096: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3133: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3206: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3208: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 3222: warning: comment on exported type ProcessorInfoHP should be of the form "ProcessorInfoHP ..." (with optional leading article) (golint)
    • Line 3368: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 3369: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3370: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3376: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3400: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3402: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 3423: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 3424: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3425: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3434: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 3452: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 3454: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 3665: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 3679: warning: comment on exported type PCISlotsInfoHP should be of the form "PCISlotsInfoHP ..." (with optional leading article) (golint)
    • Line 3712: warning: don't use underscores in Go names; struct field Members_odata_count should be MembersOdataCount (golint)
    • Line 4041: warning: comment on exported type ExportConfigStatus should be of the form "ExportConfigStatus ..." (with optional leading article) (golint)
    • Line 4052: warning: don't use underscores in Go names; struct field MessageArgs_odata_count should be MessageArgsOdataCount (golint)
    • Line 4055: warning: don't use underscores in Go names; struct field Messages_odata_count should be MessagesOdataCount (golint)
    • Line 4059: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 4080: warning: exported type ExportConfigResponse should have comment or be unexported (golint)
    • Line 4089: warning: don't use underscores in Go names; struct field Set_On_Import should be SetOnImport (golint)
    • Line 4100: warning: exported type JobResponseDell should have comment or be unexported (golint)
    • Line 4104: warning: don't use underscores in Go names; struct field MessageArgs_odata_count should be MessageArgsOdataCount (golint)
    • Line 4107: warning: don't use underscores in Go names; struct field RelatedProperties_odata_count should be RelatedPropertiesOdataCount (golint)
    • Line 4113: warning: exported type JobStatusDell should have comment or be unexported (golint)
    • Line 4132: warning: exported type UserListResponseDell should have comment or be unexported (golint)
    • Line 4133: warning: don't use underscores in Go names; struct field _odata_context should be _odataContext (golint)
    • Line 4134: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 4135: warning: don't use underscores in Go names; struct field _odata_type should be _odataType (golint)
    • Line 4141: warning: don't use underscores in Go names; struct field _odata_id should be _odataID (golint)
    • Line 4151: warning: exported type UserListDell should have comment or be unexported (golint)
    • Line 4160: warning: don't use underscores in Go names; struct field Odata_context should be OdataContext (golint)
    • Line 4161: warning: don't use underscores in Go names; struct field Odata_id should be OdataID (golint)
    • Line 4162: warning: don't use underscores in Go names; struct field Odata_type should be OdataType (golint)
    • Line 4164: warning: don't use underscores in Go names; struct field VirtualMedia_EjectMedia should be VirtualMediaEjectMedia (golint)
    • Line 4167: warning: don't use underscores in Go names; struct field VirtualMedia_InsertMedia should be VirtualMediaInsertMedia (golint)
    • Line 4178: warning: don't use underscores in Go names; struct field MediaTypes_odata_count should be MediaTypesOdataCount (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign60%

IneffAssign detects ineffectual assignments in Go code.


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!