Preparing report...

Report for github.com/google/link022

A+    Excellent!    Found 4 issues across 33 files

Tweet

gofmt96%

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


go_vet100%

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

No problems detected. Good job!


golint96%

Golint is a linter for Go source code.

    • link022/generated/ocstruct/ocstruct.go
    • Line 31: warning: exported var SchemaTree should have comment or be unexported (golint)
    • Line 81: warning: receiver name t should be consistent with previous receiver name s for Device (golint)
    • Line 84: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints should be OpenconfigAccessPointsAccessPoints (golint)
    • Line 121: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints (golint)
    • Line 135: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint should be OpenconfigAccessPointsAccessPointsAccessPoint (golint)
    • Line 160: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint (golint)
    • Line 174: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers should be OpenconfigAccessPointsAccessPointsAccessPointAssignedApManagers (golint)
    • Line 211: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers (golint)
    • Line 225: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager should be OpenconfigAccessPointsAccessPointsAccessPointAssignedApManagersApManager (golint)
    • Line 249: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager (golint)
    • Line 263: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager_Config should be OpenconfigAccessPointsAccessPointsAccessPointAssignedApManagersApManagerConfig (golint)
    • Line 286: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager_Config (golint)
    • Line 291: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager_State should be OpenconfigAccessPointsAccessPointsAccessPointAssignedApManagersApManagerState (golint)
    • Line 315: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_AssignedApManagers_ApManager_State (golint)
    • Line 320: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios should be OpenconfigAccessPointsAccessPointsAccessPointRadios (golint)
    • Line 357: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios (golint)
    • Line 371: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadio (golint)
    • Line 395: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio (golint)
    • Line 409: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Config should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioConfig (golint)
    • Line 444: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Config (golint)
    • Line 449: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioNeighbors (golint)
    • Line 486: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors (golint)
    • Line 500: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors_Neighbor should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioNeighborsNeighbor (golint)
    • Line 523: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors_Neighbor (golint)
    • Line 537: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors_Neighbor_State should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioNeighborsNeighborState (golint)
    • Line 562: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_Neighbors_Neighbor_State (golint)
    • Line 567: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_State should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioState (golint)
    • Line 610: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_State (golint)
    • Line 615: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_State_Counters should be OpenconfigAccessPointsAccessPointsAccessPointRadiosRadioStateCounters (golint)
    • Line 635: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Radios_Radio_State_Counters (golint)
    • Line 640: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids should be OpenconfigAccessPointsAccessPointsAccessPointSsids (golint)
    • Line 677: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids (golint)
    • Line 691: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsid (golint)
    • Line 721: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid (golint)
    • Line 735: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBandSteering (golint)
    • Line 755: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering (golint)
    • Line 760: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBandSteeringConfig (golint)
    • Line 781: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering_Config (golint)
    • Line 786: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBandSteeringState (golint)
    • Line 807: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_BandSteering_State (golint)
    • Line 812: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssids (golint)
    • Line 822: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_Key should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidKey (golint)
    • Line 859: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids (golint)
    • Line 873: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssid (golint)
    • Line 901: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid (golint)
    • Line 915: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidState (golint)
    • Line 938: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State (golint)
    • Line 943: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCounters (golint)
    • Line 983: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters (golint)
    • Line 988: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxDataDist should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersRxDataDist (golint)
    • Line 989: warning: don't use underscores in Go names; struct field Rx_0_64 should be Rx0_64 (golint)
    • Line 990: warning: don't use underscores in Go names; struct field Rx_1025_2048 should be Rx1025_2048 (golint)
    • Line 991: warning: don't use underscores in Go names; struct field Rx_129_256 should be Rx129_256 (golint)
    • Line 992: warning: don't use underscores in Go names; struct field Rx_131073_262144 should be Rx131073_262144 (golint)
    • Line 993: warning: don't use underscores in Go names; struct field Rx_16385_32768 should be Rx16385_32768 (golint)
    • Line 994: warning: don't use underscores in Go names; struct field Rx_2049_4096 should be Rx2049_4096 (golint)
    • Line 995: warning: don't use underscores in Go names; struct field Rx_257_512 should be Rx257_512 (golint)
    • Line 996: warning: don't use underscores in Go names; struct field Rx_262145_524288 should be Rx262145_524288 (golint)
    • Line 997: warning: don't use underscores in Go names; struct field Rx_32769_65536 should be Rx32769_65536 (golint)
    • Line 998: warning: don't use underscores in Go names; struct field Rx_4097_8192 should be Rx4097_8192 (golint)
    • Line 999: warning: don't use underscores in Go names; struct field Rx_513_1024 should be Rx513_1024 (golint)
    • Line 1000: warning: don't use underscores in Go names; struct field Rx_524289_1048576 should be Rx524289_1048576 (golint)
    • Line 1001: warning: don't use underscores in Go names; struct field Rx_65_128 should be Rx65_128 (golint)
    • Line 1002: warning: don't use underscores in Go names; struct field Rx_65537_131072 should be Rx65537_131072 (golint)
    • Line 1003: warning: don't use underscores in Go names; struct field Rx_8193_16384 should be Rx8193_16384 (golint)
    • Line 1022: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxDataDist (golint)
    • Line 1027: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxDataWmm should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersRxDataWmm (golint)
    • Line 1050: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxDataWmm (golint)
    • Line 1055: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxMcs should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersRxMcs (golint)
    • Line 1084: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_RxMcs (golint)
    • Line 1089: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxDataDist should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersTxDataDist (golint)
    • Line 1090: warning: don't use underscores in Go names; struct field Tx_0_64 should be Tx0_64 (golint)
    • Line 1091: warning: don't use underscores in Go names; struct field Tx_1025_2048 should be Tx1025_2048 (golint)
    • Line 1092: warning: don't use underscores in Go names; struct field Tx_129_256 should be Tx129_256 (golint)
    • Line 1093: warning: don't use underscores in Go names; struct field Tx_131073_262144 should be Tx131073_262144 (golint)
    • Line 1094: warning: don't use underscores in Go names; struct field Tx_16385_32768 should be Tx16385_32768 (golint)
    • Line 1095: warning: don't use underscores in Go names; struct field Tx_2049_4096 should be Tx2049_4096 (golint)
    • Line 1096: warning: don't use underscores in Go names; struct field Tx_257_512 should be Tx257_512 (golint)
    • Line 1097: warning: don't use underscores in Go names; struct field Tx_262145_524288 should be Tx262145_524288 (golint)
    • Line 1098: warning: don't use underscores in Go names; struct field Tx_32769_65536 should be Tx32769_65536 (golint)
    • Line 1099: warning: don't use underscores in Go names; struct field Tx_4097_8192 should be Tx4097_8192 (golint)
    • Line 1100: warning: don't use underscores in Go names; struct field Tx_513_1024 should be Tx513_1024 (golint)
    • Line 1101: warning: don't use underscores in Go names; struct field Tx_524289_1048576 should be Tx524289_1048576 (golint)
    • Line 1102: warning: don't use underscores in Go names; struct field Tx_65_128 should be Tx65_128 (golint)
    • Line 1103: warning: don't use underscores in Go names; struct field Tx_65537_131072 should be Tx65537_131072 (golint)
    • Line 1104: warning: don't use underscores in Go names; struct field Tx_8193_16384 should be Tx8193_16384 (golint)
    • Line 1123: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxDataDist (golint)
    • Line 1128: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxDataWmm should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersTxDataWmm (golint)
    • Line 1151: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxDataWmm (golint)
    • Line 1156: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxMcs should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidBssidsBssidStateCountersTxMcs (golint)
    • Line 1185: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Bssids_Bssid_State_Counters_TxMcs (golint)
    • Line 1190: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClients (golint)
    • Line 1227: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients (golint)
    • Line 1241: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClient (golint)
    • Line 1267: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client (golint)
    • Line 1281: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientCapabilities should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientCapabilities (golint)
    • Line 1301: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientCapabilities (golint)
    • Line 1306: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientCapabilities_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientCapabilitiesState (golint)
    • Line 1327: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientCapabilities_State (golint)
    • Line 1332: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientConnection should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientConnection (golint)
    • Line 1352: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientConnection (golint)
    • Line 1357: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientConnection_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientConnectionState (golint)
    • Line 1383: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientConnection_State (golint)
    • Line 1388: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRf (golint)
    • Line 1408: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf (golint)
    • Line 1413: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfState (golint)
    • Line 1438: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State (golint)
    • Line 1443: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_Dot11KNeighbors should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientDot11KNeighbors (golint)
    • Line 1463: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_Dot11KNeighbors (golint)
    • Line 1468: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_Dot11KNeighbors_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientDot11KNeighborsState (golint)
    • Line 1492: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_Dot11KNeighbors_State (golint)
    • Line 1497: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientState (golint)
    • Line 1518: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_State (golint)
    • Line 1523: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_State_Counters should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientStateCounters (golint)
    • Line 1546: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_State_Counters (golint)
    • Line 1551: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfig (golint)
    • Line 1595: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config (golint)
    • Line 1600: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11R (golint)
    • Line 1620: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R (golint)
    • Line 1625: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RConfig (golint)
    • Line 1647: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config (golint)
    • Line 1652: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RState (golint)
    • Line 1674: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_State (golint)
    • Line 1679: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11V (golint)
    • Line 1699: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V (golint)
    • Line 1704: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11VConfig (golint)
    • Line 1726: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V_Config (golint)
    • Line 1731: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11VState (golint)
    • Line 1753: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11V_State (golint)
    • Line 1758: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot1XTimers (golint)
    • Line 1778: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers (golint)
    • Line 1783: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot1XTimersConfig (golint)
    • Line 1804: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers_Config (golint)
    • Line 1809: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot1XTimersState (golint)
    • Line 1830: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot1XTimers_State (golint)
    • Line 1835: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidState (golint)
    • Line 1879: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_State (golint)
    • Line 1884: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidWmm (golint)
    • Line 1904: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm (golint)
    • Line 1909: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm_Config should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidWmmConfig (golint)
    • Line 1932: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm_Config (golint)
    • Line 1937: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm_State should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidWmmState (golint)
    • Line 1960: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Wmm_State (golint)
    • Line 1965: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System should be OpenconfigAccessPointsAccessPointsAccessPointSystem (golint)
    • Line 1997: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System (golint)
    • Line 2002: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaa (golint)
    • Line 2026: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa (golint)
    • Line 2031: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccounting (golint)
    • Line 2052: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting (golint)
    • Line 2057: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfig (golint)
    • Line 2077: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config (golint)
    • Line 2083: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2089: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2090: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2095: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2100: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnionString (golint)
    • Line 2106: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2112: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config (golint)
    • Line 2112: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Config_AccountingMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingConfigAccountingMethodUnion (golint)
    • Line 2124: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEvents (golint)
    • Line 2162: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events (golint)
    • Line 2176: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEvent (golint)
    • Line 2197: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event (golint)
    • Line 2211: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventConfig (golint)
    • Line 2232: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config (golint)
    • Line 2237: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventState (golint)
    • Line 2258: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_State (golint)
    • Line 2263: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingState (golint)
    • Line 2282: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State (golint)
    • Line 2288: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2294: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2295: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2300: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2305: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnionString (golint)
    • Line 2311: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2317: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State (golint)
    • Line 2317: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_State_AccountingMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingStateAccountingMethodUnion (golint)
    • Line 2329: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthentication (golint)
    • Line 2351: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication (golint)
    • Line 2356: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationAdminUser (golint)
    • Line 2377: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser (golint)
    • Line 2382: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationAdminUserConfig (golint)
    • Line 2403: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser_Config (golint)
    • Line 2408: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationAdminUserState (golint)
    • Line 2430: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_AdminUser_State (golint)
    • Line 2435: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfig (golint)
    • Line 2455: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config (golint)
    • Line 2461: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2467: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2468: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2473: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2478: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnionString (golint)
    • Line 2484: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2490: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config (golint)
    • Line 2490: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Config_AuthenticationMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationConfigAuthenticationMethodUnion (golint)
    • Line 2502: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationState (golint)
    • Line 2522: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State (golint)
    • Line 2528: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2534: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2535: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2540: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2545: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnionString (golint)
    • Line 2551: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2557: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State (golint)
    • Line 2557: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_State_AuthenticationMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationStateAuthenticationMethodUnion (golint)
    • Line 2569: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsers (golint)
    • Line 2607: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users (golint)
    • Line 2621: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUser (golint)
    • Line 2645: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User (golint)
    • Line 2659: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfig (golint)
    • Line 2683: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config (golint)
    • Line 2689: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2695: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union_E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnionEOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2696: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2701: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2706: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnionString (golint)
    • Line 2712: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2718: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config (golint)
    • Line 2718: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_Config_Role_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserConfigRoleUnion (golint)
    • Line 2730: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserState (golint)
    • Line 2754: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State (golint)
    • Line 2760: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2766: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union_E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnionEOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2767: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 2772: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2777: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnionString (golint)
    • Line 2783: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2789: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State (golint)
    • Line 2789: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authentication_Users_User_State_Role_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthenticationUsersUserStateRoleUnion (golint)
    • Line 2801: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorization (golint)
    • Line 2822: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization (golint)
    • Line 2827: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfig (golint)
    • Line 2847: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config (golint)
    • Line 2853: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 2859: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2860: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 2865: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 2870: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnionString (golint)
    • Line 2876: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 2882: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config (golint)
    • Line 2882: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Config_AuthorizationMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationConfigAuthorizationMethodUnion (golint)
    • Line 2894: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationEvents (golint)
    • Line 2932: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events (golint)
    • Line 2946: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationEventsEvent (golint)
    • Line 2967: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event (golint)
    • Line 2981: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationEventsEventConfig (golint)
    • Line 3001: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event_Config (golint)
    • Line 3006: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationEventsEventState (golint)
    • Line 3026: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_Events_Event_State (golint)
    • Line 3031: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationState (golint)
    • Line 3051: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State (golint)
    • Line 3057: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3063: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union_E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnionEOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3064: warning: don't use underscores in Go names; struct field E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 3069: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3074: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnionString (golint)
    • Line 3080: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3086: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State (golint)
    • Line 3086: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Authorization_State_AuthorizationMethod_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAuthorizationStateAuthorizationMethodUnion (golint)
    • Line 3098: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaConfig (golint)
    • Line 3116: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Config (golint)
    • Line 3121: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroups (golint)
    • Line 3158: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups (golint)
    • Line 3172: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroup (golint)
    • Line 3197: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup (golint)
    • Line 3211: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupConfig (golint)
    • Line 3232: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Config (golint)
    • Line 3237: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServers (golint)
    • Line 3275: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers (golint)
    • Line 3289: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServer (golint)
    • Line 3315: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server (golint)
    • Line 3329: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerConfig (golint)
    • Line 3351: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Config (golint)
    • Line 3356: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerRadius (golint)
    • Line 3377: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius (golint)
    • Line 3382: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerRadiusConfig (golint)
    • Line 3406: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_Config (golint)
    • Line 3411: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerRadiusState (golint)
    • Line 3436: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State (golint)
    • Line 3441: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State_Counters should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerRadiusStateCounters (golint)
    • Line 3464: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Radius_State_Counters (golint)
    • Line 3469: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerState (golint)
    • Line 3499: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_State (golint)
    • Line 3504: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerTacacs (golint)
    • Line 3525: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs (golint)
    • Line 3530: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerTacacsConfig (golint)
    • Line 3552: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_Config (golint)
    • Line 3557: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupServersServerTacacsState (golint)
    • Line 3579: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_Servers_Server_Tacacs_State (golint)
    • Line 3584: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaServerGroupsServerGroupState (golint)
    • Line 3605: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_ServerGroups_ServerGroup_State (golint)
    • Line 3610: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaState (golint)
    • Line 3628: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_State (golint)
    • Line 3633: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarms (golint)
    • Line 3670: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms (golint)
    • Line 3684: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarm (golint)
    • Line 3707: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm (golint)
    • Line 3721: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmConfig (golint)
    • Line 3739: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_Config (golint)
    • Line 3744: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmState (golint)
    • Line 3768: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State (golint)
    • Line 3774: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3780: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union_E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnionEOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 3781: warning: don't use underscores in Go names; struct field E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be EOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 3786: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3791: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnionString (golint)
    • Line 3797: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3803: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State (golint)
    • Line 3803: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Alarms_Alarm_State_TypeId_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemAlarmsAlarmStateTypeIDUnion (golint)
    • Line 3815: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock should be OpenconfigAccessPointsAccessPointsAccessPointSystemClock (golint)
    • Line 3835: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock (golint)
    • Line 3840: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemClockConfig (golint)
    • Line 3859: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock_Config (golint)
    • Line 3864: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemClockState (golint)
    • Line 3883: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Clock_State (golint)
    • Line 3888: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemConfig (golint)
    • Line 3910: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Config (golint)
    • Line 3915: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpus (golint)
    • Line 3952: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus (golint)
    • Line 3966: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPU (golint)
    • Line 3985: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu (golint)
    • Line 4000: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnion (golint)
    • Line 4006: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union_E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnionEOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndex (golint)
    • Line 4007: warning: don't use underscores in Go names; struct field E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index should be EOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndex (golint)
    • Line 4012: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnion (golint)
    • Line 4017: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union_Uint32 should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnionUint32 (golint)
    • Line 4023: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnion (golint)
    • Line 4029: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUnion (golint)
    • Line 4041: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUState (golint)
    • Line 4068: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State (golint)
    • Line 4073: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_HardwareInterrupt should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateHardwareInterrupt (golint)
    • Line 4099: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_HardwareInterrupt (golint)
    • Line 4104: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Idle should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIdle (golint)
    • Line 4129: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Idle (golint)
    • Line 4134: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Kernel should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateKernel (golint)
    • Line 4160: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Kernel (golint)
    • Line 4165: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Nice should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateNice (golint)
    • Line 4190: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Nice (golint)
    • Line 4195: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_SoftwareInterrupt should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateSoftwareInterrupt (golint)
    • Line 4221: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_SoftwareInterrupt (golint)
    • Line 4226: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Total should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateTotal (golint)
    • Line 4251: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Total (golint)
    • Line 4256: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_User should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateUser (golint)
    • Line 4281: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_User (golint)
    • Line 4286: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Wait should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateWait (golint)
    • Line 4311: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Wait (golint)
    • Line 4316: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNS (golint)
    • Line 4338: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns (golint)
    • Line 4343: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSConfig (golint)
    • Line 4362: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Config (golint)
    • Line 4367: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSHostEntries (golint)
    • Line 4404: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries (golint)
    • Line 4418: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSHostEntriesHostEntry (golint)
    • Line 4442: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry (golint)
    • Line 4456: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSHostEntriesHostEntryConfig (golint)
    • Line 4479: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry_Config (golint)
    • Line 4484: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSHostEntriesHostEntryState (golint)
    • Line 4507: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_HostEntries_HostEntry_State (golint)
    • Line 4512: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSServers (golint)
    • Line 4549: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers (golint)
    • Line 4563: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSServersServer (golint)
    • Line 4586: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server (golint)
    • Line 4600: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSServersServerConfig (golint)
    • Line 4621: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server_Config (golint)
    • Line 4626: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSServersServerState (golint)
    • Line 4647: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_Servers_Server_State (golint)
    • Line 4652: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemDNSState (golint)
    • Line 4671: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Dns_State (golint)
    • Line 4676: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServer (golint)
    • Line 4696: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer (golint)
    • Line 4701: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfig (golint)
    • Line 4724: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config (golint)
    • Line 4730: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4736: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union_E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnionEOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddresses (golint)
    • Line 4737: warning: don't use underscores in Go names; struct field E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses should be EOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddresses (golint)
    • Line 4742: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4747: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnionString (golint)
    • Line 4753: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4759: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config (golint)
    • Line 4759: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUnion (golint)
    • Line 4771: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerState (golint)
    • Line 4794: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State (golint)
    • Line 4800: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4806: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union_E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnionEOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddresses (golint)
    • Line 4807: warning: don't use underscores in Go names; struct field E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses should be EOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddresses (golint)
    • Line 4812: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4817: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union_String should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnionString (golint)
    • Line 4823: warning: don't use underscores in Go names; method Is_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union should be IsOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4829: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State (golint)
    • Line 4829: warning: don't use underscores in Go names; method To_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_State_ListenAddresses_Union should be ToOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerStateListenAddressesUnion (golint)
    • Line 4841: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging should be OpenconfigAccessPointsAccessPointsAccessPointSystemLogging (golint)
    • Line 4861: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging (golint)
    • Line 4866: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsole (golint)
    • Line 4887: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console (golint)
    • Line 4892: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleConfig (golint)
    • Line 4911: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Config (golint)
    • Line 4916: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleSelectors (golint)
    • Line 4927: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector_Key should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleSelectorsSelectorKey (golint)
    • Line 4964: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors (golint)
    • Line 4978: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleSelectorsSelector (golint)
    • Line 5001: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector (golint)
    • Line 5015: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleSelectorsSelectorConfig (golint)
    • Line 5036: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector_Config (golint)
    • Line 5041: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleSelectorsSelectorState (golint)
    • Line 5062: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_Selectors_Selector_State (golint)
    • Line 5067: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingConsoleState (golint)
    • Line 5086: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_Console_State (golint)
    • Line 5091: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServers (golint)
    • Line 5129: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers (golint)
    • Line 5143: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServer (golint)
    • Line 5168: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer (golint)
    • Line 5182: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerConfig (golint)
    • Line 5204: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Config (golint)
    • Line 5209: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerSelectors (golint)
    • Line 5220: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_Key should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerSelectorsSelectorKey (golint)
    • Line 5257: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors (golint)
    • Line 5271: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerSelectorsSelector (golint)
    • Line 5294: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector (golint)
    • Line 5308: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerSelectorsSelectorConfig (golint)
    • Line 5329: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_Config (golint)
    • Line 5334: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerSelectorsSelectorState (golint)
    • Line 5355: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_Selectors_Selector_State (golint)
    • Line 5360: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemLoggingRemoteServersRemoteServerState (golint)
    • Line 5382: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Logging_RemoteServers_RemoteServer_State (golint)
    • Line 5387: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory should be OpenconfigAccessPointsAccessPointsAccessPointSystemMemory (golint)
    • Line 5407: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory (golint)
    • Line 5412: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemMemoryConfig (golint)
    • Line 5430: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory_Config (golint)
    • Line 5435: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemMemoryState (golint)
    • Line 5455: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Memory_State (golint)
    • Line 5460: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtp (golint)
    • Line 5482: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp (golint)
    • Line 5487: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpConfig (golint)
    • Line 5508: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Config (golint)
    • Line 5513: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpNtpKeys (golint)
    • Line 5550: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys (golint)
    • Line 5564: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpNtpKeysNtpKey (golint)
    • Line 5587: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey (golint)
    • Line 5601: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpNtpKeysNtpKeyConfig (golint)
    • Line 5623: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey_Config (golint)
    • Line 5628: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpNtpKeysNtpKeyState (golint)
    • Line 5650: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_NtpKeys_NtpKey_State (golint)
    • Line 5655: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServers (golint)
    • Line 5692: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers (golint)
    • Line 5706: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServer (golint)
    • Line 5729: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server (golint)
    • Line 5743: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfig (golint)
    • Line 5768: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config (golint)
    • Line 5773: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerState (golint)
    • Line 5803: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_State (golint)
    • Line 5808: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpState (golint)
    • Line 5830: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_State (golint)
    • Line 5835: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes should be OpenconfigAccessPointsAccessPointsAccessPointSystemProcesses (golint)
    • Line 5872: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes (golint)
    • Line 5886: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes_Process should be OpenconfigAccessPointsAccessPointsAccessPointSystemProcessesProcess (golint)
    • Line 5908: warning: receiver name s should be consistent with previous receiver name t for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes_Process (golint)
    • Line 5922: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes_Process_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemProcessesProcessState (golint)
    • Line 5951: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Processes_Process_State (golint)
    • Line 5956: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServer (golint)
    • Line 5976: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer (golint)
    • Line 5981: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfig (golint)
    • Line 6004: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config (golint)
    • Line 6009: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerState (golint)
    • Line 6032: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_State (golint)
    • Line 6037: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemState (golint)
    • Line 6061: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_State (golint)
    • Line 6066: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer should be OpenconfigAccessPointsAccessPointsAccessPointSystemTelnetServer (golint)
    • Line 6086: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer (golint)
    • Line 6091: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer_Config should be OpenconfigAccessPointsAccessPointsAccessPointSystemTelnetServerConfig (golint)
    • Line 6113: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer_Config (golint)
    • Line 6118: warning: don't use underscores in Go names; type OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer_State should be OpenconfigAccessPointsAccessPointsAccessPointSystemTelnetServerState (golint)
    • Line 6140: warning: receiver name t should be consistent with previous receiver name s for OpenconfigAccessPoints_AccessPoints_AccessPoint_System_TelnetServer_State (golint)
    • Line 6145: warning: don't use underscores in Go names; type OpenconfigGasket_Gasket should be OpenconfigGasketGasket (golint)
    • Line 6165: warning: receiver name t should be consistent with previous receiver name s for OpenconfigGasket_Gasket (golint)
    • Line 6172: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE should be EOpenconfigAaaTypesAAAACCOUNTINGEVENTTYPE (golint)
    • Line 6186: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_UNSET should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEUNSET (golint)
    • Line 6188: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_AAA_ACCOUNTING_EVENT_COMMAND should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEAAAACCOUNTINGEVENTCOMMAND (golint)
    • Line 6190: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_ACCOUNTING_EVENT_TYPE_AAA_ACCOUNTING_EVENT_LOGIN should be OpenconfigAaaTypesAAAACCOUNTINGEVENTTYPEAAAACCOUNTINGEVENTLOGIN (golint)
    • Line 6198: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE should be EOpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPE (golint)
    • Line 6212: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_UNSET should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEUNSET (golint)
    • Line 6214: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_AAA_AUTHORIZATION_EVENT_COMMAND should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEAAAAUTHORIZATIONEVENTCOMMAND (golint)
    • Line 6216: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_AUTHORIZATION_EVENT_TYPE_AAA_AUTHORIZATION_EVENT_CONFIG should be OpenconfigAaaTypesAAAAUTHORIZATIONEVENTTYPEAAAAUTHORIZATIONEVENTCONFIG (golint)
    • Line 6224: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_METHOD_TYPE should be EOpenconfigAaaTypesAAAMETHODTYPE (golint)
    • Line 6238: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_UNSET should be OpenconfigAaaTypesAAAMETHODTYPEUNSET (golint)
    • Line 6240: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_LOCAL should be OpenconfigAaaTypesAAAMETHODTYPELOCAL (golint)
    • Line 6242: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_RADIUS_ALL should be OpenconfigAaaTypesAAAMETHODTYPERADIUSALL (golint)
    • Line 6244: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_METHOD_TYPE_TACACS_ALL should be OpenconfigAaaTypesAAAMETHODTYPETACACSALL (golint)
    • Line 6252: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_AAA_SERVER_TYPE should be EOpenconfigAaaTypesAAASERVERTYPE (golint)
    • Line 6266: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_UNSET should be OpenconfigAaaTypesAAASERVERTYPEUNSET (golint)
    • Line 6268: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_RADIUS should be OpenconfigAaaTypesAAASERVERTYPERADIUS (golint)
    • Line 6270: warning: don't use underscores in Go names; const OpenconfigAaaTypes_AAA_SERVER_TYPE_TACACS should be OpenconfigAaaTypesAAASERVERTYPETACACS (golint)
    • Line 6278: warning: don't use underscores in Go names; type E_OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES should be EOpenconfigAaaTypesSYSTEMDEFINEDROLES (golint)
    • Line 6292: warning: don't use underscores in Go names; const OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES_UNSET should be OpenconfigAaaTypesSYSTEMDEFINEDROLESUNSET (golint)
    • Line 6294: warning: don't use underscores in Go names; const OpenconfigAaaTypes_SYSTEM_DEFINED_ROLES_SYSTEM_ROLE_ADMIN should be OpenconfigAaaTypesSYSTEMDEFINEDROLESSYSTEMROLEADMIN (golint)
    • Line 6302: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode should be EOpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionMode (golint)
    • Line 6317: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeUNSET (golint)
    • Line 6319: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_A should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeA (golint)
    • Line 6321: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_B should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeB (golint)
    • Line 6323: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_G should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeG (golint)
    • Line 6325: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_N should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeN (golint)
    • Line 6327: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Clients_Client_ClientRf_State_ConnectionMode_AC should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidClientsClientClientRfStateConnectionModeAC (golint)
    • Line 6335: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config_Opmode should be EOpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfigOpmode (golint)
    • Line 6349: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config_Opmode_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfigOpmodeUNSET (golint)
    • Line 6351: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config_Opmode_OPEN should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfigOpmodeOPEN (golint)
    • Line 6353: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config_Opmode_WPA2_PERSONAL should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfigOpmodeWPA2PERSONAL (golint)
    • Line 6355: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Config_Opmode_WPA2_ENTERPRISE should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidConfigOpmodeWPA2ENTERPRISE (golint)
    • Line 6363: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config_Dot11RMethod should be EOpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RConfigDot11RMethod (golint)
    • Line 6378: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config_Dot11RMethod_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RConfigDot11RMethodUNSET (golint)
    • Line 6380: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config_Dot11RMethod_OVA should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RConfigDot11RMethodOVA (golint)
    • Line 6382: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_Ssids_Ssid_Dot11R_Config_Dot11RMethod_ODS should be OpenconfigAccessPointsAccessPointsAccessPointSsidsSsidDot11RConfigDot11RMethodODS (golint)
    • Line 6390: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config_Record should be EOpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventConfigRecord (golint)
    • Line 6405: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config_Record_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventConfigRecordUNSET (golint)
    • Line 6407: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config_Record_START_STOP should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventConfigRecordSTARTSTOP (golint)
    • Line 6409: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Aaa_Accounting_Events_Event_Config_Record_STOP should be OpenconfigAccessPointsAccessPointsAccessPointSystemAaaAccountingEventsEventConfigRecordSTOP (golint)
    • Line 6417: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index should be EOpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndex (golint)
    • Line 6431: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexUNSET (golint)
    • Line 6433: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Cpus_Cpu_State_Index_ALL should be OpenconfigAccessPointsAccessPointsAccessPointSystemCpusCPUStateIndexALL (golint)
    • Line 6441: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses should be EOpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddresses (golint)
    • Line 6456: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesUNSET (golint)
    • Line 6458: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_GrpcServer_Config_ListenAddresses_ANY should be OpenconfigAccessPointsAccessPointsAccessPointSystemGrpcServerConfigListenAddressesANY (golint)
    • Line 6466: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config_AssociationType should be EOpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfigAssociationType (golint)
    • Line 6481: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config_AssociationType_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfigAssociationTypeUNSET (golint)
    • Line 6483: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config_AssociationType_SERVER should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfigAssociationTypeSERVER (golint)
    • Line 6485: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config_AssociationType_PEER should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfigAssociationTypePEER (golint)
    • Line 6487: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_Ntp_Servers_Server_Config_AssociationType_POOL should be OpenconfigAccessPointsAccessPointsAccessPointSystemNtpServersServerConfigAssociationTypePOOL (golint)
    • Line 6495: warning: don't use underscores in Go names; type E_OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config_ProtocolVersion should be EOpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfigProtocolVersion (golint)
    • Line 6510: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config_ProtocolVersion_UNSET should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfigProtocolVersionUNSET (golint)
    • Line 6512: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config_ProtocolVersion_V2 should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfigProtocolVersionV2 (golint)
    • Line 6514: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config_ProtocolVersion_V1 should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfigProtocolVersionV1 (golint)
    • Line 6516: warning: don't use underscores in Go names; const OpenconfigAccessPoints_AccessPoints_AccessPoint_System_SshServer_Config_ProtocolVersion_V1_V2 should be OpenconfigAccessPointsAccessPointsAccessPointSystemSSHServerConfigProtocolVersionV1V2 (golint)
    • Line 6524: warning: don't use underscores in Go names; type E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY should be EOpenconfigAlarmTypesOPENCONFIGALARMSEVERITY (golint)
    • Line 6538: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_UNSET should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYUNSET (golint)
    • Line 6540: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_CRITICAL should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYCRITICAL (golint)
    • Line 6542: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_MAJOR should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYMAJOR (golint)
    • Line 6544: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_MINOR should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYMINOR (golint)
    • Line 6546: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_UNKNOWN should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYUNKNOWN (golint)
    • Line 6548: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_SEVERITY_WARNING should be OpenconfigAlarmTypesOPENCONFIGALARMSEVERITYWARNING (golint)
    • Line 6556: warning: don't use underscores in Go names; type E_OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID should be EOpenconfigAlarmTypesOPENCONFIGALARMTYPEID (golint)
    • Line 6570: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_UNSET should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDUNSET (golint)
    • Line 6572: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_AIS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDAIS (golint)
    • Line 6574: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_EQPT should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDEQPT (golint)
    • Line 6576: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_LOS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDLOS (golint)
    • Line 6578: warning: don't use underscores in Go names; const OpenconfigAlarmTypes_OPENCONFIG_ALARM_TYPE_ID_OTS should be OpenconfigAlarmTypesOPENCONFIGALARMTYPEIDOTS (golint)
    • Line 6586: warning: don't use underscores in Go names; type E_OpenconfigSystemLogging_SYSLOG_FACILITY should be EOpenconfigSystemLoggingSYSLOGFACILITY (golint)
    • Line 6600: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_UNSET should be OpenconfigSystemLoggingSYSLOGFACILITYUNSET (golint)
    • Line 6602: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_ALL should be OpenconfigSystemLoggingSYSLOGFACILITYALL (golint)
    • Line 6604: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUDIT should be OpenconfigSystemLoggingSYSLOGFACILITYAUDIT (golint)
    • Line 6606: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUTH should be OpenconfigSystemLoggingSYSLOGFACILITYAUTH (golint)
    • Line 6608: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_AUTHPRIV should be OpenconfigSystemLoggingSYSLOGFACILITYAUTHPRIV (golint)
    • Line 6610: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_CONSOLE should be OpenconfigSystemLoggingSYSLOGFACILITYCONSOLE (golint)
    • Line 6612: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_KERNEL should be OpenconfigSystemLoggingSYSLOGFACILITYKERNEL (golint)
    • Line 6614: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL0 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL0 (golint)
    • Line 6616: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL1 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL1 (golint)
    • Line 6618: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL2 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL2 (golint)
    • Line 6620: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL3 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL3 (golint)
    • Line 6622: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL4 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL4 (golint)
    • Line 6624: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL5 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL5 (golint)
    • Line 6626: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL6 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL6 (golint)
    • Line 6628: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_LOCAL7 should be OpenconfigSystemLoggingSYSLOGFACILITYLOCAL7 (golint)
    • Line 6630: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_MAIL should be OpenconfigSystemLoggingSYSLOGFACILITYMAIL (golint)
    • Line 6632: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_NTP should be OpenconfigSystemLoggingSYSLOGFACILITYNTP (golint)
    • Line 6634: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_SYSLOG should be OpenconfigSystemLoggingSYSLOGFACILITYSYSLOG (golint)
    • Line 6636: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_SYSTEM_DAEMON should be OpenconfigSystemLoggingSYSLOGFACILITYSYSTEMDAEMON (golint)
    • Line 6638: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SYSLOG_FACILITY_USER should be OpenconfigSystemLoggingSYSLOGFACILITYUSER (golint)
    • Line 6646: warning: don't use underscores in Go names; type E_OpenconfigSystemLogging_SyslogSeverity should be EOpenconfigSystemLoggingSyslogSeverity (golint)
    • Line 6660: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_UNSET should be OpenconfigSystemLoggingSyslogSeverityUNSET (golint)
    • Line 6662: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_EMERGENCY should be OpenconfigSystemLoggingSyslogSeverityEMERGENCY (golint)
    • Line 6664: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_ALERT should be OpenconfigSystemLoggingSyslogSeverityALERT (golint)
    • Line 6666: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_CRITICAL should be OpenconfigSystemLoggingSyslogSeverityCRITICAL (golint)
    • Line 6668: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_ERROR should be OpenconfigSystemLoggingSyslogSeverityERROR (golint)
    • Line 6670: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_WARNING should be OpenconfigSystemLoggingSyslogSeverityWARNING (golint)
    • Line 6672: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_NOTICE should be OpenconfigSystemLoggingSyslogSeverityNOTICE (golint)
    • Line 6674: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_INFORMATIONAL should be OpenconfigSystemLoggingSyslogSeverityINFORMATIONAL (golint)
    • Line 6676: warning: don't use underscores in Go names; const OpenconfigSystemLogging_SyslogSeverity_DEBUG should be OpenconfigSystemLoggingSyslogSeverityDEBUG (golint)
    • Line 6684: warning: don't use underscores in Go names; type E_OpenconfigSystem_NTP_AUTH_TYPE should be EOpenconfigSystemNTPAUTHTYPE (golint)
    • Line 6698: warning: don't use underscores in Go names; const OpenconfigSystem_NTP_AUTH_TYPE_UNSET should be OpenconfigSystemNTPAUTHTYPEUNSET (golint)
    • Line 6700: warning: don't use underscores in Go names; const OpenconfigSystem_NTP_AUTH_TYPE_NTP_AUTH_MD5 should be OpenconfigSystemNTPAUTHTYPENTPAUTHMD5 (golint)
    • Line 6708: warning: don't use underscores in Go names; type E_OpenconfigWifiTypes_CHANGE_REASON_TYPE should be EOpenconfigWifiTypesCHANGEREASONTYPE (golint)
    • Line 6722: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CHANGE_REASON_TYPE_UNSET should be OpenconfigWifiTypesCHANGEREASONTYPEUNSET (golint)
    • Line 6724: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CHANGE_REASON_TYPE_BETTER_CHANNEL should be OpenconfigWifiTypesCHANGEREASONTYPEBETTERCHANNEL (golint)
    • Line 6726: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CHANGE_REASON_TYPE_DFS should be OpenconfigWifiTypesCHANGEREASONTYPEDFS (golint)
    • Line 6728: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CHANGE_REASON_TYPE_ERRORS should be OpenconfigWifiTypesCHANGEREASONTYPEERRORS (golint)
    • Line 6730: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CHANGE_REASON_TYPE_NOISE should be OpenconfigWifiTypesCHANGEREASONTYPENOISE (golint)
    • Line 6738: warning: don't use underscores in Go names; type E_OpenconfigWifiTypes_CLIENT_CAPABILITIES should be EOpenconfigWifiTypesCLIENTCAPABILITIES (golint)
    • Line 6752: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_CAPABILITIES_UNSET should be OpenconfigWifiTypesCLIENTCAPABILITIESUNSET (golint)
    • Line 6754: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_CAPABILITIES_DOT_11R should be OpenconfigWifiTypesCLIENTCAPABILITIESDOT11R (golint)
    • Line 6756: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_CAPABILITIES_DOT_11V should be OpenconfigWifiTypesCLIENTCAPABILITIESDOT11V (golint)
    • Line 6758: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_CAPABILITIES_MU_BEAMFORMEE should be OpenconfigWifiTypesCLIENTCAPABILITIESMUBEAMFORMEE (golint)
    • Line 6760: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_CAPABILITIES_MU_BEAMFORMER should be OpenconfigWifiTypesCLIENTCAPABILITIESMUBEAMFORMER (golint)
    • Line 6768: warning: don't use underscores in Go names; type E_OpenconfigWifiTypes_CLIENT_STATE should be EOpenconfigWifiTypesCLIENTSTATE (golint)
    • Line 6782: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_UNSET should be OpenconfigWifiTypesCLIENTSTATEUNSET (golint)
    • Line 6784: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_ASSOCIATED should be OpenconfigWifiTypesCLIENTSTATEASSOCIATED (golint)
    • Line 6786: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_AUTHENTICATED should be OpenconfigWifiTypesCLIENTSTATEAUTHENTICATED (golint)
    • Line 6788: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_BLACKLISTED should be OpenconfigWifiTypesCLIENTSTATEBLACKLISTED (golint)
    • Line 6790: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_DHCP_FAILURE should be OpenconfigWifiTypesCLIENTSTATEDHCPFAILURE (golint)
    • Line 6792: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_DHCP_REQD should be OpenconfigWifiTypesCLIENTSTATEDHCPREQD (golint)
    • Line 6794: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_L2AUTH_FAILURE_REJECT should be OpenconfigWifiTypesCLIENTSTATEL2AUTHFAILUREREJECT (golint)
    • Line 6796: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_L2AUTH_FAILURE_TIMEOUT should be OpenconfigWifiTypesCLIENTSTATEL2AUTHFAILURETIMEOUT (golint)
    • Line 6798: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_L2AUTH_REQD should be OpenconfigWifiTypesCLIENTSTATEL2AUTHREQD (golint)
    • Line 6800: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_L3AUTH_FAILURE should be OpenconfigWifiTypesCLIENTSTATEL3AUTHFAILURE (golint)
    • Line 6802: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_L3AUTH_REQD should be OpenconfigWifiTypesCLIENTSTATEL3AUTHREQD (golint)
    • Line 6804: warning: don't use underscores in Go names; const OpenconfigWifiTypes_CLIENT_STATE_POWERSAVE should be OpenconfigWifiTypesCLIENTSTATEPOWERSAVE (golint)
    • Line 6812: warning: don't use underscores in Go names; type E_OpenconfigWifiTypes_DATA_RATE should be EOpenconfigWifiTypesDATARATE (golint)
    • Line 6824: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_UNSET should be OpenconfigWifiTypesDATARATEUNSET (golint)
    • Line 6826: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_11MB should be OpenconfigWifiTypesDATARATERATE11MB (golint)
    • Line 6828: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_12MB should be OpenconfigWifiTypesDATARATERATE12MB (golint)
    • Line 6830: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_18MB should be OpenconfigWifiTypesDATARATERATE18MB (golint)
    • Line 6832: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_1MB should be OpenconfigWifiTypesDATARATERATE1MB (golint)
    • Line 6834: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_24MB should be OpenconfigWifiTypesDATARATERATE24MB (golint)
    • Line 6836: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_2MB should be OpenconfigWifiTypesDATARATERATE2MB (golint)
    • Line 6838: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_36MB should be OpenconfigWifiTypesDATARATERATE36MB (golint)
    • Line 6840: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_48MB should be OpenconfigWifiTypesDATARATERATE48MB (golint)
    • Line 6842: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_5_5MB should be OpenconfigWifiTypesDATARATERATE5_5MB (golint)
    • Line 6844: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_54MB should be OpenconfigWifiTypesDATARATERATE54MB (golint)
    • Line 6846: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_6MB should be OpenconfigWifiTypesDATARATERATE6MB (golint)
    • Line 6848: warning: don't use underscores in Go names; const OpenconfigWifiTypes_DATA_RATE_RATE_9MB should be OpenconfigWifiTypesDATARATERATE9MB (golint)
    • Line 6856: warning: don't use underscores in Go names; type E_OpenconfigWifiTypes_OPERATING_FREQUENCY should be EOpenconfigWifiTypesOPERATINGFREQUENCY (golint)
    • Line 6870: warning: don't use underscores in Go names; const OpenconfigWifiTypes_OPERATING_FREQUENCY_UNSET should be OpenconfigWifiTypesOPERATINGFREQUENCYUNSET (golint)
    • Line 6872: warning: don't use underscores in Go names; const OpenconfigWifiTypes_OPERATING_FREQUENCY_FREQ_2GHZ should be OpenconfigWifiTypesOPERATINGFREQUENCYFREQ2GHZ (golint)
    • Line 6874: warning: don't use underscores in Go names; const OpenconfigWifiTypes_OPERATING_FREQUENCY_FREQ_2_5_GHZ should be OpenconfigWifiTypesOPERATINGFREQUENCYFREQ2_5GHZ (golint)
    • Line 6876: warning: don't use underscores in Go names; const OpenconfigWifiTypes_OPERATING_FREQUENCY_FREQ_5GHZ should be OpenconfigWifiTypesOPERATINGFREQUENCYFREQ5GHZ (golint)

gocyclo90%

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.


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!