Preparing report...

Report for github.com/google/gnxi

A+    Excellent!    Found 16 issues across 80 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!


golint97%

Golint is a linter for Go source code.

    • gnxi/utils/mockos/mockos.go
    • Line 1: warning: package comment should be of the form "Package mockos ..." (golint)
    • Line 1: warning: package comment should not have leading space (golint)
    • Line 31: warning: exported type OS should have comment or be unexported (golint)
    • gnxi/gnmi/modeldata/gostruct/generated.go
    • Line 41: warning: exported var SchemaTree should have comment or be unexported (golint)
    • Line 121: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces should be OpenconfigInterfacesInterfaces (golint)
    • Line 172: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface should be OpenconfigInterfacesInterfacesInterface (golint)
    • Line 211: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Config should be OpenconfigInterfacesInterfacesInterfaceConfig (golint)
    • Line 240: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_HoldTime should be OpenconfigInterfacesInterfacesInterfaceHoldTime (golint)
    • Line 265: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_HoldTime_Config should be OpenconfigInterfacesInterfacesInterfaceHoldTimeConfig (golint)
    • Line 290: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_HoldTime_State should be OpenconfigInterfacesInterfacesInterfaceHoldTimeState (golint)
    • Line 315: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_State should be OpenconfigInterfacesInterfacesInterfaceState (golint)
    • Line 350: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_State_Counters should be OpenconfigInterfacesInterfacesInterfaceStateCounters (golint)
    • Line 391: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Subinterfaces should be OpenconfigInterfacesInterfacesInterfaceSubinterfaces (golint)
    • Line 442: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Subinterfaces_Subinterface should be OpenconfigInterfacesInterfacesInterfaceSubinterfacesSubinterface (golint)
    • Line 479: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Subinterfaces_Subinterface_Config should be OpenconfigInterfacesInterfacesInterfaceSubinterfacesSubinterfaceConfig (golint)
    • Line 506: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Subinterfaces_Subinterface_State should be OpenconfigInterfacesInterfacesInterfaceSubinterfacesSubinterfaceState (golint)
    • Line 539: warning: don't use underscores in Go names; type OpenconfigInterfaces_Interfaces_Interface_Subinterfaces_Subinterface_State_Counters should be OpenconfigInterfacesInterfacesInterfaceSubinterfacesSubinterfaceStateCounters (golint)
    • Line 581: warning: don't use underscores in Go names; type OpenconfigMessages_Messages should be OpenconfigMessagesMessages (golint)
    • Line 605: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_Config should be OpenconfigMessagesMessagesConfig (golint)
    • Line 629: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_DebugEntries should be OpenconfigMessagesMessagesDebugEntries (golint)
    • Line 680: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_DebugEntries_DebugService should be OpenconfigMessagesMessagesDebugEntriesDebugService (golint)
    • Line 714: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_DebugEntries_DebugService_Config should be OpenconfigMessagesMessagesDebugEntriesDebugServiceConfig (golint)
    • Line 739: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_DebugEntries_DebugService_State should be OpenconfigMessagesMessagesDebugEntriesDebugServiceState (golint)
    • Line 764: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_State should be OpenconfigMessagesMessagesState (golint)
    • Line 789: warning: don't use underscores in Go names; type OpenconfigMessages_Messages_State_Message should be OpenconfigMessagesMessagesStateMessage (golint)
    • Line 817: warning: don't use underscores in Go names; type OpenconfigPlatform_Components should be OpenconfigPlatformComponents (golint)
    • Line 866: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component should be OpenconfigPlatformComponentsComponent (golint)
    • Line 914: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Backplane should be OpenconfigPlatformComponentsComponentBackplane (golint)
    • Line 939: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Backplane_Config should be OpenconfigPlatformComponentsComponentBackplaneConfig (golint)
    • Line 962: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Backplane_State should be OpenconfigPlatformComponentsComponentBackplaneState (golint)
    • Line 985: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Chassis should be OpenconfigPlatformComponentsComponentChassis (golint)
    • Line 1010: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Chassis_Config should be OpenconfigPlatformComponentsComponentChassisConfig (golint)
    • Line 1033: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Chassis_State should be OpenconfigPlatformComponentsComponentChassisState (golint)
    • Line 1056: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Config should be OpenconfigPlatformComponentsComponentConfig (golint)
    • Line 1080: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Cpu should be OpenconfigPlatformComponentsComponentCPU (golint)
    • Line 1105: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Cpu_Config should be OpenconfigPlatformComponentsComponentCPUConfig (golint)
    • Line 1128: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Cpu_State should be OpenconfigPlatformComponentsComponentCPUState (golint)
    • Line 1151: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fabric should be OpenconfigPlatformComponentsComponentFabric (golint)
    • Line 1176: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fabric_Config should be OpenconfigPlatformComponentsComponentFabricConfig (golint)
    • Line 1199: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fabric_State should be OpenconfigPlatformComponentsComponentFabricState (golint)
    • Line 1222: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fan should be OpenconfigPlatformComponentsComponentFan (golint)
    • Line 1247: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fan_Config should be OpenconfigPlatformComponentsComponentFanConfig (golint)
    • Line 1270: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Fan_State should be OpenconfigPlatformComponentsComponentFanState (golint)
    • Line 1293: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_IntegratedCircuit should be OpenconfigPlatformComponentsComponentIntegratedCircuit (golint)
    • Line 1318: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_IntegratedCircuit_Config should be OpenconfigPlatformComponentsComponentIntegratedCircuitConfig (golint)
    • Line 1341: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_IntegratedCircuit_State should be OpenconfigPlatformComponentsComponentIntegratedCircuitState (golint)
    • Line 1364: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Port should be OpenconfigPlatformComponentsComponentPort (golint)
    • Line 1389: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Port_Config should be OpenconfigPlatformComponentsComponentPortConfig (golint)
    • Line 1412: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Port_State should be OpenconfigPlatformComponentsComponentPortState (golint)
    • Line 1435: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_PowerSupply should be OpenconfigPlatformComponentsComponentPowerSupply (golint)
    • Line 1460: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_PowerSupply_Config should be OpenconfigPlatformComponentsComponentPowerSupplyConfig (golint)
    • Line 1483: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_PowerSupply_State should be OpenconfigPlatformComponentsComponentPowerSupplyState (golint)
    • Line 1506: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties should be OpenconfigPlatformComponentsComponentProperties (golint)
    • Line 1557: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property should be OpenconfigPlatformComponentsComponentPropertiesProperty (golint)
    • Line 1594: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfig (golint)
    • Line 1620: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1626: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union_Bool should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnionBool (golint)
    • Line 1632: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1637: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union_Float64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnionFloat64 (golint)
    • Line 1643: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1648: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union_Int64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnionInt64 (golint)
    • Line 1654: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1659: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union_String should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnionString (golint)
    • Line 1665: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1670: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union_Uint64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnionUint64 (golint)
    • Line 1676: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1682: warning: don't use underscores in Go names; method To_OpenconfigPlatform_Components_Component_Properties_Property_Config_Value_Union should be ToOpenconfigPlatformComponentsComponentPropertiesPropertyConfigValueUnion (golint)
    • Line 1700: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State should be OpenconfigPlatformComponentsComponentPropertiesPropertyState (golint)
    • Line 1727: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1733: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union_Bool should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnionBool (golint)
    • Line 1739: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1744: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union_Float64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnionFloat64 (golint)
    • Line 1750: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1755: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union_Int64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnionInt64 (golint)
    • Line 1761: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1766: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union_String should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnionString (golint)
    • Line 1772: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1777: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union_Uint64 should be OpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnionUint64 (golint)
    • Line 1783: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be IsOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1789: warning: don't use underscores in Go names; method To_OpenconfigPlatform_Components_Component_Properties_Property_State_Value_Union should be ToOpenconfigPlatformComponentsComponentPropertiesPropertyStateValueUnion (golint)
    • Line 1807: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State should be OpenconfigPlatformComponentsComponentState (golint)
    • Line 1853: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State_Type_Union should be OpenconfigPlatformComponentsComponentStateTypeUnion (golint)
    • Line 1859: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State_Type_Union_E_OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT should be OpenconfigPlatformComponentsComponentStateTypeUnionEOpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENT (golint)
    • Line 1860: warning: don't use underscores in Go names; struct field E_OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT should be EOpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENT (golint)
    • Line 1865: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_State_Type_Union should be IsOpenconfigPlatformComponentsComponentStateTypeUnion (golint)
    • Line 1870: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State_Type_Union_E_OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT should be OpenconfigPlatformComponentsComponentStateTypeUnionEOpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENT (golint)
    • Line 1871: warning: don't use underscores in Go names; struct field E_OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT should be EOpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENT (golint)
    • Line 1876: warning: don't use underscores in Go names; method Is_OpenconfigPlatform_Components_Component_State_Type_Union should be IsOpenconfigPlatformComponentsComponentStateTypeUnion (golint)
    • Line 1882: warning: don't use underscores in Go names; method To_OpenconfigPlatform_Components_Component_State_Type_Union should be ToOpenconfigPlatformComponentsComponentStateTypeUnion (golint)
    • Line 1894: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State_Memory should be OpenconfigPlatformComponentsComponentStateMemory (golint)
    • Line 1919: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_State_Temperature should be OpenconfigPlatformComponentsComponentStateTemperature (golint)
    • Line 1952: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Storage should be OpenconfigPlatformComponentsComponentStorage (golint)
    • Line 1977: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Storage_Config should be OpenconfigPlatformComponentsComponentStorageConfig (golint)
    • Line 2000: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Storage_State should be OpenconfigPlatformComponentsComponentStorageState (golint)
    • Line 2023: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Subcomponents should be OpenconfigPlatformComponentsComponentSubcomponents (golint)
    • Line 2074: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Subcomponents_Subcomponent should be OpenconfigPlatformComponentsComponentSubcomponentsSubcomponent (golint)
    • Line 2111: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Subcomponents_Subcomponent_Config should be OpenconfigPlatformComponentsComponentSubcomponentsSubcomponentConfig (golint)
    • Line 2135: warning: don't use underscores in Go names; type OpenconfigPlatform_Components_Component_Subcomponents_Subcomponent_State should be OpenconfigPlatformComponentsComponentSubcomponentsSubcomponentState (golint)
    • Line 2159: warning: don't use underscores in Go names; type OpenconfigSystem_System should be OpenconfigSystemSystem (golint)
    • Line 2197: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa should be OpenconfigSystemSystemAaa (golint)
    • Line 2224: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting should be OpenconfigSystemSystemAaaAccounting (golint)
    • Line 2250: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Config should be OpenconfigSystemSystemAaaAccountingConfig (golint)
    • Line 2275: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union should be OpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2281: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2282: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2287: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union should be IsOpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2292: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union_String should be OpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnionString (golint)
    • Line 2298: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union should be IsOpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2304: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Accounting_Config_AccountingMethod_Union should be ToOpenconfigSystemSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2316: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Events should be OpenconfigSystemSystemAaaAccountingEvents (golint)
    • Line 2367: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Events_Event should be OpenconfigSystemSystemAaaAccountingEventsEvent (golint)
    • Line 2401: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Events_Event_Config should be OpenconfigSystemSystemAaaAccountingEventsEventConfig (golint)
    • Line 2426: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_Events_Event_State should be OpenconfigSystemSystemAaaAccountingEventsEventState (golint)
    • Line 2451: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_State should be OpenconfigSystemSystemAaaAccountingState (golint)
    • Line 2476: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union should be OpenconfigSystemSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2482: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAccountingStateAccountingMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2483: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2488: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union should be IsOpenconfigSystemSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2493: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union_String should be OpenconfigSystemSystemAaaAccountingStateAccountingMethodUnionString (golint)
    • Line 2499: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union should be IsOpenconfigSystemSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2505: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Accounting_State_AccountingMethod_Union should be ToOpenconfigSystemSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2517: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication should be OpenconfigSystemSystemAaaAuthentication (golint)
    • Line 2544: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_AdminUser should be OpenconfigSystemSystemAaaAuthenticationAdminUser (golint)
    • Line 2569: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_AdminUser_Config should be OpenconfigSystemSystemAaaAuthenticationAdminUserConfig (golint)
    • Line 2594: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_AdminUser_State should be OpenconfigSystemSystemAaaAuthenticationAdminUserState (golint)
    • Line 2620: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Config should be OpenconfigSystemSystemAaaAuthenticationConfig (golint)
    • Line 2645: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be OpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2651: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2652: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2657: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be IsOpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2662: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union_String should be OpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnionString (golint)
    • Line 2668: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be IsOpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2674: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be ToOpenconfigSystemSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2686: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_State should be OpenconfigSystemSystemAaaAuthenticationState (golint)
    • Line 2711: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union should be OpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2717: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2718: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2723: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union should be IsOpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2728: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union_String should be OpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnionString (golint)
    • Line 2734: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union should be IsOpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2740: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authentication_State_AuthenticationMethod_Union should be ToOpenconfigSystemSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2752: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users should be OpenconfigSystemSystemAaaAuthenticationUsers (golint)
    • Line 2803: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User should be OpenconfigSystemSystemAaaAuthenticationUsersUser (golint)
    • Line 2840: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_Config should be OpenconfigSystemSystemAaaAuthenticationUsersUserConfig (golint)
    • Line 2869: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union should be OpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2875: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union_E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be OpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnionEOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2876: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2881: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union should be IsOpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2886: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union_String should be OpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnionString (golint)
    • Line 2892: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union should be IsOpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2898: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authentication_Users_User_Config_Role_Union should be ToOpenconfigSystemSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2910: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_State should be OpenconfigSystemSystemAaaAuthenticationUsersUserState (golint)
    • Line 2939: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union should be OpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2945: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union_E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be OpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnionEOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2946: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2951: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union should be IsOpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2956: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union_String should be OpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnionString (golint)
    • Line 2962: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union should be IsOpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2968: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authentication_Users_User_State_Role_Union should be ToOpenconfigSystemSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2980: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization should be OpenconfigSystemSystemAaaAuthorization (golint)
    • Line 3006: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Config should be OpenconfigSystemSystemAaaAuthorizationConfig (golint)
    • Line 3031: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be OpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 3037: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3038: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3043: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be IsOpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 3048: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union_String should be OpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnionString (golint)
    • Line 3054: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be IsOpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 3060: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be ToOpenconfigSystemSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 3072: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Events should be OpenconfigSystemSystemAaaAuthorizationEvents (golint)
    • Line 3123: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Events_Event should be OpenconfigSystemSystemAaaAuthorizationEventsEvent (golint)
    • Line 3157: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Events_Event_Config should be OpenconfigSystemSystemAaaAuthorizationEventsEventConfig (golint)
    • Line 3181: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_Events_Event_State should be OpenconfigSystemSystemAaaAuthorizationEventsEventState (golint)
    • Line 3205: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_State should be OpenconfigSystemSystemAaaAuthorizationState (golint)
    • Line 3230: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union should be OpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3236: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3237: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3242: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union should be IsOpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3247: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union_String should be OpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnionString (golint)
    • Line 3253: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union should be IsOpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3259: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Aaa_Authorization_State_AuthorizationMethod_Union should be ToOpenconfigSystemSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3271: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_Config should be OpenconfigSystemSystemAaaConfig (golint)
    • Line 3294: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups should be OpenconfigSystemSystemAaaServerGroups (golint)
    • Line 3345: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup should be OpenconfigSystemSystemAaaServerGroupsServerGroup (golint)
    • Line 3383: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Config should be OpenconfigSystemSystemAaaServerGroupsServerGroupConfig (golint)
    • Line 3408: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers should be OpenconfigSystemSystemAaaServerGroupsServerGroupServers (golint)
    • Line 3459: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServer (golint)
    • Line 3498: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Config should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerConfig (golint)
    • Line 3524: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerRadius (golint)
    • Line 3549: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_Config should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerRadiusConfig (golint)
    • Line 3578: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerRadiusState (golint)
    • Line 3608: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State_Counters should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerRadiusStateCounters (golint)
    • Line 3636: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_State should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerState (golint)
    • Line 3670: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerTacacs (golint)
    • Line 3695: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_Config should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerTacacsConfig (golint)
    • Line 3722: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_State should be OpenconfigSystemSystemAaaServerGroupsServerGroupServersServerTacacsState (golint)
    • Line 3749: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_ServerGroups_ServerGroup_State should be OpenconfigSystemSystemAaaServerGroupsServerGroupState (golint)
    • Line 3774: warning: don't use underscores in Go names; type OpenconfigSystem_System_Aaa_State should be OpenconfigSystemSystemAaaState (golint)
    • Line 3797: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms should be OpenconfigSystemSystemAlarms (golint)
    • Line 3848: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm should be OpenconfigSystemSystemAlarmsAlarm (golint)
    • Line 3885: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm_Config should be OpenconfigSystemSystemAlarmsAlarmConfig (golint)
    • Line 3908: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm_State should be OpenconfigSystemSystemAlarmsAlarmState (golint)
    • Line 3938: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union should be OpenconfigSystemSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3944: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union_E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be OpenconfigSystemSystemAlarmsAlarmStateTypeIDUnionEOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 3945: warning: don't use underscores in Go names; struct field E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be EOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 3950: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union should be IsOpenconfigSystemSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3955: warning: don't use underscores in Go names; type OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union_String should be OpenconfigSystemSystemAlarmsAlarmStateTypeIDUnionString (golint)
    • Line 3961: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union should be IsOpenconfigSystemSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3967: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Alarms_Alarm_State_TypeId_Union should be ToOpenconfigSystemSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3979: warning: don't use underscores in Go names; type OpenconfigSystem_System_Clock should be OpenconfigSystemSystemClock (golint)
    • Line 4002: warning: don't use underscores in Go names; type OpenconfigSystem_System_Clock_Config should be OpenconfigSystemSystemClockConfig (golint)
    • Line 4026: warning: don't use underscores in Go names; type OpenconfigSystem_System_Clock_State should be OpenconfigSystemSystemClockState (golint)
    • Line 4050: warning: don't use underscores in Go names; type OpenconfigSystem_System_Config should be OpenconfigSystemSystemConfig (golint)
    • Line 4077: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus should be OpenconfigSystemSystemCpus (golint)
    • Line 4126: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu should be OpenconfigSystemSystemCpusCPU (golint)
    • Line 4160: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Index_Union should be OpenconfigSystemSystemCpusCPUStateIndexUnion (golint)
    • Line 4166: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Index_Union_E_OpenconfigSystem_System_Cpus_Cpu_State_Index should be OpenconfigSystemSystemCpusCPUStateIndexUnionEOpenconfigSystemSystemCpusCPUStateIndex (golint)
    • Line 4167: warning: don't use underscores in Go names; struct field E_OpenconfigSystem_System_Cpus_Cpu_State_Index should be EOpenconfigSystemSystemCpusCPUStateIndex (golint)
    • Line 4172: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Cpus_Cpu_State_Index_Union should be IsOpenconfigSystemSystemCpusCPUStateIndexUnion (golint)
    • Line 4177: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Index_Union_Uint32 should be OpenconfigSystemSystemCpusCPUStateIndexUnionUint32 (golint)
    • Line 4183: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_Cpus_Cpu_State_Index_Union should be IsOpenconfigSystemSystemCpusCPUStateIndexUnion (golint)
    • Line 4189: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Cpus_Cpu_State_Index_Union should be ToOpenconfigSystemSystemCpusCPUStateIndexUnion (golint)
    • Line 4201: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State should be OpenconfigSystemSystemCpusCPUState (golint)
    • Line 4235: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_Cpus_Cpu_State_Index_Union should be ToOpenconfigSystemSystemCpusCPUStateIndexUnion (golint)
    • Line 4247: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_HardwareInterrupt should be OpenconfigSystemSystemCpusCPUStateHardwareInterrupt (golint)
    • Line 4277: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Idle should be OpenconfigSystemSystemCpusCPUStateIdle (golint)
    • Line 4307: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Kernel should be OpenconfigSystemSystemCpusCPUStateKernel (golint)
    • Line 4337: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Nice should be OpenconfigSystemSystemCpusCPUStateNice (golint)
    • Line 4367: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_SoftwareInterrupt should be OpenconfigSystemSystemCpusCPUStateSoftwareInterrupt (golint)
    • Line 4397: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Total should be OpenconfigSystemSystemCpusCPUStateTotal (golint)
    • Line 4427: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_User should be OpenconfigSystemSystemCpusCPUStateUser (golint)
    • Line 4457: warning: don't use underscores in Go names; type OpenconfigSystem_System_Cpus_Cpu_State_Wait should be OpenconfigSystemSystemCpusCPUStateWait (golint)
    • Line 4487: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns should be OpenconfigSystemSystemDNS (golint)
    • Line 4512: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_Config should be OpenconfigSystemSystemDNSConfig (golint)
    • Line 4536: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_HostEntries should be OpenconfigSystemSystemDNSHostEntries (golint)
    • Line 4587: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_HostEntries_HostEntry should be OpenconfigSystemSystemDNSHostEntriesHostEntry (golint)
    • Line 4624: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_HostEntries_HostEntry_Config should be OpenconfigSystemSystemDNSHostEntriesHostEntryConfig (golint)
    • Line 4651: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_HostEntries_HostEntry_State should be OpenconfigSystemSystemDNSHostEntriesHostEntryState (golint)
    • Line 4678: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_Servers should be OpenconfigSystemSystemDNSServers (golint)
    • Line 4729: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_Servers_Server should be OpenconfigSystemSystemDNSServersServer (golint)
    • Line 4766: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_Servers_Server_Config should be OpenconfigSystemSystemDNSServersServerConfig (golint)
    • Line 4791: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_Servers_Server_State should be OpenconfigSystemSystemDNSServersServerState (golint)
    • Line 4816: warning: don't use underscores in Go names; type OpenconfigSystem_System_Dns_State should be OpenconfigSystemSystemDNSState (golint)
    • Line 4840: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer should be OpenconfigSystemSystemGrpcServer (golint)
    • Line 4865: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_Config should be OpenconfigSystemSystemGrpcServerConfig (golint)
    • Line 4895: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union should be OpenconfigSystemSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4901: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union_E_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses should be OpenconfigSystemSystemGrpcServerConfigListenAddressesUnionEOpenconfigSystemSystemGrpcServerConfigListenAddresses (golint)
    • Line 4902: warning: don't use underscores in Go names; struct field E_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses should be EOpenconfigSystemSystemGrpcServerConfigListenAddresses (golint)
    • Line 4907: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union should be IsOpenconfigSystemSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4912: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union_String should be OpenconfigSystemSystemGrpcServerConfigListenAddressesUnionString (golint)
    • Line 4918: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union should be IsOpenconfigSystemSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4924: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_Union should be ToOpenconfigSystemSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4936: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_State should be OpenconfigSystemSystemGrpcServerState (golint)
    • Line 4966: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union should be OpenconfigSystemSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4972: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union_E_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses should be OpenconfigSystemSystemGrpcServerStateListenAddressesUnionEOpenconfigSystemSystemGrpcServerConfigListenAddresses (golint)
    • Line 4973: warning: don't use underscores in Go names; struct field E_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses should be EOpenconfigSystemSystemGrpcServerConfigListenAddresses (golint)
    • Line 4978: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union should be IsOpenconfigSystemSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4983: warning: don't use underscores in Go names; type OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union_String should be OpenconfigSystemSystemGrpcServerStateListenAddressesUnionString (golint)
    • Line 4989: warning: don't use underscores in Go names; method Is_OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union should be IsOpenconfigSystemSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4995: warning: don't use underscores in Go names; method To_OpenconfigSystem_System_GrpcServer_State_ListenAddresses_Union should be ToOpenconfigSystemSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 5007: warning: don't use underscores in Go names; type OpenconfigSystem_System_License should be OpenconfigSystemSystemLicense (golint)
    • Line 5031: warning: don't use underscores in Go names; type OpenconfigSystem_System_License_Licenses should be OpenconfigSystemSystemLicenseLicenses (golint)
    • Line 5082: warning: don't use underscores in Go names; type OpenconfigSystem_System_License_Licenses_License should be OpenconfigSystemSystemLicenseLicensesLicense (golint)
    • Line 5119: warning: don't use underscores in Go names; type OpenconfigSystem_System_License_Licenses_License_Config should be OpenconfigSystemSystemLicenseLicensesLicenseConfig (golint)
    • Line 5145: warning: don't use underscores in Go names; type OpenconfigSystem_System_License_Licenses_License_State should be OpenconfigSystemSystemLicenseLicensesLicenseState (golint)
    • Line 5177: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging should be OpenconfigSystemSystemLogging (golint)
    • Line 5202: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console should be OpenconfigSystemSystemLoggingConsole (golint)
    • Line 5228: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Config should be OpenconfigSystemSystemLoggingConsoleConfig (golint)
    • Line 5251: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Selectors should be OpenconfigSystemSystemLoggingConsoleSelectors (golint)
    • Line 5261: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Selectors_Selector_Key should be OpenconfigSystemSystemLoggingConsoleSelectorsSelectorKey (golint)
    • Line 5312: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Selectors_Selector should be OpenconfigSystemSystemLoggingConsoleSelectorsSelector (golint)
    • Line 5348: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Selectors_Selector_Config should be OpenconfigSystemSystemLoggingConsoleSelectorsSelectorConfig (golint)
    • Line 5373: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_Selectors_Selector_State should be OpenconfigSystemSystemLoggingConsoleSelectorsSelectorState (golint)
    • Line 5398: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_Console_State should be OpenconfigSystemSystemLoggingConsoleState (golint)
    • Line 5421: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers should be OpenconfigSystemSystemLoggingRemoteServers (golint)
    • Line 5472: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer should be OpenconfigSystemSystemLoggingRemoteServersRemoteServer (golint)
    • Line 5510: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Config should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerConfig (golint)
    • Line 5536: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Selectors should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerSelectors (golint)
    • Line 5546: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_Key should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerSelectorsSelectorKey (golint)
    • Line 5597: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Selectors_Selector should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerSelectorsSelector (golint)
    • Line 5634: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_Config should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerSelectorsSelectorConfig (golint)
    • Line 5660: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_State should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerSelectorsSelectorState (golint)
    • Line 5686: warning: don't use underscores in Go names; type OpenconfigSystem_System_Logging_RemoteServers_RemoteServer_State should be OpenconfigSystemSystemLoggingRemoteServersRemoteServerState (golint)
    • Line 5712: warning: don't use underscores in Go names; type OpenconfigSystem_System_Memory should be OpenconfigSystemSystemMemory (golint)
    • Line 5737: warning: don't use underscores in Go names; type OpenconfigSystem_System_Memory_Config should be OpenconfigSystemSystemMemoryConfig (golint)
    • Line 5760: warning: don't use underscores in Go names; type OpenconfigSystem_System_Memory_State should be OpenconfigSystemSystemMemoryState (golint)
    • Line 5785: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages should be OpenconfigSystemSystemMessages (golint)
    • Line 5811: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_Config should be OpenconfigSystemSystemMessagesConfig (golint)
    • Line 5835: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_DebugEntries should be OpenconfigSystemSystemMessagesDebugEntries (golint)
    • Line 5886: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_DebugEntries_DebugService should be OpenconfigSystemSystemMessagesDebugEntriesDebugService (golint)
    • Line 5920: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_DebugEntries_DebugService_Config should be OpenconfigSystemSystemMessagesDebugEntriesDebugServiceConfig (golint)
    • Line 5945: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_DebugEntries_DebugService_State should be OpenconfigSystemSystemMessagesDebugEntriesDebugServiceState (golint)
    • Line 5970: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_State should be OpenconfigSystemSystemMessagesState (golint)
    • Line 5995: warning: don't use underscores in Go names; type OpenconfigSystem_System_Messages_State_Message should be OpenconfigSystemSystemMessagesStateMessage (golint)
    • Line 6023: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp should be OpenconfigSystemSystemNtp (golint)
    • Line 6048: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_Config should be OpenconfigSystemSystemNtpConfig (golint)
    • Line 6074: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_NtpKeys should be OpenconfigSystemSystemNtpNtpKeys (golint)
    • Line 6125: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_NtpKeys_NtpKey should be OpenconfigSystemSystemNtpNtpKeysNtpKey (golint)
    • Line 6162: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_NtpKeys_NtpKey_Config should be OpenconfigSystemSystemNtpNtpKeysNtpKeyConfig (golint)
    • Line 6188: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_NtpKeys_NtpKey_State should be OpenconfigSystemSystemNtpNtpKeysNtpKeyState (golint)
    • Line 6214: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_Servers should be OpenconfigSystemSystemNtpServers (golint)
    • Line 6265: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_Servers_Server should be OpenconfigSystemSystemNtpServersServer (golint)
    • Line 6302: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_Servers_Server_Config should be OpenconfigSystemSystemNtpServersServerConfig (golint)
    • Line 6331: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_Servers_Server_State should be OpenconfigSystemSystemNtpServersServerState (golint)
    • Line 6365: warning: don't use underscores in Go names; type OpenconfigSystem_System_Ntp_State should be OpenconfigSystemSystemNtpState (golint)
    • Line 6392: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow should be OpenconfigSystemSystemOpenflow (golint)
    • Line 6417: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Agent should be OpenconfigSystemSystemOpenflowAgent (golint)
    • Line 6442: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Agent_Config should be OpenconfigSystemSystemOpenflowAgentConfig (golint)
    • Line 6470: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Agent_State should be OpenconfigSystemSystemOpenflowAgentState (golint)
    • Line 6498: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers should be OpenconfigSystemSystemOpenflowControllers (golint)
    • Line 6549: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller should be OpenconfigSystemSystemOpenflowControllersController (golint)
    • Line 6587: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_Config should be OpenconfigSystemSystemOpenflowControllersControllerConfig (golint)
    • Line 6611: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_Connections should be OpenconfigSystemSystemOpenflowControllersControllerConnections (golint)
    • Line 6662: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_Connections_Connection should be OpenconfigSystemSystemOpenflowControllersControllerConnectionsConnection (golint)
    • Line 6700: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_Connections_Connection_Config should be OpenconfigSystemSystemOpenflowControllersControllerConnectionsConnectionConfig (golint)
    • Line 6731: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_Connections_Connection_State should be OpenconfigSystemSystemOpenflowControllersControllerConnectionsConnectionState (golint)
    • Line 6763: warning: don't use underscores in Go names; type OpenconfigSystem_System_Openflow_Controllers_Controller_State should be OpenconfigSystemSystemOpenflowControllersControllerState (golint)
    • Line 6787: warning: don't use underscores in Go names; type OpenconfigSystem_System_Processes should be OpenconfigSystemSystemProcesses (golint)
    • Line 6838: warning: don't use underscores in Go names; type OpenconfigSystem_System_Processes_Process should be OpenconfigSystemSystemProcessesProcess (golint)
    • Line 6874: warning: don't use underscores in Go names; type OpenconfigSystem_System_Processes_Process_State should be OpenconfigSystemSystemProcessesProcessState (golint)
    • Line 6906: warning: don't use underscores in Go names; type OpenconfigSystem_System_SshServer should be OpenconfigSystemSystemSSHServer (golint)
    • Line 6931: warning: don't use underscores in Go names; type OpenconfigSystem_System_SshServer_Config should be OpenconfigSystemSystemSSHServerConfig (golint)
    • Line 6959: warning: don't use underscores in Go names; type OpenconfigSystem_System_SshServer_State should be OpenconfigSystemSystemSSHServerState (golint)
    • Line 6987: warning: don't use underscores in Go names; type OpenconfigSystem_System_State should be OpenconfigSystemSystemState (golint)
    • Line 7014: warning: don't use underscores in Go names; type OpenconfigSystem_System_TelnetServer should be OpenconfigSystemSystemTelnetServer (golint)
    • Line 7039: warning: don't use underscores in Go names; type OpenconfigSystem_System_TelnetServer_Config should be OpenconfigSystemSystemTelnetServerConfig (golint)
    • Line 7066: warning: don't use underscores in Go names; type OpenconfigSystem_System_TelnetServer_State should be OpenconfigSystemSystemTelnetServerState (golint)
    • Line 7097: warning: don't use underscores in Go names; type E_IETFInterfaces_InterfaceType should be EIETFInterfacesInterfaceType (golint)
    • Line 7114: warning: don't use underscores in Go names; const IETFInterfaces_InterfaceType_UNSET should be IETFInterfacesInterfaceTypeUNSET (golint)
    • Line 7122: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE should be EOpenconfigAaaTypesAAAACCOUNTINGEVENTTYPE (golint)
    • Line 7141: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_UNSET should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEUNSET (golint)
    • Line 7143: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_AAA_ACCOUNTING_EVENT_COMMAND should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEAAAACCOUNTINGEVENTCOMMAND (golint)
    • Line 7145: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_AAA_ACCOUNTING_EVENT_LOGIN should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEAAAACCOUNTINGEVENTLOGIN (golint)
    • Line 7153: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE should be EOpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPE (golint)
    • Line 7172: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_UNSET should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEUNSET (golint)
    • Line 7174: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_AAA_AUTHORIZATION_EVENT_COMMAND should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEAAAAUTHORIZATIONEVENTCOMMAND (golint)
    • Line 7176: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_AAA_AUTHORIZATION_EVENT_CONFIG should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEAAAAUTHORIZATIONEVENTCONFIG (golint)
    • Line 7184: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 7203: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_UNSET should be OpenconfigAaaTypesAAAMETHODTYPEUNSET (golint)
    • Line 7205: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_LOCAL should be OpenconfigAaaTypesAAAMETHODTYPELOCAL (golint)
    • Line 7207: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_RADIUS_ALL should be OpenconfigAaaTypesAAAMETHODTYPERADIUSALL (golint)
    • Line 7209: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_TACACS_ALL should be OpenconfigAaaTypesAAAMETHODTYPETACACSALL (golint)
    • Line 7217: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_SERVER_TYPE should be EOpenconfigAaaTypesAAASERVERTYPE (golint)
    • Line 7236: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_UNSET should be OpenconfigAaaTypesAAASERVERTYPEUNSET (golint)
    • Line 7238: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_RADIUS should be OpenconfigAaaTypesAAASERVERTYPERADIUS (golint)
    • Line 7240: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_TACACS should be OpenconfigAaaTypesAAASERVERTYPETACACS (golint)
    • Line 7248: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 7267: warning: don't use underscores in Go names; const OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES_UNSET should be OpenconfigAaaTypesSYSTEMDEFINEDROLESUNSET (golint)
    • Line 7269: warning: don't use underscores in Go names; const OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES_SYSTEM_ROLE_ADMIN should be OpenconfigAaaTypesSYSTEMDEFINEDROLESSYSTEMROLEADMIN (golint)
    • Line 7277: warning: don't use underscores in Go names; type E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY should be EOpenconfigAlarmTypesOPENCONFIGALARMSEVERITY (golint)
    • Line 7296: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_UNSET should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYUNSET (golint)
    • Line 7298: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_CRITICAL should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYCRITICAL (golint)
    • Line 7300: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_MAJOR should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYMAJOR (golint)
    • Line 7302: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_MINOR should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYMINOR (golint)
    • Line 7304: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_UNKNOWN should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYUNKNOWN (golint)
    • Line 7306: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_WARNING should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYWARNING (golint)
    • Line 7314: warning: don't use underscores in Go names; type E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be EOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 7333: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_UNSET should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDUNSET (golint)
    • Line 7335: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_AIS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDAIS (golint)
    • Line 7337: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_EQPT should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDEQPT (golint)
    • Line 7339: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_LOS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDLOS (golint)
    • Line 7341: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_OTS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDOTS (golint)
    • Line 7349: warning: don't use underscores in Go names; type E_OpenconfigInterfaces_Interfaces_Interface_State_AdminStatus should be EOpenconfigInterfacesInterfacesInterfaceStateAdminStatus (golint)
    • Line 7368: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_AdminStatus_UNSET should be OpenconfigInterfacesInterfacesInterfaceStateAdminStatusUNSET (golint)
    • Line 7370: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_AdminStatus_UP should be OpenconfigInterfacesInterfacesInterfaceStateAdminStatusUP (golint)
    • Line 7372: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_AdminStatus_DOWN should be OpenconfigInterfacesInterfacesInterfaceStateAdminStatusDOWN (golint)
    • Line 7374: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_AdminStatus_TESTING should be OpenconfigInterfacesInterfacesInterfaceStateAdminStatusTESTING (golint)
    • Line 7382: warning: don't use underscores in Go names; type E_OpenconfigInterfaces_Interfaces_Interface_State_OperStatus should be EOpenconfigInterfacesInterfacesInterfaceStateOperStatus (golint)
    • Line 7401: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_UNSET should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusUNSET (golint)
    • Line 7403: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_UP should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusUP (golint)
    • Line 7405: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_DOWN should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusDOWN (golint)
    • Line 7407: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_TESTING should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusTESTING (golint)
    • Line 7409: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_UNKNOWN should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusUNKNOWN (golint)
    • Line 7411: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_DORMANT should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusDORMANT (golint)
    • Line 7413: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_NOT_PRESENT should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusNOTPRESENT (golint)
    • Line 7415: warning: don't use underscores in Go names; const OpenconfigInterfaces_Interfaces_Interface_State_OperStatus_LOWER_LAYER_DOWN should be OpenconfigInterfacesInterfacesInterfaceStateOperStatusLOWERLAYERDOWN (golint)
    • Line 7423: warning: don't use underscores in Go names; type E_OpenconfigMessages_DEBUG_SERVICE should be EOpenconfigMessagesDEBUGSERVICE (golint)
    • Line 7442: warning: don't use underscores in Go names; const OpenconfigMessages_DEBUG_SERVICE_UNSET should be OpenconfigMessagesDEBUGSERVICEUNSET (golint)
    • Line 7450: warning: don't use underscores in Go names; type E_OpenconfigMessages_SyslogSeverity should be EOpenconfigMessagesSyslogSeverity (golint)
    • Line 7469: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_UNSET should be OpenconfigMessagesSyslogSeverityUNSET (golint)
    • Line 7471: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_EMERGENCY should be OpenconfigMessagesSyslogSeverityEMERGENCY (golint)
    • Line 7473: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_ALERT should be OpenconfigMessagesSyslogSeverityALERT (golint)
    • Line 7475: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_CRITICAL should be OpenconfigMessagesSyslogSeverityCRITICAL (golint)
    • Line 7477: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_ERROR should be OpenconfigMessagesSyslogSeverityERROR (golint)
    • Line 7479: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_WARNING should be OpenconfigMessagesSyslogSeverityWARNING (golint)
    • Line 7481: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_NOTICE should be OpenconfigMessagesSyslogSeverityNOTICE (golint)
    • Line 7483: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_INFORMATIONAL should be OpenconfigMessagesSyslogSeverityINFORMATIONAL (golint)
    • Line 7485: warning: don't use underscores in Go names; const OpenconfigMessages_SyslogSeverity_DEBUG should be OpenconfigMessagesSyslogSeverityDEBUG (golint)
    • Line 7493: warning: don't use underscores in Go names; type E_OpenconfigOpenflow_FailureMode should be EOpenconfigOpenflowFailureMode (golint)
    • Line 7512: warning: don't use underscores in Go names; const OpenconfigOpenflow_FailureMode_UNSET should be OpenconfigOpenflowFailureModeUNSET (golint)
    • Line 7514: warning: don't use underscores in Go names; const OpenconfigOpenflow_FailureMode_SECURE should be OpenconfigOpenflowFailureModeSECURE (golint)
    • Line 7516: warning: don't use underscores in Go names; const OpenconfigOpenflow_FailureMode_STANDALONE should be OpenconfigOpenflowFailureModeSTANDALONE (golint)
    • Line 7524: warning: don't use underscores in Go names; type E_OpenconfigOpenflow_Transport should be EOpenconfigOpenflowTransport (golint)
    • Line 7541: warning: don't use underscores in Go names; const OpenconfigOpenflow_Transport_UNSET should be OpenconfigOpenflowTransportUNSET (golint)
    • Line 7543: warning: don't use underscores in Go names; const OpenconfigOpenflow_Transport_TCP should be OpenconfigOpenflowTransportTCP (golint)
    • Line 7545: warning: don't use underscores in Go names; const OpenconfigOpenflow_Transport_TLS should be OpenconfigOpenflowTransportTLS (golint)
    • Line 7553: warning: don't use underscores in Go names; type E_OpenconfigPlatformTypes_COMPONENT_OPER_STATUS should be EOpenconfigPlatformTypesCOMPONENTOPERSTATUS (golint)
    • Line 7572: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_COMPONENT_OPER_STATUS_UNSET should be OpenconfigPlatformTypesCOMPONENTOPERSTATUSUNSET (golint)
    • Line 7574: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_COMPONENT_OPER_STATUS_ACTIVE should be OpenconfigPlatformTypesCOMPONENTOPERSTATUSACTIVE (golint)
    • Line 7576: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_COMPONENT_OPER_STATUS_DISABLED should be OpenconfigPlatformTypesCOMPONENTOPERSTATUSDISABLED (golint)
    • Line 7578: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_COMPONENT_OPER_STATUS_INACTIVE should be OpenconfigPlatformTypesCOMPONENTOPERSTATUSINACTIVE (golint)
    • Line 7586: warning: don't use underscores in Go names; type E_OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT should be EOpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENT (golint)
    • Line 7605: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_UNSET should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTUNSET (golint)
    • Line 7607: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_BACKPLANE should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTBACKPLANE (golint)
    • Line 7609: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_CHASSIS should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTCHASSIS (golint)
    • Line 7611: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_CONTROLLER_CARD should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTCONTROLLERCARD (golint)
    • Line 7613: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_CPU should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTCPU (golint)
    • Line 7615: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_FABRIC should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTFABRIC (golint)
    • Line 7617: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_FAN should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTFAN (golint)
    • Line 7619: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_FRU should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTFRU (golint)
    • Line 7621: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_INTEGRATED_CIRCUIT should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTINTEGRATEDCIRCUIT (golint)
    • Line 7623: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_LINECARD should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTLINECARD (golint)
    • Line 7625: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_PORT should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTPORT (golint)
    • Line 7627: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_POWER_SUPPLY should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTPOWERSUPPLY (golint)
    • Line 7629: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_SENSOR should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTSENSOR (golint)
    • Line 7631: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_STORAGE should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTSTORAGE (golint)
    • Line 7633: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_HARDWARE_COMPONENT_TRANSCEIVER should be OpenconfigPlatformTypesOPENCONFIGHARDWARECOMPONENTTRANSCEIVER (golint)
    • Line 7641: warning: don't use underscores in Go names; type E_OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT should be EOpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENT (golint)
    • Line 7660: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT_UNSET should be OpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENTUNSET (golint)
    • Line 7662: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT_OPERATING_SYSTEM should be OpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENTOPERATINGSYSTEM (golint)
    • Line 7664: warning: don't use underscores in Go names; const OpenconfigPlatformTypes_OPENCONFIG_SOFTWARE_COMPONENT_OPERATING_SYSTEM_UPDATE should be OpenconfigPlatformTypesOPENCONFIGSOFTWARECOMPONENTOPERATINGSYSTEMUPDATE (golint)
    • Line 7672: warning: don't use underscores in Go names; type E_OpenconfigSystemLogging_SYSLOG_FACILITY should be EOpenconfigSystemLoggingSYSLOGFACILITY (golint)
    • Line 7691: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_UNSET should be OpenconfigSystemLoggingSYSLOGFACILITYUNSET (golint)
    • Line 7693: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_ALL should be OpenconfigSystemLoggingSYSLOGFACILITYALL (golint)
    • Line 7695: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUDIT should be OpenconfigSystemLoggingSYSLOGFACILITYAUDIT (golint)
    • Line 7697: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUTH should be OpenconfigSystemLoggingSYSLOGFACILITYAUTH (golint)
    • Line 7699: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUTHPRIV should be OpenconfigSystemLoggingSYSLOGFACILITYAUTHPRIV (golint)
    • Line 7701: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_CONSOLE should be OpenconfigSystemLoggingSYSLOGFACILITYCONSOLE (golint)
    • Line 7703: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_KERNEL should be OpenconfigSystemLoggingSYSLOGFACILITYKERNEL (golint)
    • Line 7705: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL0 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL0 (golint)
    • Line 7707: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL1 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL1 (golint)
    • Line 7709: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL2 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL2 (golint)
    • Line 7711: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL3 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL3 (golint)
    • Line 7713: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL4 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL4 (golint)
    • Line 7715: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL5 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL5 (golint)
    • Line 7717: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL6 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL6 (golint)
    • Line 7719: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL7 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL7 (golint)
    • Line 7721: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_MAIL should be OpenconfigSystemLoggingSYSLOGFACILITYMAIL (golint)
    • Line 7723: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_NTP should be OpenconfigSystemLoggingSYSLOGFACILITYNTP (golint)
    • Line 7725: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_SYSLOG should be OpenconfigSystemLoggingSYSLOGFACILITYSYSLOG (golint)
    • Line 7727: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_SYSTEM_DAEMON should be OpenconfigSystemLoggingSYSLOGFACILITYSYSTEMDAEMON (golint)
    • Line 7729: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_USER should be OpenconfigSystemLoggingSYSLOGFACILITYUSER (golint)
    • Line 7737: warning: don't use underscores in Go names; type E_OpenconfigSystemLogging_SyslogSeverity should be EOpenconfigSystemLoggingSyslogSeverity (golint)
    • Line 7756: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_UNSET should be OpenconfigSystemLoggingSyslogSeverityUNSET (golint)
    • Line 7758: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_EMERGENCY should be OpenconfigSystemLoggingSyslogSeverityEMERGENCY (golint)
    • Line 7760: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_ALERT should be OpenconfigSystemLoggingSyslogSeverityALERT (golint)
    • Line 7762: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_CRITICAL should be OpenconfigSystemLoggingSyslogSeverityCRITICAL (golint)
    • Line 7764: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_ERROR should be OpenconfigSystemLoggingSyslogSeverityERROR (golint)
    • Line 7766: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_WARNING should be OpenconfigSystemLoggingSyslogSeverityWARNING (golint)
    • Line 7768: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_NOTICE should be OpenconfigSystemLoggingSyslogSeverityNOTICE (golint)
    • Line 7770: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_INFORMATIONAL should be OpenconfigSystemLoggingSyslogSeverityINFORMATIONAL (golint)
    • Line 7772: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_DEBUG should be OpenconfigSystemLoggingSyslogSeverityDEBUG (golint)
    • Line 7780: warning: don't use underscores in Go names; type E_OpenconfigSystem_NTP_AUTH_TYPE should be EOpenconfigSystemNTPAUTHTYPE (golint)
    • Line 7799: warning: don't use underscores in Go names; const OpenconfigSystem_NTP_AUTH_TYPE_UNSET should be OpenconfigSystemNTPAUTHTYPEUNSET (golint)
    • Line 7801: warning: don't use underscores in Go names; const OpenconfigSystem_NTP_AUTH_TYPE_NTP_AUTH_MD5 should be OpenconfigSystemNTPAUTHTYPENTPAUTHMD5 (golint)
    • Line 7809: warning: don't use underscores in Go names; type E_OpenconfigSystem_System_Aaa_Accounting_Events_Event_Config_Record should be EOpenconfigSystemSystemAaaAccountingEventsEventConfigRecord (golint)
    • Line 7828: warning: don't use underscores in Go names; const OpenconfigSystem_System_Aaa_Accounting_Events_Event_Config_Record_UNSET should be OpenconfigSystemSystemAaaAccountingEventsEventConfigRecordUNSET (golint)
    • Line 7830: warning: don't use underscores in Go names; const OpenconfigSystem_System_Aaa_Accounting_Events_Event_Config_Record_START_STOP should be OpenconfigSystemSystemAaaAccountingEventsEventConfigRecordSTARTSTOP (golint)
    • Line 7832: warning: don't use underscores in Go names; const OpenconfigSystem_System_Aaa_Accounting_Events_Event_Config_Record_STOP should be OpenconfigSystemSystemAaaAccountingEventsEventConfigRecordSTOP (golint)
    • Line 7840: warning: don't use underscores in Go names; type E_OpenconfigSystem_System_Cpus_Cpu_State_Index should be EOpenconfigSystemSystemCpusCPUStateIndex (golint)
    • Line 7859: warning: don't use underscores in Go names; const OpenconfigSystem_System_Cpus_Cpu_State_Index_UNSET should be OpenconfigSystemSystemCpusCPUStateIndexUNSET (golint)
    • Line 7861: warning: don't use underscores in Go names; const OpenconfigSystem_System_Cpus_Cpu_State_Index_ALL should be OpenconfigSystemSystemCpusCPUStateIndexALL (golint)
    • Line 7869: warning: don't use underscores in Go names; type E_OpenconfigSystem_System_GrpcServer_Config_ListenAddresses should be EOpenconfigSystemSystemGrpcServerConfigListenAddresses (golint)
    • Line 7888: warning: don't use underscores in Go names; const OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_UNSET should be OpenconfigSystemSystemGrpcServerConfigListenAddressesUNSET (golint)
    • Line 7890: warning: don't use underscores in Go names; const OpenconfigSystem_System_GrpcServer_Config_ListenAddresses_ANY should be OpenconfigSystemSystemGrpcServerConfigListenAddressesANY (golint)
    • Line 7898: warning: don't use underscores in Go names; type E_OpenconfigSystem_System_Ntp_Servers_Server_Config_AssociationType should be EOpenconfigSystemSystemNtpServersServerConfigAssociationType (golint)
    • Line 7917: warning: don't use underscores in Go names; const OpenconfigSystem_System_Ntp_Servers_Server_Config_AssociationType_UNSET should be OpenconfigSystemSystemNtpServersServerConfigAssociationTypeUNSET (golint)
    • Line 7919: warning: don't use underscores in Go names; const OpenconfigSystem_System_Ntp_Servers_Server_Config_AssociationType_SERVER should be OpenconfigSystemSystemNtpServersServerConfigAssociationTypeSERVER (golint)
    • Line 7921: warning: don't use underscores in Go names; const OpenconfigSystem_System_Ntp_Servers_Server_Config_AssociationType_PEER should be OpenconfigSystemSystemNtpServersServerConfigAssociationTypePEER (golint)
    • Line 7923: warning: don't use underscores in Go names; const OpenconfigSystem_System_Ntp_Servers_Server_Config_AssociationType_POOL should be OpenconfigSystemSystemNtpServersServerConfigAssociationTypePOOL (golint)
    • Line 7931: warning: don't use underscores in Go names; type E_OpenconfigSystem_System_SshServer_Config_ProtocolVersion should be EOpenconfigSystemSystemSSHServerConfigProtocolVersion (golint)
    • Line 7950: warning: don't use underscores in Go names; const OpenconfigSystem_System_SshServer_Config_ProtocolVersion_UNSET should be OpenconfigSystemSystemSSHServerConfigProtocolVersionUNSET (golint)
    • Line 7952: warning: don't use underscores in Go names; const OpenconfigSystem_System_SshServer_Config_ProtocolVersion_V2 should be OpenconfigSystemSystemSSHServerConfigProtocolVersionV2 (golint)
    • Line 7954: warning: don't use underscores in Go names; const OpenconfigSystem_System_SshServer_Config_ProtocolVersion_V1 should be OpenconfigSystemSystemSSHServerConfigProtocolVersionV1 (golint)
    • Line 7956: warning: don't use underscores in Go names; const OpenconfigSystem_System_SshServer_Config_ProtocolVersion_V1_V2 should be OpenconfigSystemSystemSSHServerConfigProtocolVersionV1V2 (golint)

gocyclo93%

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.

    • gnxi/gnmi/server.go
    • Line 183: warning: cyclomatic complexity 25 of function (*Server).doReplaceOrUpdate() is high (> 15) (gocyclo)
    • Line 450: warning: cyclomatic complexity 20 of function (*Server).Get() is high (> 15) (gocyclo)

ineffassign96%

IneffAssign detects ineffectual assignments in Go code.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell91%

Misspell Finds commonly misspelled English words