Preparing report...

Report for github.com/scaleway/scaleway-sdk-go

A+    Excellent!    Found 48 issues across 112 files

Tweet

gofmt99%

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!


gocyclo96%

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


golint58%

Golint is a linter for Go source code.

    • scaleway-sdk-go/scw/config.go
    • Line 20: warning: comment on exported const DefaultProfileName should be of the form "DefaultProfileName ..." (golint)
    • Line 110: warning: exported type Config should have comment or be unexported (golint)
    • Line 116: warning: exported type Profile should have comment or be unexported (golint)
    • Line 154: warning: exported method Config.IsEmpty should have comment or be unexported (golint)
    • Line 254: warning: comment on exported method Config.Save should be of the form "Save ..." (golint)
    • scaleway-sdk-go/api/vpc/v1/vpc_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ListPrivateNetworksRequestOrderBy should have comment or be unexported (golint)
    • Line 75: warning: exported method ListPrivateNetworksRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 79: warning: exported method ListPrivateNetworksRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 90: warning: exported type ListPrivateNetworksResponse should have comment or be unexported (golint)
    • Line 96: warning: comment on exported type PrivateNetwork should be of the form "PrivateNetwork ..." (with optional leading article) (golint)
    • Line 118: warning: exported type ListPrivateNetworksRequest should have comment or be unexported (golint)
    • Line 138: warning: comment on exported method API.ListPrivateNetworks should be of the form "ListPrivateNetworks ..." (golint)
    • Line 181: warning: exported type CreatePrivateNetworkRequest should have comment or be unexported (golint)
    • Line 191: warning: comment on exported method API.CreatePrivateNetwork should be of the form "CreatePrivateNetwork ..." (golint)
    • Line 233: warning: exported type GetPrivateNetworkRequest should have comment or be unexported (golint)
    • Line 239: warning: comment on exported method API.GetPrivateNetwork should be of the form "GetPrivateNetwork ..." (golint)
    • Line 271: warning: exported type UpdatePrivateNetworkRequest should have comment or be unexported (golint)
    • Line 281: warning: comment on exported method API.UpdatePrivateNetwork should be of the form "UpdatePrivateNetwork ..." (golint)
    • Line 318: warning: exported type DeletePrivateNetworkRequest should have comment or be unexported (golint)
    • Line 324: warning: comment on exported method API.DeletePrivateNetwork should be of the form "DeletePrivateNetwork ..." (golint)
    • scaleway-sdk-go/api/domain/v2alpha2/domain_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 56: warning: comment on exported type SearchAPI should be of the form "SearchAPI ..." (with optional leading article) (golint)
    • Line 70: warning: exported type Civility should have comment or be unexported (golint)
    • Line 89: warning: exported method Civility.MarshalJSON should have comment or be unexported (golint)
    • Line 93: warning: exported method Civility.UnmarshalJSON should have comment or be unexported (golint)
    • Line 104: warning: exported type ContactEmailStatus should have comment or be unexported (golint)
    • Line 125: warning: exported method ContactEmailStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 129: warning: exported method ContactEmailStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 140: warning: exported type DNSZoneStatus should have comment or be unexported (golint)
    • Line 161: warning: exported method DNSZoneStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 165: warning: exported method DNSZoneStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 176: warning: exported type DSRecordDNSSECAlgorithm should have comment or be unexported (golint)
    • Line 215: warning: exported method DSRecordDNSSECAlgorithm.MarshalJSON should have comment or be unexported (golint)
    • Line 219: warning: exported method DSRecordDNSSECAlgorithm.UnmarshalJSON should have comment or be unexported (golint)
    • Line 230: warning: exported type DigestDNSSECDigestType should have comment or be unexported (golint)
    • Line 251: warning: exported method DigestDNSSECDigestType.MarshalJSON should have comment or be unexported (golint)
    • Line 255: warning: exported method DigestDNSSECDigestType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 266: warning: exported type DomainFeatureStatus should have comment or be unexported (golint)
    • Line 289: warning: exported method DomainFeatureStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 293: warning: exported method DomainFeatureStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 304: warning: exported type DomainRegistrationProcessTransferStatus should have comment or be unexported (golint)
    • Line 329: warning: exported method DomainRegistrationProcessTransferStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 333: warning: exported method DomainRegistrationProcessTransferStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 344: warning: exported type DomainStatus should have comment or be unexported (golint)
    • Line 395: warning: exported method DomainStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 399: warning: exported method DomainStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 410: warning: exported type ExtensionFRMode should have comment or be unexported (golint)
    • Line 439: warning: exported method ExtensionFRMode.MarshalJSON should have comment or be unexported (golint)
    • Line 443: warning: exported method ExtensionFRMode.UnmarshalJSON should have comment or be unexported (golint)
    • Line 454: warning: exported type Lang should have comment or be unexported (golint)
    • Line 477: warning: exported method Lang.MarshalJSON should have comment or be unexported (golint)
    • Line 481: warning: exported method Lang.UnmarshalJSON should have comment or be unexported (golint)
    • Line 492: warning: exported type LegalForm should have comment or be unexported (golint)
    • Line 515: warning: exported method LegalForm.MarshalJSON should have comment or be unexported (golint)
    • Line 519: warning: exported method LegalForm.UnmarshalJSON should have comment or be unexported (golint)
    • Line 530: warning: exported type ListDNSZoneRecordsRequestOrderBy should have comment or be unexported (golint)
    • Line 547: warning: exported method ListDNSZoneRecordsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 551: warning: exported method ListDNSZoneRecordsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 562: warning: exported type ListDNSZonesRequestOrderBy should have comment or be unexported (golint)
    • Line 583: warning: exported method ListDNSZonesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 587: warning: exported method ListDNSZonesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 598: warning: exported type ListDomainsRequestOrderBy should have comment or be unexported (golint)
    • Line 615: warning: exported method ListDomainsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 619: warning: exported method ListDomainsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 630: warning: exported type ListTldsRequestOrderBy should have comment or be unexported (golint)
    • Line 651: warning: exported method ListTldsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 655: warning: exported method ListTldsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 666: warning: exported type RecordServiceUPConfigStrategy should have comment or be unexported (golint)
    • Line 683: warning: exported method RecordServiceUPConfigStrategy.MarshalJSON should have comment or be unexported (golint)
    • Line 687: warning: exported method RecordServiceUPConfigStrategy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 698: warning: exported type RecordType should have comment or be unexported (golint)
    • Line 757: warning: exported method RecordType.MarshalJSON should have comment or be unexported (golint)
    • Line 761: warning: exported method RecordType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 772: warning: exported type TaskStatus should have comment or be unexported (golint)
    • Line 797: warning: exported method TaskStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 801: warning: exported method TaskStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 812: warning: exported type TaskType should have comment or be unexported (golint)
    • Line 865: warning: exported method TaskType.MarshalJSON should have comment or be unexported (golint)
    • Line 869: warning: exported method TaskType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 880: warning: exported type ZoneSSLStatus should have comment or be unexported (golint)
    • Line 903: warning: exported method ZoneSSLStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 907: warning: exported method ZoneSSLStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 918: warning: comment on exported type AvailableDomain should be of the form "AvailableDomain ..." (with optional leading article) (golint)
    • Line 939: warning: comment on exported type ClearDNSZoneRecordsResponse should be of the form "ClearDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 943: warning: comment on exported type Contact should be of the form "Contact ..." (with optional leading article) (golint)
    • Line 1020: warning: exported type ContactRoles should have comment or be unexported (golint)
    • Line 1026: warning: exported type ContactRolesRoles should have comment or be unexported (golint)
    • Line 1034: warning: comment on exported type DNSOptions should be of the form "DNSOptions ..." (with optional leading article) (golint)
    • Line 1045: warning: exported type DNSZone should have comment or be unexported (golint)
    • Line 1067: warning: exported type DSRecord should have comment or be unexported (golint)
    • Line 1081: warning: comment on exported type DeleteDNSZoneResponse should be of the form "DeleteDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1085: warning: comment on exported type DeleteExternalDomainResponse should be of the form "DeleteExternalDomainResponse ..." (with optional leading article) (golint)
    • Line 1089: warning: comment on exported type DeleteSSLCertificateResponse should be of the form "DeleteSSLCertificateResponse ..." (with optional leading article) (golint)
    • Line 1093: warning: exported type Digest should have comment or be unexported (golint)
    • Line 1102: warning: comment on exported type Domain should be of the form "Domain ..." (with optional leading article) (golint)
    • Line 1151: warning: exported type DomainRegistrationProcessExternalDomain should have comment or be unexported (golint)
    • Line 1155: warning: exported type DomainRegistrationProcessTransfer should have comment or be unexported (golint)
    • Line 1166: warning: exported type DomainSummary should have comment or be unexported (golint)
    • Line 1202: warning: exported type DomainTrademarkProtectionConfig should have comment or be unexported (golint)
    • Line 1205: warning: exported type ExtensionEU should have comment or be unexported (golint)
    • Line 1209: warning: exported type ExtensionFR should have comment or be unexported (golint)
    • Line 1231: warning: exported type ExtensionFRAssociationInfos should have comment or be unexported (golint)
    • Line 1237: warning: exported type ExtensionFRBrandInfos should have comment or be unexported (golint)
    • Line 1241: warning: exported type ExtensionFRCodeAuthAfnicInfos should have comment or be unexported (golint)
    • Line 1245: warning: exported type ExtensionFRDunsInfos should have comment or be unexported (golint)
    • Line 1251: warning: exported type ExtensionFRParticularInfos should have comment or be unexported (golint)
    • Line 1255: warning: comment on exported type GetDNSZoneTsigKeyResponse should be of the form "GetDNSZoneTsigKeyResponse ..." (with optional leading article) (golint)
    • Line 1264: warning: comment on exported type GetDNSZoneVersionDiffResponse should be of the form "GetDNSZoneVersionDiffResponse ..." (with optional leading article) (golint)
    • Line 1269: warning: comment on exported type GetDomainAuthCodeResponse should be of the form "GetDomainAuthCodeResponse ..." (with optional leading article) (golint)
    • Line 1274: warning: comment on exported type GetDomainResponse should be of the form "GetDomainResponse ..." (with optional leading article) (golint)
    • Line 1279: warning: exported type ImportProviderDNSZoneRequestOnlineV1 should have comment or be unexported (golint)
    • Line 1283: warning: comment on exported type ImportProviderDNSZoneResponse should be of the form "ImportProviderDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1288: warning: comment on exported type ImportRawDNSZoneResponse should be of the form "ImportRawDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1293: warning: comment on exported type ListContactsResponse should be of the form "ListContactsResponse ..." (with optional leading article) (golint)
    • Line 1298: warning: comment on exported type ListDNSZoneNameserversResponse should be of the form "ListDNSZoneNameserversResponse ..." (with optional leading article) (golint)
    • Line 1303: warning: comment on exported type ListDNSZoneRecordsResponse should be of the form "ListDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 1310: warning: comment on exported type ListDNSZoneVersionRecordsResponse should be of the form "ListDNSZoneVersionRecordsResponse ..." (with optional leading article) (golint)
    • Line 1315: warning: comment on exported type ListDNSZoneVersionsResponse should be of the form "ListDNSZoneVersionsResponse ..." (with optional leading article) (golint)
    • Line 1320: warning: comment on exported type ListDNSZonesResponse should be of the form "ListDNSZonesResponse ..." (with optional leading article) (golint)
    • Line 1327: warning: comment on exported type ListDomainsResponse should be of the form "ListDomainsResponse ..." (with optional leading article) (golint)
    • Line 1334: warning: comment on exported type ListSSLCertificatesResponse should be of the form "ListSSLCertificatesResponse ..." (with optional leading article) (golint)
    • Line 1339: warning: comment on exported type ListTasksResponse should be of the form "ListTasksResponse ..." (with optional leading article) (golint)
    • Line 1346: warning: comment on exported type ListTldsResponse should be of the form "ListTldsResponse ..." (with optional leading article) (golint)
    • Line 1354: warning: exported type Nameserver should have comment or be unexported (golint)
    • Line 1360: warning: exported type NewContact should have comment or be unexported (golint)
    • Line 1431: warning: exported type PublicKey should have comment or be unexported (golint)
    • Line 1435: warning: exported type Record should have comment or be unexported (golint)
    • Line 1463: warning: exported type RecordChange should have comment or be unexported (golint)
    • Line 1478: warning: exported type RecordChangeAdd should have comment or be unexported (golint)
    • Line 1482: warning: exported type RecordChangeClear should have comment or be unexported (golint)
    • Line 1485: warning: exported type RecordChangeDelete should have comment or be unexported (golint)
    • Line 1495: warning: exported type RecordChangeSet should have comment or be unexported (golint)
    • Line 1509: warning: exported type RecordGeoIPConfig should have comment or be unexported (golint)
    • Line 1515: warning: exported type RecordGeoIPConfigFilter should have comment or be unexported (golint)
    • Line 1523: warning: exported type RecordServiceUPConfig should have comment or be unexported (golint)
    • Line 1537: warning: exported type RecordViewConfig should have comment or be unexported (golint)
    • Line 1541: warning: exported type RecordViewConfigView should have comment or be unexported (golint)
    • Line 1547: warning: exported type RecordWeightedConfig should have comment or be unexported (golint)
    • Line 1551: warning: exported type RecordWeightedConfigWeightedIP should have comment or be unexported (golint)
    • Line 1557: warning: comment on exported type RefreshDNSZoneResponse should be of the form "RefreshDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1562: warning: exported type RegisterExternalDomainResponse should have comment or be unexported (golint)
    • Line 1572: warning: comment on exported type RestoreDNSZoneVersionResponse should be of the form "RestoreDNSZoneVersionResponse ..." (with optional leading article) (golint)
    • Line 1576: warning: comment on exported type SearchAvailableDomainsResponse should be of the form "SearchAvailableDomainsResponse ..." (with optional leading article) (golint)
    • Line 1582: warning: exported type Task should have comment or be unexported (golint)
    • Line 1602: warning: comment on exported type Tld should be of the form "Tld ..." (with optional leading article) (golint)
    • Line 1612: warning: exported type TldInfo should have comment or be unexported (golint)
    • Line 1626: warning: exported type TldPrice should have comment or be unexported (golint)
    • Line 1638: warning: comment on exported type UpdateDNSZoneNameserversResponse should be of the form "UpdateDNSZoneNameserversResponse ..." (with optional leading article) (golint)
    • Line 1643: warning: comment on exported type UpdateDNSZoneRecordsResponse should be of the form "UpdateDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 1648: warning: exported type Version should have comment or be unexported (golint)
    • Line 1652: warning: exported type ZoneSSL should have comment or be unexported (golint)
    • Line 1672: warning: exported type ListTasksRequest should have comment or be unexported (golint)
    • Line 1682: warning: comment on exported method API.ListTasks should be of the form "ListTasks ..." (golint)
    • Line 1717: warning: exported type BuyDomainRequest should have comment or be unexported (golint)
    • Line 1743: warning: comment on exported method API.BuyDomain should be of the form "BuyDomain ..." (golint)
    • Line 1776: warning: exported type RenewDomainRequest should have comment or be unexported (golint)
    • Line 1782: warning: comment on exported method API.RenewDomain should be of the form "RenewDomain ..." (golint)
    • Line 1813: warning: exported type TransferDomainRequest should have comment or be unexported (golint)
    • Line 1839: warning: comment on exported method API.TransferDomain should be of the form "TransferDomain ..." (golint)
    • Line 1871: warning: exported type TradeDomainRequest should have comment or be unexported (golint)
    • Line 1883: warning: comment on exported method API.TradeDomain should be of the form "TradeDomain ..." (golint)
    • Line 1917: warning: exported type RegisterExternalDomainRequest should have comment or be unexported (golint)
    • Line 1923: warning: comment on exported method API.RegisterExternalDomain should be of the form "RegisterExternalDomain ..." (golint)
    • Line 1955: warning: exported type DeleteExternalDomainRequest should have comment or be unexported (golint)
    • Line 1959: warning: comment on exported method API.DeleteExternalDomain should be of the form "DeleteExternalDomain ..." (golint)
    • Line 1985: warning: exported type ListContactsRequest should have comment or be unexported (golint)
    • Line 1991: warning: comment on exported method API.ListContacts should be of the form "ListContacts ..." (golint)
    • Line 2019: warning: exported type GetContactRequest should have comment or be unexported (golint)
    • Line 2023: warning: comment on exported method API.GetContact should be of the form "GetContact ..." (golint)
    • Line 2048: warning: exported type UpdateContactRequest should have comment or be unexported (golint)
    • Line 2106: warning: comment on exported method API.UpdateContact should be of the form "UpdateContact ..." (golint)
    • Line 2136: warning: exported type ListDomainsRequest should have comment or be unexported (golint)
    • Line 2156: warning: comment on exported method API.ListDomains should be of the form "ListDomains ..." (golint)
    • Line 2192: warning: exported type GetDomainRequest should have comment or be unexported (golint)
    • Line 2196: warning: comment on exported method API.GetDomain should be of the form "GetDomain ..." (golint)
    • Line 2221: warning: exported type UpdateDomainRequest should have comment or be unexported (golint)
    • Line 2243: warning: comment on exported method API.UpdateDomain should be of the form "UpdateDomain ..." (golint)
    • Line 2275: warning: exported type LockDomainTransferRequest should have comment or be unexported (golint)
    • Line 2279: warning: comment on exported method API.LockDomainTransfer should be of the form "LockDomainTransfer ..." (golint)
    • Line 2310: warning: exported type UnlockDomainTransferRequest should have comment or be unexported (golint)
    • Line 2314: warning: comment on exported method API.UnlockDomainTransfer should be of the form "UnlockDomainTransfer ..." (golint)
    • Line 2345: warning: exported type EnableDomainAutoRenewRequest should have comment or be unexported (golint)
    • Line 2349: warning: comment on exported method API.EnableDomainAutoRenew should be of the form "EnableDomainAutoRenew ..." (golint)
    • Line 2377: warning: exported type DisableDomainAutoRenewRequest should have comment or be unexported (golint)
    • Line 2381: warning: comment on exported method API.DisableDomainAutoRenew should be of the form "DisableDomainAutoRenew ..." (golint)
    • Line 2409: warning: exported type GetDomainAuthCodeRequest should have comment or be unexported (golint)
    • Line 2413: warning: comment on exported method API.GetDomainAuthCode should be of the form "GetDomainAuthCode ..." (golint)
    • Line 2440: warning: exported type EnableDomainDNSSECRequest should have comment or be unexported (golint)
    • Line 2446: warning: comment on exported method API.EnableDomainDNSSEC should be of the form "EnableDomainDNSSEC ..." (golint)
    • Line 2495: warning: exported type DisableDomainDNSSECRequest should have comment or be unexported (golint)
    • Line 2499: warning: comment on exported method API.DisableDomainDNSSEC should be of the form "DisableDomainDNSSEC ..." (golint)
    • Line 2527: warning: exported type ListDNSZonesRequest should have comment or be unexported (golint)
    • Line 2543: warning: comment on exported method API.ListDNSZones should be of the form "ListDNSZones ..." (golint)
    • Line 2580: warning: exported type CreateDNSZoneRequest should have comment or be unexported (golint)
    • Line 2588: warning: comment on exported method API.CreateDNSZone should be of the form "CreateDNSZone ..." (golint)
    • Line 2614: warning: exported type UpdateDNSZoneRequest should have comment or be unexported (golint)
    • Line 2622: warning: comment on exported method API.UpdateDNSZone should be of the form "UpdateDNSZone ..." (golint)
    • Line 2652: warning: exported type CopyDNSZoneRequest should have comment or be unexported (golint)
    • Line 2660: warning: comment on exported method API.CopyDNSZone should be of the form "CopyDNSZone ..." (golint)
    • Line 2690: warning: exported type DeleteDNSZoneRequest should have comment or be unexported (golint)
    • Line 2694: warning: comment on exported method API.DeleteDNSZone should be of the form "DeleteDNSZone ..." (golint)
    • Line 2719: warning: exported type ListDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 2739: warning: comment on exported method API.ListDNSZoneRecords should be of the form "ListDNSZoneRecords ..." (golint)
    • Line 2780: warning: exported type UpdateDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 2788: warning: comment on exported method API.UpdateDNSZoneRecords should be of the form "UpdateDNSZoneRecords ..." (golint)
    • Line 2835: warning: exported type ListDNSZoneNameserversRequest should have comment or be unexported (golint)
    • Line 2841: warning: comment on exported method API.ListDNSZoneNameservers should be of the form "ListDNSZoneNameservers ..." (golint)
    • Line 2870: warning: exported type UpdateDNSZoneNameserversRequest should have comment or be unexported (golint)
    • Line 2876: warning: comment on exported method API.UpdateDNSZoneNameservers should be of the form "UpdateDNSZoneNameservers ..." (golint)
    • Line 2906: warning: exported type ClearDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 2910: warning: comment on exported method API.ClearDNSZoneRecords should be of the form "ClearDNSZoneRecords ..." (golint)
    • Line 2938: warning: exported type ExportRawDNSZoneRequest should have comment or be unexported (golint)
    • Line 2944: warning: comment on exported method API.ExportRawDNSZone should be of the form "ExportRawDNSZone ..." (golint)
    • Line 2973: warning: exported type ImportRawDNSZoneRequest should have comment or be unexported (golint)
    • Line 2981: warning: comment on exported method API.ImportRawDNSZone should be of the form "ImportRawDNSZone ..." (golint)
    • Line 3011: warning: exported type ImportProviderDNSZoneRequest should have comment or be unexported (golint)
    • Line 3018: warning: comment on exported method API.ImportProviderDNSZone should be of the form "ImportProviderDNSZone ..." (golint)
    • Line 3048: warning: exported type RefreshDNSZoneRequest should have comment or be unexported (golint)
    • Line 3056: warning: comment on exported method API.RefreshDNSZone should be of the form "RefreshDNSZone ..." (golint)
    • Line 3088: warning: exported type ListDNSZoneVersionsRequest should have comment or be unexported (golint)
    • Line 3094: warning: comment on exported method API.ListDNSZoneVersions should be of the form "ListDNSZoneVersions ..." (golint)
    • Line 3126: warning: exported type ListDNSZoneVersionRecordsRequest should have comment or be unexported (golint)
    • Line 3134: warning: comment on exported method API.ListDNSZoneVersionRecords should be of the form "ListDNSZoneVersionRecords ..." (golint)
    • Line 3167: warning: exported type GetDNSZoneVersionDiffRequest should have comment or be unexported (golint)
    • Line 3173: warning: comment on exported method API.GetDNSZoneVersionDiff should be of the form "GetDNSZoneVersionDiff ..." (golint)
    • Line 3202: warning: exported type RestoreDNSZoneVersionRequest should have comment or be unexported (golint)
    • Line 3208: warning: comment on exported method API.RestoreDNSZoneVersion should be of the form "RestoreDNSZoneVersion ..." (golint)
    • Line 3242: warning: exported type CreateSSLCertificateRequest should have comment or be unexported (golint)
    • Line 3248: warning: comment on exported method API.CreateSSLCertificate should be of the form "CreateSSLCertificate ..." (golint)
    • Line 3272: warning: exported type ListSSLCertificatesRequest should have comment or be unexported (golint)
    • Line 3282: warning: comment on exported method API.ListSSLCertificates should be of the form "ListSSLCertificates ..." (golint)
    • Line 3313: warning: exported type DeleteSSLCertificateRequest should have comment or be unexported (golint)
    • Line 3317: warning: comment on exported method API.DeleteSSLCertificate should be of the form "DeleteSSLCertificate ..." (golint)
    • Line 3340: warning: exported type GetDNSZoneTsigKeyRequest should have comment or be unexported (golint)
    • Line 3344: warning: comment on exported method API.GetDNSZoneTsigKey should be of the form "GetDNSZoneTsigKey ..." (golint)
    • Line 3369: warning: exported type DeleteDNSZoneTsigKeyRequest should have comment or be unexported (golint)
    • Line 3375: warning: comment on exported method API.DeleteDNSZoneTsigKey should be of the form "DeleteDNSZoneTsigKey ..." (golint)
    • Line 3402: warning: exported type SearchAPIListTldsRequest should have comment or be unexported (golint)
    • Line 3415: warning: comment on exported method SearchAPI.ListTlds should be of the form "ListTlds ..." (golint)
    • Line 3448: warning: exported type SearchAPISearchAvailableDomainsRequest should have comment or be unexported (golint)
    • Line 3455: warning: comment on exported method SearchAPI.SearchAvailableDomains should be of the form "SearchAvailableDomains ..." (golint)
    • scaleway-sdk-go/api/instance/v1/snapshot_utils.go
    • Line 12: warning: comment on exported type WaitForSnapshotRequest should be of the form "WaitForSnapshotRequest ..." (with optional leading article) (golint)
    • Line 59: warning: exported type UpdateSnapshotRequest should have comment or be unexported (golint)
    • Line 65: warning: exported type UpdateSnapshotResponse should have comment or be unexported (golint)
    • Line 69: warning: exported method API.UpdateSnapshot should have comment or be unexported (golint)
    • scaleway-sdk-go/api/iot/v1beta1/iot_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type DeviceMessageFiltersPolicy should have comment or be unexported (golint)
    • Line 73: warning: exported method DeviceMessageFiltersPolicy.MarshalJSON should have comment or be unexported (golint)
    • Line 77: warning: exported method DeviceMessageFiltersPolicy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 88: warning: exported type DeviceStatus should have comment or be unexported (golint)
    • Line 107: warning: exported method DeviceStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 111: warning: exported method DeviceStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 122: warning: exported type HubStatus should have comment or be unexported (golint)
    • Line 145: warning: exported method HubStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 149: warning: exported method HubStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 160: warning: exported type ListDevicesRequestOrderBy should have comment or be unexported (golint)
    • Line 197: warning: exported method ListDevicesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 201: warning: exported method ListDevicesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 212: warning: exported type ListHubsRequestOrderBy should have comment or be unexported (golint)
    • Line 245: warning: exported method ListHubsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 249: warning: exported method ListHubsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 260: warning: exported type ListNetworksRequestOrderBy should have comment or be unexported (golint)
    • Line 285: warning: exported method ListNetworksRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 289: warning: exported method ListNetworksRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 300: warning: exported type ListRoutesRequestOrderBy should have comment or be unexported (golint)
    • Line 329: warning: exported method ListRoutesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 333: warning: exported method ListRoutesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 344: warning: exported type MetricsPeriod should have comment or be unexported (golint)
    • Line 367: warning: exported method MetricsPeriod.MarshalJSON should have comment or be unexported (golint)
    • Line 371: warning: exported method MetricsPeriod.UnmarshalJSON should have comment or be unexported (golint)
    • Line 382: warning: exported type NetworkNetworkType should have comment or be unexported (golint)
    • Line 401: warning: exported method NetworkNetworkType.MarshalJSON should have comment or be unexported (golint)
    • Line 405: warning: exported method NetworkNetworkType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 416: warning: exported type ProductPlan should have comment or be unexported (golint)
    • Line 437: warning: exported method ProductPlan.MarshalJSON should have comment or be unexported (golint)
    • Line 441: warning: exported method ProductPlan.UnmarshalJSON should have comment or be unexported (golint)
    • Line 452: warning: exported type RestRouteHTTPVerb should have comment or be unexported (golint)
    • Line 475: warning: exported method RestRouteHTTPVerb.MarshalJSON should have comment or be unexported (golint)
    • Line 479: warning: exported method RestRouteHTTPVerb.UnmarshalJSON should have comment or be unexported (golint)
    • Line 490: warning: exported type RouteRouteType should have comment or be unexported (golint)
    • Line 511: warning: exported method RouteRouteType.MarshalJSON should have comment or be unexported (golint)
    • Line 515: warning: exported method RouteRouteType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 526: warning: exported type S3RouteStrategy should have comment or be unexported (golint)
    • Line 543: warning: exported method S3RouteStrategy.MarshalJSON should have comment or be unexported (golint)
    • Line 547: warning: exported method S3RouteStrategy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 558: warning: comment on exported type CreateDeviceResponse should be of the form "CreateDeviceResponse ..." (with optional leading article) (golint)
    • Line 568: warning: comment on exported type CreateNetworkResponse should be of the form "CreateNetworkResponse ..." (with optional leading article) (golint)
    • Line 576: warning: comment on exported type DatabaseRoute should be of the form "DatabaseRoute ..." (with optional leading article) (golint)
    • Line 596: warning: comment on exported type DatabaseSettings should be of the form "DatabaseSettings ..." (with optional leading article) (golint)
    • Line 610: warning: comment on exported type Device should be of the form "Device ..." (with optional leading article) (golint)
    • Line 640: warning: comment on exported type DeviceMessageFilters should be of the form "DeviceMessageFilters ..." (with optional leading article) (golint)
    • Line 648: warning: exported type DeviceMessageFiltersMessageFilterSet should have comment or be unexported (golint)
    • Line 657: warning: comment on exported type Hub should be of the form "Hub ..." (with optional leading article) (golint)
    • Line 695: warning: comment on exported type ListDevicesResponse should be of the form "ListDevicesResponse ..." (with optional leading article) (golint)
    • Line 703: warning: comment on exported type ListHubsResponse should be of the form "ListHubsResponse ..." (with optional leading article) (golint)
    • Line 711: warning: comment on exported type ListNetworksResponse should be of the form "ListNetworksResponse ..." (with optional leading article) (golint)
    • Line 719: warning: comment on exported type ListRoutesResponse should be of the form "ListRoutesResponse ..." (with optional leading article) (golint)
    • Line 727: warning: comment on exported type Metrics should be of the form "Metrics ..." (with optional leading article) (golint)
    • Line 733: warning: comment on exported type MetricsMetric should be of the form "MetricsMetric ..." (with optional leading article) (golint)
    • Line 741: warning: comment on exported type MetricsMetricValue should be of the form "MetricsMetricValue ..." (with optional leading article) (golint)
    • Line 749: warning: comment on exported type Network should be of the form "Network ..." (with optional leading article) (golint)
    • Line 775: warning: comment on exported type RestRoute should be of the form "RestRoute ..." (with optional leading article) (golint)
    • Line 799: warning: comment on exported type Route should be of the form "Route ..." (with optional leading article) (golint)
    • Line 819: warning: comment on exported type S3Route should be of the form "S3Route ..." (with optional leading article) (golint)
    • Line 847: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 851: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 878: warning: exported type ListHubsRequest should have comment or be unexported (golint)
    • Line 894: warning: comment on exported method API.ListHubs should be of the form "ListHubs ..." (golint)
    • Line 954: warning: exported type CreateHubRequest should have comment or be unexported (golint)
    • Line 970: warning: comment on exported method API.CreateHub should be of the form "CreateHub ..." (golint)
    • Line 1012: warning: exported type GetHubRequest should have comment or be unexported (golint)
    • Line 1018: warning: comment on exported method API.GetHub should be of the form "GetHub ..." (golint)
    • Line 1050: warning: exported type UpdateHubRequest should have comment or be unexported (golint)
    • Line 1066: warning: comment on exported method API.UpdateHub should be of the form "UpdateHub ..." (golint)
    • Line 1103: warning: exported type EnableHubRequest should have comment or be unexported (golint)
    • Line 1109: warning: comment on exported method API.EnableHub should be of the form "EnableHub ..." (golint)
    • Line 1141: warning: exported type DisableHubRequest should have comment or be unexported (golint)
    • Line 1147: warning: comment on exported method API.DisableHub should be of the form "DisableHub ..." (golint)
    • Line 1179: warning: exported type DeleteHubRequest should have comment or be unexported (golint)
    • Line 1187: warning: comment on exported method API.DeleteHub should be of the form "DeleteHub ..." (golint)
    • Line 1222: warning: exported type GetHubMetricsRequest should have comment or be unexported (golint)
    • Line 1232: warning: comment on exported method API.GetHubMetrics should be of the form "GetHubMetrics ..." (golint)
    • Line 1268: warning: exported type ListDevicesRequest should have comment or be unexported (golint)
    • Line 1292: warning: comment on exported method API.ListDevices should be of the form "ListDevices ..." (golint)
    • Line 1356: warning: exported type CreateDeviceRequest should have comment or be unexported (golint)
    • Line 1370: warning: comment on exported method API.CreateDevice should be of the form "CreateDevice ..." (golint)
    • Line 1407: warning: exported type GetDeviceRequest should have comment or be unexported (golint)
    • Line 1413: warning: comment on exported method API.GetDevice should be of the form "GetDevice ..." (golint)
    • Line 1445: warning: exported type UpdateDeviceRequest should have comment or be unexported (golint)
    • Line 1461: warning: comment on exported method API.UpdateDevice should be of the form "UpdateDevice ..." (golint)
    • Line 1498: warning: exported type EnableDeviceRequest should have comment or be unexported (golint)
    • Line 1504: warning: comment on exported method API.EnableDevice should be of the form "EnableDevice ..." (golint)
    • Line 1536: warning: exported type DisableDeviceRequest should have comment or be unexported (golint)
    • Line 1542: warning: comment on exported method API.DisableDevice should be of the form "DisableDevice ..." (golint)
    • Line 1574: warning: exported type DeleteDeviceRequest should have comment or be unexported (golint)
    • Line 1580: warning: comment on exported method API.DeleteDevice should be of the form "DeleteDevice ..." (golint)
    • Line 1610: warning: exported type GetDeviceMetricsRequest should have comment or be unexported (golint)
    • Line 1620: warning: comment on exported method API.GetDeviceMetrics should be of the form "GetDeviceMetrics ..." (golint)
    • Line 1656: warning: exported type ListRoutesRequest should have comment or be unexported (golint)
    • Line 1674: warning: comment on exported method API.ListRoutes should be of the form "ListRoutes ..." (golint)
    • Line 1735: warning: exported type CreateS3RouteRequest should have comment or be unexported (golint)
    • Line 1755: warning: comment on exported method API.CreateS3Route should be of the form "CreateS3Route ..." (golint)
    • Line 1795: warning: exported type GetS3RouteRequest should have comment or be unexported (golint)
    • Line 1801: warning: comment on exported method API.GetS3Route should be of the form "GetS3Route ..." (golint)
    • Line 1833: warning: exported type DeleteS3RouteRequest should have comment or be unexported (golint)
    • Line 1839: warning: comment on exported method API.DeleteS3Route should be of the form "DeleteS3Route ..." (golint)
    • Line 1869: warning: exported type CreateDatabaseRouteRequest should have comment or be unexported (golint)
    • Line 1883: warning: comment on exported method API.CreateDatabaseRoute should be of the form "CreateDatabaseRoute ..." (golint)
    • Line 1920: warning: exported type GetDatabaseRouteRequest should have comment or be unexported (golint)
    • Line 1926: warning: comment on exported method API.GetDatabaseRoute should be of the form "GetDatabaseRoute ..." (golint)
    • Line 1958: warning: exported type DeleteDatabaseRouteRequest should have comment or be unexported (golint)
    • Line 1964: warning: comment on exported method API.DeleteDatabaseRoute should be of the form "DeleteDatabaseRoute ..." (golint)
    • Line 1994: warning: exported type CreateRestRouteRequest should have comment or be unexported (golint)
    • Line 2012: warning: comment on exported method API.CreateRestRoute should be of the form "CreateRestRoute ..." (golint)
    • Line 2048: warning: exported type GetRestRouteRequest should have comment or be unexported (golint)
    • Line 2054: warning: comment on exported method API.GetRestRoute should be of the form "GetRestRoute ..." (golint)
    • Line 2086: warning: exported type DeleteRestRouteRequest should have comment or be unexported (golint)
    • Line 2092: warning: comment on exported method API.DeleteRestRoute should be of the form "DeleteRestRoute ..." (golint)
    • Line 2122: warning: exported type ListNetworksRequest should have comment or be unexported (golint)
    • Line 2142: warning: comment on exported method API.ListNetworks should be of the form "ListNetworks ..." (golint)
    • Line 2204: warning: exported type CreateNetworkRequest should have comment or be unexported (golint)
    • Line 2222: warning: comment on exported method API.CreateNetwork should be of the form "CreateNetwork ..." (golint)
    • Line 2264: warning: exported type GetNetworkRequest should have comment or be unexported (golint)
    • Line 2270: warning: comment on exported method API.GetNetwork should be of the form "GetNetwork ..." (golint)
    • Line 2302: warning: exported type DeleteNetworkRequest should have comment or be unexported (golint)
    • Line 2308: warning: comment on exported method API.DeleteNetwork should be of the form "DeleteNetwork ..." (golint)
    • scaleway-sdk-go/api/iot/v1/iot_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type DeviceMessageFiltersRulePolicy should have comment or be unexported (golint)
    • Line 73: warning: exported method DeviceMessageFiltersRulePolicy.MarshalJSON should have comment or be unexported (golint)
    • Line 77: warning: exported method DeviceMessageFiltersRulePolicy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 88: warning: exported type DeviceStatus should have comment or be unexported (golint)
    • Line 109: warning: exported method DeviceStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 113: warning: exported method DeviceStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 124: warning: exported type HubProductPlan should have comment or be unexported (golint)
    • Line 145: warning: exported method HubProductPlan.MarshalJSON should have comment or be unexported (golint)
    • Line 149: warning: exported method HubProductPlan.UnmarshalJSON should have comment or be unexported (golint)
    • Line 160: warning: exported type HubStatus should have comment or be unexported (golint)
    • Line 185: warning: exported method HubStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 189: warning: exported method HubStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 200: warning: exported type ListDevicesRequestOrderBy should have comment or be unexported (golint)
    • Line 237: warning: exported method ListDevicesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 241: warning: exported method ListDevicesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 252: warning: exported type ListHubsRequestOrderBy should have comment or be unexported (golint)
    • Line 285: warning: exported method ListHubsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 289: warning: exported method ListHubsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 300: warning: exported type ListNetworksRequestOrderBy should have comment or be unexported (golint)
    • Line 325: warning: exported method ListNetworksRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 329: warning: exported method ListNetworksRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 340: warning: exported type ListRoutesRequestOrderBy should have comment or be unexported (golint)
    • Line 369: warning: exported method ListRoutesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 373: warning: exported method ListRoutesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 384: warning: exported type NetworkNetworkType should have comment or be unexported (golint)
    • Line 403: warning: exported method NetworkNetworkType.MarshalJSON should have comment or be unexported (golint)
    • Line 407: warning: exported method NetworkNetworkType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 418: warning: exported type RouteDatabaseConfigEngine should have comment or be unexported (golint)
    • Line 437: warning: exported method RouteDatabaseConfigEngine.MarshalJSON should have comment or be unexported (golint)
    • Line 441: warning: exported method RouteDatabaseConfigEngine.UnmarshalJSON should have comment or be unexported (golint)
    • Line 452: warning: exported type RouteRestConfigHTTPVerb should have comment or be unexported (golint)
    • Line 477: warning: exported method RouteRestConfigHTTPVerb.MarshalJSON should have comment or be unexported (golint)
    • Line 481: warning: exported method RouteRestConfigHTTPVerb.UnmarshalJSON should have comment or be unexported (golint)
    • Line 492: warning: exported type RouteRouteType should have comment or be unexported (golint)
    • Line 513: warning: exported method RouteRouteType.MarshalJSON should have comment or be unexported (golint)
    • Line 517: warning: exported method RouteRouteType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 528: warning: exported type RouteS3ConfigS3Strategy should have comment or be unexported (golint)
    • Line 547: warning: exported method RouteS3ConfigS3Strategy.MarshalJSON should have comment or be unexported (golint)
    • Line 551: warning: exported method RouteS3ConfigS3Strategy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 562: warning: exported type Certificate should have comment or be unexported (golint)
    • Line 568: warning: comment on exported type CreateDeviceResponse should be of the form "CreateDeviceResponse ..." (with optional leading article) (golint)
    • Line 576: warning: comment on exported type CreateNetworkResponse should be of the form "CreateNetworkResponse ..." (with optional leading article) (golint)
    • Line 584: warning: exported type CreateRouteRequestDatabaseConfig should have comment or be unexported (golint)
    • Line 602: warning: exported type CreateRouteRequestRestConfig should have comment or be unexported (golint)
    • Line 613: warning: exported type CreateRouteRequestS3Config should have comment or be unexported (golint)
    • Line 625: warning: comment on exported type Device should be of the form "Device ..." (with optional leading article) (golint)
    • Line 659: warning: comment on exported type DeviceMessageFilters should be of the form "DeviceMessageFilters ..." (with optional leading article) (golint)
    • Line 667: warning: exported type DeviceMessageFiltersRule should have comment or be unexported (golint)
    • Line 676: warning: comment on exported type GetDeviceCertificateResponse should be of the form "GetDeviceCertificateResponse ..." (with optional leading article) (golint)
    • Line 684: warning: comment on exported type GetDeviceMetricsResponse should be of the form "GetDeviceMetricsResponse ..." (with optional leading article) (golint)
    • Line 690: warning: exported type GetHubCAResponse should have comment or be unexported (golint)
    • Line 694: warning: comment on exported type GetHubMetricsResponse should be of the form "GetHubMetricsResponse ..." (with optional leading article) (golint)
    • Line 700: warning: comment on exported type Hub should be of the form "Hub ..." (with optional leading article) (golint)
    • Line 748: warning: comment on exported type ListDevicesResponse should be of the form "ListDevicesResponse ..." (with optional leading article) (golint)
    • Line 756: warning: comment on exported type ListHubsResponse should be of the form "ListHubsResponse ..." (with optional leading article) (golint)
    • Line 764: warning: comment on exported type ListNetworksResponse should be of the form "ListNetworksResponse ..." (with optional leading article) (golint)
    • Line 772: warning: comment on exported type ListRoutesResponse should be of the form "ListRoutesResponse ..." (with optional leading article) (golint)
    • Line 780: warning: comment on exported type Network should be of the form "Network ..." (with optional leading article) (golint)
    • Line 802: warning: comment on exported type RenewDeviceCertificateResponse should be of the form "RenewDeviceCertificateResponse ..." (with optional leading article) (golint)
    • Line 810: warning: comment on exported type Route should be of the form "Route ..." (with optional leading article) (golint)
    • Line 839: warning: comment on exported type RouteDatabaseConfig should be of the form "RouteDatabaseConfig ..." (with optional leading article) (golint)
    • Line 859: warning: comment on exported type RouteRestConfig should be of the form "RouteRestConfig ..." (with optional leading article) (golint)
    • Line 871: warning: comment on exported type RouteS3Config should be of the form "RouteS3Config ..." (with optional leading article) (golint)
    • Line 885: warning: comment on exported type RouteSummary should be of the form "RouteSummary ..." (with optional leading article) (golint)
    • Line 905: warning: exported type SetDeviceCertificateResponse should have comment or be unexported (golint)
    • Line 911: warning: exported type UpdateRouteRequestDatabaseConfig should have comment or be unexported (golint)
    • Line 929: warning: exported type UpdateRouteRequestRestConfig should have comment or be unexported (golint)
    • Line 940: warning: exported type UpdateRouteRequestS3Config should have comment or be unexported (golint)
    • Line 954: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 958: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 985: warning: exported type ListHubsRequest should have comment or be unexported (golint)
    • Line 1003: warning: comment on exported method API.ListHubs should be of the form "ListHubs ..." (golint)
    • Line 1045: warning: exported type CreateHubRequest should have comment or be unexported (golint)
    • Line 1061: warning: comment on exported method API.CreateHub should be of the form "CreateHub ..." (golint)
    • Line 1103: warning: exported type GetHubRequest should have comment or be unexported (golint)
    • Line 1109: warning: comment on exported method API.GetHub should be of the form "GetHub ..." (golint)
    • Line 1141: warning: exported type UpdateHubRequest should have comment or be unexported (golint)
    • Line 1159: warning: comment on exported method API.UpdateHub should be of the form "UpdateHub ..." (golint)
    • Line 1196: warning: exported type EnableHubRequest should have comment or be unexported (golint)
    • Line 1202: warning: comment on exported method API.EnableHub should be of the form "EnableHub ..." (golint)
    • Line 1239: warning: exported type DisableHubRequest should have comment or be unexported (golint)
    • Line 1245: warning: comment on exported method API.DisableHub should be of the form "DisableHub ..." (golint)
    • Line 1282: warning: exported type DeleteHubRequest should have comment or be unexported (golint)
    • Line 1290: warning: comment on exported method API.DeleteHub should be of the form "DeleteHub ..." (golint)
    • Line 1324: warning: exported type GetHubMetricsRequest should have comment or be unexported (golint)
    • Line 1334: warning: comment on exported method API.GetHubMetrics should be of the form "GetHubMetrics ..." (golint)
    • Line 1370: warning: exported type SetHubCARequest should have comment or be unexported (golint)
    • Line 1382: warning: comment on exported method API.SetHubCA should be of the form "SetHubCA ..." (golint)
    • Line 1419: warning: exported type GetHubCARequest should have comment or be unexported (golint)
    • Line 1425: warning: comment on exported method API.GetHubCA should be of the form "GetHubCA ..." (golint)
    • Line 1457: warning: exported type ListDevicesRequest should have comment or be unexported (golint)
    • Line 1479: warning: comment on exported method API.ListDevices should be of the form "ListDevices ..." (golint)
    • Line 1522: warning: exported type CreateDeviceRequest should have comment or be unexported (golint)
    • Line 1538: warning: comment on exported method API.CreateDevice should be of the form "CreateDevice ..." (golint)
    • Line 1575: warning: exported type GetDeviceRequest should have comment or be unexported (golint)
    • Line 1581: warning: comment on exported method API.GetDevice should be of the form "GetDevice ..." (golint)
    • Line 1613: warning: exported type UpdateDeviceRequest should have comment or be unexported (golint)
    • Line 1629: warning: comment on exported method API.UpdateDevice should be of the form "UpdateDevice ..." (golint)
    • Line 1666: warning: exported type EnableDeviceRequest should have comment or be unexported (golint)
    • Line 1672: warning: comment on exported method API.EnableDevice should be of the form "EnableDevice ..." (golint)
    • Line 1709: warning: exported type DisableDeviceRequest should have comment or be unexported (golint)
    • Line 1715: warning: comment on exported method API.DisableDevice should be of the form "DisableDevice ..." (golint)
    • Line 1752: warning: exported type RenewDeviceCertificateRequest should have comment or be unexported (golint)
    • Line 1758: warning: comment on exported method API.RenewDeviceCertificate should be of the form "RenewDeviceCertificate ..." (golint)
    • Line 1795: warning: exported type SetDeviceCertificateRequest should have comment or be unexported (golint)
    • Line 1803: warning: comment on exported method API.SetDeviceCertificate should be of the form "SetDeviceCertificate ..." (golint)
    • Line 1840: warning: exported type GetDeviceCertificateRequest should have comment or be unexported (golint)
    • Line 1846: warning: comment on exported method API.GetDeviceCertificate should be of the form "GetDeviceCertificate ..." (golint)
    • Line 1878: warning: exported type DeleteDeviceRequest should have comment or be unexported (golint)
    • Line 1884: warning: comment on exported method API.DeleteDevice should be of the form "DeleteDevice ..." (golint)
    • Line 1914: warning: exported type GetDeviceMetricsRequest should have comment or be unexported (golint)
    • Line 1924: warning: comment on exported method API.GetDeviceMetrics should be of the form "GetDeviceMetrics ..." (golint)
    • Line 1960: warning: exported type ListRoutesRequest should have comment or be unexported (golint)
    • Line 1976: warning: comment on exported method API.ListRoutes should be of the form "ListRoutes ..." (golint)
    • Line 2017: warning: exported type CreateRouteRequest should have comment or be unexported (golint)
    • Line 2036: warning: comment on exported method API.CreateRoute should be of the form "CreateRoute ..." (golint)
    • Line 2085: warning: exported type UpdateRouteRequest should have comment or be unexported (golint)
    • Line 2104: warning: comment on exported method API.UpdateRoute should be of the form "UpdateRoute ..." (golint)
    • Line 2141: warning: exported type GetRouteRequest should have comment or be unexported (golint)
    • Line 2147: warning: comment on exported method API.GetRoute should be of the form "GetRoute ..." (golint)
    • Line 2179: warning: exported type DeleteRouteRequest should have comment or be unexported (golint)
    • Line 2185: warning: comment on exported method API.DeleteRoute should be of the form "DeleteRoute ..." (golint)
    • Line 2215: warning: exported type ListNetworksRequest should have comment or be unexported (golint)
    • Line 2233: warning: comment on exported method API.ListNetworks should be of the form "ListNetworks ..." (golint)
    • Line 2275: warning: exported type CreateNetworkRequest should have comment or be unexported (golint)
    • Line 2289: warning: comment on exported method API.CreateNetwork should be of the form "CreateNetwork ..." (golint)
    • Line 2326: warning: exported type GetNetworkRequest should have comment or be unexported (golint)
    • Line 2332: warning: comment on exported method API.GetNetwork should be of the form "GetNetwork ..." (golint)
    • Line 2364: warning: exported type DeleteNetworkRequest should have comment or be unexported (golint)
    • Line 2370: warning: comment on exported method API.DeleteNetwork should be of the form "DeleteNetwork ..." (golint)
    • scaleway-sdk-go/api/baremetal/v1alpha1/baremetal_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type IPFailoverEventAction should have comment or be unexported (golint)
    • Line 79: warning: exported method IPFailoverEventAction.MarshalJSON should have comment or be unexported (golint)
    • Line 83: warning: exported method IPFailoverEventAction.UnmarshalJSON should have comment or be unexported (golint)
    • Line 94: warning: exported type IPFailoverMACType should have comment or be unexported (golint)
    • Line 119: warning: exported method IPFailoverMACType.MarshalJSON should have comment or be unexported (golint)
    • Line 123: warning: exported method IPFailoverMACType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 134: warning: exported type IPFailoverStatus should have comment or be unexported (golint)
    • Line 161: warning: exported method IPFailoverStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 165: warning: exported method IPFailoverStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 176: warning: exported type IPReverseStatus should have comment or be unexported (golint)
    • Line 197: warning: exported method IPReverseStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 201: warning: exported method IPReverseStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 212: warning: exported type IPVersion should have comment or be unexported (golint)
    • Line 229: warning: exported method IPVersion.MarshalJSON should have comment or be unexported (golint)
    • Line 233: warning: exported method IPVersion.UnmarshalJSON should have comment or be unexported (golint)
    • Line 244: warning: exported type ListIPFailoverEventsRequestOrderBy should have comment or be unexported (golint)
    • Line 261: warning: exported method ListIPFailoverEventsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 265: warning: exported method ListIPFailoverEventsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 276: warning: exported type ListIPFailoversRequestOrderBy should have comment or be unexported (golint)
    • Line 293: warning: exported method ListIPFailoversRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 297: warning: exported method ListIPFailoversRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 308: warning: exported type ListServerEventsRequestOrderBy should have comment or be unexported (golint)
    • Line 325: warning: exported method ListServerEventsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 329: warning: exported method ListServerEventsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 340: warning: exported type ListServersRequestOrderBy should have comment or be unexported (golint)
    • Line 357: warning: exported method ListServersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 361: warning: exported method ListServersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 372: warning: exported type OfferStock should have comment or be unexported (golint)
    • Line 391: warning: exported method OfferStock.MarshalJSON should have comment or be unexported (golint)
    • Line 395: warning: exported method OfferStock.UnmarshalJSON should have comment or be unexported (golint)
    • Line 406: warning: exported type RebootServerRequestBootType should have comment or be unexported (golint)
    • Line 423: warning: exported method RebootServerRequestBootType.MarshalJSON should have comment or be unexported (golint)
    • Line 427: warning: exported method RebootServerRequestBootType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 438: warning: exported type ServerBootType should have comment or be unexported (golint)
    • Line 455: warning: exported method ServerBootType.MarshalJSON should have comment or be unexported (golint)
    • Line 459: warning: exported method ServerBootType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 470: warning: exported type ServerInstallStatus should have comment or be unexported (golint)
    • Line 493: warning: exported method ServerInstallStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 497: warning: exported method ServerInstallStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 508: warning: exported type ServerPingStatus should have comment or be unexported (golint)
    • Line 527: warning: exported method ServerPingStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 531: warning: exported method ServerPingStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 542: warning: exported type ServerStatus should have comment or be unexported (golint)
    • Line 575: warning: exported method ServerStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 579: warning: exported method ServerStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 590: warning: comment on exported type AttachIPFailoversResponse should be of the form "AttachIPFailoversResponse ..." (with optional leading article) (golint)
    • Line 596: warning: comment on exported type CPU should be of the form "CPU ..." (with optional leading article) (golint)
    • Line 608: warning: comment on exported type DetachIPFailoversResponse should be of the form "DetachIPFailoversResponse ..." (with optional leading article) (golint)
    • Line 614: warning: comment on exported type Disk should be of the form "Disk ..." (with optional leading article) (golint)
    • Line 622: warning: comment on exported type GetServerMetricsResponse should be of the form "GetServerMetricsResponse ..." (with optional leading article) (golint)
    • Line 628: warning: comment on exported type IP should be of the form "IP ..." (with optional leading article) (golint)
    • Line 648: warning: comment on exported type IPFailover should be of the form "IPFailover ..." (with optional leading article) (golint)
    • Line 690: warning: comment on exported type IPFailoverEvent should be of the form "IPFailoverEvent ..." (with optional leading article) (golint)
    • Line 704: warning: comment on exported type ListIPFailoverEventsResponse should be of the form "ListIPFailoverEventsResponse ..." (with optional leading article) (golint)
    • Line 712: warning: comment on exported type ListIPFailoversResponse should be of the form "ListIPFailoversResponse ..." (with optional leading article) (golint)
    • Line 720: warning: comment on exported type ListOffersResponse should be of the form "ListOffersResponse ..." (with optional leading article) (golint)
    • Line 728: warning: comment on exported type ListOsResponse should be of the form "ListOsResponse ..." (with optional leading article) (golint)
    • Line 736: warning: comment on exported type ListServerEventsResponse should be of the form "ListServerEventsResponse ..." (with optional leading article) (golint)
    • Line 744: warning: exported type ListServerUsersResponse should have comment or be unexported (golint)
    • Line 748: warning: comment on exported type ListServersResponse should be of the form "ListServersResponse ..." (with optional leading article) (golint)
    • Line 756: warning: comment on exported type Memory should be of the form "Memory ..." (with optional leading article) (golint)
    • Line 767: warning: comment on exported type Offer should be of the form "Offer ..." (with optional leading article) (golint)
    • Line 801: warning: comment on exported type Os should be of the form "Os ..." (with optional leading article) (golint)
    • Line 811: warning: comment on exported type RemoteServerAccess should be of the form "RemoteServerAccess ..." (with optional leading article) (golint)
    • Line 823: warning: comment on exported type Server should be of the form "Server ..." (with optional leading article) (golint)
    • Line 863: warning: comment on exported type ServerEvent should be of the form "ServerEvent ..." (with optional leading article) (golint)
    • Line 875: warning: comment on exported type ServerInstall should be of the form "ServerInstall ..." (with optional leading article) (golint)
    • Line 889: warning: exported type ServerUser should have comment or be unexported (golint)
    • Line 895: warning: exported type ListServersRequest should have comment or be unexported (golint)
    • Line 915: warning: comment on exported method API.ListServers should be of the form "ListServers ..." (golint)
    • Line 960: warning: exported type GetServerRequest should have comment or be unexported (golint)
    • Line 966: warning: comment on exported method API.GetServer should be of the form "GetServer ..." (golint)
    • Line 1000: warning: exported type CreateServerRequest should have comment or be unexported (golint)
    • Line 1014: warning: comment on exported method API.CreateServer should be of the form "CreateServer ..." (golint)
    • Line 1054: warning: exported type UpdateServerRequest should have comment or be unexported (golint)
    • Line 1066: warning: comment on exported method API.UpdateServer should be of the form "UpdateServer ..." (golint)
    • Line 1105: warning: exported type InstallServerRequest should have comment or be unexported (golint)
    • Line 1117: warning: comment on exported method API.InstallServer should be of the form "InstallServer ..." (golint)
    • Line 1156: warning: exported type GetServerMetricsRequest should have comment or be unexported (golint)
    • Line 1162: warning: comment on exported method API.GetServerMetrics should be of the form "GetServerMetrics ..." (golint)
    • Line 1196: warning: exported type DeleteServerRequest should have comment or be unexported (golint)
    • Line 1202: warning: comment on exported method API.DeleteServer should be of the form "DeleteServer ..." (golint)
    • Line 1236: warning: exported type RebootServerRequest should have comment or be unexported (golint)
    • Line 1246: warning: comment on exported method API.RebootServer should be of the form "RebootServer ..." (golint)
    • Line 1285: warning: exported type StartServerRequest should have comment or be unexported (golint)
    • Line 1291: warning: comment on exported method API.StartServer should be of the form "StartServer ..." (golint)
    • Line 1330: warning: exported type StopServerRequest should have comment or be unexported (golint)
    • Line 1336: warning: comment on exported method API.StopServer should be of the form "StopServer ..." (golint)
    • Line 1375: warning: exported type ListServerEventsRequest should have comment or be unexported (golint)
    • Line 1389: warning: comment on exported method API.ListServerEvents should be of the form "ListServerEvents ..." (golint)
    • Line 1434: warning: exported type CreateRemoteServerAccessRequest should have comment or be unexported (golint)
    • Line 1442: warning: comment on exported method API.CreateRemoteServerAccess should be of the form "CreateRemoteServerAccess ..." (golint)
    • Line 1483: warning: exported type GetRemoteServerAccessRequest should have comment or be unexported (golint)
    • Line 1489: warning: comment on exported method API.GetRemoteServerAccess should be of the form "GetRemoteServerAccess ..." (golint)
    • Line 1523: warning: exported type DeleteRemoteServerAccessRequest should have comment or be unexported (golint)
    • Line 1529: warning: comment on exported method API.DeleteRemoteServerAccess should be of the form "DeleteRemoteServerAccess ..." (golint)
    • Line 1561: warning: exported type UpdateIPRequest should have comment or be unexported (golint)
    • Line 1571: warning: comment on exported method API.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 1614: warning: exported type ListServerUsersRequest should have comment or be unexported (golint)
    • Line 1620: warning: comment on exported method API.ListServerUsers should be of the form "ListServerUsers ..." (golint)
    • Line 1654: warning: exported type CreateIPFailoverRequest should have comment or be unexported (golint)
    • Line 1674: warning: comment on exported method API.CreateIPFailover should be of the form "CreateIPFailover ..." (golint)
    • Line 1719: warning: exported type GetIPFailoverRequest should have comment or be unexported (golint)
    • Line 1725: warning: comment on exported method API.GetIPFailover should be of the form "GetIPFailover ..." (golint)
    • Line 1759: warning: exported type ListIPFailoversRequest should have comment or be unexported (golint)
    • Line 1781: warning: comment on exported method API.ListIPFailovers should be of the form "ListIPFailovers ..." (golint)
    • Line 1827: warning: exported type DeleteIPFailoverRequest should have comment or be unexported (golint)
    • Line 1833: warning: comment on exported method API.DeleteIPFailover should be of the form "DeleteIPFailover ..." (golint)
    • Line 1867: warning: exported type UpdateIPFailoverRequest should have comment or be unexported (golint)
    • Line 1885: warning: comment on exported method API.UpdateIPFailover should be of the form "UpdateIPFailover ..." (golint)
    • Line 1924: warning: exported type AttachIPFailoversRequest should have comment or be unexported (golint)
    • Line 1932: warning: comment on exported method API.AttachIPFailovers should be of the form "AttachIPFailovers ..." (golint)
    • Line 1967: warning: exported type DetachIPFailoversRequest should have comment or be unexported (golint)
    • Line 1973: warning: comment on exported method API.DetachIPFailovers should be of the form "DetachIPFailovers ..." (golint)
    • Line 2008: warning: exported type ListIPFailoverEventsRequest should have comment or be unexported (golint)
    • Line 2022: warning: comment on exported method API.ListIPFailoverEvents should be of the form "ListIPFailoverEvents ..." (golint)
    • Line 2067: warning: exported type ListOffersRequest should have comment or be unexported (golint)
    • Line 2075: warning: comment on exported method API.ListOffers should be of the form "ListOffers ..." (golint)
    • Line 2115: warning: exported type GetOfferRequest should have comment or be unexported (golint)
    • Line 2121: warning: comment on exported method API.GetOffer should be of the form "GetOffer ..." (golint)
    • Line 2155: warning: exported type ListOsRequest should have comment or be unexported (golint)
    • Line 2165: warning: comment on exported method API.ListOs should be of the form "ListOs ..." (golint)
    • Line 2206: warning: exported type GetOsRequest should have comment or be unexported (golint)
    • Line 2212: warning: comment on exported method API.GetOs should be of the form "GetOs ..." (golint)
    • scaleway-sdk-go/api/k8s/v1/k8s_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type AutoscalerEstimator should have comment or be unexported (golint)
    • Line 71: warning: exported method AutoscalerEstimator.MarshalJSON should have comment or be unexported (golint)
    • Line 75: warning: exported method AutoscalerEstimator.UnmarshalJSON should have comment or be unexported (golint)
    • Line 86: warning: exported type AutoscalerExpander should have comment or be unexported (golint)
    • Line 111: warning: exported method AutoscalerExpander.MarshalJSON should have comment or be unexported (golint)
    • Line 115: warning: exported method AutoscalerExpander.UnmarshalJSON should have comment or be unexported (golint)
    • Line 126: warning: exported type CNI should have comment or be unexported (golint)
    • Line 151: warning: exported method CNI.MarshalJSON should have comment or be unexported (golint)
    • Line 155: warning: exported method CNI.UnmarshalJSON should have comment or be unexported (golint)
    • Line 166: warning: exported type ClusterStatus should have comment or be unexported (golint)
    • Line 195: warning: exported method ClusterStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 199: warning: exported method ClusterStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 210: warning: exported type Ingress should have comment or be unexported (golint)
    • Line 233: warning: exported method Ingress.MarshalJSON should have comment or be unexported (golint)
    • Line 237: warning: exported method Ingress.UnmarshalJSON should have comment or be unexported (golint)
    • Line 248: warning: exported type ListClustersRequestOrderBy should have comment or be unexported (golint)
    • Line 281: warning: exported method ListClustersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 285: warning: exported method ListClustersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 296: warning: exported type ListNodesRequestOrderBy should have comment or be unexported (golint)
    • Line 313: warning: exported method ListNodesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 317: warning: exported method ListNodesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 328: warning: exported type ListPoolsRequestOrderBy should have comment or be unexported (golint)
    • Line 361: warning: exported method ListPoolsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 365: warning: exported method ListPoolsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 376: warning: exported type MaintenanceWindowDayOfTheWeek should have comment or be unexported (golint)
    • Line 405: warning: exported method MaintenanceWindowDayOfTheWeek.MarshalJSON should have comment or be unexported (golint)
    • Line 409: warning: exported method MaintenanceWindowDayOfTheWeek.UnmarshalJSON should have comment or be unexported (golint)
    • Line 420: warning: exported type NodeStatus should have comment or be unexported (golint)
    • Line 453: warning: exported method NodeStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 457: warning: exported method NodeStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 468: warning: exported type PoolStatus should have comment or be unexported (golint)
    • Line 497: warning: exported method PoolStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 501: warning: exported method PoolStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 512: warning: exported type Runtime should have comment or be unexported (golint)
    • Line 533: warning: exported method Runtime.MarshalJSON should have comment or be unexported (golint)
    • Line 537: warning: exported method Runtime.UnmarshalJSON should have comment or be unexported (golint)
    • Line 548: warning: comment on exported type Cluster should be of the form "Cluster ..." (with optional leading article) (golint)
    • Line 606: warning: comment on exported type ClusterAutoUpgrade should be of the form "ClusterAutoUpgrade ..." (with optional leading article) (golint)
    • Line 614: warning: comment on exported type ClusterAutoscalerConfig should be of the form "ClusterAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 644: warning: comment on exported type ClusterOpenIDConnectConfig should be of the form "ClusterOpenIDConnectConfig ..." (with optional leading article) (golint)
    • Line 677: warning: comment on exported type CreateClusterRequestAutoUpgrade should be of the form "CreateClusterRequestAutoUpgrade ..." (with optional leading article) (golint)
    • Line 685: warning: comment on exported type CreateClusterRequestAutoscalerConfig should be of the form "CreateClusterRequestAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 715: warning: comment on exported type CreateClusterRequestOpenIDConnectConfig should be of the form "CreateClusterRequestOpenIDConnectConfig ..." (with optional leading article) (golint)
    • Line 748: warning: comment on exported type CreateClusterRequestPoolConfig should be of the form "CreateClusterRequestPoolConfig ..." (with optional leading article) (golint)
    • Line 786: warning: comment on exported type CreateClusterRequestPoolConfigUpgradePolicy should be of the form "CreateClusterRequestPoolConfigUpgradePolicy ..." (with optional leading article) (golint)
    • Line 794: warning: exported type CreatePoolRequestUpgradePolicy should have comment or be unexported (golint)
    • Line 800: warning: comment on exported type ListClusterAvailableVersionsResponse should be of the form "ListClusterAvailableVersionsResponse ..." (with optional leading article) (golint)
    • Line 806: warning: comment on exported type ListClustersResponse should be of the form "ListClustersResponse ..." (with optional leading article) (golint)
    • Line 814: warning: comment on exported type ListNodesResponse should be of the form "ListNodesResponse ..." (with optional leading article) (golint)
    • Line 822: warning: comment on exported type ListPoolsResponse should be of the form "ListPoolsResponse ..." (with optional leading article) (golint)
    • Line 830: warning: comment on exported type ListVersionsResponse should be of the form "ListVersionsResponse ..." (with optional leading article) (golint)
    • Line 836: warning: comment on exported type MaintenanceWindow should be of the form "MaintenanceWindow ..." (with optional leading article) (golint)
    • Line 846: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 876: warning: comment on exported type Pool should be of the form "Pool ..." (with optional leading article) (golint)
    • Line 930: warning: exported type PoolUpgradePolicy should have comment or be unexported (golint)
    • Line 936: warning: comment on exported type UpdateClusterRequestAutoUpgrade should be of the form "UpdateClusterRequestAutoUpgrade ..." (with optional leading article) (golint)
    • Line 944: warning: comment on exported type UpdateClusterRequestAutoscalerConfig should be of the form "UpdateClusterRequestAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 974: warning: comment on exported type UpdateClusterRequestOpenIDConnectConfig should be of the form "UpdateClusterRequestOpenIDConnectConfig ..." (with optional leading article) (golint)
    • Line 1007: warning: exported type UpdatePoolRequestUpgradePolicy should have comment or be unexported (golint)
    • Line 1013: warning: comment on exported type Version should be of the form "Version ..." (with optional leading article) (golint)
    • Line 1037: warning: exported type ListClustersRequest should have comment or be unexported (golint)
    • Line 1059: warning: comment on exported method API.ListClusters should be of the form "ListClusters ..." (golint)
    • Line 1104: warning: exported type CreateClusterRequest should have comment or be unexported (golint)
    • Line 1152: warning: comment on exported method API.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 1201: warning: exported type GetClusterRequest should have comment or be unexported (golint)
    • Line 1207: warning: comment on exported method API.GetCluster should be of the form "GetCluster ..." (golint)
    • Line 1241: warning: exported type UpdateClusterRequest should have comment or be unexported (golint)
    • Line 1279: warning: comment on exported method API.UpdateCluster should be of the form "UpdateCluster ..." (golint)
    • Line 1318: warning: exported type DeleteClusterRequest should have comment or be unexported (golint)
    • Line 1326: warning: comment on exported method API.DeleteCluster should be of the form "DeleteCluster ..." (golint)
    • Line 1364: warning: exported type UpgradeClusterRequest should have comment or be unexported (golint)
    • Line 1378: warning: comment on exported method API.UpgradeCluster should be of the form "UpgradeCluster ..." (golint)
    • Line 1417: warning: exported type ListClusterAvailableVersionsRequest should have comment or be unexported (golint)
    • Line 1423: warning: comment on exported method API.ListClusterAvailableVersions should be of the form "ListClusterAvailableVersions ..." (golint)
    • Line 1457: warning: exported type GetClusterKubeConfigRequest should have comment or be unexported (golint)
    • Line 1498: warning: exported type ResetClusterAdminTokenRequest should have comment or be unexported (golint)
    • Line 1504: warning: comment on exported method API.ResetClusterAdminToken should be of the form "ResetClusterAdminToken ..." (golint)
    • Line 1541: warning: exported type ListPoolsRequest should have comment or be unexported (golint)
    • Line 1561: warning: comment on exported method API.ListPools should be of the form "ListPools ..." (golint)
    • Line 1608: warning: exported type CreatePoolRequest should have comment or be unexported (golint)
    • Line 1648: warning: comment on exported method API.CreatePool should be of the form "CreatePool ..." (golint)
    • Line 1696: warning: exported type GetPoolRequest should have comment or be unexported (golint)
    • Line 1702: warning: comment on exported method API.GetPool should be of the form "GetPool ..." (golint)
    • Line 1736: warning: exported type UpgradePoolRequest should have comment or be unexported (golint)
    • Line 1744: warning: comment on exported method API.UpgradePool should be of the form "UpgradePool ..." (golint)
    • Line 1783: warning: exported type UpdatePoolRequest should have comment or be unexported (golint)
    • Line 1805: warning: comment on exported method API.UpdatePool should be of the form "UpdatePool ..." (golint)
    • Line 1844: warning: exported type DeletePoolRequest should have comment or be unexported (golint)
    • Line 1850: warning: comment on exported method API.DeletePool should be of the form "DeletePool ..." (golint)
    • Line 1884: warning: exported type ListNodesRequest should have comment or be unexported (golint)
    • Line 1906: warning: comment on exported method API.ListNodes should be of the form "ListNodes ..." (golint)
    • Line 1954: warning: exported type GetNodeRequest should have comment or be unexported (golint)
    • Line 1960: warning: comment on exported method API.GetNode should be of the form "GetNode ..." (golint)
    • Line 1994: warning: exported type ReplaceNodeRequest should have comment or be unexported (golint)
    • Line 2000: warning: comment on exported method API.ReplaceNode should be of the form "ReplaceNode ..." (golint)
    • Line 2039: warning: exported type RebootNodeRequest should have comment or be unexported (golint)
    • Line 2045: warning: comment on exported method API.RebootNode should be of the form "RebootNode ..." (golint)
    • Line 2084: warning: exported type ListVersionsRequest should have comment or be unexported (golint)
    • Line 2088: warning: comment on exported method API.ListVersions should be of the form "ListVersions ..." (golint)
    • Line 2118: warning: exported type GetVersionRequest should have comment or be unexported (golint)
    • Line 2124: warning: comment on exported method API.GetVersion should be of the form "GetVersion ..." (golint)
    • scaleway-sdk-go/api/baremetal/v1/baremetal_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type IPReverseStatus should have comment or be unexported (golint)
    • Line 75: warning: exported method IPReverseStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 79: warning: exported method IPReverseStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 90: warning: exported type IPVersion should have comment or be unexported (golint)
    • Line 107: warning: exported method IPVersion.MarshalJSON should have comment or be unexported (golint)
    • Line 111: warning: exported method IPVersion.UnmarshalJSON should have comment or be unexported (golint)
    • Line 122: warning: exported type ListServerEventsRequestOrderBy should have comment or be unexported (golint)
    • Line 139: warning: exported method ListServerEventsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 143: warning: exported method ListServerEventsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 154: warning: exported type ListServersRequestOrderBy should have comment or be unexported (golint)
    • Line 171: warning: exported method ListServersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 175: warning: exported method ListServersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 186: warning: exported type OfferStock should have comment or be unexported (golint)
    • Line 205: warning: exported method OfferStock.MarshalJSON should have comment or be unexported (golint)
    • Line 209: warning: exported method OfferStock.UnmarshalJSON should have comment or be unexported (golint)
    • Line 220: warning: exported type ServerBootType should have comment or be unexported (golint)
    • Line 239: warning: exported method ServerBootType.MarshalJSON should have comment or be unexported (golint)
    • Line 243: warning: exported method ServerBootType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 254: warning: exported type ServerInstallStatus should have comment or be unexported (golint)
    • Line 277: warning: exported method ServerInstallStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 281: warning: exported method ServerInstallStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 292: warning: exported type ServerPingStatus should have comment or be unexported (golint)
    • Line 311: warning: exported method ServerPingStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 315: warning: exported method ServerPingStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 326: warning: exported type ServerStatus should have comment or be unexported (golint)
    • Line 359: warning: exported method ServerStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 363: warning: exported method ServerStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 374: warning: comment on exported type BMCAccess should be of the form "BMCAccess ..." (with optional leading article) (golint)
    • Line 386: warning: comment on exported type CPU should be of the form "CPU ..." (with optional leading article) (golint)
    • Line 398: warning: exported type CreateServerRequestInstall should have comment or be unexported (golint)
    • Line 406: warning: comment on exported type Disk should be of the form "Disk ..." (with optional leading article) (golint)
    • Line 414: warning: comment on exported type GetServerMetricsResponse should be of the form "GetServerMetricsResponse ..." (with optional leading article) (golint)
    • Line 420: warning: comment on exported type IP should be of the form "IP ..." (with optional leading article) (golint)
    • Line 440: warning: comment on exported type ListOSResponse should be of the form "ListOSResponse ..." (with optional leading article) (golint)
    • Line 448: warning: comment on exported type ListOffersResponse should be of the form "ListOffersResponse ..." (with optional leading article) (golint)
    • Line 456: warning: comment on exported type ListServerEventsResponse should be of the form "ListServerEventsResponse ..." (with optional leading article) (golint)
    • Line 464: warning: comment on exported type ListServersResponse should be of the form "ListServersResponse ..." (with optional leading article) (golint)
    • Line 472: warning: comment on exported type Memory should be of the form "Memory ..." (with optional leading article) (golint)
    • Line 483: warning: comment on exported type OS should be of the form "OS ..." (with optional leading article) (golint)
    • Line 493: warning: comment on exported type Offer should be of the form "Offer ..." (with optional leading article) (golint)
    • Line 527: warning: exported type PersistentMemory should have comment or be unexported (golint)
    • Line 535: warning: exported type RaidController should have comment or be unexported (golint)
    • Line 541: warning: comment on exported type Server should be of the form "Server ..." (with optional leading article) (golint)
    • Line 583: warning: comment on exported type ServerEvent should be of the form "ServerEvent ..." (with optional leading article) (golint)
    • Line 595: warning: exported type ServerInstall should have comment or be unexported (golint)
    • Line 609: warning: exported type ListServersRequest should have comment or be unexported (golint)
    • Line 631: warning: comment on exported method API.ListServers should be of the form "ListServers ..." (golint)
    • Line 677: warning: exported type GetServerRequest should have comment or be unexported (golint)
    • Line 683: warning: comment on exported method API.GetServer should be of the form "GetServer ..." (golint)
    • Line 717: warning: exported type CreateServerRequest should have comment or be unexported (golint)
    • Line 737: warning: comment on exported method API.CreateServer should be of the form "CreateServer ..." (golint)
    • Line 782: warning: exported type UpdateServerRequest should have comment or be unexported (golint)
    • Line 794: warning: comment on exported method API.UpdateServer should be of the form "UpdateServer ..." (golint)
    • Line 833: warning: exported type InstallServerRequest should have comment or be unexported (golint)
    • Line 845: warning: comment on exported method API.InstallServer should be of the form "InstallServer ..." (golint)
    • Line 884: warning: exported type GetServerMetricsRequest should have comment or be unexported (golint)
    • Line 890: warning: comment on exported method API.GetServerMetrics should be of the form "GetServerMetrics ..." (golint)
    • Line 924: warning: exported type DeleteServerRequest should have comment or be unexported (golint)
    • Line 930: warning: comment on exported method API.DeleteServer should be of the form "DeleteServer ..." (golint)
    • Line 964: warning: exported type RebootServerRequest should have comment or be unexported (golint)
    • Line 974: warning: comment on exported method API.RebootServer should be of the form "RebootServer ..." (golint)
    • Line 1013: warning: exported type StartServerRequest should have comment or be unexported (golint)
    • Line 1023: warning: comment on exported method API.StartServer should be of the form "StartServer ..." (golint)
    • Line 1062: warning: exported type StopServerRequest should have comment or be unexported (golint)
    • Line 1068: warning: comment on exported method API.StopServer should be of the form "StopServer ..." (golint)
    • Line 1107: warning: exported type ListServerEventsRequest should have comment or be unexported (golint)
    • Line 1121: warning: comment on exported method API.ListServerEvents should be of the form "ListServerEvents ..." (golint)
    • Line 1166: warning: exported type StartBMCAccessRequest should have comment or be unexported (golint)
    • Line 1174: warning: comment on exported method API.StartBMCAccess should be of the form "StartBMCAccess ..." (golint)
    • Line 1215: warning: exported type GetBMCAccessRequest should have comment or be unexported (golint)
    • Line 1221: warning: comment on exported method API.GetBMCAccess should be of the form "GetBMCAccess ..." (golint)
    • Line 1255: warning: exported type StopBMCAccessRequest should have comment or be unexported (golint)
    • Line 1261: warning: comment on exported method API.StopBMCAccess should be of the form "StopBMCAccess ..." (golint)
    • Line 1293: warning: exported type UpdateIPRequest should have comment or be unexported (golint)
    • Line 1303: warning: comment on exported method API.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 1346: warning: exported type ListOffersRequest should have comment or be unexported (golint)
    • Line 1354: warning: comment on exported method API.ListOffers should be of the form "ListOffers ..." (golint)
    • Line 1394: warning: exported type GetOfferRequest should have comment or be unexported (golint)
    • Line 1400: warning: comment on exported method API.GetOffer should be of the form "GetOffer ..." (golint)
    • Line 1434: warning: exported type ListOSRequest should have comment or be unexported (golint)
    • Line 1444: warning: comment on exported method API.ListOS should be of the form "ListOS ..." (golint)
    • Line 1485: warning: exported type GetOSRequest should have comment or be unexported (golint)
    • Line 1491: warning: comment on exported method API.GetOS should be of the form "GetOS ..." (golint)
    • scaleway-sdk-go/api/k8s/v1beta3/k8s_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ClusterStatus should have comment or be unexported (golint)
    • Line 85: warning: exported method ClusterStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 89: warning: exported method ClusterStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 100: warning: exported type ListClustersRequestOrderBy should have comment or be unexported (golint)
    • Line 133: warning: exported method ListClustersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 137: warning: exported method ListClustersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 148: warning: exported type ListNodesRequestOrderBy should have comment or be unexported (golint)
    • Line 165: warning: exported method ListNodesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 169: warning: exported method ListNodesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 180: warning: exported type ListPoolsRequestOrderBy should have comment or be unexported (golint)
    • Line 213: warning: exported method ListPoolsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 217: warning: exported method ListPoolsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 228: warning: exported type MaintenanceWindowDayOfTheWeek should have comment or be unexported (golint)
    • Line 257: warning: exported method MaintenanceWindowDayOfTheWeek.MarshalJSON should have comment or be unexported (golint)
    • Line 261: warning: exported method MaintenanceWindowDayOfTheWeek.UnmarshalJSON should have comment or be unexported (golint)
    • Line 272: warning: exported type NodeStatus should have comment or be unexported (golint)
    • Line 307: warning: exported method NodeStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 311: warning: exported method NodeStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 322: warning: exported type PoolStatus should have comment or be unexported (golint)
    • Line 355: warning: exported method PoolStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 359: warning: exported method PoolStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 370: warning: comment on exported type Cluster should be of the form "Cluster ..." (with optional leading article) (golint)
    • Line 418: warning: exported type ClusterAutoUpgrade should have comment or be unexported (golint)
    • Line 424: warning: exported type ClusterAutoscalerConfig should have comment or be unexported (golint)
    • Line 440: warning: exported type CreateClusterRequestAutoUpgrade should have comment or be unexported (golint)
    • Line 446: warning: exported type CreateClusterRequestAutoscalerConfig should have comment or be unexported (golint)
    • Line 462: warning: exported type CreateClusterRequestDefaultPoolConfig should have comment or be unexported (golint)
    • Line 482: warning: comment on exported type ListClusterAvailableVersionsResponse should be of the form "ListClusterAvailableVersionsResponse ..." (with optional leading article) (golint)
    • Line 487: warning: comment on exported type ListClustersResponse should be of the form "ListClustersResponse ..." (with optional leading article) (golint)
    • Line 494: warning: comment on exported type ListNodesResponse should be of the form "ListNodesResponse ..." (with optional leading article) (golint)
    • Line 501: warning: comment on exported type ListPoolsResponse should be of the form "ListPoolsResponse ..." (with optional leading article) (golint)
    • Line 508: warning: comment on exported type ListVersionsResponse should be of the form "ListVersionsResponse ..." (with optional leading article) (golint)
    • Line 513: warning: exported type MaintenanceWindow should have comment or be unexported (golint)
    • Line 521: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 549: warning: comment on exported type Pool should be of the form "Pool ..." (with optional leading article) (golint)
    • Line 595: warning: comment on exported type ResetClusterAdminTokenResponse should be of the form "ResetClusterAdminTokenResponse ..." (with optional leading article) (golint)
    • Line 599: warning: exported type UpdateClusterRequestAutoUpgrade should have comment or be unexported (golint)
    • Line 605: warning: exported type UpdateClusterRequestAutoscalerConfig should have comment or be unexported (golint)
    • Line 621: warning: comment on exported type Version should be of the form "Version ..." (with optional leading article) (golint)
    • Line 640: warning: exported type ListClustersRequest should have comment or be unexported (golint)
    • Line 660: warning: comment on exported method API.ListClusters should be of the form "ListClusters ..." (golint)
    • Line 702: warning: exported type CreateClusterRequest should have comment or be unexported (golint)
    • Line 728: warning: comment on exported method API.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 768: warning: exported type GetClusterRequest should have comment or be unexported (golint)
    • Line 774: warning: comment on exported method API.GetCluster should be of the form "GetCluster ..." (golint)
    • Line 808: warning: exported type UpdateClusterRequest should have comment or be unexported (golint)
    • Line 828: warning: comment on exported method API.UpdateCluster should be of the form "UpdateCluster ..." (golint)
    • Line 867: warning: exported type DeleteClusterRequest should have comment or be unexported (golint)
    • Line 873: warning: comment on exported method API.DeleteCluster should be of the form "DeleteCluster ..." (golint)
    • Line 907: warning: exported type UpgradeClusterRequest should have comment or be unexported (golint)
    • Line 917: warning: comment on exported method API.UpgradeCluster should be of the form "UpgradeCluster ..." (golint)
    • Line 956: warning: exported type ListClusterAvailableVersionsRequest should have comment or be unexported (golint)
    • Line 962: warning: exported method API.ListClusterAvailableVersions should have comment or be unexported (golint)
    • Line 993: warning: exported type GetClusterKubeConfigRequest should have comment or be unexported (golint)
    • Line 1031: warning: exported type ResetClusterAdminTokenRequest should have comment or be unexported (golint)
    • Line 1037: warning: comment on exported method API.ResetClusterAdminToken should be of the form "ResetClusterAdminToken ..." (golint)
    • Line 1076: warning: exported type ListPoolsRequest should have comment or be unexported (golint)
    • Line 1092: warning: comment on exported method API.ListPools should be of the form "ListPools ..." (golint)
    • Line 1136: warning: exported type CreatePoolRequest should have comment or be unexported (golint)
    • Line 1162: warning: comment on exported method API.CreatePool should be of the form "CreatePool ..." (golint)
    • Line 1201: warning: exported type GetPoolRequest should have comment or be unexported (golint)
    • Line 1207: warning: comment on exported method API.GetPool should be of the form "GetPool ..." (golint)
    • Line 1241: warning: exported type UpgradePoolRequest should have comment or be unexported (golint)
    • Line 1249: warning: comment on exported method API.UpgradePool should be of the form "UpgradePool ..." (golint)
    • Line 1288: warning: exported type UpdatePoolRequest should have comment or be unexported (golint)
    • Line 1306: warning: comment on exported method API.UpdatePool should be of the form "UpdatePool ..." (golint)
    • Line 1345: warning: exported type DeletePoolRequest should have comment or be unexported (golint)
    • Line 1351: warning: comment on exported method API.DeletePool should be of the form "DeletePool ..." (golint)
    • Line 1385: warning: exported type ListNodesRequest should have comment or be unexported (golint)
    • Line 1407: warning: comment on exported method API.ListNodes should be of the form "ListNodes ..." (golint)
    • Line 1453: warning: exported type GetNodeRequest should have comment or be unexported (golint)
    • Line 1459: warning: comment on exported method API.GetNode should be of the form "GetNode ..." (golint)
    • Line 1493: warning: exported type ReplaceNodeRequest should have comment or be unexported (golint)
    • Line 1499: warning: comment on exported method API.ReplaceNode should be of the form "ReplaceNode ..." (golint)
    • Line 1538: warning: exported type RebootNodeRequest should have comment or be unexported (golint)
    • Line 1544: warning: comment on exported method API.RebootNode should be of the form "RebootNode ..." (golint)
    • Line 1583: warning: exported type ListVersionsRequest should have comment or be unexported (golint)
    • Line 1587: warning: comment on exported method API.ListVersions should be of the form "ListVersions ..." (golint)
    • scaleway-sdk-go/api/marketplace/v1/marketplace_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type GetImageResponse should have comment or be unexported (golint)
    • Line 58: warning: exported type GetServiceInfoResponse should have comment or be unexported (golint)
    • Line 66: warning: exported type GetVersionResponse should have comment or be unexported (golint)
    • Line 70: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 98: warning: exported type ListImagesResponse should have comment or be unexported (golint)
    • Line 104: warning: exported type ListVersionsResponse should have comment or be unexported (golint)
    • Line 110: warning: comment on exported type LocalImage should be of the form "LocalImage ..." (with optional leading article) (golint)
    • Line 122: warning: exported type Organization should have comment or be unexported (golint)
    • Line 128: warning: comment on exported type Version should be of the form "Version ..." (with optional leading article) (golint)
    • Line 144: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 147: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 165: warning: exported type ListImagesRequest should have comment or be unexported (golint)
    • Line 172: warning: comment on exported method API.ListImages should be of the form "ListImages ..." (golint)
    • Line 201: warning: exported type GetImageRequest should have comment or be unexported (golint)
    • Line 206: warning: comment on exported method API.GetImage should be of the form "GetImage ..." (golint)
    • Line 229: warning: exported type ListVersionsRequest should have comment or be unexported (golint)
    • Line 233: warning: exported method API.ListVersions should have comment or be unexported (golint)
    • Line 255: warning: exported type GetVersionRequest should have comment or be unexported (golint)
    • Line 261: warning: exported method API.GetVersion should have comment or be unexported (golint)
    • scaleway-sdk-go/api/lb/v1/lb_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 47: warning: comment on exported function NewAPI should be of the form "NewAPI ..." (golint)
    • Line 54: warning: comment on exported type ZonedAPI should be of the form "ZonedAPI ..." (with optional leading article) (golint)
    • Line 66: warning: exported type ACLActionType should have comment or be unexported (golint)
    • Line 83: warning: exported method ACLActionType.MarshalJSON should have comment or be unexported (golint)
    • Line 87: warning: exported method ACLActionType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 98: warning: exported type ACLHTTPFilter should have comment or be unexported (golint)
    • Line 119: warning: exported method ACLHTTPFilter.MarshalJSON should have comment or be unexported (golint)
    • Line 123: warning: exported method ACLHTTPFilter.UnmarshalJSON should have comment or be unexported (golint)
    • Line 134: warning: exported type BackendServerStatsHealthCheckStatus should have comment or be unexported (golint)
    • Line 157: warning: exported method BackendServerStatsHealthCheckStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 161: warning: exported method BackendServerStatsHealthCheckStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 172: warning: exported type BackendServerStatsServerState should have comment or be unexported (golint)
    • Line 193: warning: exported method BackendServerStatsServerState.MarshalJSON should have comment or be unexported (golint)
    • Line 197: warning: exported method BackendServerStatsServerState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 208: warning: exported type CertificateStatus should have comment or be unexported (golint)
    • Line 227: warning: exported method CertificateStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 231: warning: exported method CertificateStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 242: warning: exported type CertificateType should have comment or be unexported (golint)
    • Line 259: warning: exported method CertificateType.MarshalJSON should have comment or be unexported (golint)
    • Line 263: warning: exported method CertificateType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 274: warning: exported type ForwardPortAlgorithm should have comment or be unexported (golint)
    • Line 293: warning: exported method ForwardPortAlgorithm.MarshalJSON should have comment or be unexported (golint)
    • Line 297: warning: exported method ForwardPortAlgorithm.UnmarshalJSON should have comment or be unexported (golint)
    • Line 308: warning: exported type InstanceStatus should have comment or be unexported (golint)
    • Line 335: warning: exported method InstanceStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 339: warning: exported method InstanceStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 350: warning: exported type LBStatus should have comment or be unexported (golint)
    • Line 377: warning: exported method LBStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 381: warning: exported method LBStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 392: warning: exported type LBTypeStock should have comment or be unexported (golint)
    • Line 413: warning: exported method LBTypeStock.MarshalJSON should have comment or be unexported (golint)
    • Line 417: warning: exported method LBTypeStock.UnmarshalJSON should have comment or be unexported (golint)
    • Line 428: warning: exported type ListACLRequestOrderBy should have comment or be unexported (golint)
    • Line 449: warning: exported method ListACLRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 453: warning: exported method ListACLRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 464: warning: exported type ListBackendsRequestOrderBy should have comment or be unexported (golint)
    • Line 485: warning: exported method ListBackendsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 489: warning: exported method ListBackendsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 500: warning: exported type ListCertificatesRequestOrderBy should have comment or be unexported (golint)
    • Line 521: warning: exported method ListCertificatesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 525: warning: exported method ListCertificatesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 536: warning: exported type ListFrontendsRequestOrderBy should have comment or be unexported (golint)
    • Line 557: warning: exported method ListFrontendsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 561: warning: exported method ListFrontendsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 572: warning: exported type ListLBsRequestOrderBy should have comment or be unexported (golint)
    • Line 593: warning: exported method ListLBsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 597: warning: exported method ListLBsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 608: warning: exported type ListPrivateNetworksRequestOrderBy should have comment or be unexported (golint)
    • Line 625: warning: exported method ListPrivateNetworksRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 629: warning: exported method ListPrivateNetworksRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 640: warning: exported type ListRoutesRequestOrderBy should have comment or be unexported (golint)
    • Line 657: warning: exported method ListRoutesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 661: warning: exported method ListRoutesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 672: warning: exported type ListSubscriberRequestOrderBy should have comment or be unexported (golint)
    • Line 693: warning: exported method ListSubscriberRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 697: warning: exported method ListSubscriberRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 708: warning: exported type OnMarkedDownAction should have comment or be unexported (golint)
    • Line 725: warning: exported method OnMarkedDownAction.MarshalJSON should have comment or be unexported (golint)
    • Line 729: warning: exported method OnMarkedDownAction.UnmarshalJSON should have comment or be unexported (golint)
    • Line 740: warning: exported type PrivateNetworkStatus should have comment or be unexported (golint)
    • Line 761: warning: exported method PrivateNetworkStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 765: warning: exported method PrivateNetworkStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 776: warning: exported type Protocol should have comment or be unexported (golint)
    • Line 793: warning: exported method Protocol.MarshalJSON should have comment or be unexported (golint)
    • Line 797: warning: exported method Protocol.UnmarshalJSON should have comment or be unexported (golint)
    • Line 808: warning: comment on exported type ProxyProtocol should be of the form "ProxyProtocol ..." (with optional leading article) (golint)
    • Line 843: warning: exported method ProxyProtocol.MarshalJSON should have comment or be unexported (golint)
    • Line 847: warning: exported method ProxyProtocol.UnmarshalJSON should have comment or be unexported (golint)
    • Line 858: warning: exported type SSLCompatibilityLevel should have comment or be unexported (golint)
    • Line 879: warning: exported method SSLCompatibilityLevel.MarshalJSON should have comment or be unexported (golint)
    • Line 883: warning: exported method SSLCompatibilityLevel.UnmarshalJSON should have comment or be unexported (golint)
    • Line 894: warning: exported type StickySessionsType should have comment or be unexported (golint)
    • Line 913: warning: exported method StickySessionsType.MarshalJSON should have comment or be unexported (golint)
    • Line 917: warning: exported method StickySessionsType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 928: warning: comment on exported type ACL should be of the form "ACL ..." (with optional leading article) (golint)
    • Line 948: warning: comment on exported type ACLAction should be of the form "ACLAction ..." (with optional leading article) (golint)
    • Line 956: warning: comment on exported type ACLMatch should be of the form "ACLMatch ..." (with optional leading article) (golint)
    • Line 973: warning: comment on exported type Backend should be of the form "Backend ..." (with optional leading article) (golint)
    • Line 1022: warning: exported method Backend.UnmarshalJSON should have comment or be unexported (golint)
    • Line 1044: warning: exported method Backend.MarshalJSON should have comment or be unexported (golint)
    • Line 1062: warning: comment on exported type BackendServerStats should be of the form "BackendServerStats ..." (with optional leading article) (golint)
    • Line 1082: warning: comment on exported type Certificate should be of the form "Certificate ..." (with optional leading article) (golint)
    • Line 1114: warning: comment on exported type CreateCertificateRequestCustomCertificate should be of the form "CreateCertificateRequestCustomCertificate ..." (with optional leading article) (golint)
    • Line 1120: warning: comment on exported type CreateCertificateRequestLetsencryptConfig should be of the form "CreateCertificateRequestLetsencryptConfig ..." (with optional leading article) (golint)
    • Line 1128: warning: comment on exported type Frontend should be of the form "Frontend ..." (with optional leading article) (golint)
    • Line 1151: warning: exported method Frontend.UnmarshalJSON should have comment or be unexported (golint)
    • Line 1169: warning: exported method Frontend.MarshalJSON should have comment or be unexported (golint)
    • Line 1183: warning: comment on exported type HealthCheck should be of the form "HealthCheck ..." (with optional leading article) (golint)
    • Line 1218: warning: exported method HealthCheck.UnmarshalJSON should have comment or be unexported (golint)
    • Line 1238: warning: exported method HealthCheck.MarshalJSON should have comment or be unexported (golint)
    • Line 1254: warning: exported type HealthCheckHTTPConfig should have comment or be unexported (golint)
    • Line 1262: warning: exported type HealthCheckHTTPSConfig should have comment or be unexported (golint)
    • Line 1270: warning: exported type HealthCheckLdapConfig should have comment or be unexported (golint)
    • Line 1273: warning: exported type HealthCheckMysqlConfig should have comment or be unexported (golint)
    • Line 1277: warning: exported type HealthCheckPgsqlConfig should have comment or be unexported (golint)
    • Line 1281: warning: exported type HealthCheckRedisConfig should have comment or be unexported (golint)
    • Line 1284: warning: exported type HealthCheckTCPConfig should have comment or be unexported (golint)
    • Line 1287: warning: comment on exported type IP should be of the form "IP ..." (with optional leading article) (golint)
    • Line 1306: warning: exported type Instance should have comment or be unexported (golint)
    • Line 1324: warning: comment on exported type LB should be of the form "LB ..." (with optional leading article) (golint)
    • Line 1367: warning: comment on exported type LBStats should be of the form "LBStats ..." (with optional leading article) (golint)
    • Line 1373: warning: exported type LBType should have comment or be unexported (golint)
    • Line 1387: warning: comment on exported type ListACLResponse should be of the form "ListACLResponse ..." (with optional leading article) (golint)
    • Line 1395: warning: comment on exported type ListBackendStatsResponse should be of the form "ListBackendStatsResponse ..." (with optional leading article) (golint)
    • Line 1403: warning: comment on exported type ListBackendsResponse should be of the form "ListBackendsResponse ..." (with optional leading article) (golint)
    • Line 1411: warning: exported type ListCertificatesResponse should have comment or be unexported (golint)
    • Line 1417: warning: comment on exported type ListFrontendsResponse should be of the form "ListFrontendsResponse ..." (with optional leading article) (golint)
    • Line 1425: warning: comment on exported type ListIPsResponse should be of the form "ListIPsResponse ..." (with optional leading article) (golint)
    • Line 1433: warning: exported type ListLBPrivateNetworksResponse should have comment or be unexported (golint)
    • Line 1439: warning: exported type ListLBTypesResponse should have comment or be unexported (golint)
    • Line 1445: warning: comment on exported type ListLBsResponse should be of the form "ListLBsResponse ..." (with optional leading article) (golint)
    • Line 1452: warning: comment on exported type ListRoutesResponse should be of the form "ListRoutesResponse ..." (with optional leading article) (golint)
    • Line 1460: warning: comment on exported type ListSubscriberResponse should be of the form "ListSubscriberResponse ..." (with optional leading article) (golint)
    • Line 1468: warning: comment on exported type PrivateNetwork should be of the form "PrivateNetwork ..." (with optional leading article) (golint)
    • Line 1490: warning: exported type PrivateNetworkDHCPConfig should have comment or be unexported (golint)
    • Line 1493: warning: exported type PrivateNetworkStaticConfig should have comment or be unexported (golint)
    • Line 1497: warning: comment on exported type Route should be of the form "Route ..." (with optional leading article) (golint)
    • Line 1513: warning: comment on exported type RouteMatch should be of the form "RouteMatch ..." (with optional leading article) (golint)
    • Line 1521: warning: comment on exported type Subscriber should be of the form "Subscriber ..." (with optional leading article) (golint)
    • Line 1535: warning: comment on exported type SubscriberEmailConfig should be of the form "SubscriberEmailConfig ..." (with optional leading article) (golint)
    • Line 1541: warning: comment on exported type SubscriberWebhookConfig should be of the form "SubscriberWebhookConfig ..." (with optional leading article) (golint)
    • Line 1549: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 1553: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 1580: warning: exported type ListLBsRequest should have comment or be unexported (golint)
    • Line 1598: warning: comment on exported method API.ListLBs should be of the form "ListLBs ..." (golint)
    • Line 1640: warning: exported type CreateLBRequest should have comment or be unexported (golint)
    • Line 1669: warning: comment on exported method API.CreateLB should be of the form "CreateLB ..." (golint)
    • Line 1716: warning: exported type GetLBRequest should have comment or be unexported (golint)
    • Line 1722: warning: comment on exported method API.GetLB should be of the form "GetLB ..." (golint)
    • Line 1754: warning: exported type UpdateLBRequest should have comment or be unexported (golint)
    • Line 1775: warning: comment on exported method API.UpdateLB should be of the form "UpdateLB ..." (golint)
    • Line 1812: warning: exported type DeleteLBRequest should have comment or be unexported (golint)
    • Line 1820: warning: comment on exported method API.DeleteLB should be of the form "DeleteLB ..." (golint)
    • Line 1854: warning: exported type MigrateLBRequest should have comment or be unexported (golint)
    • Line 1862: warning: comment on exported method API.MigrateLB should be of the form "MigrateLB ..." (golint)
    • Line 1899: warning: exported type ListIPsRequest should have comment or be unexported (golint)
    • Line 1913: warning: comment on exported method API.ListIPs should be of the form "ListIPs ..." (golint)
    • Line 1954: warning: exported type CreateIPRequest should have comment or be unexported (golint)
    • Line 1966: warning: comment on exported method API.CreateIP should be of the form "CreateIP ..." (golint)
    • Line 2009: warning: exported type GetIPRequest should have comment or be unexported (golint)
    • Line 2015: warning: comment on exported method API.GetIP should be of the form "GetIP ..." (golint)
    • Line 2047: warning: exported type ReleaseIPRequest should have comment or be unexported (golint)
    • Line 2053: warning: comment on exported method API.ReleaseIP should be of the form "ReleaseIP ..." (golint)
    • Line 2083: warning: exported type UpdateIPRequest should have comment or be unexported (golint)
    • Line 2091: warning: comment on exported method API.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 2128: warning: exported type ListBackendsRequest should have comment or be unexported (golint)
    • Line 2144: warning: comment on exported method API.ListBackends should be of the form "ListBackends ..." (golint)
    • Line 2188: warning: exported type CreateBackendRequest should have comment or be unexported (golint)
    • Line 2240: warning: exported method CreateBackendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 2262: warning: exported method CreateBackendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 2280: warning: comment on exported method API.CreateBackend should be of the form "CreateBackend ..." (golint)
    • Line 2321: warning: exported type GetBackendRequest should have comment or be unexported (golint)
    • Line 2327: warning: comment on exported method API.GetBackend should be of the form "GetBackend ..." (golint)
    • Line 2359: warning: exported type UpdateBackendRequest should have comment or be unexported (golint)
    • Line 2399: warning: exported method UpdateBackendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 2421: warning: exported method UpdateBackendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 2439: warning: comment on exported method API.UpdateBackend should be of the form "UpdateBackend ..." (golint)
    • Line 2476: warning: exported type DeleteBackendRequest should have comment or be unexported (golint)
    • Line 2482: warning: comment on exported method API.DeleteBackend should be of the form "DeleteBackend ..." (golint)
    • Line 2512: warning: exported type AddBackendServersRequest should have comment or be unexported (golint)
    • Line 2520: warning: comment on exported method API.AddBackendServers should be of the form "AddBackendServers ..." (golint)
    • Line 2557: warning: exported type RemoveBackendServersRequest should have comment or be unexported (golint)
    • Line 2565: warning: comment on exported method API.RemoveBackendServers should be of the form "RemoveBackendServers ..." (golint)
    • Line 2602: warning: exported type SetBackendServersRequest should have comment or be unexported (golint)
    • Line 2610: warning: comment on exported method API.SetBackendServers should be of the form "SetBackendServers ..." (golint)
    • Line 2647: warning: exported type UpdateHealthCheckRequest should have comment or be unexported (golint)
    • Line 2684: warning: exported method UpdateHealthCheckRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 2704: warning: exported method UpdateHealthCheckRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 2720: warning: comment on exported method API.UpdateHealthCheck should be of the form "UpdateHealthCheck ..." (golint)
    • Line 2757: warning: exported type ListFrontendsRequest should have comment or be unexported (golint)
    • Line 2773: warning: comment on exported method API.ListFrontends should be of the form "ListFrontends ..." (golint)
    • Line 2817: warning: exported type CreateFrontendRequest should have comment or be unexported (golint)
    • Line 2835: warning: exported method CreateFrontendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 2853: warning: exported method CreateFrontendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 2867: warning: comment on exported method API.CreateFrontend should be of the form "CreateFrontend ..." (golint)
    • Line 2908: warning: exported type GetFrontendRequest should have comment or be unexported (golint)
    • Line 2914: warning: comment on exported method API.GetFrontend should be of the form "GetFrontend ..." (golint)
    • Line 2946: warning: exported type UpdateFrontendRequest should have comment or be unexported (golint)
    • Line 2964: warning: exported method UpdateFrontendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 2982: warning: exported method UpdateFrontendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 2996: warning: comment on exported method API.UpdateFrontend should be of the form "UpdateFrontend ..." (golint)
    • Line 3033: warning: exported type DeleteFrontendRequest should have comment or be unexported (golint)
    • Line 3039: warning: comment on exported method API.DeleteFrontend should be of the form "DeleteFrontend ..." (golint)
    • Line 3069: warning: exported type ListRoutesRequest should have comment or be unexported (golint)
    • Line 3083: warning: comment on exported method API.ListRoutes should be of the form "ListRoutes ..." (golint)
    • Line 3123: warning: exported type CreateRouteRequest should have comment or be unexported (golint)
    • Line 3133: warning: comment on exported method API.CreateRoute should be of the form "CreateRoute ..." (golint)
    • Line 3166: warning: exported type GetRouteRequest should have comment or be unexported (golint)
    • Line 3172: warning: comment on exported method API.GetRoute should be of the form "GetRoute ..." (golint)
    • Line 3204: warning: exported type UpdateRouteRequest should have comment or be unexported (golint)
    • Line 3214: warning: comment on exported method API.UpdateRoute should be of the form "UpdateRoute ..." (golint)
    • Line 3251: warning: exported type DeleteRouteRequest should have comment or be unexported (golint)
    • Line 3257: warning: comment on exported method API.DeleteRoute should be of the form "DeleteRoute ..." (golint)
    • Line 3287: warning: exported type GetLBStatsRequest should have comment or be unexported (golint)
    • Line 3293: warning: comment on exported method API.GetLBStats should be of the form "GetLBStats ..." (golint)
    • Line 3325: warning: exported type ListBackendStatsRequest should have comment or be unexported (golint)
    • Line 3335: warning: exported method API.ListBackendStats should have comment or be unexported (golint)
    • Line 3376: warning: exported type ListACLsRequest should have comment or be unexported (golint)
    • Line 3392: warning: comment on exported method API.ListACLs should be of the form "ListACLs ..." (golint)
    • Line 3436: warning: exported type CreateACLRequest should have comment or be unexported (golint)
    • Line 3457: warning: comment on exported method API.CreateACL should be of the form "CreateACL ..." (golint)
    • Line 3498: warning: exported type GetACLRequest should have comment or be unexported (golint)
    • Line 3504: warning: comment on exported method API.GetACL should be of the form "GetACL ..." (golint)
    • Line 3536: warning: exported type UpdateACLRequest should have comment or be unexported (golint)
    • Line 3550: warning: comment on exported method API.UpdateACL should be of the form "UpdateACL ..." (golint)
    • Line 3587: warning: exported type DeleteACLRequest should have comment or be unexported (golint)
    • Line 3593: warning: comment on exported method API.DeleteACL should be of the form "DeleteACL ..." (golint)
    • Line 3623: warning: exported type CreateCertificateRequest should have comment or be unexported (golint)
    • Line 3637: warning: comment on exported method API.CreateCertificate should be of the form "CreateCertificate ..." (golint)
    • Line 3680: warning: exported type ListCertificatesRequest should have comment or be unexported (golint)
    • Line 3696: warning: comment on exported method API.ListCertificates should be of the form "ListCertificates ..." (golint)
    • Line 3740: warning: exported type GetCertificateRequest should have comment or be unexported (golint)
    • Line 3746: warning: comment on exported method API.GetCertificate should be of the form "GetCertificate ..." (golint)
    • Line 3778: warning: exported type UpdateCertificateRequest should have comment or be unexported (golint)
    • Line 3786: warning: comment on exported method API.UpdateCertificate should be of the form "UpdateCertificate ..." (golint)
    • Line 3823: warning: exported type DeleteCertificateRequest should have comment or be unexported (golint)
    • Line 3829: warning: comment on exported method API.DeleteCertificate should be of the form "DeleteCertificate ..." (golint)
    • Line 3859: warning: exported type ListLBTypesRequest should have comment or be unexported (golint)
    • Line 3867: warning: comment on exported method API.ListLBTypes should be of the form "ListLBTypes ..." (golint)
    • Line 3905: warning: exported type CreateSubscriberRequest should have comment or be unexported (golint)
    • Line 3923: warning: comment on exported method API.CreateSubscriber should be of the form "CreateSubscriber ..." (golint)
    • Line 3966: warning: exported type GetSubscriberRequest should have comment or be unexported (golint)
    • Line 3972: warning: comment on exported method API.GetSubscriber should be of the form "GetSubscriber ..." (golint)
    • Line 4004: warning: exported type ListSubscriberRequest should have comment or be unexported (golint)
    • Line 4022: warning: comment on exported method API.ListSubscriber should be of the form "ListSubscriber ..." (golint)
    • Line 4064: warning: exported type UpdateSubscriberRequest should have comment or be unexported (golint)
    • Line 4078: warning: comment on exported method API.UpdateSubscriber should be of the form "UpdateSubscriber ..." (golint)
    • Line 4115: warning: exported type DeleteSubscriberRequest should have comment or be unexported (golint)
    • Line 4121: warning: comment on exported method API.DeleteSubscriber should be of the form "DeleteSubscriber ..." (golint)
    • Line 4151: warning: exported type SubscribeToLBRequest should have comment or be unexported (golint)
    • Line 4159: warning: comment on exported method API.SubscribeToLB should be of the form "SubscribeToLB ..." (golint)
    • Line 4196: warning: exported type UnsubscribeFromLBRequest should have comment or be unexported (golint)
    • Line 4202: warning: comment on exported method API.UnsubscribeFromLB should be of the form "UnsubscribeFromLB ..." (golint)
    • Line 4234: warning: exported type ListLBPrivateNetworksRequest should have comment or be unexported (golint)
    • Line 4248: warning: comment on exported method API.ListLBPrivateNetworks should be of the form "ListLBPrivateNetworks ..." (golint)
    • Line 4291: warning: exported type AttachPrivateNetworkRequest should have comment or be unexported (golint)
    • Line 4305: warning: comment on exported method API.AttachPrivateNetwork should be of the form "AttachPrivateNetwork ..." (golint)
    • Line 4346: warning: exported type DetachPrivateNetworkRequest should have comment or be unexported (golint)
    • Line 4354: warning: comment on exported method API.DetachPrivateNetwork should be of the form "DetachPrivateNetwork ..." (golint)
    • Line 4395: warning: exported type ZonedAPIGetServiceInfoRequest should have comment or be unexported (golint)
    • Line 4399: warning: exported method ZonedAPI.GetServiceInfo should have comment or be unexported (golint)
    • Line 4426: warning: exported type ZonedAPIListLBsRequest should have comment or be unexported (golint)
    • Line 4444: warning: comment on exported method ZonedAPI.ListLBs should be of the form "ListLBs ..." (golint)
    • Line 4486: warning: exported type ZonedAPICreateLBRequest should have comment or be unexported (golint)
    • Line 4515: warning: comment on exported method ZonedAPI.CreateLB should be of the form "CreateLB ..." (golint)
    • Line 4562: warning: exported type ZonedAPIGetLBRequest should have comment or be unexported (golint)
    • Line 4568: warning: comment on exported method ZonedAPI.GetLB should be of the form "GetLB ..." (golint)
    • Line 4600: warning: exported type ZonedAPIUpdateLBRequest should have comment or be unexported (golint)
    • Line 4621: warning: comment on exported method ZonedAPI.UpdateLB should be of the form "UpdateLB ..." (golint)
    • Line 4658: warning: exported type ZonedAPIDeleteLBRequest should have comment or be unexported (golint)
    • Line 4666: warning: comment on exported method ZonedAPI.DeleteLB should be of the form "DeleteLB ..." (golint)
    • Line 4700: warning: exported type ZonedAPIMigrateLBRequest should have comment or be unexported (golint)
    • Line 4708: warning: comment on exported method ZonedAPI.MigrateLB should be of the form "MigrateLB ..." (golint)
    • Line 4745: warning: exported type ZonedAPIListIPsRequest should have comment or be unexported (golint)
    • Line 4759: warning: comment on exported method ZonedAPI.ListIPs should be of the form "ListIPs ..." (golint)
    • Line 4800: warning: exported type ZonedAPICreateIPRequest should have comment or be unexported (golint)
    • Line 4812: warning: comment on exported method ZonedAPI.CreateIP should be of the form "CreateIP ..." (golint)
    • Line 4855: warning: exported type ZonedAPIGetIPRequest should have comment or be unexported (golint)
    • Line 4861: warning: comment on exported method ZonedAPI.GetIP should be of the form "GetIP ..." (golint)
    • Line 4893: warning: exported type ZonedAPIReleaseIPRequest should have comment or be unexported (golint)
    • Line 4899: warning: comment on exported method ZonedAPI.ReleaseIP should be of the form "ReleaseIP ..." (golint)
    • Line 4929: warning: exported type ZonedAPIUpdateIPRequest should have comment or be unexported (golint)
    • Line 4937: warning: comment on exported method ZonedAPI.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 4974: warning: exported type ZonedAPIListBackendsRequest should have comment or be unexported (golint)
    • Line 4990: warning: comment on exported method ZonedAPI.ListBackends should be of the form "ListBackends ..." (golint)
    • Line 5034: warning: exported type ZonedAPICreateBackendRequest should have comment or be unexported (golint)
    • Line 5086: warning: exported method ZonedAPICreateBackendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 5108: warning: exported method ZonedAPICreateBackendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 5126: warning: comment on exported method ZonedAPI.CreateBackend should be of the form "CreateBackend ..." (golint)
    • Line 5167: warning: exported type ZonedAPIGetBackendRequest should have comment or be unexported (golint)
    • Line 5173: warning: comment on exported method ZonedAPI.GetBackend should be of the form "GetBackend ..." (golint)
    • Line 5205: warning: exported type ZonedAPIUpdateBackendRequest should have comment or be unexported (golint)
    • Line 5245: warning: exported method ZonedAPIUpdateBackendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 5267: warning: exported method ZonedAPIUpdateBackendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 5285: warning: comment on exported method ZonedAPI.UpdateBackend should be of the form "UpdateBackend ..." (golint)
    • Line 5322: warning: exported type ZonedAPIDeleteBackendRequest should have comment or be unexported (golint)
    • Line 5328: warning: comment on exported method ZonedAPI.DeleteBackend should be of the form "DeleteBackend ..." (golint)
    • Line 5358: warning: exported type ZonedAPIAddBackendServersRequest should have comment or be unexported (golint)
    • Line 5366: warning: comment on exported method ZonedAPI.AddBackendServers should be of the form "AddBackendServers ..." (golint)
    • Line 5403: warning: exported type ZonedAPIRemoveBackendServersRequest should have comment or be unexported (golint)
    • Line 5411: warning: comment on exported method ZonedAPI.RemoveBackendServers should be of the form "RemoveBackendServers ..." (golint)
    • Line 5448: warning: exported type ZonedAPISetBackendServersRequest should have comment or be unexported (golint)
    • Line 5456: warning: comment on exported method ZonedAPI.SetBackendServers should be of the form "SetBackendServers ..." (golint)
    • Line 5493: warning: exported type ZonedAPIUpdateHealthCheckRequest should have comment or be unexported (golint)
    • Line 5530: warning: exported method ZonedAPIUpdateHealthCheckRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 5550: warning: exported method ZonedAPIUpdateHealthCheckRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 5566: warning: comment on exported method ZonedAPI.UpdateHealthCheck should be of the form "UpdateHealthCheck ..." (golint)
    • Line 5603: warning: exported type ZonedAPIListFrontendsRequest should have comment or be unexported (golint)
    • Line 5619: warning: comment on exported method ZonedAPI.ListFrontends should be of the form "ListFrontends ..." (golint)
    • Line 5663: warning: exported type ZonedAPICreateFrontendRequest should have comment or be unexported (golint)
    • Line 5681: warning: exported method ZonedAPICreateFrontendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 5699: warning: exported method ZonedAPICreateFrontendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 5713: warning: comment on exported method ZonedAPI.CreateFrontend should be of the form "CreateFrontend ..." (golint)
    • Line 5754: warning: exported type ZonedAPIGetFrontendRequest should have comment or be unexported (golint)
    • Line 5760: warning: comment on exported method ZonedAPI.GetFrontend should be of the form "GetFrontend ..." (golint)
    • Line 5792: warning: exported type ZonedAPIUpdateFrontendRequest should have comment or be unexported (golint)
    • Line 5810: warning: exported method ZonedAPIUpdateFrontendRequest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 5828: warning: exported method ZonedAPIUpdateFrontendRequest.MarshalJSON should have comment or be unexported (golint)
    • Line 5842: warning: comment on exported method ZonedAPI.UpdateFrontend should be of the form "UpdateFrontend ..." (golint)
    • Line 5879: warning: exported type ZonedAPIDeleteFrontendRequest should have comment or be unexported (golint)
    • Line 5885: warning: comment on exported method ZonedAPI.DeleteFrontend should be of the form "DeleteFrontend ..." (golint)
    • Line 5915: warning: exported type ZonedAPIListRoutesRequest should have comment or be unexported (golint)
    • Line 5929: warning: comment on exported method ZonedAPI.ListRoutes should be of the form "ListRoutes ..." (golint)
    • Line 5969: warning: exported type ZonedAPICreateRouteRequest should have comment or be unexported (golint)
    • Line 5979: warning: comment on exported method ZonedAPI.CreateRoute should be of the form "CreateRoute ..." (golint)
    • Line 6012: warning: exported type ZonedAPIGetRouteRequest should have comment or be unexported (golint)
    • Line 6018: warning: comment on exported method ZonedAPI.GetRoute should be of the form "GetRoute ..." (golint)
    • Line 6050: warning: exported type ZonedAPIUpdateRouteRequest should have comment or be unexported (golint)
    • Line 6060: warning: comment on exported method ZonedAPI.UpdateRoute should be of the form "UpdateRoute ..." (golint)
    • Line 6097: warning: exported type ZonedAPIDeleteRouteRequest should have comment or be unexported (golint)
    • Line 6103: warning: comment on exported method ZonedAPI.DeleteRoute should be of the form "DeleteRoute ..." (golint)
    • Line 6133: warning: exported type ZonedAPIGetLBStatsRequest should have comment or be unexported (golint)
    • Line 6139: warning: comment on exported method ZonedAPI.GetLBStats should be of the form "GetLBStats ..." (golint)
    • Line 6171: warning: exported type ZonedAPIListBackendStatsRequest should have comment or be unexported (golint)
    • Line 6181: warning: exported method ZonedAPI.ListBackendStats should have comment or be unexported (golint)
    • Line 6222: warning: exported type ZonedAPIListACLsRequest should have comment or be unexported (golint)
    • Line 6238: warning: comment on exported method ZonedAPI.ListACLs should be of the form "ListACLs ..." (golint)
    • Line 6282: warning: exported type ZonedAPICreateACLRequest should have comment or be unexported (golint)
    • Line 6303: warning: comment on exported method ZonedAPI.CreateACL should be of the form "CreateACL ..." (golint)
    • Line 6344: warning: exported type ZonedAPIGetACLRequest should have comment or be unexported (golint)
    • Line 6350: warning: comment on exported method ZonedAPI.GetACL should be of the form "GetACL ..." (golint)
    • Line 6382: warning: exported type ZonedAPIUpdateACLRequest should have comment or be unexported (golint)
    • Line 6396: warning: comment on exported method ZonedAPI.UpdateACL should be of the form "UpdateACL ..." (golint)
    • Line 6433: warning: exported type ZonedAPIDeleteACLRequest should have comment or be unexported (golint)
    • Line 6439: warning: comment on exported method ZonedAPI.DeleteACL should be of the form "DeleteACL ..." (golint)
    • Line 6469: warning: exported type ZonedAPICreateCertificateRequest should have comment or be unexported (golint)
    • Line 6483: warning: comment on exported method ZonedAPI.CreateCertificate should be of the form "CreateCertificate ..." (golint)
    • Line 6526: warning: exported type ZonedAPIListCertificatesRequest should have comment or be unexported (golint)
    • Line 6542: warning: comment on exported method ZonedAPI.ListCertificates should be of the form "ListCertificates ..." (golint)
    • Line 6586: warning: exported type ZonedAPIGetCertificateRequest should have comment or be unexported (golint)
    • Line 6592: warning: comment on exported method ZonedAPI.GetCertificate should be of the form "GetCertificate ..." (golint)
    • Line 6624: warning: exported type ZonedAPIUpdateCertificateRequest should have comment or be unexported (golint)
    • Line 6632: warning: comment on exported method ZonedAPI.UpdateCertificate should be of the form "UpdateCertificate ..." (golint)
    • Line 6669: warning: exported type ZonedAPIDeleteCertificateRequest should have comment or be unexported (golint)
    • Line 6675: warning: comment on exported method ZonedAPI.DeleteCertificate should be of the form "DeleteCertificate ..." (golint)
    • Line 6705: warning: exported type ZonedAPIListLBTypesRequest should have comment or be unexported (golint)
    • Line 6713: warning: comment on exported method ZonedAPI.ListLBTypes should be of the form "ListLBTypes ..." (golint)
    • Line 6751: warning: exported type ZonedAPICreateSubscriberRequest should have comment or be unexported (golint)
    • Line 6769: warning: comment on exported method ZonedAPI.CreateSubscriber should be of the form "CreateSubscriber ..." (golint)
    • Line 6812: warning: exported type ZonedAPIGetSubscriberRequest should have comment or be unexported (golint)
    • Line 6818: warning: comment on exported method ZonedAPI.GetSubscriber should be of the form "GetSubscriber ..." (golint)
    • Line 6850: warning: exported type ZonedAPIListSubscriberRequest should have comment or be unexported (golint)
    • Line 6868: warning: comment on exported method ZonedAPI.ListSubscriber should be of the form "ListSubscriber ..." (golint)
    • Line 6910: warning: exported type ZonedAPIUpdateSubscriberRequest should have comment or be unexported (golint)
    • Line 6924: warning: comment on exported method ZonedAPI.UpdateSubscriber should be of the form "UpdateSubscriber ..." (golint)
    • Line 6961: warning: exported type ZonedAPIDeleteSubscriberRequest should have comment or be unexported (golint)
    • Line 6967: warning: comment on exported method ZonedAPI.DeleteSubscriber should be of the form "DeleteSubscriber ..." (golint)
    • Line 6997: warning: exported type ZonedAPISubscribeToLBRequest should have comment or be unexported (golint)
    • Line 7005: warning: comment on exported method ZonedAPI.SubscribeToLB should be of the form "SubscribeToLB ..." (golint)
    • Line 7042: warning: exported type ZonedAPIUnsubscribeFromLBRequest should have comment or be unexported (golint)
    • Line 7048: warning: comment on exported method ZonedAPI.UnsubscribeFromLB should be of the form "UnsubscribeFromLB ..." (golint)
    • Line 7080: warning: exported type ZonedAPIListLBPrivateNetworksRequest should have comment or be unexported (golint)
    • Line 7094: warning: comment on exported method ZonedAPI.ListLBPrivateNetworks should be of the form "ListLBPrivateNetworks ..." (golint)
    • Line 7137: warning: exported type ZonedAPIAttachPrivateNetworkRequest should have comment or be unexported (golint)
    • Line 7151: warning: comment on exported method ZonedAPI.AttachPrivateNetwork should be of the form "AttachPrivateNetwork ..." (golint)
    • Line 7192: warning: exported type ZonedAPIDetachPrivateNetworkRequest should have comment or be unexported (golint)
    • Line 7200: warning: comment on exported method ZonedAPI.DetachPrivateNetwork should be of the form "DetachPrivateNetwork ..." (golint)
    • scaleway-sdk-go/api/applesilicon/v1alpha1/applesilicon_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 67: warning: exported type ListServersRequestOrderBy should have comment or be unexported (golint)
    • Line 84: warning: exported method ListServersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 88: warning: exported method ListServersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 99: warning: exported type ServerStatus should have comment or be unexported (golint)
    • Line 132: warning: exported method ServerStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 136: warning: exported method ServerStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 147: warning: exported type ServerTypeStock should have comment or be unexported (golint)
    • Line 168: warning: exported method ServerTypeStock.MarshalJSON should have comment or be unexported (golint)
    • Line 172: warning: exported method ServerTypeStock.UnmarshalJSON should have comment or be unexported (golint)
    • Line 183: warning: comment on exported type ListOSResponse should be of the form "ListOSResponse ..." (with optional leading article) (golint)
    • Line 191: warning: comment on exported type ListServerTypesResponse should be of the form "ListServerTypesResponse ..." (with optional leading article) (golint)
    • Line 197: warning: comment on exported type ListServersResponse should be of the form "ListServersResponse ..." (with optional leading article) (golint)
    • Line 205: warning: comment on exported type OS should be of the form "OS ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type Server should be of the form "Server ..." (with optional leading article) (golint)
    • Line 249: warning: comment on exported type ServerType should be of the form "ServerType ..." (with optional leading article) (golint)
    • Line 269: warning: exported type ServerTypeCPU should have comment or be unexported (golint)
    • Line 275: warning: exported type ServerTypeDisk should have comment or be unexported (golint)
    • Line 281: warning: exported type ServerTypeMemory should have comment or be unexported (golint)
    • Line 289: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 293: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 320: warning: exported type ListServerTypesRequest should have comment or be unexported (golint)
    • Line 324: warning: comment on exported method API.ListServerTypes should be of the form "ListServerTypes ..." (golint)
    • Line 354: warning: exported type GetServerTypeRequest should have comment or be unexported (golint)
    • Line 360: warning: comment on exported method API.GetServerType should be of the form "GetServerType ..." (golint)
    • Line 394: warning: exported type CreateServerRequest should have comment or be unexported (golint)
    • Line 404: warning: comment on exported method API.CreateServer should be of the form "CreateServer ..." (golint)
    • Line 448: warning: exported type ListServersRequest should have comment or be unexported (golint)
    • Line 466: warning: comment on exported method API.ListServers should be of the form "ListServers ..." (golint)
    • Line 509: warning: exported type ListOSRequest should have comment or be unexported (golint)
    • Line 523: warning: comment on exported method API.ListOS should be of the form "ListOS ..." (golint)
    • Line 565: warning: exported type GetOSRequest should have comment or be unexported (golint)
    • Line 571: warning: comment on exported method API.GetOS should be of the form "GetOS ..." (golint)
    • Line 605: warning: exported type GetServerRequest should have comment or be unexported (golint)
    • Line 611: warning: comment on exported method API.GetServer should be of the form "GetServer ..." (golint)
    • Line 645: warning: exported type UpdateServerRequest should have comment or be unexported (golint)
    • Line 653: warning: comment on exported method API.UpdateServer should be of the form "UpdateServer ..." (golint)
    • Line 692: warning: exported type DeleteServerRequest should have comment or be unexported (golint)
    • Line 698: warning: comment on exported method API.DeleteServer should be of the form "DeleteServer ..." (golint)
    • Line 730: warning: exported type RebootServerRequest should have comment or be unexported (golint)
    • Line 736: warning: comment on exported method API.RebootServer should be of the form "RebootServer ..." (golint)
    • Line 775: warning: exported type ReinstallServerRequest should have comment or be unexported (golint)
    • Line 781: warning: comment on exported method API.ReinstallServer should be of the form "ReinstallServer ..." (golint)
    • scaleway-sdk-go/api/test/v1/test_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 63: warning: exported type EyeColors should have comment or be unexported (golint)
    • Line 94: warning: exported method EyeColors.MarshalJSON should have comment or be unexported (golint)
    • Line 98: warning: exported method EyeColors.UnmarshalJSON should have comment or be unexported (golint)
    • Line 109: warning: exported type HumanStatus should have comment or be unexported (golint)
    • Line 128: warning: exported method HumanStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 132: warning: exported method HumanStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 143: warning: exported type ListHumansRequestOrderBy should have comment or be unexported (golint)
    • Line 168: warning: exported method ListHumansRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 172: warning: exported method ListHumansRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 183: warning: exported type Human should have comment or be unexported (golint)
    • Line 219: warning: exported type ListHumansResponse should have comment or be unexported (golint)
    • Line 225: warning: exported type RegisterResponse should have comment or be unexported (golint)
    • Line 233: warning: exported type RegisterRequest should have comment or be unexported (golint)
    • Line 237: warning: comment on exported method API.Register should be of the form "Register ..." (golint)
    • Line 266: warning: exported type ListHumansRequest should have comment or be unexported (golint)
    • Line 280: warning: comment on exported method API.ListHumans should be of the form "ListHumans ..." (golint)
    • Line 312: warning: exported type GetHumanRequest should have comment or be unexported (golint)
    • Line 317: warning: comment on exported method API.GetHuman should be of the form "GetHuman ..." (golint)
    • Line 342: warning: exported type CreateHumanRequest should have comment or be unexported (golint)
    • Line 370: warning: comment on exported method API.CreateHuman should be of the form "CreateHuman ..." (golint)
    • Line 404: warning: exported type UpdateHumanRequest should have comment or be unexported (golint)
    • Line 429: warning: comment on exported method API.UpdateHuman should be of the form "UpdateHuman ..." (golint)
    • Line 459: warning: exported type DeleteHumanRequest should have comment or be unexported (golint)
    • Line 464: warning: comment on exported method API.DeleteHuman should be of the form "DeleteHuman ..." (golint)
    • Line 489: warning: exported type RunHumanRequest should have comment or be unexported (golint)
    • Line 494: warning: comment on exported method API.RunHuman should be of the form "RunHuman ..." (golint)
    • Line 524: warning: exported type SmokeHumanRequest should have comment or be unexported (golint)
    • Line 529: warning: comment on exported method API.SmokeHuman should be of the form "SmokeHuman ..." (golint)
    • scaleway-sdk-go/scw/custom_types.go
    • Line 45: warning: exported method File.UnmarshalJSON should have comment or be unexported (golint)
    • Line 136: warning: exported const B should have comment (or a comment on this block) or be unexported (golint)
    • Line 167: warning: exported method TimeSeriesPoint.MarshalJSON should have comment or be unexported (golint)
    • Line 177: warning: exported method TimeSeriesPoint.UnmarshalJSON should have comment or be unexported (golint)
    • Line 214: warning: exported method IPNet.MarshalJSON should have comment or be unexported (golint)
    • Line 222: warning: exported method IPNet.UnmarshalJSON should have comment or be unexported (golint)
    • Line 261: warning: exported method Duration.ToTimeDuration should have comment or be unexported (golint)
    • Line 269: warning: exported method Duration.MarshalJSON should have comment or be unexported (golint)
    • Line 278: warning: exported method Duration.UnmarshalJSON should have comment or be unexported (golint)
    • scaleway-sdk-go/internal/auth/no_auth.go
    • Line 5: warning: exported type NoAuth should have comment or be unexported (golint)
    • Line 13: warning: exported method NoAuth.Headers should have comment or be unexported (golint)
    • Line 17: warning: exported method NoAuth.AnonymizedHeaders should have comment or be unexported (golint)
    • scaleway-sdk-go/api/vpcgw/v1beta1/vpcgw_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type DHCPEntryType should have comment or be unexported (golint)
    • Line 73: warning: exported method DHCPEntryType.MarshalJSON should have comment or be unexported (golint)
    • Line 77: warning: exported method DHCPEntryType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 88: warning: exported type GatewayNetworkStatus should have comment or be unexported (golint)
    • Line 115: warning: exported method GatewayNetworkStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 119: warning: exported method GatewayNetworkStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 130: warning: exported type GatewayStatus should have comment or be unexported (golint)
    • Line 161: warning: exported method GatewayStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 165: warning: exported method GatewayStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 176: warning: exported type ListDHCPEntriesRequestOrderBy should have comment or be unexported (golint)
    • Line 201: warning: exported method ListDHCPEntriesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 205: warning: exported method ListDHCPEntriesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 216: warning: exported type ListDHCPsRequestOrderBy should have comment or be unexported (golint)
    • Line 237: warning: exported method ListDHCPsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 241: warning: exported method ListDHCPsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 252: warning: exported type ListGatewayNetworksRequestOrderBy should have comment or be unexported (golint)
    • Line 273: warning: exported method ListGatewayNetworksRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 277: warning: exported method ListGatewayNetworksRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 288: warning: exported type ListGatewaysRequestOrderBy should have comment or be unexported (golint)
    • Line 317: warning: exported method ListGatewaysRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 321: warning: exported method ListGatewaysRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 332: warning: exported type ListIPsRequestOrderBy should have comment or be unexported (golint)
    • Line 357: warning: exported method ListIPsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 361: warning: exported method ListIPsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 372: warning: exported type ListPATRulesRequestOrderBy should have comment or be unexported (golint)
    • Line 393: warning: exported method ListPATRulesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 397: warning: exported method ListPATRulesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 408: warning: exported type PATRuleProtocol should have comment or be unexported (golint)
    • Line 429: warning: exported method PATRuleProtocol.MarshalJSON should have comment or be unexported (golint)
    • Line 433: warning: exported method PATRuleProtocol.UnmarshalJSON should have comment or be unexported (golint)
    • Line 444: warning: comment on exported type DHCP should be of the form "DHCP ..." (with optional leading article) (golint)
    • Line 504: warning: comment on exported type DHCPEntry should be of the form "DHCPEntry ..." (with optional leading article) (golint)
    • Line 528: warning: comment on exported type Gateway should be of the form "Gateway ..." (with optional leading article) (golint)
    • Line 564: warning: comment on exported type GatewayNetwork should be of the form "GatewayNetwork ..." (with optional leading article) (golint)
    • Line 592: warning: comment on exported type GatewayType should be of the form "GatewayType ..." (with optional leading article) (golint)
    • Line 600: warning: comment on exported type IP should be of the form "IP ..." (with optional leading article) (golint)
    • Line 622: warning: comment on exported type ListDHCPEntriesResponse should be of the form "ListDHCPEntriesResponse ..." (with optional leading article) (golint)
    • Line 630: warning: comment on exported type ListDHCPsResponse should be of the form "ListDHCPsResponse ..." (with optional leading article) (golint)
    • Line 638: warning: comment on exported type ListGatewayNetworksResponse should be of the form "ListGatewayNetworksResponse ..." (with optional leading article) (golint)
    • Line 646: warning: comment on exported type ListGatewayTypesResponse should be of the form "ListGatewayTypesResponse ..." (with optional leading article) (golint)
    • Line 652: warning: comment on exported type ListGatewaysResponse should be of the form "ListGatewaysResponse ..." (with optional leading article) (golint)
    • Line 660: warning: comment on exported type ListIPsResponse should be of the form "ListIPsResponse ..." (with optional leading article) (golint)
    • Line 668: warning: comment on exported type ListPATRulesResponse should be of the form "ListPATRulesResponse ..." (with optional leading article) (golint)
    • Line 676: warning: comment on exported type PATRule should be of the form "PATRule ..." (with optional leading article) (golint)
    • Line 700: warning: comment on exported type SetDHCPEntriesRequestEntry should be of the form "SetDHCPEntriesRequestEntry ..." (with optional leading article) (golint)
    • Line 711: warning: comment on exported type SetDHCPEntriesResponse should be of the form "SetDHCPEntriesResponse ..." (with optional leading article) (golint)
    • Line 717: warning: comment on exported type SetPATRulesRequestRule should be of the form "SetPATRulesRequestRule ..." (with optional leading article) (golint)
    • Line 734: warning: comment on exported type SetPATRulesResponse should be of the form "SetPATRulesResponse ..." (with optional leading article) (golint)
    • Line 742: warning: exported type ListGatewaysRequest should have comment or be unexported (golint)
    • Line 770: warning: comment on exported method API.ListGateways should be of the form "ListGateways ..." (golint)
    • Line 816: warning: exported type GetGatewayRequest should have comment or be unexported (golint)
    • Line 822: warning: comment on exported method API.GetGateway should be of the form "GetGateway ..." (golint)
    • Line 854: warning: exported type CreateGatewayRequest should have comment or be unexported (golint)
    • Line 870: warning: comment on exported method API.CreateGateway should be of the form "CreateGateway ..." (golint)
    • Line 908: warning: exported type UpdateGatewayRequest should have comment or be unexported (golint)
    • Line 920: warning: comment on exported method API.UpdateGateway should be of the form "UpdateGateway ..." (golint)
    • Line 957: warning: exported type DeleteGatewayRequest should have comment or be unexported (golint)
    • Line 963: warning: comment on exported method API.DeleteGateway should be of the form "DeleteGateway ..." (golint)
    • Line 993: warning: exported type UpgradeGatewayRequest should have comment or be unexported (golint)
    • Line 999: warning: comment on exported method API.UpgradeGateway should be of the form "UpgradeGateway ..." (golint)
    • Line 1036: warning: exported type ListGatewayNetworksRequest should have comment or be unexported (golint)
    • Line 1060: warning: comment on exported method API.ListGatewayNetworks should be of the form "ListGatewayNetworks ..." (golint)
    • Line 1104: warning: exported type GetGatewayNetworkRequest should have comment or be unexported (golint)
    • Line 1110: warning: comment on exported method API.GetGatewayNetwork should be of the form "GetGatewayNetwork ..." (golint)
    • Line 1142: warning: exported type CreateGatewayNetworkRequest should have comment or be unexported (golint)
    • Line 1163: warning: comment on exported method API.CreateGatewayNetwork should be of the form "CreateGatewayNetwork ..." (golint)
    • Line 1196: warning: exported type UpdateGatewayNetworkRequest should have comment or be unexported (golint)
    • Line 1208: warning: comment on exported method API.UpdateGatewayNetwork should be of the form "UpdateGatewayNetwork ..." (golint)
    • Line 1245: warning: exported type DeleteGatewayNetworkRequest should have comment or be unexported (golint)
    • Line 1251: warning: comment on exported method API.DeleteGatewayNetwork should be of the form "DeleteGatewayNetwork ..." (golint)
    • Line 1281: warning: exported type ListDHCPsRequest should have comment or be unexported (golint)
    • Line 1301: warning: comment on exported method API.ListDHCPs should be of the form "ListDHCPs ..." (golint)
    • Line 1344: warning: exported type GetDHCPRequest should have comment or be unexported (golint)
    • Line 1350: warning: comment on exported method API.GetDHCP should be of the form "GetDHCP ..." (golint)
    • Line 1382: warning: exported type CreateDHCPRequest should have comment or be unexported (golint)
    • Line 1435: warning: comment on exported method API.CreateDHCP should be of the form "CreateDHCP ..." (golint)
    • Line 1473: warning: exported type UpdateDHCPRequest should have comment or be unexported (golint)
    • Line 1518: warning: comment on exported method API.UpdateDHCP should be of the form "UpdateDHCP ..." (golint)
    • Line 1555: warning: exported type DeleteDHCPRequest should have comment or be unexported (golint)
    • Line 1561: warning: comment on exported method API.DeleteDHCP should be of the form "DeleteDHCP ..." (golint)
    • Line 1591: warning: exported type ListDHCPEntriesRequest should have comment or be unexported (golint)
    • Line 1615: warning: comment on exported method API.ListDHCPEntries should be of the form "ListDHCPEntries ..." (golint)
    • Line 1659: warning: exported type GetDHCPEntryRequest should have comment or be unexported (golint)
    • Line 1665: warning: comment on exported method API.GetDHCPEntry should be of the form "GetDHCPEntry ..." (golint)
    • Line 1697: warning: exported type CreateDHCPEntryRequest should have comment or be unexported (golint)
    • Line 1707: warning: comment on exported method API.CreateDHCPEntry should be of the form "CreateDHCPEntry ..." (golint)
    • Line 1740: warning: exported type UpdateDHCPEntryRequest should have comment or be unexported (golint)
    • Line 1748: warning: comment on exported method API.UpdateDHCPEntry should be of the form "UpdateDHCPEntry ..." (golint)
    • Line 1785: warning: exported type SetDHCPEntriesRequest should have comment or be unexported (golint)
    • Line 1793: warning: comment on exported method API.SetDHCPEntries should be of the form "SetDHCPEntries ..." (golint)
    • Line 1829: warning: exported type DeleteDHCPEntryRequest should have comment or be unexported (golint)
    • Line 1835: warning: comment on exported method API.DeleteDHCPEntry should be of the form "DeleteDHCPEntry ..." (golint)
    • Line 1865: warning: exported type ListPATRulesRequest should have comment or be unexported (golint)
    • Line 1885: warning: comment on exported method API.ListPATRules should be of the form "ListPATRules ..." (golint)
    • Line 1927: warning: exported type GetPATRuleRequest should have comment or be unexported (golint)
    • Line 1933: warning: comment on exported method API.GetPATRule should be of the form "GetPATRule ..." (golint)
    • Line 1965: warning: exported type CreatePATRuleRequest should have comment or be unexported (golint)
    • Line 1981: warning: comment on exported method API.CreatePATRule should be of the form "CreatePATRule ..." (golint)
    • Line 2014: warning: exported type UpdatePATRuleRequest should have comment or be unexported (golint)
    • Line 2030: warning: comment on exported method API.UpdatePATRule should be of the form "UpdatePATRule ..." (golint)
    • Line 2067: warning: exported type SetPATRulesRequest should have comment or be unexported (golint)
    • Line 2075: warning: comment on exported method API.SetPATRules should be of the form "SetPATRules ..." (golint)
    • Line 2111: warning: exported type DeletePATRuleRequest should have comment or be unexported (golint)
    • Line 2117: warning: comment on exported method API.DeletePATRule should be of the form "DeletePATRule ..." (golint)
    • Line 2147: warning: exported type ListGatewayTypesRequest should have comment or be unexported (golint)
    • Line 2151: warning: comment on exported method API.ListGatewayTypes should be of the form "ListGatewayTypes ..." (golint)
    • Line 2179: warning: exported type ListIPsRequest should have comment or be unexported (golint)
    • Line 2201: warning: comment on exported method API.ListIPs should be of the form "ListIPs ..." (golint)
    • Line 2245: warning: exported type GetIPRequest should have comment or be unexported (golint)
    • Line 2251: warning: comment on exported method API.GetIP should be of the form "GetIP ..." (golint)
    • Line 2283: warning: exported type CreateIPRequest should have comment or be unexported (golint)
    • Line 2291: warning: comment on exported method API.CreateIP should be of the form "CreateIP ..." (golint)
    • Line 2329: warning: exported type UpdateIPRequest should have comment or be unexported (golint)
    • Line 2341: warning: comment on exported method API.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 2378: warning: exported type DeleteIPRequest should have comment or be unexported (golint)
    • Line 2384: warning: comment on exported method API.DeleteIP should be of the form "DeleteIP ..." (golint)
    • scaleway-sdk-go/api/account/v2alpha1/account_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ListSSHKeysRequestOrderBy should have comment or be unexported (golint)
    • Line 79: warning: exported method ListSSHKeysRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 83: warning: exported method ListSSHKeysRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 94: warning: comment on exported type ListSSHKeysResponse should be of the form "ListSSHKeysResponse ..." (with optional leading article) (golint)
    • Line 101: warning: comment on exported type SSHKey should be of the form "SSHKey ..." (with optional leading article) (golint)
    • Line 122: warning: exported type SSHKeyCreationInfo should have comment or be unexported (golint)
    • Line 132: warning: exported type ListSSHKeysRequest should have comment or be unexported (golint)
    • Line 149: warning: comment on exported method API.ListSSHKeys should be of the form "ListSSHKeys ..." (golint)
    • Line 182: warning: exported type CreateSSHKeyRequest should have comment or be unexported (golint)
    • Line 195: warning: comment on exported method API.CreateSSHKey should be of the form "CreateSSHKey ..." (golint)
    • Line 229: warning: exported type GetSSHKeyRequest should have comment or be unexported (golint)
    • Line 234: warning: comment on exported method API.GetSSHKey should be of the form "GetSSHKey ..." (golint)
    • Line 257: warning: exported type UpdateSSHKeyRequest should have comment or be unexported (golint)
    • Line 263: warning: comment on exported method API.UpdateSSHKey should be of the form "UpdateSSHKey ..." (golint)
    • Line 291: warning: exported type DeleteSSHKeyRequest should have comment or be unexported (golint)
    • Line 295: warning: comment on exported method API.DeleteSSHKey should be of the form "DeleteSSHKey ..." (golint)
    • scaleway-sdk-go/api/k8s/v1beta4/k8s_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type AutoscalerEstimator should have comment or be unexported (golint)
    • Line 71: warning: exported method AutoscalerEstimator.MarshalJSON should have comment or be unexported (golint)
    • Line 75: warning: exported method AutoscalerEstimator.UnmarshalJSON should have comment or be unexported (golint)
    • Line 86: warning: exported type AutoscalerExpander should have comment or be unexported (golint)
    • Line 109: warning: exported method AutoscalerExpander.MarshalJSON should have comment or be unexported (golint)
    • Line 113: warning: exported method AutoscalerExpander.UnmarshalJSON should have comment or be unexported (golint)
    • Line 124: warning: exported type CNI should have comment or be unexported (golint)
    • Line 147: warning: exported method CNI.MarshalJSON should have comment or be unexported (golint)
    • Line 151: warning: exported method CNI.UnmarshalJSON should have comment or be unexported (golint)
    • Line 162: warning: exported type ClusterStatus should have comment or be unexported (golint)
    • Line 193: warning: exported method ClusterStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 197: warning: exported method ClusterStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 208: warning: exported type Ingress should have comment or be unexported (golint)
    • Line 229: warning: exported method Ingress.MarshalJSON should have comment or be unexported (golint)
    • Line 233: warning: exported method Ingress.UnmarshalJSON should have comment or be unexported (golint)
    • Line 244: warning: exported type ListClustersRequestOrderBy should have comment or be unexported (golint)
    • Line 277: warning: exported method ListClustersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 281: warning: exported method ListClustersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 292: warning: exported type ListNodesRequestOrderBy should have comment or be unexported (golint)
    • Line 309: warning: exported method ListNodesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 313: warning: exported method ListNodesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 324: warning: exported type ListPoolsRequestOrderBy should have comment or be unexported (golint)
    • Line 357: warning: exported method ListPoolsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 361: warning: exported method ListPoolsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 372: warning: exported type MaintenanceWindowDayOfTheWeek should have comment or be unexported (golint)
    • Line 401: warning: exported method MaintenanceWindowDayOfTheWeek.MarshalJSON should have comment or be unexported (golint)
    • Line 405: warning: exported method MaintenanceWindowDayOfTheWeek.UnmarshalJSON should have comment or be unexported (golint)
    • Line 416: warning: exported type NodeStatus should have comment or be unexported (golint)
    • Line 453: warning: exported method NodeStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 457: warning: exported method NodeStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 468: warning: exported type PoolStatus should have comment or be unexported (golint)
    • Line 503: warning: exported method PoolStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 507: warning: exported method PoolStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 518: warning: exported type Runtime should have comment or be unexported (golint)
    • Line 539: warning: exported method Runtime.MarshalJSON should have comment or be unexported (golint)
    • Line 543: warning: exported method Runtime.UnmarshalJSON should have comment or be unexported (golint)
    • Line 554: warning: comment on exported type Cluster should be of the form "Cluster ..." (with optional leading article) (golint)
    • Line 610: warning: comment on exported type ClusterAutoUpgrade should be of the form "ClusterAutoUpgrade ..." (with optional leading article) (golint)
    • Line 618: warning: comment on exported type ClusterAutoscalerConfig should be of the form "ClusterAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 642: warning: comment on exported type CreateClusterRequestAutoUpgrade should be of the form "CreateClusterRequestAutoUpgrade ..." (with optional leading article) (golint)
    • Line 650: warning: comment on exported type CreateClusterRequestAutoscalerConfig should be of the form "CreateClusterRequestAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 674: warning: comment on exported type CreateClusterRequestDefaultPoolConfig should be of the form "CreateClusterRequestDefaultPoolConfig ..." (with optional leading article) (golint)
    • Line 704: warning: comment on exported type ListClusterAvailableVersionsResponse should be of the form "ListClusterAvailableVersionsResponse ..." (with optional leading article) (golint)
    • Line 710: warning: comment on exported type ListClustersResponse should be of the form "ListClustersResponse ..." (with optional leading article) (golint)
    • Line 718: warning: comment on exported type ListNodesResponse should be of the form "ListNodesResponse ..." (with optional leading article) (golint)
    • Line 726: warning: comment on exported type ListPoolsResponse should be of the form "ListPoolsResponse ..." (with optional leading article) (golint)
    • Line 734: warning: comment on exported type ListVersionsResponse should be of the form "ListVersionsResponse ..." (with optional leading article) (golint)
    • Line 740: warning: comment on exported type MaintenanceWindow should be of the form "MaintenanceWindow ..." (with optional leading article) (golint)
    • Line 750: warning: comment on exported type Node should be of the form "Node ..." (with optional leading article) (golint)
    • Line 780: warning: comment on exported type Pool should be of the form "Pool ..." (with optional leading article) (golint)
    • Line 834: warning: comment on exported type UpdateClusterRequestAutoUpgrade should be of the form "UpdateClusterRequestAutoUpgrade ..." (with optional leading article) (golint)
    • Line 842: warning: comment on exported type UpdateClusterRequestAutoscalerConfig should be of the form "UpdateClusterRequestAutoscalerConfig ..." (with optional leading article) (golint)
    • Line 866: warning: comment on exported type Version should be of the form "Version ..." (with optional leading article) (golint)
    • Line 888: warning: exported type ListClustersRequest should have comment or be unexported (golint)
    • Line 908: warning: comment on exported method API.ListClusters should be of the form "ListClusters ..." (golint)
    • Line 952: warning: exported type CreateClusterRequest should have comment or be unexported (golint)
    • Line 990: warning: comment on exported method API.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 1030: warning: exported type GetClusterRequest should have comment or be unexported (golint)
    • Line 1036: warning: comment on exported method API.GetCluster should be of the form "GetCluster ..." (golint)
    • Line 1070: warning: exported type UpdateClusterRequest should have comment or be unexported (golint)
    • Line 1102: warning: comment on exported method API.UpdateCluster should be of the form "UpdateCluster ..." (golint)
    • Line 1141: warning: exported type DeleteClusterRequest should have comment or be unexported (golint)
    • Line 1147: warning: comment on exported method API.DeleteCluster should be of the form "DeleteCluster ..." (golint)
    • Line 1181: warning: exported type UpgradeClusterRequest should have comment or be unexported (golint)
    • Line 1195: warning: comment on exported method API.UpgradeCluster should be of the form "UpgradeCluster ..." (golint)
    • Line 1234: warning: exported type ListClusterAvailableVersionsRequest should have comment or be unexported (golint)
    • Line 1240: warning: comment on exported method API.ListClusterAvailableVersions should be of the form "ListClusterAvailableVersions ..." (golint)
    • Line 1274: warning: exported type GetClusterKubeConfigRequest should have comment or be unexported (golint)
    • Line 1315: warning: exported type ResetClusterAdminTokenRequest should have comment or be unexported (golint)
    • Line 1321: warning: comment on exported method API.ResetClusterAdminToken should be of the form "ResetClusterAdminToken ..." (golint)
    • Line 1358: warning: exported type ListPoolsRequest should have comment or be unexported (golint)
    • Line 1378: warning: comment on exported method API.ListPools should be of the form "ListPools ..." (golint)
    • Line 1425: warning: exported type CreatePoolRequest should have comment or be unexported (golint)
    • Line 1459: warning: comment on exported method API.CreatePool should be of the form "CreatePool ..." (golint)
    • Line 1498: warning: exported type GetPoolRequest should have comment or be unexported (golint)
    • Line 1504: warning: comment on exported method API.GetPool should be of the form "GetPool ..." (golint)
    • Line 1538: warning: exported type UpgradePoolRequest should have comment or be unexported (golint)
    • Line 1546: warning: comment on exported method API.UpgradePool should be of the form "UpgradePool ..." (golint)
    • Line 1585: warning: exported type UpdatePoolRequest should have comment or be unexported (golint)
    • Line 1603: warning: comment on exported method API.UpdatePool should be of the form "UpdatePool ..." (golint)
    • Line 1642: warning: exported type DeletePoolRequest should have comment or be unexported (golint)
    • Line 1648: warning: comment on exported method API.DeletePool should be of the form "DeletePool ..." (golint)
    • Line 1682: warning: exported type ListNodesRequest should have comment or be unexported (golint)
    • Line 1704: warning: comment on exported method API.ListNodes should be of the form "ListNodes ..." (golint)
    • Line 1752: warning: exported type GetNodeRequest should have comment or be unexported (golint)
    • Line 1758: warning: comment on exported method API.GetNode should be of the form "GetNode ..." (golint)
    • Line 1792: warning: exported type ReplaceNodeRequest should have comment or be unexported (golint)
    • Line 1798: warning: comment on exported method API.ReplaceNode should be of the form "ReplaceNode ..." (golint)
    • Line 1837: warning: exported type RebootNodeRequest should have comment or be unexported (golint)
    • Line 1843: warning: comment on exported method API.RebootNode should be of the form "RebootNode ..." (golint)
    • Line 1882: warning: exported type ListVersionsRequest should have comment or be unexported (golint)
    • Line 1886: warning: comment on exported method API.ListVersions should be of the form "ListVersions ..." (golint)
    • scaleway-sdk-go/api/domain/v2beta1/domain_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 56: warning: comment on exported type RegistrarAPI should be of the form "RegistrarAPI ..." (with optional leading article) (golint)
    • Line 70: warning: exported type ContactCivility should have comment or be unexported (golint)
    • Line 89: warning: exported method ContactCivility.MarshalJSON should have comment or be unexported (golint)
    • Line 93: warning: exported method ContactCivility.UnmarshalJSON should have comment or be unexported (golint)
    • Line 104: warning: exported type ContactEmailStatus should have comment or be unexported (golint)
    • Line 125: warning: exported method ContactEmailStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 129: warning: exported method ContactEmailStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 140: warning: exported type ContactExtensionFRMode should have comment or be unexported (golint)
    • Line 169: warning: exported method ContactExtensionFRMode.MarshalJSON should have comment or be unexported (golint)
    • Line 173: warning: exported method ContactExtensionFRMode.UnmarshalJSON should have comment or be unexported (golint)
    • Line 184: warning: exported type ContactLegalForm should have comment or be unexported (golint)
    • Line 207: warning: exported method ContactLegalForm.MarshalJSON should have comment or be unexported (golint)
    • Line 211: warning: exported method ContactLegalForm.UnmarshalJSON should have comment or be unexported (golint)
    • Line 222: warning: exported type DNSZoneStatus should have comment or be unexported (golint)
    • Line 245: warning: exported method DNSZoneStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 249: warning: exported method DNSZoneStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 260: warning: exported type DSRecordAlgorithm should have comment or be unexported (golint)
    • Line 299: warning: exported method DSRecordAlgorithm.MarshalJSON should have comment or be unexported (golint)
    • Line 303: warning: exported method DSRecordAlgorithm.UnmarshalJSON should have comment or be unexported (golint)
    • Line 314: warning: exported type DSRecordDigestType should have comment or be unexported (golint)
    • Line 335: warning: exported method DSRecordDigestType.MarshalJSON should have comment or be unexported (golint)
    • Line 339: warning: exported method DSRecordDigestType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 350: warning: exported type DomainFeatureStatus should have comment or be unexported (golint)
    • Line 373: warning: exported method DomainFeatureStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 377: warning: exported method DomainFeatureStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 388: warning: exported type DomainRegistrationStatusTransferStatus should have comment or be unexported (golint)
    • Line 413: warning: exported method DomainRegistrationStatusTransferStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 417: warning: exported method DomainRegistrationStatusTransferStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 428: warning: exported type DomainStatus should have comment or be unexported (golint)
    • Line 473: warning: exported method DomainStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 477: warning: exported method DomainStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 488: warning: exported type LanguageCode should have comment or be unexported (golint)
    • Line 507: warning: exported method LanguageCode.MarshalJSON should have comment or be unexported (golint)
    • Line 511: warning: exported method LanguageCode.UnmarshalJSON should have comment or be unexported (golint)
    • Line 522: warning: exported type ListDNSZoneRecordsRequestOrderBy should have comment or be unexported (golint)
    • Line 539: warning: exported method ListDNSZoneRecordsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 543: warning: exported method ListDNSZoneRecordsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 554: warning: exported type ListDNSZonesRequestOrderBy should have comment or be unexported (golint)
    • Line 575: warning: exported method ListDNSZonesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 579: warning: exported method ListDNSZonesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 590: warning: exported type ListDomainsRequestOrderBy should have comment or be unexported (golint)
    • Line 607: warning: exported method ListDomainsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 611: warning: exported method ListDomainsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 622: warning: exported type RawFormat should have comment or be unexported (golint)
    • Line 639: warning: exported method RawFormat.MarshalJSON should have comment or be unexported (golint)
    • Line 643: warning: exported method RawFormat.UnmarshalJSON should have comment or be unexported (golint)
    • Line 654: warning: exported type RecordHTTPServiceConfigStrategy should have comment or be unexported (golint)
    • Line 671: warning: exported method RecordHTTPServiceConfigStrategy.MarshalJSON should have comment or be unexported (golint)
    • Line 675: warning: exported method RecordHTTPServiceConfigStrategy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 686: warning: exported type RecordType should have comment or be unexported (golint)
    • Line 723: warning: exported method RecordType.MarshalJSON should have comment or be unexported (golint)
    • Line 727: warning: exported method RecordType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 738: warning: exported type SSLCertificateStatus should have comment or be unexported (golint)
    • Line 761: warning: exported method SSLCertificateStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 765: warning: exported method SSLCertificateStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 776: warning: exported type TaskStatus should have comment or be unexported (golint)
    • Line 801: warning: exported method TaskStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 805: warning: exported method TaskStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 816: warning: exported type TaskType should have comment or be unexported (golint)
    • Line 869: warning: exported method TaskType.MarshalJSON should have comment or be unexported (golint)
    • Line 873: warning: exported method TaskType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 884: warning: comment on exported type ClearDNSZoneRecordsResponse should be of the form "ClearDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 888: warning: comment on exported type Contact should be of the form "Contact ..." (with optional leading article) (golint)
    • Line 947: warning: exported type ContactExtensionEU should have comment or be unexported (golint)
    • Line 951: warning: exported type ContactExtensionFR should have comment or be unexported (golint)
    • Line 973: warning: exported type ContactExtensionFRAssociationInfos should have comment or be unexported (golint)
    • Line 979: warning: exported type ContactExtensionFRBrandInfos should have comment or be unexported (golint)
    • Line 983: warning: exported type ContactExtensionFRCodeAuthAfnicInfos should have comment or be unexported (golint)
    • Line 987: warning: exported type ContactExtensionFRDunsInfos should have comment or be unexported (golint)
    • Line 993: warning: exported type ContactExtensionFRParticularInfos should have comment or be unexported (golint)
    • Line 997: warning: exported type ContactQuestion should have comment or be unexported (golint)
    • Line 1003: warning: exported type ContactRoles should have comment or be unexported (golint)
    • Line 1009: warning: exported type ContactRolesRoles should have comment or be unexported (golint)
    • Line 1017: warning: exported type DNSZone should have comment or be unexported (golint)
    • Line 1039: warning: exported type DNSZoneVersion should have comment or be unexported (golint)
    • Line 1045: warning: exported type DSRecord should have comment or be unexported (golint)
    • Line 1059: warning: exported type DSRecordDigest should have comment or be unexported (golint)
    • Line 1068: warning: exported type DSRecordPublicKey should have comment or be unexported (golint)
    • Line 1072: warning: comment on exported type DeleteDNSZoneResponse should be of the form "DeleteDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1076: warning: comment on exported type DeleteExternalDomainResponse should be of the form "DeleteExternalDomainResponse ..." (with optional leading article) (golint)
    • Line 1080: warning: comment on exported type DeleteSSLCertificateResponse should be of the form "DeleteSSLCertificateResponse ..." (with optional leading article) (golint)
    • Line 1084: warning: comment on exported type Domain should be of the form "Domain ..." (with optional leading article) (golint)
    • Line 1127: warning: exported type DomainDNSSEC should have comment or be unexported (golint)
    • Line 1136: warning: exported type DomainRegistrationStatusExternalDomain should have comment or be unexported (golint)
    • Line 1140: warning: exported type DomainRegistrationStatusTransfer should have comment or be unexported (golint)
    • Line 1151: warning: exported type DomainSummary should have comment or be unexported (golint)
    • Line 1187: warning: comment on exported type GetDNSZoneTsigKeyResponse should be of the form "GetDNSZoneTsigKeyResponse ..." (with optional leading article) (golint)
    • Line 1196: warning: comment on exported type GetDNSZoneVersionDiffResponse should be of the form "GetDNSZoneVersionDiffResponse ..." (with optional leading article) (golint)
    • Line 1201: warning: comment on exported type GetDomainAuthCodeResponse should be of the form "GetDomainAuthCodeResponse ..." (with optional leading article) (golint)
    • Line 1206: warning: exported type ImportProviderDNSZoneRequestOnlineV1 should have comment or be unexported (golint)
    • Line 1210: warning: comment on exported type ImportProviderDNSZoneResponse should be of the form "ImportProviderDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1215: warning: comment on exported type ImportRawDNSZoneResponse should be of the form "ImportRawDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1220: warning: comment on exported type ListContactsResponse should be of the form "ListContactsResponse ..." (with optional leading article) (golint)
    • Line 1227: warning: comment on exported type ListDNSZoneNameserversResponse should be of the form "ListDNSZoneNameserversResponse ..." (with optional leading article) (golint)
    • Line 1233: warning: comment on exported type ListDNSZoneRecordsResponse should be of the form "ListDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 1241: warning: comment on exported type ListDNSZoneVersionRecordsResponse should be of the form "ListDNSZoneVersionRecordsResponse ..." (with optional leading article) (golint)
    • Line 1246: warning: comment on exported type ListDNSZoneVersionsResponse should be of the form "ListDNSZoneVersionsResponse ..." (with optional leading article) (golint)
    • Line 1251: warning: comment on exported type ListDNSZonesResponse should be of the form "ListDNSZonesResponse ..." (with optional leading article) (golint)
    • Line 1259: warning: comment on exported type ListDomainsResponse should be of the form "ListDomainsResponse ..." (with optional leading article) (golint)
    • Line 1266: warning: comment on exported type ListSSLCertificatesResponse should be of the form "ListSSLCertificatesResponse ..." (with optional leading article) (golint)
    • Line 1273: warning: comment on exported type ListTasksResponse should be of the form "ListTasksResponse ..." (with optional leading article) (golint)
    • Line 1280: warning: exported type Nameserver should have comment or be unexported (golint)
    • Line 1286: warning: exported type NewContact should have comment or be unexported (golint)
    • Line 1339: warning: exported type Record should have comment or be unexported (golint)
    • Line 1369: warning: exported type RecordChange should have comment or be unexported (golint)
    • Line 1384: warning: exported type RecordChangeAdd should have comment or be unexported (golint)
    • Line 1388: warning: exported type RecordChangeClear should have comment or be unexported (golint)
    • Line 1391: warning: exported type RecordChangeDelete should have comment or be unexported (golint)
    • Line 1400: warning: exported type RecordChangeSet should have comment or be unexported (golint)
    • Line 1411: warning: exported type RecordGeoIPConfig should have comment or be unexported (golint)
    • Line 1417: warning: exported type RecordGeoIPConfigMatch should have comment or be unexported (golint)
    • Line 1425: warning: exported type RecordHTTPServiceConfig should have comment or be unexported (golint)
    • Line 1439: warning: exported type RecordIdentifier should have comment or be unexported (golint)
    • Line 1451: warning: exported type RecordViewConfig should have comment or be unexported (golint)
    • Line 1455: warning: exported type RecordViewConfigView should have comment or be unexported (golint)
    • Line 1461: warning: exported type RecordWeightedConfig should have comment or be unexported (golint)
    • Line 1465: warning: exported type RecordWeightedConfigWeightedIP should have comment or be unexported (golint)
    • Line 1471: warning: comment on exported type RefreshDNSZoneResponse should be of the form "RefreshDNSZoneResponse ..." (with optional leading article) (golint)
    • Line 1477: warning: exported type RegisterExternalDomainResponse should have comment or be unexported (golint)
    • Line 1489: warning: comment on exported type RestoreDNSZoneVersionResponse should be of the form "RestoreDNSZoneVersionResponse ..." (with optional leading article) (golint)
    • Line 1493: warning: exported type SSLCertificate should have comment or be unexported (golint)
    • Line 1511: warning: exported type Task should have comment or be unexported (golint)
    • Line 1535: warning: exported type UpdateContactRequestQuestion should have comment or be unexported (golint)
    • Line 1541: warning: comment on exported type UpdateDNSZoneNameserversResponse should be of the form "UpdateDNSZoneNameserversResponse ..." (with optional leading article) (golint)
    • Line 1547: warning: comment on exported type UpdateDNSZoneRecordsResponse should be of the form "UpdateDNSZoneRecordsResponse ..." (with optional leading article) (golint)
    • Line 1555: warning: exported type ListDNSZonesRequest should have comment or be unexported (golint)
    • Line 1574: warning: comment on exported method API.ListDNSZones should be of the form "ListDNSZones ..." (golint)
    • Line 1612: warning: exported type CreateDNSZoneRequest should have comment or be unexported (golint)
    • Line 1621: warning: comment on exported method API.CreateDNSZone should be of the form "CreateDNSZone ..." (golint)
    • Line 1652: warning: exported type UpdateDNSZoneRequest should have comment or be unexported (golint)
    • Line 1661: warning: comment on exported method API.UpdateDNSZone should be of the form "UpdateDNSZone ..." (golint)
    • Line 1696: warning: exported type CloneDNSZoneRequest should have comment or be unexported (golint)
    • Line 1707: warning: comment on exported method API.CloneDNSZone should be of the form "CloneDNSZone ..." (golint)
    • Line 1737: warning: exported type DeleteDNSZoneRequest should have comment or be unexported (golint)
    • Line 1744: warning: comment on exported method API.DeleteDNSZone should be of the form "DeleteDNSZone ..." (golint)
    • Line 1778: warning: exported type ListDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 1799: warning: comment on exported method API.ListDNSZoneRecords should be of the form "ListDNSZoneRecords ..." (golint)
    • Line 1840: warning: exported type UpdateDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 1849: warning: comment on exported method API.UpdateDNSZoneRecords should be of the form "UpdateDNSZoneRecords ..." (golint)
    • Line 1896: warning: exported type ListDNSZoneNameserversRequest should have comment or be unexported (golint)
    • Line 1903: warning: comment on exported method API.ListDNSZoneNameservers should be of the form "ListDNSZoneNameservers ..." (golint)
    • Line 1932: warning: exported type UpdateDNSZoneNameserversRequest should have comment or be unexported (golint)
    • Line 1939: warning: comment on exported method API.UpdateDNSZoneNameservers should be of the form "UpdateDNSZoneNameservers ..." (golint)
    • Line 1969: warning: exported type ClearDNSZoneRecordsRequest should have comment or be unexported (golint)
    • Line 1974: warning: comment on exported method API.ClearDNSZoneRecords should be of the form "ClearDNSZoneRecords ..." (golint)
    • Line 2002: warning: exported type ExportRawDNSZoneRequest should have comment or be unexported (golint)
    • Line 2011: warning: comment on exported method API.ExportRawDNSZone should be of the form "ExportRawDNSZone ..." (golint)
    • Line 2040: warning: exported type ImportRawDNSZoneRequest should have comment or be unexported (golint)
    • Line 2053: warning: comment on exported method API.ImportRawDNSZone should be of the form "ImportRawDNSZone ..." (golint)
    • Line 2088: warning: exported type ImportProviderDNSZoneRequest should have comment or be unexported (golint)
    • Line 2095: warning: comment on exported method API.ImportProviderDNSZone should be of the form "ImportProviderDNSZone ..." (golint)
    • Line 2125: warning: exported type RefreshDNSZoneRequest should have comment or be unexported (golint)
    • Line 2134: warning: comment on exported method API.RefreshDNSZone should be of the form "RefreshDNSZone ..." (golint)
    • Line 2166: warning: exported type ListDNSZoneVersionsRequest should have comment or be unexported (golint)
    • Line 2170: warning: comment on exported method API.ListDNSZoneVersions should be of the form "ListDNSZoneVersions ..." (golint)
    • Line 2198: warning: exported type ListDNSZoneVersionRecordsRequest should have comment or be unexported (golint)
    • Line 2202: warning: comment on exported method API.ListDNSZoneVersionRecords should be of the form "ListDNSZoneVersionRecords ..." (golint)
    • Line 2227: warning: exported type GetDNSZoneVersionDiffRequest should have comment or be unexported (golint)
    • Line 2231: warning: comment on exported method API.GetDNSZoneVersionDiff should be of the form "GetDNSZoneVersionDiff ..." (golint)
    • Line 2256: warning: exported type RestoreDNSZoneVersionRequest should have comment or be unexported (golint)
    • Line 2260: warning: comment on exported method API.RestoreDNSZoneVersion should be of the form "RestoreDNSZoneVersion ..." (golint)
    • Line 2290: warning: exported type GetSSLCertificateRequest should have comment or be unexported (golint)
    • Line 2294: warning: comment on exported method API.GetSSLCertificate should be of the form "GetSSLCertificate ..." (golint)
    • Line 2317: warning: exported type CreateSSLCertificateRequest should have comment or be unexported (golint)
    • Line 2323: warning: comment on exported method API.CreateSSLCertificate should be of the form "CreateSSLCertificate ..." (golint)
    • Line 2347: warning: exported type ListSSLCertificatesRequest should have comment or be unexported (golint)
    • Line 2357: warning: comment on exported method API.ListSSLCertificates should be of the form "ListSSLCertificates ..." (golint)
    • Line 2388: warning: exported type DeleteSSLCertificateRequest should have comment or be unexported (golint)
    • Line 2392: warning: comment on exported method API.DeleteSSLCertificate should be of the form "DeleteSSLCertificate ..." (golint)
    • Line 2415: warning: exported type GetDNSZoneTsigKeyRequest should have comment or be unexported (golint)
    • Line 2419: warning: comment on exported method API.GetDNSZoneTsigKey should be of the form "GetDNSZoneTsigKey ..." (golint)
    • Line 2444: warning: exported type DeleteDNSZoneTsigKeyRequest should have comment or be unexported (golint)
    • Line 2448: warning: comment on exported method API.DeleteDNSZoneTsigKey should be of the form "DeleteDNSZoneTsigKey ..." (golint)
    • Line 2471: warning: exported type RegistrarAPIListTasksRequest should have comment or be unexported (golint)
    • Line 2483: warning: comment on exported method RegistrarAPI.ListTasks should be of the form "ListTasks ..." (golint)
    • Line 2519: warning: exported type RegistrarAPIBuyDomainRequest should have comment or be unexported (golint)
    • Line 2545: warning: comment on exported method RegistrarAPI.BuyDomain should be of the form "BuyDomain ..." (golint)
    • Line 2578: warning: exported type RegistrarAPIRenewDomainRequest should have comment or be unexported (golint)
    • Line 2584: warning: comment on exported method RegistrarAPI.RenewDomain should be of the form "RenewDomain ..." (golint)
    • Line 2615: warning: exported type RegistrarAPITransferInDomainRequest should have comment or be unexported (golint)
    • Line 2641: warning: comment on exported method RegistrarAPI.TransferInDomain should be of the form "TransferInDomain ..." (golint)
    • Line 2673: warning: exported type RegistrarAPITradeDomainRequest should have comment or be unexported (golint)
    • Line 2685: warning: comment on exported method RegistrarAPI.TradeDomain should be of the form "TradeDomain ..." (golint)
    • Line 2719: warning: exported type RegistrarAPIRegisterExternalDomainRequest should have comment or be unexported (golint)
    • Line 2725: warning: comment on exported method RegistrarAPI.RegisterExternalDomain should be of the form "RegisterExternalDomain ..." (golint)
    • Line 2757: warning: exported type RegistrarAPIDeleteExternalDomainRequest should have comment or be unexported (golint)
    • Line 2761: warning: comment on exported method RegistrarAPI.DeleteExternalDomain should be of the form "DeleteExternalDomain ..." (golint)
    • Line 2787: warning: exported type RegistrarAPIListContactsRequest should have comment or be unexported (golint)
    • Line 2799: warning: comment on exported method RegistrarAPI.ListContacts should be of the form "ListContacts ..." (golint)
    • Line 2835: warning: exported type RegistrarAPIGetContactRequest should have comment or be unexported (golint)
    • Line 2839: warning: comment on exported method RegistrarAPI.GetContact should be of the form "GetContact ..." (golint)
    • Line 2864: warning: exported type RegistrarAPIUpdateContactRequest should have comment or be unexported (golint)
    • Line 2904: warning: comment on exported method RegistrarAPI.UpdateContact should be of the form "UpdateContact ..." (golint)
    • Line 2934: warning: exported type RegistrarAPIListDomainsRequest should have comment or be unexported (golint)
    • Line 2956: warning: comment on exported method RegistrarAPI.ListDomains should be of the form "ListDomains ..." (golint)
    • Line 2993: warning: exported type RegistrarAPIGetDomainRequest should have comment or be unexported (golint)
    • Line 2997: warning: comment on exported method RegistrarAPI.GetDomain should be of the form "GetDomain ..." (golint)
    • Line 3022: warning: exported type RegistrarAPIUpdateDomainRequest should have comment or be unexported (golint)
    • Line 3044: warning: comment on exported method RegistrarAPI.UpdateDomain should be of the form "UpdateDomain ..." (golint)
    • Line 3076: warning: exported type RegistrarAPILockDomainTransferRequest should have comment or be unexported (golint)
    • Line 3080: warning: comment on exported method RegistrarAPI.LockDomainTransfer should be of the form "LockDomainTransfer ..." (golint)
    • Line 3111: warning: exported type RegistrarAPIUnlockDomainTransferRequest should have comment or be unexported (golint)
    • Line 3115: warning: comment on exported method RegistrarAPI.UnlockDomainTransfer should be of the form "UnlockDomainTransfer ..." (golint)
    • Line 3146: warning: exported type RegistrarAPIEnableDomainAutoRenewRequest should have comment or be unexported (golint)
    • Line 3150: warning: comment on exported method RegistrarAPI.EnableDomainAutoRenew should be of the form "EnableDomainAutoRenew ..." (golint)
    • Line 3178: warning: exported type RegistrarAPIDisableDomainAutoRenewRequest should have comment or be unexported (golint)
    • Line 3182: warning: comment on exported method RegistrarAPI.DisableDomainAutoRenew should be of the form "DisableDomainAutoRenew ..." (golint)
    • Line 3210: warning: exported type RegistrarAPIGetDomainAuthCodeRequest should have comment or be unexported (golint)
    • Line 3214: warning: comment on exported method RegistrarAPI.GetDomainAuthCode should be of the form "GetDomainAuthCode ..." (golint)
    • Line 3241: warning: exported type RegistrarAPIEnableDomainDNSSECRequest should have comment or be unexported (golint)
    • Line 3247: warning: comment on exported method RegistrarAPI.EnableDomainDNSSEC should be of the form "EnableDomainDNSSEC ..." (golint)
    • Line 3296: warning: exported type RegistrarAPIDisableDomainDNSSECRequest should have comment or be unexported (golint)
    • Line 3300: warning: comment on exported method RegistrarAPI.DisableDomainDNSSEC should be of the form "DisableDomainDNSSEC ..." (golint)
    • scaleway-sdk-go/scw/errors.go
    • Line 45: warning: exported method ResponseError.UnmarshalJSON should have comment or be unexported (golint)
    • Line 79: warning: exported method ResponseError.GetRawBody should have comment or be unexported (golint)
    • Line 202: warning: exported type InvalidArgumentsErrorDetail should have comment or be unexported (golint)
    • Line 208: warning: exported type InvalidArgumentsError should have comment or be unexported (golint)
    • Line 237: warning: exported method InvalidArgumentsError.GetRawBody should have comment or be unexported (golint)
    • Line 248: warning: comment on exported method UnknownResource.ToResourceNotFoundError should be of the form "ToResourceNotFoundError ..." (golint)
    • Line 289: warning: comment on exported method InvalidRequestError.ToInvalidArgumentsError should be of the form "ToInvalidArgumentsError ..." (golint)
    • Line 316: warning: exported method InvalidRequestError.ToQuotasExceededError should have comment or be unexported (golint)
    • Line 333: warning: exported type QuotasExceededErrorDetail should have comment or be unexported (golint)
    • Line 339: warning: exported type QuotasExceededError should have comment or be unexported (golint)
    • Line 354: warning: exported method QuotasExceededError.GetRawBody should have comment or be unexported (golint)
    • Line 358: warning: exported type PermissionsDeniedError should have comment or be unexported (golint)
    • Line 377: warning: exported method PermissionsDeniedError.GetRawBody should have comment or be unexported (golint)
    • Line 381: warning: exported type TransientStateError should have comment or be unexported (golint)
    • Line 394: warning: exported method TransientStateError.GetRawBody should have comment or be unexported (golint)
    • Line 398: warning: exported type ResourceNotFoundError should have comment or be unexported (golint)
    • Line 410: warning: exported method ResourceNotFoundError.GetRawBody should have comment or be unexported (golint)
    • Line 414: warning: exported type ResourceLockedError should have comment or be unexported (golint)
    • Line 426: warning: exported method ResourceLockedError.GetRawBody should have comment or be unexported (golint)
    • Line 430: warning: exported type OutOfStockError should have comment or be unexported (golint)
    • Line 441: warning: exported method OutOfStockError.GetRawBody should have comment or be unexported (golint)
    • Line 450: warning: exported function NewInvalidClientOptionError should have comment or be unexported (golint)
    • Line 460: warning: comment on exported type ConfigFileNotFoundError should be of the form "ConfigFileNotFoundError ..." (with optional leading article) (golint)
    • Line 469: warning: comment on exported method ConfigFileNotFoundError.IsScwSdkError should be of the form "IsScwSdkError ..." (golint)
    • Line 488: warning: exported method ResourceExpiredError.IsScwSdkError should have comment or be unexported (golint)
    • Line 524: warning: exported method DeniedAuthenticationError.IsScwSdkError should have comment or be unexported (golint)
    • Line 551: warning: exported method PreconditionFailedError.IsScwSdkError should have comment or be unexported (golint)
    • scaleway-sdk-go/strcase/kebab.go
    • Line 5: warning: comment on exported function ToKebab should be of the form "ToKebab ..." (golint)
    • Line 10: warning: comment on exported function ToSpace should be of the form "ToSpace ..." (golint)
    • scaleway-sdk-go/api/registry/v1/registry_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ImageStatus should have comment or be unexported (golint)
    • Line 77: warning: exported method ImageStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 81: warning: exported method ImageStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 92: warning: exported type ImageVisibility should have comment or be unexported (golint)
    • Line 113: warning: exported method ImageVisibility.MarshalJSON should have comment or be unexported (golint)
    • Line 117: warning: exported method ImageVisibility.UnmarshalJSON should have comment or be unexported (golint)
    • Line 128: warning: exported type ListImagesRequestOrderBy should have comment or be unexported (golint)
    • Line 149: warning: exported method ListImagesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 153: warning: exported method ListImagesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 164: warning: exported type ListNamespacesRequestOrderBy should have comment or be unexported (golint)
    • Line 189: warning: exported method ListNamespacesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 193: warning: exported method ListNamespacesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 204: warning: exported type ListTagsRequestOrderBy should have comment or be unexported (golint)
    • Line 225: warning: exported method ListTagsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 229: warning: exported method ListTagsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 240: warning: exported type NamespaceStatus should have comment or be unexported (golint)
    • Line 263: warning: exported method NamespaceStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 267: warning: exported method NamespaceStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 278: warning: exported type TagStatus should have comment or be unexported (golint)
    • Line 301: warning: exported method TagStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 305: warning: exported method TagStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 316: warning: comment on exported type Image should be of the form "Image ..." (with optional leading article) (golint)
    • Line 346: warning: comment on exported type ListImagesResponse should be of the form "ListImagesResponse ..." (with optional leading article) (golint)
    • Line 354: warning: comment on exported type ListNamespacesResponse should be of the form "ListNamespacesResponse ..." (with optional leading article) (golint)
    • Line 362: warning: comment on exported type ListTagsResponse should be of the form "ListTagsResponse ..." (with optional leading article) (golint)
    • Line 370: warning: comment on exported type Namespace should be of the form "Namespace ..." (with optional leading article) (golint)
    • Line 404: warning: comment on exported type Tag should be of the form "Tag ..." (with optional leading article) (golint)
    • Line 426: warning: exported type ListNamespacesRequest should have comment or be unexported (golint)
    • Line 444: warning: comment on exported method API.ListNamespaces should be of the form "ListNamespaces ..." (golint)
    • Line 486: warning: exported type GetNamespaceRequest should have comment or be unexported (golint)
    • Line 492: warning: comment on exported method API.GetNamespace should be of the form "GetNamespace ..." (golint)
    • Line 526: warning: exported type CreateNamespaceRequest should have comment or be unexported (golint)
    • Line 542: warning: comment on exported method API.CreateNamespace should be of the form "CreateNamespace ..." (golint)
    • Line 589: warning: exported type UpdateNamespaceRequest should have comment or be unexported (golint)
    • Line 599: warning: comment on exported method API.UpdateNamespace should be of the form "UpdateNamespace ..." (golint)
    • Line 638: warning: exported type DeleteNamespaceRequest should have comment or be unexported (golint)
    • Line 644: warning: comment on exported method API.DeleteNamespace should be of the form "DeleteNamespace ..." (golint)
    • Line 678: warning: exported type ListImagesRequest should have comment or be unexported (golint)
    • Line 698: warning: comment on exported method API.ListImages should be of the form "ListImages ..." (golint)
    • Line 741: warning: exported type GetImageRequest should have comment or be unexported (golint)
    • Line 747: warning: comment on exported method API.GetImage should be of the form "GetImage ..." (golint)
    • Line 781: warning: exported type UpdateImageRequest should have comment or be unexported (golint)
    • Line 791: warning: comment on exported method API.UpdateImage should be of the form "UpdateImage ..." (golint)
    • Line 830: warning: exported type DeleteImageRequest should have comment or be unexported (golint)
    • Line 836: warning: comment on exported method API.DeleteImage should be of the form "DeleteImage ..." (golint)
    • Line 870: warning: exported type ListTagsRequest should have comment or be unexported (golint)
    • Line 886: warning: comment on exported method API.ListTags should be of the form "ListTags ..." (golint)
    • Line 930: warning: exported type GetTagRequest should have comment or be unexported (golint)
    • Line 936: warning: comment on exported method API.GetTag should be of the form "GetTag ..." (golint)
    • Line 970: warning: exported type DeleteTagRequest should have comment or be unexported (golint)
    • Line 978: warning: comment on exported method API.DeleteTag should be of the form "DeleteTag ..." (golint)
    • scaleway-sdk-go/api/instance/v1/instance_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type Arch should have comment or be unexported (golint)
    • Line 71: warning: exported method Arch.MarshalJSON should have comment or be unexported (golint)
    • Line 75: warning: exported method Arch.UnmarshalJSON should have comment or be unexported (golint)
    • Line 86: warning: exported type BootType should have comment or be unexported (golint)
    • Line 105: warning: exported method BootType.MarshalJSON should have comment or be unexported (golint)
    • Line 109: warning: exported method BootType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 120: warning: exported type ImageState should have comment or be unexported (golint)
    • Line 139: warning: exported method ImageState.MarshalJSON should have comment or be unexported (golint)
    • Line 143: warning: exported method ImageState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 154: warning: exported type PlacementGroupPolicyMode should have comment or be unexported (golint)
    • Line 171: warning: exported method PlacementGroupPolicyMode.MarshalJSON should have comment or be unexported (golint)
    • Line 175: warning: exported method PlacementGroupPolicyMode.UnmarshalJSON should have comment or be unexported (golint)
    • Line 186: warning: exported type PlacementGroupPolicyType should have comment or be unexported (golint)
    • Line 203: warning: exported method PlacementGroupPolicyType.MarshalJSON should have comment or be unexported (golint)
    • Line 207: warning: exported method PlacementGroupPolicyType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 218: warning: exported type PrivateNICState should have comment or be unexported (golint)
    • Line 237: warning: exported method PrivateNICState.MarshalJSON should have comment or be unexported (golint)
    • Line 241: warning: exported method PrivateNICState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 252: warning: exported type SecurityGroupPolicy should have comment or be unexported (golint)
    • Line 269: warning: exported method SecurityGroupPolicy.MarshalJSON should have comment or be unexported (golint)
    • Line 273: warning: exported method SecurityGroupPolicy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 284: warning: exported type SecurityGroupRuleAction should have comment or be unexported (golint)
    • Line 301: warning: exported method SecurityGroupRuleAction.MarshalJSON should have comment or be unexported (golint)
    • Line 305: warning: exported method SecurityGroupRuleAction.UnmarshalJSON should have comment or be unexported (golint)
    • Line 316: warning: exported type SecurityGroupRuleDirection should have comment or be unexported (golint)
    • Line 333: warning: exported method SecurityGroupRuleDirection.MarshalJSON should have comment or be unexported (golint)
    • Line 337: warning: exported method SecurityGroupRuleDirection.UnmarshalJSON should have comment or be unexported (golint)
    • Line 348: warning: exported type SecurityGroupRuleProtocol should have comment or be unexported (golint)
    • Line 369: warning: exported method SecurityGroupRuleProtocol.MarshalJSON should have comment or be unexported (golint)
    • Line 373: warning: exported method SecurityGroupRuleProtocol.UnmarshalJSON should have comment or be unexported (golint)
    • Line 384: warning: exported type SecurityGroupState should have comment or be unexported (golint)
    • Line 403: warning: exported method SecurityGroupState.MarshalJSON should have comment or be unexported (golint)
    • Line 407: warning: exported method SecurityGroupState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 418: warning: exported type ServerAction should have comment or be unexported (golint)
    • Line 443: warning: exported method ServerAction.MarshalJSON should have comment or be unexported (golint)
    • Line 447: warning: exported method ServerAction.UnmarshalJSON should have comment or be unexported (golint)
    • Line 458: warning: exported type ServerState should have comment or be unexported (golint)
    • Line 483: warning: exported method ServerState.MarshalJSON should have comment or be unexported (golint)
    • Line 487: warning: exported method ServerState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 498: warning: exported type ServerTypesAvailability should have comment or be unexported (golint)
    • Line 517: warning: exported method ServerTypesAvailability.MarshalJSON should have comment or be unexported (golint)
    • Line 521: warning: exported method ServerTypesAvailability.UnmarshalJSON should have comment or be unexported (golint)
    • Line 532: warning: exported type SnapshotState should have comment or be unexported (golint)
    • Line 551: warning: exported method SnapshotState.MarshalJSON should have comment or be unexported (golint)
    • Line 555: warning: exported method SnapshotState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 566: warning: exported type TaskStatus should have comment or be unexported (golint)
    • Line 589: warning: exported method TaskStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 593: warning: exported method TaskStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 604: warning: exported type VolumeState should have comment or be unexported (golint)
    • Line 631: warning: exported method VolumeState.MarshalJSON should have comment or be unexported (golint)
    • Line 635: warning: exported method VolumeState.UnmarshalJSON should have comment or be unexported (golint)
    • Line 646: warning: exported type VolumeVolumeType should have comment or be unexported (golint)
    • Line 663: warning: exported method VolumeVolumeType.MarshalJSON should have comment or be unexported (golint)
    • Line 667: warning: exported method VolumeVolumeType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 678: warning: comment on exported type Bootscript should be of the form "Bootscript ..." (with optional leading article) (golint)
    • Line 708: warning: exported type CreateIPResponse should have comment or be unexported (golint)
    • Line 714: warning: exported type CreateImageResponse should have comment or be unexported (golint)
    • Line 720: warning: exported type CreatePlacementGroupResponse should have comment or be unexported (golint)
    • Line 724: warning: exported type CreatePrivateNICResponse should have comment or be unexported (golint)
    • Line 728: warning: exported type CreateSecurityGroupResponse should have comment or be unexported (golint)
    • Line 732: warning: exported type CreateSecurityGroupRuleResponse should have comment or be unexported (golint)
    • Line 736: warning: exported type CreateServerResponse should have comment or be unexported (golint)
    • Line 740: warning: exported type CreateSnapshotResponse should have comment or be unexported (golint)
    • Line 744: warning: exported type CreateVolumeResponse should have comment or be unexported (golint)
    • Line 750: warning: exported type Dashboard should have comment or be unexported (golint)
    • Line 770: warning: exported type GetBootscriptResponse should have comment or be unexported (golint)
    • Line 774: warning: exported type GetDashboardResponse should have comment or be unexported (golint)
    • Line 778: warning: exported type GetIPResponse should have comment or be unexported (golint)
    • Line 782: warning: exported type GetImageResponse should have comment or be unexported (golint)
    • Line 786: warning: exported type GetPlacementGroupResponse should have comment or be unexported (golint)
    • Line 790: warning: exported type GetPlacementGroupServersResponse should have comment or be unexported (golint)
    • Line 794: warning: exported type GetPrivateNICResponse should have comment or be unexported (golint)
    • Line 798: warning: exported type GetSecurityGroupResponse should have comment or be unexported (golint)
    • Line 802: warning: exported type GetSecurityGroupRuleResponse should have comment or be unexported (golint)
    • Line 806: warning: exported type GetServerResponse should have comment or be unexported (golint)
    • Line 810: warning: exported type GetServerTypesAvailabilityResponse should have comment or be unexported (golint)
    • Line 814: warning: exported type GetServerTypesAvailabilityResponseAvailability should have comment or be unexported (golint)
    • Line 821: warning: exported type GetSnapshotResponse should have comment or be unexported (golint)
    • Line 825: warning: exported type GetVolumeResponse should have comment or be unexported (golint)
    • Line 829: warning: exported type IP should have comment or be unexported (golint)
    • Line 847: warning: exported type Image should have comment or be unexported (golint)
    • Line 881: warning: exported type ListBootscriptsResponse should have comment or be unexported (golint)
    • Line 887: warning: exported type ListIPsResponse should have comment or be unexported (golint)
    • Line 893: warning: exported type ListImagesResponse should have comment or be unexported (golint)
    • Line 899: warning: exported type ListPlacementGroupsResponse should have comment or be unexported (golint)
    • Line 905: warning: exported type ListPrivateNICsResponse should have comment or be unexported (golint)
    • Line 909: warning: exported type ListSecurityGroupRulesResponse should have comment or be unexported (golint)
    • Line 915: warning: exported type ListSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 921: warning: exported type ListServerActionsResponse should have comment or be unexported (golint)
    • Line 925: warning: exported type ListServerUserDataResponse should have comment or be unexported (golint)
    • Line 929: warning: exported type ListServersResponse should have comment or be unexported (golint)
    • Line 935: warning: comment on exported type ListServersTypesResponse should be of the form "ListServersTypesResponse ..." (with optional leading article) (golint)
    • Line 943: warning: exported type ListSnapshotsResponse should have comment or be unexported (golint)
    • Line 949: warning: exported type ListVolumesResponse should have comment or be unexported (golint)
    • Line 955: warning: exported type ListVolumesTypesResponse should have comment or be unexported (golint)
    • Line 961: warning: exported type NullableStringValue should have comment or be unexported (golint)
    • Line 967: warning: comment on exported type PlacementGroup should be of the form "PlacementGroup ..." (with optional leading article) (golint)
    • Line 991: warning: exported type PlacementGroupServer should have comment or be unexported (golint)
    • Line 999: warning: comment on exported type PrivateNIC should be of the form "PrivateNIC ..." (with optional leading article) (golint)
    • Line 1015: warning: comment on exported type SecurityGroup should be of the form "SecurityGroup ..." (with optional leading article) (golint)
    • Line 1057: warning: exported type SecurityGroupRule should have comment or be unexported (golint)
    • Line 1085: warning: exported type SecurityGroupSummary should have comment or be unexported (golint)
    • Line 1091: warning: exported type SecurityGroupTemplate should have comment or be unexported (golint)
    • Line 1097: warning: comment on exported type Server should be of the form "Server ..." (with optional leading article) (golint)
    • Line 1165: warning: exported type ServerActionResponse should have comment or be unexported (golint)
    • Line 1169: warning: comment on exported type ServerIP should be of the form "ServerIP ..." (with optional leading article) (golint)
    • Line 1179: warning: comment on exported type ServerIPv6 should be of the form "ServerIPv6 ..." (with optional leading article) (golint)
    • Line 1189: warning: exported type ServerLocation should have comment or be unexported (golint)
    • Line 1201: warning: exported type ServerMaintenance should have comment or be unexported (golint)
    • Line 1204: warning: exported type ServerSummary should have comment or be unexported (golint)
    • Line 1210: warning: comment on exported type ServerType should be of the form "ServerType ..." (with optional leading article) (golint)
    • Line 1238: warning: comment on exported type ServerTypeNetwork should be of the form "ServerTypeNetwork ..." (with optional leading article) (golint)
    • Line 1250: warning: comment on exported type ServerTypeNetworkInterface should be of the form "ServerTypeNetworkInterface ..." (with optional leading article) (golint)
    • Line 1258: warning: comment on exported type ServerTypeVolumeConstraintSizes should be of the form "ServerTypeVolumeConstraintSizes ..." (with optional leading article) (golint)
    • Line 1266: warning: comment on exported type ServerTypeVolumeConstraintsByType should be of the form "ServerTypeVolumeConstraintsByType ..." (with optional leading article) (golint)
    • Line 1272: warning: exported type SetPlacementGroupResponse should have comment or be unexported (golint)
    • Line 1276: warning: exported type SetPlacementGroupServersResponse should have comment or be unexported (golint)
    • Line 1280: warning: comment on exported type Snapshot should be of the form "Snapshot ..." (with optional leading article) (golint)
    • Line 1310: warning: comment on exported type SnapshotBaseVolume should be of the form "SnapshotBaseVolume ..." (with optional leading article) (golint)
    • Line 1318: warning: comment on exported type Task should be of the form "Task ..." (with optional leading article) (golint)
    • Line 1342: warning: exported type UpdateIPResponse should have comment or be unexported (golint)
    • Line 1346: warning: exported type UpdatePlacementGroupResponse should have comment or be unexported (golint)
    • Line 1350: warning: exported type UpdatePlacementGroupServersResponse should have comment or be unexported (golint)
    • Line 1354: warning: exported type UpdateServerResponse should have comment or be unexported (golint)
    • Line 1358: warning: exported type UpdateVolumeResponse should have comment or be unexported (golint)
    • Line 1362: warning: comment on exported type Volume should be of the form "Volume ..." (with optional leading article) (golint)
    • Line 1394: warning: exported type VolumeSummary should have comment or be unexported (golint)
    • Line 1406: warning: comment on exported type VolumeTemplate should be of the form "VolumeTemplate ..." (with optional leading article) (golint)
    • Line 1426: warning: exported type VolumeType should have comment or be unexported (golint)
    • Line 1434: warning: exported type VolumeTypeCapabilities should have comment or be unexported (golint)
    • Line 1438: warning: exported type VolumeTypeConstraints should have comment or be unexported (golint)
    • Line 1471: warning: exported type GetServerTypesAvailabilityRequest should have comment or be unexported (golint)
    • Line 1479: warning: comment on exported method API.GetServerTypesAvailability should be of the form "GetServerTypesAvailability ..." (golint)
    • Line 1519: warning: exported type ListServersTypesRequest should have comment or be unexported (golint)
    • Line 1527: warning: comment on exported method API.ListServersTypes should be of the form "ListServersTypes ..." (golint)
    • Line 1567: warning: exported type ListVolumesTypesRequest should have comment or be unexported (golint)
    • Line 1575: warning: comment on exported method API.ListVolumesTypes should be of the form "ListVolumesTypes ..." (golint)
    • Line 1615: warning: exported type ListServersRequest should have comment or be unexported (golint)
    • Line 1645: warning: comment on exported method API.ListServers should be of the form "ListServers ..." (golint)
    • Line 1694: warning: exported type CreateServerRequest should have comment or be unexported (golint)
    • Line 1777: warning: exported type DeleteServerRequest should have comment or be unexported (golint)
    • Line 1783: warning: comment on exported method API.DeleteServer should be of the form "DeleteServer ..." (golint)
    • Line 1815: warning: exported type GetServerRequest should have comment or be unexported (golint)
    • Line 1821: warning: comment on exported method API.GetServer should be of the form "GetServer ..." (golint)
    • Line 1967: warning: exported type UpdateServerRequest should have comment or be unexported (golint)
    • Line 2034: warning: exported type ListServerActionsRequest should have comment or be unexported (golint)
    • Line 2040: warning: comment on exported method API.ListServerActions should be of the form "ListServerActions ..." (golint)
    • Line 2074: warning: exported type ServerActionRequest should have comment or be unexported (golint)
    • Line 2090: warning: comment on exported method API.ServerAction should be of the form "ServerAction ..." (golint)
    • Line 2129: warning: exported type ListServerUserDataRequest should have comment or be unexported (golint)
    • Line 2135: warning: comment on exported method API.ListServerUserData should be of the form "ListServerUserData ..." (golint)
    • Line 2169: warning: exported type DeleteServerUserDataRequest should have comment or be unexported (golint)
    • Line 2177: warning: comment on exported method API.DeleteServerUserData should be of the form "DeleteServerUserData ..." (golint)
    • Line 2213: warning: exported type ListImagesRequest should have comment or be unexported (golint)
    • Line 2231: warning: comment on exported method API.ListImages should be of the form "ListImages ..." (golint)
    • Line 2276: warning: exported type GetImageRequest should have comment or be unexported (golint)
    • Line 2282: warning: comment on exported method API.GetImage should be of the form "GetImage ..." (golint)
    • Line 2316: warning: exported type CreateImageRequest should have comment or be unexported (golint)
    • Line 2340: warning: comment on exported method API.CreateImage should be of the form "CreateImage ..." (golint)
    • Line 2387: warning: exported type SetImageRequest should have comment or be unexported (golint)
    • Line 2470: warning: exported type DeleteImageRequest should have comment or be unexported (golint)
    • Line 2476: warning: comment on exported method API.DeleteImage should be of the form "DeleteImage ..." (golint)
    • Line 2508: warning: exported type ListSnapshotsRequest should have comment or be unexported (golint)
    • Line 2522: warning: comment on exported method API.ListSnapshots should be of the form "ListSnapshots ..." (golint)
    • Line 2563: warning: exported type CreateSnapshotRequest should have comment or be unexported (golint)
    • Line 2577: warning: comment on exported method API.CreateSnapshot should be of the form "CreateSnapshot ..." (golint)
    • Line 2624: warning: exported type GetSnapshotRequest should have comment or be unexported (golint)
    • Line 2630: warning: comment on exported method API.GetSnapshot should be of the form "GetSnapshot ..." (golint)
    • Line 2743: warning: exported type DeleteSnapshotRequest should have comment or be unexported (golint)
    • Line 2749: warning: comment on exported method API.DeleteSnapshot should be of the form "DeleteSnapshot ..." (golint)
    • Line 2781: warning: exported type ListVolumesRequest should have comment or be unexported (golint)
    • Line 2801: warning: comment on exported method API.ListVolumes should be of the form "ListVolumes ..." (golint)
    • Line 2843: warning: exported type CreateVolumeRequest should have comment or be unexported (golint)
    • Line 2868: warning: comment on exported method API.CreateVolume should be of the form "CreateVolume ..." (golint)
    • Line 2915: warning: exported type GetVolumeRequest should have comment or be unexported (golint)
    • Line 2921: warning: comment on exported method API.GetVolume should be of the form "GetVolume ..." (golint)
    • Line 2955: warning: exported type UpdateVolumeRequest should have comment or be unexported (golint)
    • Line 2965: warning: comment on exported method API.UpdateVolume should be of the form "UpdateVolume ..." (golint)
    • Line 3004: warning: exported type DeleteVolumeRequest should have comment or be unexported (golint)
    • Line 3010: warning: comment on exported method API.DeleteVolume should be of the form "DeleteVolume ..." (golint)
    • Line 3042: warning: exported type ListSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 3058: warning: comment on exported method API.ListSecurityGroups should be of the form "ListSecurityGroups ..." (golint)
    • Line 3101: warning: exported type CreateSecurityGroupRequest should have comment or be unexported (golint)
    • Line 3139: warning: comment on exported method API.CreateSecurityGroup should be of the form "CreateSecurityGroup ..." (golint)
    • Line 3186: warning: exported type GetSecurityGroupRequest should have comment or be unexported (golint)
    • Line 3192: warning: comment on exported method API.GetSecurityGroup should be of the form "GetSecurityGroup ..." (golint)
    • Line 3226: warning: exported type DeleteSecurityGroupRequest should have comment or be unexported (golint)
    • Line 3232: warning: comment on exported method API.DeleteSecurityGroup should be of the form "DeleteSecurityGroup ..." (golint)
    • Line 3347: warning: exported type ListSecurityGroupRulesRequest should have comment or be unexported (golint)
    • Line 3359: warning: comment on exported method API.ListSecurityGroupRules should be of the form "ListSecurityGroupRules ..." (golint)
    • Line 3401: warning: exported type CreateSecurityGroupRuleRequest should have comment or be unexported (golint)
    • Line 3429: warning: comment on exported method API.CreateSecurityGroupRule should be of the form "CreateSecurityGroupRule ..." (golint)
    • Line 3466: warning: exported type DeleteSecurityGroupRuleRequest should have comment or be unexported (golint)
    • Line 3474: warning: comment on exported method API.DeleteSecurityGroupRule should be of the form "DeleteSecurityGroupRule ..." (golint)
    • Line 3510: warning: exported type GetSecurityGroupRuleRequest should have comment or be unexported (golint)
    • Line 3518: warning: comment on exported method API.GetSecurityGroupRule should be of the form "GetSecurityGroupRule ..." (golint)
    • Line 3629: warning: exported type ListPlacementGroupsRequest should have comment or be unexported (golint)
    • Line 3645: warning: comment on exported method API.ListPlacementGroups should be of the form "ListPlacementGroups ..." (golint)
    • Line 3688: warning: exported type CreatePlacementGroupRequest should have comment or be unexported (golint)
    • Line 3708: warning: comment on exported method API.CreatePlacementGroup should be of the form "CreatePlacementGroup ..." (golint)
    • Line 3757: warning: exported type GetPlacementGroupRequest should have comment or be unexported (golint)
    • Line 3763: warning: comment on exported method API.GetPlacementGroup should be of the form "GetPlacementGroup ..." (golint)
    • Line 3797: warning: exported type SetPlacementGroupRequest should have comment or be unexported (golint)
    • Line 3817: warning: comment on exported method API.SetPlacementGroup should be of the form "SetPlacementGroup ..." (golint)
    • Line 3866: warning: exported type UpdatePlacementGroupRequest should have comment or be unexported (golint)
    • Line 3882: warning: comment on exported method API.UpdatePlacementGroup should be of the form "UpdatePlacementGroup ..." (golint)
    • Line 3921: warning: exported type DeletePlacementGroupRequest should have comment or be unexported (golint)
    • Line 3927: warning: comment on exported method API.DeletePlacementGroup should be of the form "DeletePlacementGroup ..." (golint)
    • Line 3959: warning: exported type GetPlacementGroupServersRequest should have comment or be unexported (golint)
    • Line 3965: warning: comment on exported method API.GetPlacementGroupServers should be of the form "GetPlacementGroupServers ..." (golint)
    • Line 3999: warning: exported type SetPlacementGroupServersRequest should have comment or be unexported (golint)
    • Line 4007: warning: comment on exported method API.SetPlacementGroupServers should be of the form "SetPlacementGroupServers ..." (golint)
    • Line 4046: warning: exported type UpdatePlacementGroupServersRequest should have comment or be unexported (golint)
    • Line 4054: warning: comment on exported method API.UpdatePlacementGroupServers should be of the form "UpdatePlacementGroupServers ..." (golint)
    • Line 4093: warning: exported type ListIPsRequest should have comment or be unexported (golint)
    • Line 4109: warning: comment on exported method API.ListIPs should be of the form "ListIPs ..." (golint)
    • Line 4150: warning: exported type CreateIPRequest should have comment or be unexported (golint)
    • Line 4164: warning: comment on exported method API.CreateIP should be of the form "CreateIP ..." (golint)
    • Line 4207: warning: exported type GetIPRequest should have comment or be unexported (golint)
    • Line 4213: warning: comment on exported method API.GetIP should be of the form "GetIP ..." (golint)
    • Line 4247: warning: exported type UpdateIPRequest should have comment or be unexported (golint)
    • Line 4259: warning: comment on exported method API.UpdateIP should be of the form "UpdateIP ..." (golint)
    • Line 4296: warning: exported type DeleteIPRequest should have comment or be unexported (golint)
    • Line 4302: warning: comment on exported method API.DeleteIP should be of the form "DeleteIP ..." (golint)
    • Line 4334: warning: exported type ListPrivateNICsRequest should have comment or be unexported (golint)
    • Line 4340: warning: comment on exported method API.ListPrivateNICs should be of the form "ListPrivateNICs ..." (golint)
    • Line 4374: warning: exported type CreatePrivateNICRequest should have comment or be unexported (golint)
    • Line 4382: warning: comment on exported method API.CreatePrivateNIC should be of the form "CreatePrivateNIC ..." (golint)
    • Line 4421: warning: exported type GetPrivateNICRequest should have comment or be unexported (golint)
    • Line 4429: warning: comment on exported method API.GetPrivateNIC should be of the form "GetPrivateNIC ..." (golint)
    • Line 4467: warning: exported type DeletePrivateNICRequest should have comment or be unexported (golint)
    • Line 4475: warning: comment on exported method API.DeletePrivateNIC should be of the form "DeletePrivateNIC ..." (golint)
    • Line 4511: warning: exported type ListBootscriptsRequest should have comment or be unexported (golint)
    • Line 4527: warning: comment on exported method API.ListBootscripts should be of the form "ListBootscripts ..." (golint)
    • Line 4569: warning: exported type GetBootscriptRequest should have comment or be unexported (golint)
    • Line 4575: warning: comment on exported method API.GetBootscript should be of the form "GetBootscript ..." (golint)
    • Line 4609: warning: exported type GetDashboardRequest should have comment or be unexported (golint)
    • Line 4617: warning: exported method API.GetDashboard should have comment or be unexported (golint)
    • scaleway-sdk-go/scw/client.go
    • Line 127: warning: exported method Client.GetSecretKey should have comment or be unexported (golint)
    • Line 134: warning: exported method Client.GetAccessKey should have comment or be unexported (golint)
    • scaleway-sdk-go/api/rdb/v1/rdb_sdk.go
    • Line 42: warning: comment on exported type API should be of the form "API ..." (with optional leading article) (golint)
    • Line 54: warning: exported type ACLRuleAction should have comment or be unexported (golint)
    • Line 71: warning: exported method ACLRuleAction.MarshalJSON should have comment or be unexported (golint)
    • Line 75: warning: exported method ACLRuleAction.UnmarshalJSON should have comment or be unexported (golint)
    • Line 86: warning: exported type ACLRuleDirection should have comment or be unexported (golint)
    • Line 103: warning: exported method ACLRuleDirection.MarshalJSON should have comment or be unexported (golint)
    • Line 107: warning: exported method ACLRuleDirection.UnmarshalJSON should have comment or be unexported (golint)
    • Line 118: warning: exported type ACLRuleProtocol should have comment or be unexported (golint)
    • Line 137: warning: exported method ACLRuleProtocol.MarshalJSON should have comment or be unexported (golint)
    • Line 141: warning: exported method ACLRuleProtocol.UnmarshalJSON should have comment or be unexported (golint)
    • Line 152: warning: exported type DatabaseBackupStatus should have comment or be unexported (golint)
    • Line 181: warning: exported method DatabaseBackupStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 185: warning: exported method DatabaseBackupStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 196: warning: exported type EngineSettingPropertyType should have comment or be unexported (golint)
    • Line 217: warning: exported method EngineSettingPropertyType.MarshalJSON should have comment or be unexported (golint)
    • Line 221: warning: exported method EngineSettingPropertyType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 232: warning: exported type InstanceLogStatus should have comment or be unexported (golint)
    • Line 253: warning: exported method InstanceLogStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 257: warning: exported method InstanceLogStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 268: warning: exported type InstanceStatus should have comment or be unexported (golint)
    • Line 305: warning: exported method InstanceStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 309: warning: exported method InstanceStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 320: warning: exported type ListDatabaseBackupsRequestOrderBy should have comment or be unexported (golint)
    • Line 345: warning: exported method ListDatabaseBackupsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 349: warning: exported method ListDatabaseBackupsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 360: warning: exported type ListDatabasesRequestOrderBy should have comment or be unexported (golint)
    • Line 381: warning: exported method ListDatabasesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 385: warning: exported method ListDatabasesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 396: warning: exported type ListInstanceLogsRequestOrderBy should have comment or be unexported (golint)
    • Line 413: warning: exported method ListInstanceLogsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 417: warning: exported method ListInstanceLogsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 428: warning: exported type ListInstancesRequestOrderBy should have comment or be unexported (golint)
    • Line 455: warning: exported method ListInstancesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 459: warning: exported method ListInstancesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 470: warning: exported type ListPrivilegesRequestOrderBy should have comment or be unexported (golint)
    • Line 491: warning: exported method ListPrivilegesRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 495: warning: exported method ListPrivilegesRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 506: warning: exported type ListSnapshotsRequestOrderBy should have comment or be unexported (golint)
    • Line 531: warning: exported method ListSnapshotsRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 535: warning: exported method ListSnapshotsRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 546: warning: exported type ListUsersRequestOrderBy should have comment or be unexported (golint)
    • Line 567: warning: exported method ListUsersRequestOrderBy.MarshalJSON should have comment or be unexported (golint)
    • Line 571: warning: exported method ListUsersRequestOrderBy.UnmarshalJSON should have comment or be unexported (golint)
    • Line 582: warning: exported type NodeTypeStock should have comment or be unexported (golint)
    • Line 603: warning: exported method NodeTypeStock.MarshalJSON should have comment or be unexported (golint)
    • Line 607: warning: exported method NodeTypeStock.UnmarshalJSON should have comment or be unexported (golint)
    • Line 618: warning: exported type Permission should have comment or be unexported (golint)
    • Line 641: warning: exported method Permission.MarshalJSON should have comment or be unexported (golint)
    • Line 645: warning: exported method Permission.UnmarshalJSON should have comment or be unexported (golint)
    • Line 656: warning: exported type SnapshotStatus should have comment or be unexported (golint)
    • Line 683: warning: exported method SnapshotStatus.MarshalJSON should have comment or be unexported (golint)
    • Line 687: warning: exported method SnapshotStatus.UnmarshalJSON should have comment or be unexported (golint)
    • Line 698: warning: exported type VolumeType should have comment or be unexported (golint)
    • Line 715: warning: exported method VolumeType.MarshalJSON should have comment or be unexported (golint)
    • Line 719: warning: exported method VolumeType.UnmarshalJSON should have comment or be unexported (golint)
    • Line 730: warning: exported type ACLRule should have comment or be unexported (golint)
    • Line 750: warning: exported type ACLRuleRequest should have comment or be unexported (golint)
    • Line 756: warning: comment on exported type AddInstanceACLRulesResponse should be of the form "AddInstanceACLRulesResponse ..." (with optional leading article) (golint)
    • Line 762: warning: comment on exported type AddInstanceSettingsResponse should be of the form "AddInstanceSettingsResponse ..." (with optional leading article) (golint)
    • Line 768: warning: exported type BackupSchedule should have comment or be unexported (golint)
    • Line 776: warning: comment on exported type Database should be of the form "Database ..." (with optional leading article) (golint)
    • Line 788: warning: comment on exported type DatabaseBackup should be of the form "DatabaseBackup ..." (with optional leading article) (golint)
    • Line 820: warning: comment on exported type DatabaseEngine should be of the form "DatabaseEngine ..." (with optional leading article) (golint)
    • Line 832: warning: comment on exported type DeleteInstanceACLRulesResponse should be of the form "DeleteInstanceACLRulesResponse ..." (with optional leading article) (golint)
    • Line 838: warning: comment on exported type DeleteInstanceSettingsResponse should be of the form "DeleteInstanceSettingsResponse ..." (with optional leading article) (golint)
    • Line 844: warning: comment on exported type Endpoint should be of the form "Endpoint ..." (with optional leading article) (golint)
    • Line 854: warning: comment on exported type EngineSetting should be of the form "EngineSetting ..." (with optional leading article) (golint)
    • Line 882: warning: comment on exported type EngineVersion should be of the form "EngineVersion ..." (with optional leading article) (golint)
    • Line 900: warning: comment on exported type Instance should be of the form "Instance ..." (with optional leading article) (golint)
    • Line 940: warning: comment on exported type InstanceLog should be of the form "InstanceLog ..." (with optional leading article) (golint)
    • Line 960: warning: comment on exported type InstanceMetrics should be of the form "InstanceMetrics ..." (with optional leading article) (golint)
    • Line 966: warning: exported type InstanceSetting should have comment or be unexported (golint)
    • Line 972: warning: comment on exported type ListDatabaseBackupsResponse should be of the form "ListDatabaseBackupsResponse ..." (with optional leading article) (golint)
    • Line 980: warning: comment on exported type ListDatabaseEnginesResponse should be of the form "ListDatabaseEnginesResponse ..." (with optional leading article) (golint)
    • Line 988: warning: comment on exported type ListDatabasesResponse should be of the form "ListDatabasesResponse ..." (with optional leading article) (golint)
    • Line 996: warning: comment on exported type ListInstanceACLRulesResponse should be of the form "ListInstanceACLRulesResponse ..." (with optional leading article) (golint)
    • Line 1004: warning: comment on exported type ListInstanceLogsResponse should be of the form "ListInstanceLogsResponse ..." (with optional leading article) (golint)
    • Line 1010: warning: comment on exported type ListInstancesResponse should be of the form "ListInstancesResponse ..." (with optional leading article) (golint)
    • Line 1018: warning: comment on exported type ListNodeTypesResponse should be of the form "ListNodeTypesResponse ..." (with optional leading article) (golint)
    • Line 1026: warning: comment on exported type ListPrivilegesResponse should be of the form "ListPrivilegesResponse ..." (with optional leading article) (golint)
    • Line 1034: warning: comment on exported type ListSnapshotsResponse should be of the form "ListSnapshotsResponse ..." (with optional leading article) (golint)
    • Line 1042: warning: comment on exported type ListUsersResponse should be of the form "ListUsersResponse ..." (with optional leading article) (golint)
    • Line 1050: warning: comment on exported type NodeType should be of the form "NodeType ..." (with optional leading article) (golint)
    • Line 1078: warning: comment on exported type NodeTypeVolumeConstraintSizes should be of the form "NodeTypeVolumeConstraintSizes ..." (with optional leading article) (golint)
    • Line 1086: warning: comment on exported type NodeTypeVolumeType should be of the form "NodeTypeVolumeType ..." (with optional leading article) (golint)
    • Line 1102: warning: comment on exported type PrepareInstanceLogsResponse should be of the form "PrepareInstanceLogsResponse ..." (with optional leading article) (golint)
    • Line 1108: warning: comment on exported type Privilege should be of the form "Privilege ..." (with optional leading article) (golint)
    • Line 1120: warning: comment on exported type SetInstanceACLRulesResponse should be of the form "SetInstanceACLRulesResponse ..." (with optional leading article) (golint)
    • Line 1126: warning: comment on exported type SetInstanceSettingsResponse should be of the form "SetInstanceSettingsResponse ..." (with optional leading article) (golint)
    • Line 1132: warning: comment on exported type Snapshot should be of the form "Snapshot ..." (with optional leading article) (golint)
    • Line 1160: warning: comment on exported type User should be of the form "User ..." (with optional leading article) (golint)
    • Line 1168: warning: exported type Volume should have comment or be unexported (golint)
    • Line 1179: warning: exported type GetServiceInfoRequest should have comment or be unexported (golint)
    • Line 1183: warning: exported method API.GetServiceInfo should have comment or be unexported (golint)
    • Line 1210: warning: exported type ListDatabaseEnginesRequest should have comment or be unexported (golint)
    • Line 1218: warning: comment on exported method API.ListDatabaseEngines should be of the form "ListDatabaseEngines ..." (golint)
    • Line 1256: warning: exported type ListNodeTypesRequest should have comment or be unexported (golint)
    • Line 1266: warning: comment on exported method API.ListNodeTypes should be of the form "ListNodeTypes ..." (golint)
    • Line 1305: warning: exported type ListDatabaseBackupsRequest should have comment or be unexported (golint)
    • Line 1325: warning: comment on exported method API.ListDatabaseBackups should be of the form "ListDatabaseBackups ..." (golint)
    • Line 1368: warning: exported type CreateDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1380: warning: comment on exported method API.CreateDatabaseBackup should be of the form "CreateDatabaseBackup ..." (golint)
    • Line 1417: warning: exported type GetDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1423: warning: comment on exported method API.GetDatabaseBackup should be of the form "GetDatabaseBackup ..." (golint)
    • Line 1455: warning: exported type UpdateDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1465: warning: comment on exported method API.UpdateDatabaseBackup should be of the form "UpdateDatabaseBackup ..." (golint)
    • Line 1502: warning: exported type DeleteDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1508: warning: comment on exported method API.DeleteDatabaseBackup should be of the form "DeleteDatabaseBackup ..." (golint)
    • Line 1540: warning: exported type RestoreDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1550: warning: comment on exported method API.RestoreDatabaseBackup should be of the form "RestoreDatabaseBackup ..." (golint)
    • Line 1587: warning: exported type ExportDatabaseBackupRequest should have comment or be unexported (golint)
    • Line 1593: warning: comment on exported method API.ExportDatabaseBackup should be of the form "ExportDatabaseBackup ..." (golint)
    • Line 1630: warning: exported type UpgradeInstanceRequest should have comment or be unexported (golint)
    • Line 1650: warning: comment on exported method API.UpgradeInstance should be of the form "UpgradeInstance ..." (golint)
    • Line 1689: warning: exported type ListInstancesRequest should have comment or be unexported (golint)
    • Line 1709: warning: comment on exported method API.ListInstances should be of the form "ListInstances ..." (golint)
    • Line 1752: warning: exported type GetInstanceRequest should have comment or be unexported (golint)
    • Line 1758: warning: comment on exported method API.GetInstance should be of the form "GetInstance ..." (golint)
    • Line 1790: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 1824: warning: comment on exported method API.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 1871: warning: exported type UpdateInstanceRequest should have comment or be unexported (golint)
    • Line 1887: warning: comment on exported method API.UpdateInstance should be of the form "UpdateInstance ..." (golint)
    • Line 1924: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 1930: warning: comment on exported method API.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 1962: warning: exported type CloneInstanceRequest should have comment or be unexported (golint)
    • Line 1972: warning: comment on exported method API.CloneInstance should be of the form "CloneInstance ..." (golint)
    • Line 2009: warning: exported type GetInstanceCertificateRequest should have comment or be unexported (golint)
    • Line 2015: warning: comment on exported method API.GetInstanceCertificate should be of the form "GetInstanceCertificate ..." (golint)
    • Line 2047: warning: exported type RenewInstanceCertificateRequest should have comment or be unexported (golint)
    • Line 2053: warning: exported method API.RenewInstanceCertificate should have comment or be unexported (golint)
    • Line 2087: warning: exported type GetInstanceMetricsRequest should have comment or be unexported (golint)
    • Line 2099: warning: comment on exported method API.GetInstanceMetrics should be of the form "GetInstanceMetrics ..." (golint)
    • Line 2139: warning: exported type PrepareInstanceLogsRequest should have comment or be unexported (golint)
    • Line 2149: warning: comment on exported method API.PrepareInstanceLogs should be of the form "PrepareInstanceLogs ..." (golint)
    • Line 2188: warning: exported type ListInstanceLogsRequest should have comment or be unexported (golint)
    • Line 2198: warning: comment on exported method API.ListInstanceLogs should be of the form "ListInstanceLogs ..." (golint)
    • Line 2234: warning: exported type GetInstanceLogRequest should have comment or be unexported (golint)
    • Line 2240: warning: comment on exported method API.GetInstanceLog should be of the form "GetInstanceLog ..." (golint)
    • Line 2272: warning: exported type AddInstanceSettingsRequest should have comment or be unexported (golint)
    • Line 2280: warning: comment on exported method API.AddInstanceSettings should be of the form "AddInstanceSettings ..." (golint)
    • Line 2317: warning: exported type DeleteInstanceSettingsRequest should have comment or be unexported (golint)
    • Line 2325: warning: comment on exported method API.DeleteInstanceSettings should be of the form "DeleteInstanceSettings ..." (golint)
    • Line 2362: warning: exported type SetInstanceSettingsRequest should have comment or be unexported (golint)
    • Line 2370: warning: comment on exported method API.SetInstanceSettings should be of the form "SetInstanceSettings ..." (golint)
    • Line 2407: warning: exported type ListInstanceACLRulesRequest should have comment or be unexported (golint)
    • Line 2417: warning: comment on exported method API.ListInstanceACLRules should be of the form "ListInstanceACLRules ..." (golint)
    • Line 2459: warning: exported type AddInstanceACLRulesRequest should have comment or be unexported (golint)
    • Line 2467: warning: comment on exported method API.AddInstanceACLRules should be of the form "AddInstanceACLRules ..." (golint)
    • Line 2504: warning: exported type SetInstanceACLRulesRequest should have comment or be unexported (golint)
    • Line 2512: warning: comment on exported method API.SetInstanceACLRules should be of the form "SetInstanceACLRules ..." (golint)
    • Line 2549: warning: exported type DeleteInstanceACLRulesRequest should have comment or be unexported (golint)
    • Line 2557: warning: comment on exported method API.DeleteInstanceACLRules should be of the form "DeleteInstanceACLRules ..." (golint)
    • Line 2594: warning: exported type ListUsersRequest should have comment or be unexported (golint)
    • Line 2610: warning: comment on exported method API.ListUsers should be of the form "ListUsers ..." (golint)
    • Line 2654: warning: exported type CreateUserRequest should have comment or be unexported (golint)
    • Line 2666: warning: comment on exported method API.CreateUser should be of the form "CreateUser ..." (golint)
    • Line 2703: warning: exported type UpdateUserRequest should have comment or be unexported (golint)
    • Line 2715: warning: comment on exported method API.UpdateUser should be of the form "UpdateUser ..." (golint)
    • Line 2756: warning: exported type DeleteUserRequest should have comment or be unexported (golint)
    • Line 2764: warning: comment on exported method API.DeleteUser should be of the form "DeleteUser ..." (golint)
    • Line 2798: warning: exported type ListDatabasesRequest should have comment or be unexported (golint)
    • Line 2818: warning: comment on exported method API.ListDatabases should be of the form "ListDatabases ..." (golint)
    • Line 2864: warning: exported type CreateDatabaseRequest should have comment or be unexported (golint)
    • Line 2872: warning: comment on exported method API.CreateDatabase should be of the form "CreateDatabase ..." (golint)
    • Line 2909: warning: exported type DeleteDatabaseRequest should have comment or be unexported (golint)
    • Line 2917: warning: comment on exported method API.DeleteDatabase should be of the form "DeleteDatabase ..." (golint)
    • Line 2951: warning: exported type ListPrivilegesRequest should have comment or be unexported (golint)
    • Line 2969: warning: comment on exported method API.ListPrivileges should be of the form "ListPrivileges ..." (golint)
    • Line 3014: warning: exported type SetPrivilegeRequest should have comment or be unexported (golint)
    • Line 3028: warning: comment on exported method API.SetPrivilege should be of the form "SetPrivilege ..." (golint)
    • Line 3065: warning: exported type ListSnapshotsRequest should have comment or be unexported (golint)
    • Line 3085: warning: comment on exported method API.ListSnapshots should be of the form "ListSnapshots ..." (golint)
    • Line 3128: warning: exported type GetSnapshotRequest should have comment or be unexported (golint)
    • Line 3134: warning: comment on exported method API.GetSnapshot should be of the form "GetSnapshot ..." (golint)
    • Line 3166: warning: exported type CreateSnapshotRequest should have comment or be unexported (golint)
    • Line 3176: warning: comment on exported method API.CreateSnapshot should be of the form "CreateSnapshot ..." (golint)
    • Line 3217: warning: exported type UpdateSnapshotRequest should have comment or be unexported (golint)
    • Line 3227: warning: comment on exported method API.UpdateSnapshot should be of the form "UpdateSnapshot ..." (golint)
    • Line 3264: warning: exported type DeleteSnapshotRequest should have comment or be unexported (golint)
    • Line 3270: warning: comment on exported method API.DeleteSnapshot should be of the form "DeleteSnapshot ..." (golint)
    • Line 3302: warning: exported type CreateInstanceFromSnapshotRequest should have comment or be unexported (golint)
    • Line 3314: warning: comment on exported method API.CreateInstanceFromSnapshot should be of the form "CreateInstanceFromSnapshot ..." (golint)
    • scaleway-sdk-go/api/instance/v1/volume_utils.go
    • Line 11: warning: comment on exported type WaitForVolumeRequest should be of the form "WaitForVolumeRequest ..." (with optional leading article) (golint)
    • Line 19: warning: comment on exported method API.WaitForVolume should be of the form "WaitForVolume ..." (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell94%

Misspell Finds commonly misspelled English words