Preparing report...

Report for github.com/yunify/qingcloud-sdk-go

A+    Excellent!    Found 30 issues across 63 files

Tweet

gofmt100%

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

No problems detected. Good job!


go_vet100%

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

No problems detected. Good job!


golint55%

Golint is a linter for Go source code.

    • qingcloud-sdk-go/service/app.go
    • Line 32: warning: exported type AppService should have comment or be unexported (golint)
    • Line 37: warning: exported type AppServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.App should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method AppService.DeployAppVersion should be of the form "DeployAppVersion ..." (golint)
    • Line 76: warning: exported type DeployAppVersionInput should have comment or be unexported (golint)
    • Line 86: warning: exported method DeployAppVersionInput.Validate should have comment or be unexported (golint)
    • Line 91: warning: exported type DeployAppVersionOutput should have comment or be unexported (golint)
    • Line 105: warning: comment on exported method AppService.DescribeAppVersionAttachments should be of the form "DescribeAppVersionAttachments ..." (golint)
    • Line 131: warning: exported type DescribeAppVersionAttachmentsInput should have comment or be unexported (golint)
    • Line 138: warning: exported method DescribeAppVersionAttachmentsInput.Validate should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeAppVersionAttachmentsOutput should have comment or be unexported (golint)
    • Line 151: warning: comment on exported method AppService.DescribeAppVersions should be of the form "DescribeAppVersions ..." (golint)
    • Line 177: warning: exported type DescribeAppVersionsInput should have comment or be unexported (golint)
    • Line 191: warning: exported method DescribeAppVersionsInput.Validate should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeAppVersionsOutput should have comment or be unexported (golint)
    • Line 224: warning: comment on exported method AppService.DescribeApps should be of the form "DescribeApps ..." (golint)
    • Line 250: warning: exported type DescribeAppsInput should have comment or be unexported (golint)
    • Line 265: warning: exported method DescribeAppsInput.Validate should have comment or be unexported (golint)
    • Line 290: warning: exported type DescribeAppsOutput should have comment or be unexported (golint)
    • Line 298: warning: comment on exported method AppService.GetGlobalUniqueId should be of the form "GetGlobalUniqueId ..." (golint)
    • Line 324: warning: exported type GetGlobalUniqueIdInput should have comment or be unexported (golint)
    • Line 328: warning: exported method GetGlobalUniqueIdInput.Validate should have comment or be unexported (golint)
    • Line 333: warning: exported type GetGlobalUniqueIdOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/cluster.go
    • Line 32: warning: exported type ClusterService should have comment or be unexported (golint)
    • Line 37: warning: exported type ClusterServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Cluster should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method ClusterService.AddClusterNodes should be of the form "AddClusterNodes ..." (golint)
    • Line 76: warning: exported type AddClusterNodesInput should have comment or be unexported (golint)
    • Line 85: warning: exported method AddClusterNodesInput.Validate should have comment or be unexported (golint)
    • Line 104: warning: exported type AddClusterNodesOutput should have comment or be unexported (golint)
    • Line 113: warning: comment on exported method ClusterService.AssociateEIPToClusterNode should be of the form "AssociateEIPToClusterNode ..." (golint)
    • Line 139: warning: exported type AssociateEIPToClusterNodeInput should have comment or be unexported (golint)
    • Line 145: warning: exported method AssociateEIPToClusterNodeInput.Validate should have comment or be unexported (golint)
    • Line 164: warning: exported type AssociateEIPToClusterNodeOutput should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method ClusterService.CeaseClusters should be of the form "CeaseClusters ..." (golint)
    • Line 197: warning: exported type CeaseClustersInput should have comment or be unexported (golint)
    • Line 201: warning: exported method CeaseClustersInput.Validate should have comment or be unexported (golint)
    • Line 213: warning: exported type CeaseClustersOutput should have comment or be unexported (golint)
    • Line 220: warning: comment on exported method ClusterService.ChangeClusterVxNet should be of the form "ChangeClusterVxNet ..." (golint)
    • Line 246: warning: exported type ChangeClusterVxNetInput should have comment or be unexported (golint)
    • Line 253: warning: exported method ChangeClusterVxNetInput.Validate should have comment or be unexported (golint)
    • Line 272: warning: exported type ChangeClusterVxNetOutput should have comment or be unexported (golint)
    • Line 281: warning: comment on exported method ClusterService.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 307: warning: exported type CreateClusterInput should have comment or be unexported (golint)
    • Line 311: warning: exported method CreateClusterInput.Validate should have comment or be unexported (golint)
    • Line 323: warning: exported type CreateClusterOutput should have comment or be unexported (golint)
    • Line 336: warning: comment on exported method ClusterService.CreateClusterFromSnapshot should be of the form "CreateClusterFromSnapshot ..." (golint)
    • Line 362: warning: exported type CreateClusterFromSnapshotInput should have comment or be unexported (golint)
    • Line 367: warning: exported method CreateClusterFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 386: warning: exported type CreateClusterFromSnapshotOutput should have comment or be unexported (golint)
    • Line 399: warning: comment on exported method ClusterService.DeleteClusterNodes should be of the form "DeleteClusterNodes ..." (golint)
    • Line 425: warning: exported type DeleteClusterNodesInput should have comment or be unexported (golint)
    • Line 431: warning: exported method DeleteClusterNodesInput.Validate should have comment or be unexported (golint)
    • Line 450: warning: exported type DeleteClusterNodesOutput should have comment or be unexported (golint)
    • Line 459: warning: comment on exported method ClusterService.DeleteClusters should be of the form "DeleteClusters ..." (golint)
    • Line 485: warning: exported type DeleteClustersInput should have comment or be unexported (golint)
    • Line 490: warning: exported method DeleteClustersInput.Validate should have comment or be unexported (golint)
    • Line 502: warning: exported type DeleteClustersOutput should have comment or be unexported (golint)
    • Line 509: warning: comment on exported method ClusterService.DescribeClusterDisplayTabs should be of the form "DescribeClusterDisplayTabs ..." (golint)
    • Line 535: warning: exported type DescribeClusterDisplayTabsInput should have comment or be unexported (golint)
    • Line 541: warning: exported method DescribeClusterDisplayTabsInput.Validate should have comment or be unexported (golint)
    • Line 560: warning: exported type DescribeClusterDisplayTabsOutput should have comment or be unexported (golint)
    • Line 567: warning: comment on exported method ClusterService.DescribeClusterNodes should be of the form "DescribeClusterNodes ..." (golint)
    • Line 593: warning: exported type DescribeClusterNodesInput should have comment or be unexported (golint)
    • Line 608: warning: exported method DescribeClusterNodesInput.Validate should have comment or be unexported (golint)
    • Line 613: warning: exported type DescribeClusterNodesOutput should have comment or be unexported (golint)
    • Line 621: warning: comment on exported method ClusterService.DescribeClusterUsers should be of the form "DescribeClusterUsers ..." (golint)
    • Line 647: warning: exported type DescribeClusterUsersInput should have comment or be unexported (golint)
    • Line 657: warning: exported method DescribeClusterUsersInput.Validate should have comment or be unexported (golint)
    • Line 676: warning: exported type DescribeClusterUsersOutput should have comment or be unexported (golint)
    • Line 684: warning: comment on exported method ClusterService.DescribeClusters should be of the form "DescribeClusters ..." (golint)
    • Line 710: warning: exported type DescribeClustersInput should have comment or be unexported (golint)
    • Line 735: warning: exported method DescribeClustersInput.Validate should have comment or be unexported (golint)
    • Line 760: warning: exported type DescribeClustersOutput should have comment or be unexported (golint)
    • Line 768: warning: comment on exported method ClusterService.DissociateEIPFromClusterNode should be of the form "DissociateEIPFromClusterNode ..." (golint)
    • Line 794: warning: exported type DissociateEIPFromClusterNodeInput should have comment or be unexported (golint)
    • Line 798: warning: exported method DissociateEIPFromClusterNodeInput.Validate should have comment or be unexported (golint)
    • Line 810: warning: exported type DissociateEIPFromClusterNodeOutput should have comment or be unexported (golint)
    • Line 817: warning: comment on exported method ClusterService.ModifyClusterAttributes should be of the form "ModifyClusterAttributes ..." (golint)
    • Line 843: warning: exported type ModifyClusterAttributesInput should have comment or be unexported (golint)
    • Line 850: warning: exported method ModifyClusterAttributesInput.Validate should have comment or be unexported (golint)
    • Line 862: warning: exported type ModifyClusterAttributesOutput should have comment or be unexported (golint)
    • Line 868: warning: comment on exported method ClusterService.ModifyClusterNodeAttributes should be of the form "ModifyClusterNodeAttributes ..." (golint)
    • Line 894: warning: exported type ModifyClusterNodeAttributesInput should have comment or be unexported (golint)
    • Line 899: warning: exported method ModifyClusterNodeAttributesInput.Validate should have comment or be unexported (golint)
    • Line 911: warning: exported type ModifyClusterNodeAttributesOutput should have comment or be unexported (golint)
    • Line 917: warning: comment on exported method ClusterService.RecoverClusters should be of the form "RecoverClusters ..." (golint)
    • Line 943: warning: exported type RecoverClustersInput should have comment or be unexported (golint)
    • Line 947: warning: exported method RecoverClustersInput.Validate should have comment or be unexported (golint)
    • Line 952: warning: exported type RecoverClustersOutput should have comment or be unexported (golint)
    • Line 958: warning: comment on exported method ClusterService.ResizeCluster should be of the form "ResizeCluster ..." (golint)
    • Line 984: warning: exported type ResizeClusterInput should have comment or be unexported (golint)
    • Line 993: warning: exported method ResizeClusterInput.Validate should have comment or be unexported (golint)
    • Line 1005: warning: exported type ResizeClusterOutput should have comment or be unexported (golint)
    • Line 1018: warning: comment on exported method ClusterService.RestartClusterService should be of the form "RestartClusterService ..." (golint)
    • Line 1044: warning: exported type RestartClusterServiceInput should have comment or be unexported (golint)
    • Line 1049: warning: exported method RestartClusterServiceInput.Validate should have comment or be unexported (golint)
    • Line 1054: warning: exported type RestartClusterServiceOutput should have comment or be unexported (golint)
    • Line 1063: warning: comment on exported method ClusterService.RestoreClusterFromSnapshot should be of the form "RestoreClusterFromSnapshot ..." (golint)
    • Line 1089: warning: exported type RestoreClusterFromSnapshotInput should have comment or be unexported (golint)
    • Line 1095: warning: exported method RestoreClusterFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 1114: warning: exported type RestoreClusterFromSnapshotOutput should have comment or be unexported (golint)
    • Line 1124: warning: comment on exported method ClusterService.RunClusterCustomService should be of the form "RunClusterCustomService ..." (golint)
    • Line 1150: warning: exported type RunClusterCustomServiceInput should have comment or be unexported (golint)
    • Line 1157: warning: exported method RunClusterCustomServiceInput.Validate should have comment or be unexported (golint)
    • Line 1176: warning: exported type RunClusterCustomServiceOutput should have comment or be unexported (golint)
    • Line 1186: warning: comment on exported method ClusterService.StartClusters should be of the form "StartClusters ..." (golint)
    • Line 1212: warning: exported type StartClustersInput should have comment or be unexported (golint)
    • Line 1216: warning: exported method StartClustersInput.Validate should have comment or be unexported (golint)
    • Line 1228: warning: exported type StartClustersOutput should have comment or be unexported (golint)
    • Line 1235: warning: comment on exported method ClusterService.StopClusters should be of the form "StopClusters ..." (golint)
    • Line 1261: warning: exported type StopClustersInput should have comment or be unexported (golint)
    • Line 1266: warning: exported method StopClustersInput.Validate should have comment or be unexported (golint)
    • Line 1278: warning: exported type StopClustersOutput should have comment or be unexported (golint)
    • Line 1285: warning: comment on exported method ClusterService.UpdateClusterEnvironment should be of the form "UpdateClusterEnvironment ..." (golint)
    • Line 1311: warning: exported type UpdateClusterEnvironmentInput should have comment or be unexported (golint)
    • Line 1317: warning: exported method UpdateClusterEnvironmentInput.Validate should have comment or be unexported (golint)
    • Line 1322: warning: exported type UpdateClusterEnvironmentOutput should have comment or be unexported (golint)
    • Line 1328: warning: comment on exported method ClusterService.UpgradeClusters should be of the form "UpgradeClusters ..." (golint)
    • Line 1354: warning: exported type UpgradeClustersInput should have comment or be unexported (golint)
    • Line 1360: warning: exported method UpgradeClustersInput.Validate should have comment or be unexported (golint)
    • Line 1365: warning: exported type UpgradeClustersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/eip.go
    • Line 32: warning: exported type EIPService should have comment or be unexported (golint)
    • Line 37: warning: exported type EIPServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.EIP should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method EIPService.AllocateEIPs should be of the form "AllocateEIPs ..." (golint)
    • Line 76: warning: exported type AllocateEIPsInput should have comment or be unexported (golint)
    • Line 86: warning: exported method AllocateEIPsInput.Validate should have comment or be unexported (golint)
    • Line 138: warning: exported type AllocateEIPsOutput should have comment or be unexported (golint)
    • Line 145: warning: comment on exported method EIPService.AssociateEIP should be of the form "AssociateEIP ..." (golint)
    • Line 171: warning: exported type AssociateEIPInput should have comment or be unexported (golint)
    • Line 176: warning: exported method AssociateEIPInput.Validate should have comment or be unexported (golint)
    • Line 195: warning: exported type AssociateEIPOutput should have comment or be unexported (golint)
    • Line 202: warning: comment on exported method EIPService.ChangeEIPsBandwidth should be of the form "ChangeEIPsBandwidth ..." (golint)
    • Line 228: warning: exported type ChangeEIPsBandwidthInput should have comment or be unexported (golint)
    • Line 233: warning: exported method ChangeEIPsBandwidthInput.Validate should have comment or be unexported (golint)
    • Line 252: warning: exported type ChangeEIPsBandwidthOutput should have comment or be unexported (golint)
    • Line 259: warning: comment on exported method EIPService.ChangeEIPsBillingMode should be of the form "ChangeEIPsBillingMode ..." (golint)
    • Line 285: warning: exported type ChangeEIPsBillingModeInput should have comment or be unexported (golint)
    • Line 293: warning: exported method ChangeEIPsBillingModeInput.Validate should have comment or be unexported (golint)
    • Line 332: warning: exported type ChangeEIPsBillingModeOutput should have comment or be unexported (golint)
    • Line 339: warning: comment on exported method EIPService.DescribeEIPs should be of the form "DescribeEIPs ..." (golint)
    • Line 365: warning: exported type DescribeEIPsInput should have comment or be unexported (golint)
    • Line 378: warning: exported method DescribeEIPsInput.Validate should have comment or be unexported (golint)
    • Line 383: warning: exported type DescribeEIPsOutput should have comment or be unexported (golint)
    • Line 391: warning: comment on exported method EIPService.DissociateEIPs should be of the form "DissociateEIPs ..." (golint)
    • Line 417: warning: exported type DissociateEIPsInput should have comment or be unexported (golint)
    • Line 421: warning: exported method DissociateEIPsInput.Validate should have comment or be unexported (golint)
    • Line 433: warning: exported type DissociateEIPsOutput should have comment or be unexported (golint)
    • Line 440: warning: comment on exported method EIPService.ModifyEIPAttributes should be of the form "ModifyEIPAttributes ..." (golint)
    • Line 466: warning: exported type ModifyEIPAttributesInput should have comment or be unexported (golint)
    • Line 472: warning: exported method ModifyEIPAttributesInput.Validate should have comment or be unexported (golint)
    • Line 484: warning: exported type ModifyEIPAttributesOutput should have comment or be unexported (golint)
    • Line 491: warning: comment on exported method EIPService.ReleaseEIPs should be of the form "ReleaseEIPs ..." (golint)
    • Line 517: warning: exported type ReleaseEIPsInput should have comment or be unexported (golint)
    • Line 521: warning: exported method ReleaseEIPsInput.Validate should have comment or be unexported (golint)
    • Line 533: warning: exported type ReleaseEIPsOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/accesskey.go
    • Line 32: warning: exported type AccesskeyService should have comment or be unexported (golint)
    • Line 37: warning: exported type AccesskeyServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Accesskey should have comment or be unexported (golint)
    • Line 50: warning: exported method AccesskeyService.DeleteAccessKeys should have comment or be unexported (golint)
    • Line 75: warning: exported type DeleteAccessKeysInput should have comment or be unexported (golint)
    • Line 79: warning: exported method DeleteAccessKeysInput.Validate should have comment or be unexported (golint)
    • Line 91: warning: exported type DeleteAccessKeysOutput should have comment or be unexported (golint)
    • Line 99: warning: exported method AccesskeyService.DescribeAccessKeys should have comment or be unexported (golint)
    • Line 124: warning: exported type DescribeAccessKeysInput should have comment or be unexported (golint)
    • Line 134: warning: exported method DescribeAccessKeysInput.Validate should have comment or be unexported (golint)
    • Line 139: warning: exported type DescribeAccessKeysOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/monitor.go
    • Line 32: warning: exported type MonitorService should have comment or be unexported (golint)
    • Line 37: warning: exported type MonitorServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Monitor should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method MonitorService.GetMonitor should be of the form "GetMonitor ..." (golint)
    • Line 76: warning: exported type GetMonitorInput should have comment or be unexported (golint)
    • Line 85: warning: exported method GetMonitorInput.Validate should have comment or be unexported (golint)
    • Line 110: warning: exported type GetMonitorOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/volume.go
    • Line 32: warning: exported type VolumeService should have comment or be unexported (golint)
    • Line 37: warning: exported type VolumeServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Volume should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method VolumeService.AttachVolumes should be of the form "AttachVolumes ..." (golint)
    • Line 76: warning: exported type AttachVolumesInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AttachVolumesInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AttachVolumesOutput should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method VolumeService.CloneVolumes should be of the form "CloneVolumes ..." (golint)
    • Line 133: warning: exported type CloneVolumesInput should have comment or be unexported (golint)
    • Line 143: warning: exported method CloneVolumesInput.Validate should have comment or be unexported (golint)
    • Line 175: warning: exported type CloneVolumesOutput should have comment or be unexported (golint)
    • Line 183: warning: comment on exported method VolumeService.CreateVolumes should be of the form "CreateVolumes ..." (golint)
    • Line 209: warning: exported type CreateVolumesInput should have comment or be unexported (golint)
    • Line 219: warning: exported method CreateVolumesInput.Validate should have comment or be unexported (golint)
    • Line 251: warning: exported type CreateVolumesOutput should have comment or be unexported (golint)
    • Line 259: warning: comment on exported method VolumeService.DeleteVolumes should be of the form "DeleteVolumes ..." (golint)
    • Line 285: warning: exported type DeleteVolumesInput should have comment or be unexported (golint)
    • Line 289: warning: exported method DeleteVolumesInput.Validate should have comment or be unexported (golint)
    • Line 301: warning: exported type DeleteVolumesOutput should have comment or be unexported (golint)
    • Line 308: warning: comment on exported method VolumeService.DescribeVolumes should be of the form "DescribeVolumes ..." (golint)
    • Line 334: warning: exported type DescribeVolumesInput should have comment or be unexported (golint)
    • Line 350: warning: exported method DescribeVolumesInput.Validate should have comment or be unexported (golint)
    • Line 395: warning: exported type DescribeVolumesOutput should have comment or be unexported (golint)
    • Line 403: warning: comment on exported method VolumeService.DetachVolumes should be of the form "DetachVolumes ..." (golint)
    • Line 429: warning: exported type DetachVolumesInput should have comment or be unexported (golint)
    • Line 434: warning: exported method DetachVolumesInput.Validate should have comment or be unexported (golint)
    • Line 453: warning: exported type DetachVolumesOutput should have comment or be unexported (golint)
    • Line 460: warning: comment on exported method VolumeService.ModifyVolumeAttributes should be of the form "ModifyVolumeAttributes ..." (golint)
    • Line 486: warning: exported type ModifyVolumeAttributesInput should have comment or be unexported (golint)
    • Line 492: warning: exported method ModifyVolumeAttributesInput.Validate should have comment or be unexported (golint)
    • Line 504: warning: exported type ModifyVolumeAttributesOutput should have comment or be unexported (golint)
    • Line 510: warning: comment on exported method VolumeService.ResizeVolumes should be of the form "ResizeVolumes ..." (golint)
    • Line 536: warning: exported type ResizeVolumesInput should have comment or be unexported (golint)
    • Line 541: warning: exported method ResizeVolumesInput.Validate should have comment or be unexported (golint)
    • Line 560: warning: exported type ResizeVolumesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/shared_storage.go
    • Line 32: warning: exported type SharedStorageService should have comment or be unexported (golint)
    • Line 37: warning: exported type SharedStorageServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.SharedStorage should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method SharedStorageService.AttachToS2SharedTarget should be of the form "AttachToS2SharedTarget ..." (golint)
    • Line 76: warning: exported type AttachToS2SharedTargetInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AttachToS2SharedTargetInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AttachToS2SharedTargetOutput should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method SharedStorageService.ChangeS2ServerVxNet should be of the form "ChangeS2ServerVxNet ..." (golint)
    • Line 133: warning: exported type ChangeS2ServerVxNetInput should have comment or be unexported (golint)
    • Line 139: warning: exported method ChangeS2ServerVxNetInput.Validate should have comment or be unexported (golint)
    • Line 158: warning: exported type ChangeS2ServerVxNetOutput should have comment or be unexported (golint)
    • Line 165: warning: comment on exported method SharedStorageService.CreateS2Server should be of the form "CreateS2Server ..." (golint)
    • Line 191: warning: exported type CreateS2ServerInput should have comment or be unexported (golint)
    • Line 201: warning: exported method CreateS2ServerInput.Validate should have comment or be unexported (golint)
    • Line 226: warning: exported type CreateS2ServerOutput should have comment or be unexported (golint)
    • Line 234: warning: comment on exported method SharedStorageService.CreateS2SharedTarget should be of the form "CreateS2SharedTarget ..." (golint)
    • Line 260: warning: exported type CreateS2SharedTargetInput should have comment or be unexported (golint)
    • Line 272: warning: exported method CreateS2SharedTargetInput.Validate should have comment or be unexported (golint)
    • Line 318: warning: exported type CreateS2SharedTargetOutput should have comment or be unexported (golint)
    • Line 325: warning: comment on exported method SharedStorageService.DeleteS2Servers should be of the form "DeleteS2Servers ..." (golint)
    • Line 351: warning: exported type DeleteS2ServersInput should have comment or be unexported (golint)
    • Line 355: warning: exported method DeleteS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 367: warning: exported type DeleteS2ServersOutput should have comment or be unexported (golint)
    • Line 375: warning: comment on exported method SharedStorageService.DeleteS2SharedTargets should be of the form "DeleteS2SharedTargets ..." (golint)
    • Line 401: warning: exported type DeleteS2SharedTargetsInput should have comment or be unexported (golint)
    • Line 405: warning: exported method DeleteS2SharedTargetsInput.Validate should have comment or be unexported (golint)
    • Line 417: warning: exported type DeleteS2SharedTargetsOutput should have comment or be unexported (golint)
    • Line 424: warning: comment on exported method SharedStorageService.DescribeS2DefaultParameters should be of the form "DescribeS2DefaultParameters ..." (golint)
    • Line 450: warning: exported type DescribeS2DefaultParametersInput should have comment or be unexported (golint)
    • Line 459: warning: exported method DescribeS2DefaultParametersInput.Validate should have comment or be unexported (golint)
    • Line 504: warning: exported type DescribeS2DefaultParametersOutput should have comment or be unexported (golint)
    • Line 512: warning: comment on exported method SharedStorageService.DescribeS2Servers should be of the form "DescribeS2Servers ..." (golint)
    • Line 538: warning: exported type DescribeS2ServersInput should have comment or be unexported (golint)
    • Line 548: warning: exported method DescribeS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 553: warning: exported type DescribeS2ServersOutput should have comment or be unexported (golint)
    • Line 561: warning: comment on exported method SharedStorageService.DescribeS2SharedTargets should be of the form "DescribeS2SharedTargets ..." (golint)
    • Line 587: warning: exported type DescribeS2SharedTargetsInput should have comment or be unexported (golint)
    • Line 596: warning: exported method DescribeS2SharedTargetsInput.Validate should have comment or be unexported (golint)
    • Line 601: warning: exported type DescribeS2SharedTargetsOutput should have comment or be unexported (golint)
    • Line 609: warning: comment on exported method SharedStorageService.DetachFromS2SharedTarget should be of the form "DetachFromS2SharedTarget ..." (golint)
    • Line 635: warning: exported type DetachFromS2SharedTargetInput should have comment or be unexported (golint)
    • Line 640: warning: exported method DetachFromS2SharedTargetInput.Validate should have comment or be unexported (golint)
    • Line 659: warning: exported type DetachFromS2SharedTargetOutput should have comment or be unexported (golint)
    • Line 666: warning: comment on exported method SharedStorageService.DisableS2SharedTargets should be of the form "DisableS2SharedTargets ..." (golint)
    • Line 692: warning: exported type DisableS2SharedTargetsInput should have comment or be unexported (golint)
    • Line 696: warning: exported method DisableS2SharedTargetsInput.Validate should have comment or be unexported (golint)
    • Line 708: warning: exported type DisableS2SharedTargetsOutput should have comment or be unexported (golint)
    • Line 715: warning: comment on exported method SharedStorageService.EnableS2SharedTargets should be of the form "EnableS2SharedTargets ..." (golint)
    • Line 741: warning: exported type EnableS2SharedTargetsInput should have comment or be unexported (golint)
    • Line 745: warning: exported method EnableS2SharedTargetsInput.Validate should have comment or be unexported (golint)
    • Line 757: warning: exported type EnableS2SharedTargetsOutput should have comment or be unexported (golint)
    • Line 764: warning: comment on exported method SharedStorageService.ModifyS2Server should be of the form "ModifyS2Server ..." (golint)
    • Line 790: warning: exported type ModifyS2ServerInput should have comment or be unexported (golint)
    • Line 796: warning: exported method ModifyS2ServerInput.Validate should have comment or be unexported (golint)
    • Line 808: warning: exported type ModifyS2ServerOutput should have comment or be unexported (golint)
    • Line 814: warning: comment on exported method SharedStorageService.ModifyS2SharedTargets should be of the form "ModifyS2SharedTargets ..." (golint)
    • Line 840: warning: exported type ModifyS2SharedTargetsInput should have comment or be unexported (golint)
    • Line 847: warning: exported method ModifyS2SharedTargetsInput.Validate should have comment or be unexported (golint)
    • Line 873: warning: exported type ModifyS2SharedTargetsOutput should have comment or be unexported (golint)
    • Line 879: warning: comment on exported method SharedStorageService.PowerOffS2Servers should be of the form "PowerOffS2Servers ..." (golint)
    • Line 905: warning: exported type PowerOffS2ServersInput should have comment or be unexported (golint)
    • Line 909: warning: exported method PowerOffS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 921: warning: exported type PowerOffS2ServersOutput should have comment or be unexported (golint)
    • Line 928: warning: comment on exported method SharedStorageService.PowerOnS2Servers should be of the form "PowerOnS2Servers ..." (golint)
    • Line 954: warning: exported type PowerOnS2ServersInput should have comment or be unexported (golint)
    • Line 958: warning: exported method PowerOnS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 970: warning: exported type PowerOnS2ServersOutput should have comment or be unexported (golint)
    • Line 977: warning: comment on exported method SharedStorageService.ResizeS2Servers should be of the form "ResizeS2Servers ..." (golint)
    • Line 1003: warning: exported type ResizeS2ServersInput should have comment or be unexported (golint)
    • Line 1008: warning: exported method ResizeS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 1027: warning: exported type ResizeS2ServersOutput should have comment or be unexported (golint)
    • Line 1034: warning: comment on exported method SharedStorageService.UpdateS2Servers should be of the form "UpdateS2Servers ..." (golint)
    • Line 1060: warning: exported type UpdateS2ServersInput should have comment or be unexported (golint)
    • Line 1064: warning: exported method UpdateS2ServersInput.Validate should have comment or be unexported (golint)
    • Line 1076: warning: exported type UpdateS2ServersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/tag.go
    • Line 32: warning: exported type TagService should have comment or be unexported (golint)
    • Line 37: warning: exported type TagServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Tag should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method TagService.AttachTags should be of the form "AttachTags ..." (golint)
    • Line 76: warning: exported type AttachTagsInput should have comment or be unexported (golint)
    • Line 80: warning: exported method AttachTagsInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AttachTagsOutput should have comment or be unexported (golint)
    • Line 106: warning: comment on exported method TagService.CreateTag should be of the form "CreateTag ..." (golint)
    • Line 132: warning: exported type CreateTagInput should have comment or be unexported (golint)
    • Line 137: warning: exported method CreateTagInput.Validate should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateTagOutput should have comment or be unexported (golint)
    • Line 149: warning: comment on exported method TagService.DeleteTags should be of the form "DeleteTags ..." (golint)
    • Line 175: warning: exported type DeleteTagsInput should have comment or be unexported (golint)
    • Line 179: warning: exported method DeleteTagsInput.Validate should have comment or be unexported (golint)
    • Line 191: warning: exported type DeleteTagsOutput should have comment or be unexported (golint)
    • Line 198: warning: comment on exported method TagService.DescribeTags should be of the form "DescribeTags ..." (golint)
    • Line 224: warning: exported type DescribeTagsInput should have comment or be unexported (golint)
    • Line 233: warning: exported method DescribeTagsInput.Validate should have comment or be unexported (golint)
    • Line 258: warning: exported type DescribeTagsOutput should have comment or be unexported (golint)
    • Line 266: warning: comment on exported method TagService.DetachTags should be of the form "DetachTags ..." (golint)
    • Line 292: warning: exported type DetachTagsInput should have comment or be unexported (golint)
    • Line 296: warning: exported method DetachTagsInput.Validate should have comment or be unexported (golint)
    • Line 316: warning: exported type DetachTagsOutput should have comment or be unexported (golint)
    • Line 322: warning: comment on exported method TagService.ModifyTagAttributes should be of the form "ModifyTagAttributes ..." (golint)
    • Line 348: warning: exported type ModifyTagAttributesInput should have comment or be unexported (golint)
    • Line 355: warning: exported method ModifyTagAttributesInput.Validate should have comment or be unexported (golint)
    • Line 367: warning: exported type ModifyTagAttributesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/mongo.go
    • Line 32: warning: exported type MongoService should have comment or be unexported (golint)
    • Line 37: warning: exported type MongoServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Mongo should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method MongoService.AddMongoInstances should be of the form "AddMongoInstances ..." (golint)
    • Line 76: warning: exported type AddMongoInstancesInput should have comment or be unexported (golint)
    • Line 82: warning: exported method AddMongoInstancesInput.Validate should have comment or be unexported (golint)
    • Line 95: warning: exported type AddMongoInstancesOutput should have comment or be unexported (golint)
    • Line 104: warning: comment on exported method MongoService.ChangeMongoVxNet should be of the form "ChangeMongoVxNet ..." (golint)
    • Line 130: warning: exported type ChangeMongoVxNetInput should have comment or be unexported (golint)
    • Line 136: warning: exported method ChangeMongoVxNetInput.Validate should have comment or be unexported (golint)
    • Line 163: warning: exported type ChangeMongoVxNetOutput should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method MongoService.CreateMongo should be of the form "CreateMongo ..." (golint)
    • Line 197: warning: exported type CreateMongoInput should have comment or be unexported (golint)
    • Line 211: warning: exported method CreateMongoInput.Validate should have comment or be unexported (golint)
    • Line 245: warning: exported type CreateMongoOutput should have comment or be unexported (golint)
    • Line 253: warning: comment on exported method MongoService.CreateMongoFromSnapshot should be of the form "CreateMongoFromSnapshot ..." (golint)
    • Line 279: warning: exported type CreateMongoFromSnapshotInput should have comment or be unexported (golint)
    • Line 290: warning: exported method CreateMongoFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 295: warning: exported type CreateMongoFromSnapshotOutput should have comment or be unexported (golint)
    • Line 303: warning: comment on exported method MongoService.DeleteMongos should be of the form "DeleteMongos ..." (golint)
    • Line 329: warning: exported type DeleteMongosInput should have comment or be unexported (golint)
    • Line 333: warning: exported method DeleteMongosInput.Validate should have comment or be unexported (golint)
    • Line 345: warning: exported type DeleteMongosOutput should have comment or be unexported (golint)
    • Line 353: warning: comment on exported method MongoService.DescribeMongoNodes should be of the form "DescribeMongoNodes ..." (golint)
    • Line 379: warning: exported type DescribeMongoNodesInput should have comment or be unexported (golint)
    • Line 386: warning: exported method DescribeMongoNodesInput.Validate should have comment or be unexported (golint)
    • Line 398: warning: exported type DescribeMongoNodesOutput should have comment or be unexported (golint)
    • Line 406: warning: comment on exported method MongoService.DescribeMongoParameters should be of the form "DescribeMongoParameters ..." (golint)
    • Line 432: warning: exported type DescribeMongoParametersInput should have comment or be unexported (golint)
    • Line 438: warning: exported method DescribeMongoParametersInput.Validate should have comment or be unexported (golint)
    • Line 450: warning: exported type DescribeMongoParametersOutput should have comment or be unexported (golint)
    • Line 458: warning: comment on exported method MongoService.DescribeMongos should be of the form "DescribeMongos ..." (golint)
    • Line 484: warning: exported type DescribeMongosInput should have comment or be unexported (golint)
    • Line 495: warning: exported method DescribeMongosInput.Validate should have comment or be unexported (golint)
    • Line 500: warning: exported type DescribeMongosOutput should have comment or be unexported (golint)
    • Line 508: warning: comment on exported method MongoService.GetMongoMonitor should be of the form "GetMongoMonitor ..." (golint)
    • Line 534: warning: exported type GetMongoMonitorInput should have comment or be unexported (golint)
    • Line 543: warning: exported method GetMongoMonitorInput.Validate should have comment or be unexported (golint)
    • Line 589: warning: exported type GetMongoMonitorOutput should have comment or be unexported (golint)
    • Line 597: warning: comment on exported method MongoService.ModifyMongoAttributes should be of the form "ModifyMongoAttributes ..." (golint)
    • Line 623: warning: exported type ModifyMongoAttributesInput should have comment or be unexported (golint)
    • Line 630: warning: exported method ModifyMongoAttributesInput.Validate should have comment or be unexported (golint)
    • Line 642: warning: exported type ModifyMongoAttributesOutput should have comment or be unexported (golint)
    • Line 649: warning: comment on exported method MongoService.ModifyMongoInstances should be of the form "ModifyMongoInstances ..." (golint)
    • Line 675: warning: exported type ModifyMongoInstancesInput should have comment or be unexported (golint)
    • Line 680: warning: exported method ModifyMongoInstancesInput.Validate should have comment or be unexported (golint)
    • Line 700: warning: exported type ModifyMongoInstancesOutput should have comment or be unexported (golint)
    • Line 708: warning: comment on exported method MongoService.RemoveMongoInstances should be of the form "RemoveMongoInstances ..." (golint)
    • Line 734: warning: exported type RemoveMongoInstancesInput should have comment or be unexported (golint)
    • Line 739: warning: exported method RemoveMongoInstancesInput.Validate should have comment or be unexported (golint)
    • Line 758: warning: exported type RemoveMongoInstancesOutput should have comment or be unexported (golint)
    • Line 766: warning: comment on exported method MongoService.ResizeMongos should be of the form "ResizeMongos ..." (golint)
    • Line 792: warning: exported type ResizeMongosInput should have comment or be unexported (golint)
    • Line 798: warning: exported method ResizeMongosInput.Validate should have comment or be unexported (golint)
    • Line 810: warning: exported type ResizeMongosOutput should have comment or be unexported (golint)
    • Line 818: warning: comment on exported method MongoService.StartMongos should be of the form "StartMongos ..." (golint)
    • Line 844: warning: exported type StartMongosInput should have comment or be unexported (golint)
    • Line 848: warning: exported method StartMongosInput.Validate should have comment or be unexported (golint)
    • Line 860: warning: exported type StartMongosOutput should have comment or be unexported (golint)
    • Line 867: warning: comment on exported method MongoService.StopMongos should be of the form "StopMongos ..." (golint)
    • Line 893: warning: exported type StopMongosInput should have comment or be unexported (golint)
    • Line 897: warning: exported method StopMongosInput.Validate should have comment or be unexported (golint)
    • Line 909: warning: exported type StopMongosOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/qingcloud.go
    • Line 27: warning: comment on exported type QingCloudService should be of the form "QingCloudService ..." (with optional leading article) (golint)
    • Line 33: warning: exported type QingCloudServiceProperties should have comment or be unexported (golint)
    • Line 36: warning: exported function Init should have comment or be unexported (golint)
    • Line 42: warning: comment on exported method QingCloudService.DescribeZones should be of the form "DescribeZones ..." (golint)
    • Line 68: warning: exported type DescribeZonesInput should have comment or be unexported (golint)
    • Line 73: warning: exported method DescribeZonesInput.Validate should have comment or be unexported (golint)
    • Line 78: warning: exported type DescribeZonesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/router.go
    • Line 32: warning: exported type RouterService should have comment or be unexported (golint)
    • Line 37: warning: exported type RouterServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Router should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method RouterService.AddRouterStaticEntries should be of the form "AddRouterStaticEntries ..." (golint)
    • Line 76: warning: exported type AddRouterStaticEntriesInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AddRouterStaticEntriesInput.Validate should have comment or be unexported (golint)
    • Line 101: warning: exported type AddRouterStaticEntriesOutput should have comment or be unexported (golint)
    • Line 108: warning: comment on exported method RouterService.AddRouterStatics should be of the form "AddRouterStatics ..." (golint)
    • Line 134: warning: exported type AddRouterStaticsInput should have comment or be unexported (golint)
    • Line 140: warning: exported method AddRouterStaticsInput.Validate should have comment or be unexported (golint)
    • Line 167: warning: exported type AddRouterStaticsOutput should have comment or be unexported (golint)
    • Line 174: warning: comment on exported method RouterService.CreateRouters should be of the form "CreateRouters ..." (golint)
    • Line 200: warning: exported type CreateRoutersInput should have comment or be unexported (golint)
    • Line 209: warning: exported method CreateRoutersInput.Validate should have comment or be unexported (golint)
    • Line 234: warning: exported type CreateRoutersOutput should have comment or be unexported (golint)
    • Line 242: warning: comment on exported method RouterService.DeleteRouterStaticEntries should be of the form "DeleteRouterStaticEntries ..." (golint)
    • Line 268: warning: exported type DeleteRouterStaticEntriesInput should have comment or be unexported (golint)
    • Line 272: warning: exported method DeleteRouterStaticEntriesInput.Validate should have comment or be unexported (golint)
    • Line 284: warning: exported type DeleteRouterStaticEntriesOutput should have comment or be unexported (golint)
    • Line 291: warning: comment on exported method RouterService.DeleteRouterStatics should be of the form "DeleteRouterStatics ..." (golint)
    • Line 317: warning: exported type DeleteRouterStaticsInput should have comment or be unexported (golint)
    • Line 321: warning: exported method DeleteRouterStaticsInput.Validate should have comment or be unexported (golint)
    • Line 333: warning: exported type DeleteRouterStaticsOutput should have comment or be unexported (golint)
    • Line 340: warning: comment on exported method RouterService.DeleteRouters should be of the form "DeleteRouters ..." (golint)
    • Line 366: warning: exported type DeleteRoutersInput should have comment or be unexported (golint)
    • Line 370: warning: exported method DeleteRoutersInput.Validate should have comment or be unexported (golint)
    • Line 382: warning: exported type DeleteRoutersOutput should have comment or be unexported (golint)
    • Line 390: warning: comment on exported method RouterService.DescribeRouterStaticEntries should be of the form "DescribeRouterStaticEntries ..." (golint)
    • Line 416: warning: exported type DescribeRouterStaticEntriesInput should have comment or be unexported (golint)
    • Line 424: warning: exported method DescribeRouterStaticEntriesInput.Validate should have comment or be unexported (golint)
    • Line 429: warning: exported type DescribeRouterStaticEntriesOutput should have comment or be unexported (golint)
    • Line 437: warning: comment on exported method RouterService.DescribeRouterStatics should be of the form "DescribeRouterStatics ..." (golint)
    • Line 463: warning: exported type DescribeRouterStaticsInput should have comment or be unexported (golint)
    • Line 476: warning: exported method DescribeRouterStaticsInput.Validate should have comment or be unexported (golint)
    • Line 528: warning: exported type DescribeRouterStaticsOutput should have comment or be unexported (golint)
    • Line 536: warning: comment on exported method RouterService.DescribeRouterVxNets should be of the form "DescribeRouterVxNets ..." (golint)
    • Line 562: warning: exported type DescribeRouterVxNetsInput should have comment or be unexported (golint)
    • Line 571: warning: exported method DescribeRouterVxNetsInput.Validate should have comment or be unexported (golint)
    • Line 603: warning: exported type DescribeRouterVxNetsOutput should have comment or be unexported (golint)
    • Line 611: warning: comment on exported method RouterService.DescribeRouters should be of the form "DescribeRouters ..." (golint)
    • Line 637: warning: exported type DescribeRoutersInput should have comment or be unexported (golint)
    • Line 651: warning: exported method DescribeRoutersInput.Validate should have comment or be unexported (golint)
    • Line 676: warning: exported type DescribeRoutersOutput should have comment or be unexported (golint)
    • Line 684: warning: comment on exported method RouterService.GetRouterMonitor should be of the form "GetRouterMonitor ..." (golint)
    • Line 710: warning: exported type GetRouterMonitorInput should have comment or be unexported (golint)
    • Line 719: warning: exported method GetRouterMonitorInput.Validate should have comment or be unexported (golint)
    • Line 765: warning: exported type GetRouterMonitorOutput should have comment or be unexported (golint)
    • Line 773: warning: comment on exported method RouterService.GetVPNCerts should be of the form "GetVPNCerts ..." (golint)
    • Line 799: warning: exported type GetVPNCertsInput should have comment or be unexported (golint)
    • Line 806: warning: exported method GetVPNCertsInput.Validate should have comment or be unexported (golint)
    • Line 838: warning: exported type GetVPNCertsOutput should have comment or be unexported (golint)
    • Line 854: warning: comment on exported method RouterService.JoinRouter should be of the form "JoinRouter ..." (golint)
    • Line 880: warning: exported type JoinRouterInput should have comment or be unexported (golint)
    • Line 891: warning: exported method JoinRouterInput.Validate should have comment or be unexported (golint)
    • Line 937: warning: exported type JoinRouterOutput should have comment or be unexported (golint)
    • Line 946: warning: comment on exported method RouterService.LeaveRouter should be of the form "LeaveRouter ..." (golint)
    • Line 972: warning: exported type LeaveRouterInput should have comment or be unexported (golint)
    • Line 977: warning: exported method LeaveRouterInput.Validate should have comment or be unexported (golint)
    • Line 996: warning: exported type LeaveRouterOutput should have comment or be unexported (golint)
    • Line 1005: warning: comment on exported method RouterService.ModifyRouterAttributes should be of the form "ModifyRouterAttributes ..." (golint)
    • Line 1031: warning: exported type ModifyRouterAttributesInput should have comment or be unexported (golint)
    • Line 1044: warning: exported method ModifyRouterAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1076: warning: exported type ModifyRouterAttributesOutput should have comment or be unexported (golint)
    • Line 1082: warning: comment on exported method RouterService.ModifyRouterStaticAttributes should be of the form "ModifyRouterStaticAttributes ..." (golint)
    • Line 1108: warning: exported type ModifyRouterStaticAttributesInput should have comment or be unexported (golint)
    • Line 1122: warning: exported method ModifyRouterStaticAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1134: warning: exported type ModifyRouterStaticAttributesOutput should have comment or be unexported (golint)
    • Line 1141: warning: comment on exported method RouterService.ModifyRouterStaticEntryAttributes should be of the form "ModifyRouterStaticEntryAttributes ..." (golint)
    • Line 1167: warning: exported type ModifyRouterStaticEntryAttributesInput should have comment or be unexported (golint)
    • Line 1174: warning: exported method ModifyRouterStaticEntryAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1186: warning: exported type ModifyRouterStaticEntryAttributesOutput should have comment or be unexported (golint)
    • Line 1193: warning: comment on exported method RouterService.PowerOffRouters should be of the form "PowerOffRouters ..." (golint)
    • Line 1219: warning: exported type PowerOffRoutersInput should have comment or be unexported (golint)
    • Line 1223: warning: exported method PowerOffRoutersInput.Validate should have comment or be unexported (golint)
    • Line 1235: warning: exported type PowerOffRoutersOutput should have comment or be unexported (golint)
    • Line 1242: warning: comment on exported method RouterService.PowerOnRouters should be of the form "PowerOnRouters ..." (golint)
    • Line 1268: warning: exported type PowerOnRoutersInput should have comment or be unexported (golint)
    • Line 1272: warning: exported method PowerOnRoutersInput.Validate should have comment or be unexported (golint)
    • Line 1284: warning: exported type PowerOnRoutersOutput should have comment or be unexported (golint)
    • Line 1291: warning: comment on exported method RouterService.UpdateRouters should be of the form "UpdateRouters ..." (golint)
    • Line 1317: warning: exported type UpdateRoutersInput should have comment or be unexported (golint)
    • Line 1321: warning: exported method UpdateRoutersInput.Validate should have comment or be unexported (golint)
    • Line 1333: warning: exported type UpdateRoutersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/rdb.go
    • Line 32: warning: exported type RDBService should have comment or be unexported (golint)
    • Line 37: warning: exported type RDBServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.RDB should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method RDBService.ApplyRDBParameterGroup should be of the form "ApplyRDBParameterGroup ..." (golint)
    • Line 76: warning: exported type ApplyRDBParameterGroupInput should have comment or be unexported (golint)
    • Line 80: warning: exported method ApplyRDBParameterGroupInput.Validate should have comment or be unexported (golint)
    • Line 92: warning: exported type ApplyRDBParameterGroupOutput should have comment or be unexported (golint)
    • Line 100: warning: comment on exported method RDBService.CeaseRDBInstance should be of the form "CeaseRDBInstance ..." (golint)
    • Line 126: warning: exported type CeaseRDBInstanceInput should have comment or be unexported (golint)
    • Line 131: warning: exported method CeaseRDBInstanceInput.Validate should have comment or be unexported (golint)
    • Line 150: warning: exported type CeaseRDBInstanceOutput should have comment or be unexported (golint)
    • Line 157: warning: comment on exported method RDBService.CopyRDBInstanceFilesToFTP should be of the form "CopyRDBInstanceFilesToFTP ..." (golint)
    • Line 183: warning: exported type CopyRDBInstanceFilesToFTPInput should have comment or be unexported (golint)
    • Line 188: warning: exported method CopyRDBInstanceFilesToFTPInput.Validate should have comment or be unexported (golint)
    • Line 207: warning: exported type CopyRDBInstanceFilesToFTPOutput should have comment or be unexported (golint)
    • Line 215: warning: comment on exported method RDBService.CreateRDB should be of the form "CreateRDB ..." (golint)
    • Line 241: warning: exported type CreateRDBInput should have comment or be unexported (golint)
    • Line 261: warning: exported method CreateRDBInput.Validate should have comment or be unexported (golint)
    • Line 369: warning: exported type CreateRDBOutput should have comment or be unexported (golint)
    • Line 377: warning: comment on exported method RDBService.CreateRDBFromSnapshot should be of the form "CreateRDBFromSnapshot ..." (golint)
    • Line 403: warning: exported type CreateRDBFromSnapshotInput should have comment or be unexported (golint)
    • Line 421: warning: exported method CreateRDBFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 515: warning: exported type CreateRDBFromSnapshotOutput should have comment or be unexported (golint)
    • Line 523: warning: comment on exported method RDBService.CreateTempRDBInstanceFromSnapshot should be of the form "CreateTempRDBInstanceFromSnapshot ..." (golint)
    • Line 549: warning: exported type CreateTempRDBInstanceFromSnapshotInput should have comment or be unexported (golint)
    • Line 554: warning: exported method CreateTempRDBInstanceFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 573: warning: exported type CreateTempRDBInstanceFromSnapshotOutput should have comment or be unexported (golint)
    • Line 581: warning: comment on exported method RDBService.DeleteRDBs should be of the form "DeleteRDBs ..." (golint)
    • Line 607: warning: exported type DeleteRDBsInput should have comment or be unexported (golint)
    • Line 611: warning: exported method DeleteRDBsInput.Validate should have comment or be unexported (golint)
    • Line 623: warning: exported type DeleteRDBsOutput should have comment or be unexported (golint)
    • Line 631: warning: comment on exported method RDBService.DescribeRDBParameters should be of the form "DescribeRDBParameters ..." (golint)
    • Line 657: warning: exported type DescribeRDBParametersInput should have comment or be unexported (golint)
    • Line 664: warning: exported method DescribeRDBParametersInput.Validate should have comment or be unexported (golint)
    • Line 676: warning: exported type DescribeRDBParametersOutput should have comment or be unexported (golint)
    • Line 684: warning: comment on exported method RDBService.DescribeRDBs should be of the form "DescribeRDBs ..." (golint)
    • Line 710: warning: exported type DescribeRDBsInput should have comment or be unexported (golint)
    • Line 723: warning: exported method DescribeRDBsInput.Validate should have comment or be unexported (golint)
    • Line 728: warning: exported type DescribeRDBsOutput should have comment or be unexported (golint)
    • Line 736: warning: comment on exported method RDBService.GetRDBInstanceFiles should be of the form "GetRDBInstanceFiles ..." (golint)
    • Line 762: warning: exported type GetRDBInstanceFilesInput should have comment or be unexported (golint)
    • Line 766: warning: exported method GetRDBInstanceFilesInput.Validate should have comment or be unexported (golint)
    • Line 778: warning: exported type GetRDBInstanceFilesOutput should have comment or be unexported (golint)
    • Line 786: warning: comment on exported method RDBService.GetRDBMonitor should be of the form "GetRDBMonitor ..." (golint)
    • Line 812: warning: exported type GetRDBMonitorInput should have comment or be unexported (golint)
    • Line 824: warning: exported method GetRDBMonitorInput.Validate should have comment or be unexported (golint)
    • Line 884: warning: exported type GetRDBMonitorOutput should have comment or be unexported (golint)
    • Line 892: warning: comment on exported method RDBService.ModifyRDBParameters should be of the form "ModifyRDBParameters ..." (golint)
    • Line 918: warning: exported type ModifyRDBParametersInput should have comment or be unexported (golint)
    • Line 923: warning: exported method ModifyRDBParametersInput.Validate should have comment or be unexported (golint)
    • Line 943: warning: exported type ModifyRDBParametersOutput should have comment or be unexported (golint)
    • Line 950: warning: comment on exported method RDBService.RDBsJoinVxNet should be of the form "RDBsJoinVxNet ..." (golint)
    • Line 976: warning: exported type RDBsJoinVxNetInput should have comment or be unexported (golint)
    • Line 981: warning: exported method RDBsJoinVxNetInput.Validate should have comment or be unexported (golint)
    • Line 1000: warning: exported type RDBsJoinVxNetOutput should have comment or be unexported (golint)
    • Line 1009: warning: comment on exported method RDBService.RDBsLeaveVxNet should be of the form "RDBsLeaveVxNet ..." (golint)
    • Line 1035: warning: exported type RDBsLeaveVxNetInput should have comment or be unexported (golint)
    • Line 1040: warning: exported method RDBsLeaveVxNetInput.Validate should have comment or be unexported (golint)
    • Line 1059: warning: exported type RDBsLeaveVxNetOutput should have comment or be unexported (golint)
    • Line 1066: warning: comment on exported method RDBService.ResizeRDBs should be of the form "ResizeRDBs ..." (golint)
    • Line 1092: warning: exported type ResizeRDBsInput should have comment or be unexported (golint)
    • Line 1100: warning: exported method ResizeRDBsInput.Validate should have comment or be unexported (golint)
    • Line 1132: warning: exported type ResizeRDBsOutput should have comment or be unexported (golint)
    • Line 1140: warning: comment on exported method RDBService.StartRDBs should be of the form "StartRDBs ..." (golint)
    • Line 1166: warning: exported type StartRDBsInput should have comment or be unexported (golint)
    • Line 1170: warning: exported method StartRDBsInput.Validate should have comment or be unexported (golint)
    • Line 1182: warning: exported type StartRDBsOutput should have comment or be unexported (golint)
    • Line 1190: warning: comment on exported method RDBService.StopRDBs should be of the form "StopRDBs ..." (golint)
    • Line 1216: warning: exported type StopRDBsInput should have comment or be unexported (golint)
    • Line 1220: warning: exported method StopRDBsInput.Validate should have comment or be unexported (golint)
    • Line 1232: warning: exported type StopRDBsOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/security_group.go
    • Line 32: warning: exported type SecurityGroupService should have comment or be unexported (golint)
    • Line 37: warning: exported type SecurityGroupServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.SecurityGroup should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method SecurityGroupService.AddSecurityGroupRules should be of the form "AddSecurityGroupRules ..." (golint)
    • Line 76: warning: exported type AddSecurityGroupRulesInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AddSecurityGroupRulesInput.Validate should have comment or be unexported (golint)
    • Line 108: warning: exported type AddSecurityGroupRulesOutput should have comment or be unexported (golint)
    • Line 115: warning: comment on exported method SecurityGroupService.ApplySecurityGroup should be of the form "ApplySecurityGroup ..." (golint)
    • Line 141: warning: exported type ApplySecurityGroupInput should have comment or be unexported (golint)
    • Line 146: warning: exported method ApplySecurityGroupInput.Validate should have comment or be unexported (golint)
    • Line 158: warning: exported type ApplySecurityGroupOutput should have comment or be unexported (golint)
    • Line 165: warning: comment on exported method SecurityGroupService.ApplySecurityGroupIPSets should be of the form "ApplySecurityGroupIPSets ..." (golint)
    • Line 191: warning: exported type ApplySecurityGroupIPSetsInput should have comment or be unexported (golint)
    • Line 195: warning: exported method ApplySecurityGroupIPSetsInput.Validate should have comment or be unexported (golint)
    • Line 207: warning: exported type ApplySecurityGroupIPSetsOutput should have comment or be unexported (golint)
    • Line 214: warning: comment on exported method SecurityGroupService.CreateSecurityGroup should be of the form "CreateSecurityGroup ..." (golint)
    • Line 240: warning: exported type CreateSecurityGroupInput should have comment or be unexported (golint)
    • Line 244: warning: exported method CreateSecurityGroupInput.Validate should have comment or be unexported (golint)
    • Line 249: warning: exported type CreateSecurityGroupOutput should have comment or be unexported (golint)
    • Line 256: warning: comment on exported method SecurityGroupService.CreateSecurityGroupIPSet should be of the form "CreateSecurityGroupIPSet ..." (golint)
    • Line 282: warning: exported type CreateSecurityGroupIPSetInput should have comment or be unexported (golint)
    • Line 290: warning: exported method CreateSecurityGroupIPSetInput.Validate should have comment or be unexported (golint)
    • Line 329: warning: exported type CreateSecurityGroupIPSetOutput should have comment or be unexported (golint)
    • Line 336: warning: comment on exported method SecurityGroupService.CreateSecurityGroupSnapshot should be of the form "CreateSecurityGroupSnapshot ..." (golint)
    • Line 362: warning: exported type CreateSecurityGroupSnapshotInput should have comment or be unexported (golint)
    • Line 367: warning: exported method CreateSecurityGroupSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 379: warning: exported type CreateSecurityGroupSnapshotOutput should have comment or be unexported (golint)
    • Line 387: warning: comment on exported method SecurityGroupService.DeleteSecurityGroupIPSets should be of the form "DeleteSecurityGroupIPSets ..." (golint)
    • Line 413: warning: exported type DeleteSecurityGroupIPSetsInput should have comment or be unexported (golint)
    • Line 417: warning: exported method DeleteSecurityGroupIPSetsInput.Validate should have comment or be unexported (golint)
    • Line 429: warning: exported type DeleteSecurityGroupIPSetsOutput should have comment or be unexported (golint)
    • Line 436: warning: comment on exported method SecurityGroupService.DeleteSecurityGroupRules should be of the form "DeleteSecurityGroupRules ..." (golint)
    • Line 462: warning: exported type DeleteSecurityGroupRulesInput should have comment or be unexported (golint)
    • Line 466: warning: exported method DeleteSecurityGroupRulesInput.Validate should have comment or be unexported (golint)
    • Line 478: warning: exported type DeleteSecurityGroupRulesOutput should have comment or be unexported (golint)
    • Line 485: warning: comment on exported method SecurityGroupService.DeleteSecurityGroupSnapshots should be of the form "DeleteSecurityGroupSnapshots ..." (golint)
    • Line 511: warning: exported type DeleteSecurityGroupSnapshotsInput should have comment or be unexported (golint)
    • Line 515: warning: exported method DeleteSecurityGroupSnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 527: warning: exported type DeleteSecurityGroupSnapshotsOutput should have comment or be unexported (golint)
    • Line 534: warning: comment on exported method SecurityGroupService.DeleteSecurityGroups should be of the form "DeleteSecurityGroups ..." (golint)
    • Line 560: warning: exported type DeleteSecurityGroupsInput should have comment or be unexported (golint)
    • Line 564: warning: exported method DeleteSecurityGroupsInput.Validate should have comment or be unexported (golint)
    • Line 576: warning: exported type DeleteSecurityGroupsOutput should have comment or be unexported (golint)
    • Line 583: warning: comment on exported method SecurityGroupService.DescribeSecurityGroupIPSets should be of the form "DescribeSecurityGroupIPSets ..." (golint)
    • Line 609: warning: exported type DescribeSecurityGroupIPSetsInput should have comment or be unexported (golint)
    • Line 623: warning: exported method DescribeSecurityGroupIPSetsInput.Validate should have comment or be unexported (golint)
    • Line 648: warning: exported type DescribeSecurityGroupIPSetsOutput should have comment or be unexported (golint)
    • Line 656: warning: comment on exported method SecurityGroupService.DescribeSecurityGroupRules should be of the form "DescribeSecurityGroupRules ..." (golint)
    • Line 682: warning: exported type DescribeSecurityGroupRulesInput should have comment or be unexported (golint)
    • Line 693: warning: exported method DescribeSecurityGroupRulesInput.Validate should have comment or be unexported (golint)
    • Line 718: warning: exported type DescribeSecurityGroupRulesOutput should have comment or be unexported (golint)
    • Line 726: warning: comment on exported method SecurityGroupService.DescribeSecurityGroupSnapshots should be of the form "DescribeSecurityGroupSnapshots ..." (golint)
    • Line 752: warning: exported type DescribeSecurityGroupSnapshotsInput should have comment or be unexported (golint)
    • Line 761: warning: exported method DescribeSecurityGroupSnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 773: warning: exported type DescribeSecurityGroupSnapshotsOutput should have comment or be unexported (golint)
    • Line 781: warning: comment on exported method SecurityGroupService.DescribeSecurityGroups should be of the form "DescribeSecurityGroups ..." (golint)
    • Line 807: warning: exported type DescribeSecurityGroupsInput should have comment or be unexported (golint)
    • Line 818: warning: exported method DescribeSecurityGroupsInput.Validate should have comment or be unexported (golint)
    • Line 823: warning: exported type DescribeSecurityGroupsOutput should have comment or be unexported (golint)
    • Line 831: warning: comment on exported method SecurityGroupService.ModifySecurityGroupAttributes should be of the form "ModifySecurityGroupAttributes ..." (golint)
    • Line 857: warning: exported type ModifySecurityGroupAttributesInput should have comment or be unexported (golint)
    • Line 863: warning: exported method ModifySecurityGroupAttributesInput.Validate should have comment or be unexported (golint)
    • Line 875: warning: exported type ModifySecurityGroupAttributesOutput should have comment or be unexported (golint)
    • Line 882: warning: comment on exported method SecurityGroupService.ModifySecurityGroupIPSetAttributes should be of the form "ModifySecurityGroupIPSetAttributes ..." (golint)
    • Line 908: warning: exported type ModifySecurityGroupIPSetAttributesInput should have comment or be unexported (golint)
    • Line 915: warning: exported method ModifySecurityGroupIPSetAttributesInput.Validate should have comment or be unexported (golint)
    • Line 927: warning: exported type ModifySecurityGroupIPSetAttributesOutput should have comment or be unexported (golint)
    • Line 934: warning: comment on exported method SecurityGroupService.ModifySecurityGroupRuleAttributes should be of the form "ModifySecurityGroupRuleAttributes ..." (golint)
    • Line 960: warning: exported type ModifySecurityGroupRuleAttributesInput should have comment or be unexported (golint)
    • Line 976: warning: exported method ModifySecurityGroupRuleAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1028: warning: exported type ModifySecurityGroupRuleAttributesOutput should have comment or be unexported (golint)
    • Line 1035: warning: comment on exported method SecurityGroupService.RollbackSecurityGroup should be of the form "RollbackSecurityGroup ..." (golint)
    • Line 1061: warning: exported type RollbackSecurityGroupInput should have comment or be unexported (golint)
    • Line 1066: warning: exported method RollbackSecurityGroupInput.Validate should have comment or be unexported (golint)
    • Line 1085: warning: exported type RollbackSecurityGroupOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/dns_alias.go
    • Line 32: warning: exported type DNSAliasService should have comment or be unexported (golint)
    • Line 37: warning: exported type DNSAliasServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.DNSAlias should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method DNSAliasService.AssociateDNSAlias should be of the form "AssociateDNSAlias ..." (golint)
    • Line 76: warning: exported type AssociateDNSAliasInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AssociateDNSAliasInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AssociateDNSAliasOutput should have comment or be unexported (golint)
    • Line 109: warning: comment on exported method DNSAliasService.DescribeDNSAliases should be of the form "DescribeDNSAliases ..." (golint)
    • Line 135: warning: exported type DescribeDNSAliasesInput should have comment or be unexported (golint)
    • Line 143: warning: exported method DescribeDNSAliasesInput.Validate should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeDNSAliasesOutput should have comment or be unexported (golint)
    • Line 156: warning: comment on exported method DNSAliasService.DissociateDNSAliases should be of the form "DissociateDNSAliases ..." (golint)
    • Line 182: warning: exported type DissociateDNSAliasesInput should have comment or be unexported (golint)
    • Line 186: warning: exported method DissociateDNSAliasesInput.Validate should have comment or be unexported (golint)
    • Line 198: warning: exported type DissociateDNSAliasesOutput should have comment or be unexported (golint)
    • Line 205: warning: comment on exported method DNSAliasService.GetDNSLabel should be of the form "GetDNSLabel ..." (golint)
    • Line 231: warning: exported type GetDNSLabelInput should have comment or be unexported (golint)
    • Line 234: warning: exported method GetDNSLabelInput.Validate should have comment or be unexported (golint)
    • Line 239: warning: exported type GetDNSLabelOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/notification.go
    • Line 32: warning: exported type NotificationService should have comment or be unexported (golint)
    • Line 37: warning: exported type NotificationServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Notification should have comment or be unexported (golint)
    • Line 50: warning: exported method NotificationService.DescribeNotificationLists should have comment or be unexported (golint)
    • Line 75: warning: exported type DescribeNotificationListsInput should have comment or be unexported (golint)
    • Line 82: warning: exported method DescribeNotificationListsInput.Validate should have comment or be unexported (golint)
    • Line 94: warning: exported type DescribeNotificationListsOutput should have comment or be unexported (golint)
    • Line 102: warning: exported method NotificationService.SendAlarmNotification should have comment or be unexported (golint)
    • Line 127: warning: exported type SendAlarmNotificationInput should have comment or be unexported (golint)
    • Line 136: warning: exported method SendAlarmNotificationInput.Validate should have comment or be unexported (golint)
    • Line 170: warning: exported type SendAlarmNotificationOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/project.go
    • Line 32: warning: exported type ProjectService should have comment or be unexported (golint)
    • Line 37: warning: exported type ProjectServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Project should have comment or be unexported (golint)
    • Line 50: warning: exported method ProjectService.AddProjectResourceItems should have comment or be unexported (golint)
    • Line 75: warning: exported type AddProjectResourceItemsInput should have comment or be unexported (golint)
    • Line 80: warning: exported method AddProjectResourceItemsInput.Validate should have comment or be unexported (golint)
    • Line 99: warning: exported type AddProjectResourceItemsOutput should have comment or be unexported (golint)
    • Line 108: warning: exported method ProjectService.DeleteProjectResourceItems should have comment or be unexported (golint)
    • Line 133: warning: exported type DeleteProjectResourceItemsInput should have comment or be unexported (golint)
    • Line 138: warning: exported method DeleteProjectResourceItemsInput.Validate should have comment or be unexported (golint)
    • Line 157: warning: exported type DeleteProjectResourceItemsOutput should have comment or be unexported (golint)
    • Line 166: warning: exported method ProjectService.DescribeProjectResourceItems should have comment or be unexported (golint)
    • Line 191: warning: exported type DescribeProjectResourceItemsInput should have comment or be unexported (golint)
    • Line 204: warning: exported method DescribeProjectResourceItemsInput.Validate should have comment or be unexported (golint)
    • Line 209: warning: exported type DescribeProjectResourceItemsOutput should have comment or be unexported (golint)
    • Line 217: warning: exported method ProjectService.DescribeProjects should have comment or be unexported (golint)
    • Line 242: warning: exported type DescribeProjectsInput should have comment or be unexported (golint)
    • Line 251: warning: exported method DescribeProjectsInput.Validate should have comment or be unexported (golint)
    • Line 256: warning: exported type DescribeProjectsOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/user_data.go
    • Line 32: warning: exported type UserDataService should have comment or be unexported (golint)
    • Line 37: warning: exported type UserDataServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.UserData should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method UserDataService.UploadUserDataAttachment should be of the form "UploadUserDataAttachment ..." (golint)
    • Line 76: warning: exported type UploadUserDataAttachmentInput should have comment or be unexported (golint)
    • Line 81: warning: exported method UploadUserDataAttachmentInput.Validate should have comment or be unexported (golint)
    • Line 93: warning: exported type UploadUserDataAttachmentOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/vxnet.go
    • Line 32: warning: exported type VxNetService should have comment or be unexported (golint)
    • Line 37: warning: exported type VxNetServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.VxNet should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method VxNetService.CreateVxNets should be of the form "CreateVxNets ..." (golint)
    • Line 76: warning: exported type CreateVxNetsInput should have comment or be unexported (golint)
    • Line 83: warning: exported method CreateVxNetsInput.Validate should have comment or be unexported (golint)
    • Line 115: warning: exported type CreateVxNetsOutput should have comment or be unexported (golint)
    • Line 122: warning: comment on exported method VxNetService.DeleteVxNets should be of the form "DeleteVxNets ..." (golint)
    • Line 148: warning: exported type DeleteVxNetsInput should have comment or be unexported (golint)
    • Line 152: warning: exported method DeleteVxNetsInput.Validate should have comment or be unexported (golint)
    • Line 164: warning: exported type DeleteVxNetsOutput should have comment or be unexported (golint)
    • Line 171: warning: comment on exported method VxNetService.DescribeVxNetInstances should be of the form "DescribeVxNetInstances ..." (golint)
    • Line 197: warning: exported type DescribeVxNetInstancesInput should have comment or be unexported (golint)
    • Line 207: warning: exported method DescribeVxNetInstancesInput.Validate should have comment or be unexported (golint)
    • Line 219: warning: exported type DescribeVxNetInstancesOutput should have comment or be unexported (golint)
    • Line 227: warning: comment on exported method VxNetService.DescribeVxNets should be of the form "DescribeVxNets ..." (golint)
    • Line 253: warning: exported type DescribeVxNetsInput should have comment or be unexported (golint)
    • Line 268: warning: exported method DescribeVxNetsInput.Validate should have comment or be unexported (golint)
    • Line 313: warning: exported type DescribeVxNetsOutput should have comment or be unexported (golint)
    • Line 321: warning: comment on exported method VxNetService.JoinVxNet should be of the form "JoinVxNet ..." (golint)
    • Line 347: warning: exported type JoinVxNetInput should have comment or be unexported (golint)
    • Line 352: warning: exported method JoinVxNetInput.Validate should have comment or be unexported (golint)
    • Line 371: warning: exported type JoinVxNetOutput should have comment or be unexported (golint)
    • Line 378: warning: comment on exported method VxNetService.LeaveVxNet should be of the form "LeaveVxNet ..." (golint)
    • Line 404: warning: exported type LeaveVxNetInput should have comment or be unexported (golint)
    • Line 409: warning: exported method LeaveVxNetInput.Validate should have comment or be unexported (golint)
    • Line 428: warning: exported type LeaveVxNetOutput should have comment or be unexported (golint)
    • Line 435: warning: comment on exported method VxNetService.ModifyVxNetAttributes should be of the form "ModifyVxNetAttributes ..." (golint)
    • Line 461: warning: exported type ModifyVxNetAttributesInput should have comment or be unexported (golint)
    • Line 467: warning: exported method ModifyVxNetAttributesInput.Validate should have comment or be unexported (golint)
    • Line 479: warning: exported type ModifyVxNetAttributesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/cache.go
    • Line 32: warning: exported type CacheService should have comment or be unexported (golint)
    • Line 37: warning: exported type CacheServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Cache should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method CacheService.AddCacheNodes should be of the form "AddCacheNodes ..." (golint)
    • Line 76: warning: exported type AddCacheNodesInput should have comment or be unexported (golint)
    • Line 82: warning: exported method AddCacheNodesInput.Validate should have comment or be unexported (golint)
    • Line 109: warning: exported type AddCacheNodesOutput should have comment or be unexported (golint)
    • Line 117: warning: comment on exported method CacheService.ApplyCacheParameterGroup should be of the form "ApplyCacheParameterGroup ..." (golint)
    • Line 143: warning: exported type ApplyCacheParameterGroupInput should have comment or be unexported (golint)
    • Line 148: warning: exported method ApplyCacheParameterGroupInput.Validate should have comment or be unexported (golint)
    • Line 160: warning: exported type ApplyCacheParameterGroupOutput should have comment or be unexported (golint)
    • Line 167: warning: comment on exported method CacheService.ChangeCacheVxNet should be of the form "ChangeCacheVxNet ..." (golint)
    • Line 193: warning: exported type ChangeCacheVxNetInput should have comment or be unexported (golint)
    • Line 199: warning: exported method ChangeCacheVxNetInput.Validate should have comment or be unexported (golint)
    • Line 226: warning: exported type ChangeCacheVxNetOutput should have comment or be unexported (golint)
    • Line 235: warning: comment on exported method CacheService.CreateCache should be of the form "CreateCache ..." (golint)
    • Line 261: warning: exported type CreateCacheInput should have comment or be unexported (golint)
    • Line 277: warning: exported method CreateCacheInput.Validate should have comment or be unexported (golint)
    • Line 331: warning: exported type CreateCacheOutput should have comment or be unexported (golint)
    • Line 340: warning: comment on exported method CacheService.CreateCacheFromSnapshot should be of the form "CreateCacheFromSnapshot ..." (golint)
    • Line 366: warning: exported type CreateCacheFromSnapshotInput should have comment or be unexported (golint)
    • Line 381: warning: exported method CreateCacheFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 428: warning: exported type CreateCacheFromSnapshotOutput should have comment or be unexported (golint)
    • Line 437: warning: comment on exported method CacheService.CreateCacheParameterGroup should be of the form "CreateCacheParameterGroup ..." (golint)
    • Line 463: warning: exported type CreateCacheParameterGroupInput should have comment or be unexported (golint)
    • Line 469: warning: exported method CreateCacheParameterGroupInput.Validate should have comment or be unexported (golint)
    • Line 501: warning: exported type CreateCacheParameterGroupOutput should have comment or be unexported (golint)
    • Line 508: warning: comment on exported method CacheService.DeleteCacheNodes should be of the form "DeleteCacheNodes ..." (golint)
    • Line 534: warning: exported type DeleteCacheNodesInput should have comment or be unexported (golint)
    • Line 539: warning: exported method DeleteCacheNodesInput.Validate should have comment or be unexported (golint)
    • Line 558: warning: exported type DeleteCacheNodesOutput should have comment or be unexported (golint)
    • Line 566: warning: comment on exported method CacheService.DeleteCacheParameterGroups should be of the form "DeleteCacheParameterGroups ..." (golint)
    • Line 592: warning: exported type DeleteCacheParameterGroupsInput should have comment or be unexported (golint)
    • Line 596: warning: exported method DeleteCacheParameterGroupsInput.Validate should have comment or be unexported (golint)
    • Line 608: warning: exported type DeleteCacheParameterGroupsOutput should have comment or be unexported (golint)
    • Line 615: warning: comment on exported method CacheService.DeleteCaches should be of the form "DeleteCaches ..." (golint)
    • Line 641: warning: exported type DeleteCachesInput should have comment or be unexported (golint)
    • Line 645: warning: exported method DeleteCachesInput.Validate should have comment or be unexported (golint)
    • Line 657: warning: exported type DeleteCachesOutput should have comment or be unexported (golint)
    • Line 665: warning: comment on exported method CacheService.DescribeCacheNodes should be of the form "DescribeCacheNodes ..." (golint)
    • Line 691: warning: exported type DescribeCacheNodesInput should have comment or be unexported (golint)
    • Line 701: warning: exported method DescribeCacheNodesInput.Validate should have comment or be unexported (golint)
    • Line 706: warning: exported type DescribeCacheNodesOutput should have comment or be unexported (golint)
    • Line 714: warning: comment on exported method CacheService.DescribeCacheParameterGroups should be of the form "DescribeCacheParameterGroups ..." (golint)
    • Line 740: warning: exported type DescribeCacheParameterGroupsInput should have comment or be unexported (golint)
    • Line 749: warning: exported method DescribeCacheParameterGroupsInput.Validate should have comment or be unexported (golint)
    • Line 754: warning: exported type DescribeCacheParameterGroupsOutput should have comment or be unexported (golint)
    • Line 762: warning: comment on exported method CacheService.DescribeCacheParameters should be of the form "DescribeCacheParameters ..." (golint)
    • Line 788: warning: exported type DescribeCacheParametersInput should have comment or be unexported (golint)
    • Line 793: warning: exported method DescribeCacheParametersInput.Validate should have comment or be unexported (golint)
    • Line 805: warning: exported type DescribeCacheParametersOutput should have comment or be unexported (golint)
    • Line 813: warning: comment on exported method CacheService.DescribeCaches should be of the form "DescribeCaches ..." (golint)
    • Line 839: warning: exported type DescribeCachesInput should have comment or be unexported (golint)
    • Line 851: warning: exported method DescribeCachesInput.Validate should have comment or be unexported (golint)
    • Line 856: warning: exported type DescribeCachesOutput should have comment or be unexported (golint)
    • Line 864: warning: comment on exported method CacheService.GetCacheMonitor should be of the form "GetCacheMonitor ..." (golint)
    • Line 890: warning: exported type GetCacheMonitorInput should have comment or be unexported (golint)
    • Line 899: warning: exported method GetCacheMonitorInput.Validate should have comment or be unexported (golint)
    • Line 945: warning: exported type GetCacheMonitorOutput should have comment or be unexported (golint)
    • Line 953: warning: comment on exported method CacheService.ModifyCacheAttributes should be of the form "ModifyCacheAttributes ..." (golint)
    • Line 979: warning: exported type ModifyCacheAttributesInput should have comment or be unexported (golint)
    • Line 986: warning: exported method ModifyCacheAttributesInput.Validate should have comment or be unexported (golint)
    • Line 998: warning: exported type ModifyCacheAttributesOutput should have comment or be unexported (golint)
    • Line 1004: warning: comment on exported method CacheService.ModifyCacheNodeAttributes should be of the form "ModifyCacheNodeAttributes ..." (golint)
    • Line 1030: warning: exported type ModifyCacheNodeAttributesInput should have comment or be unexported (golint)
    • Line 1035: warning: exported method ModifyCacheNodeAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1047: warning: exported type ModifyCacheNodeAttributesOutput should have comment or be unexported (golint)
    • Line 1053: warning: comment on exported method CacheService.ModifyCacheParameterGroupAttributes should be of the form "ModifyCacheParameterGroupAttributes ..." (golint)
    • Line 1079: warning: exported type ModifyCacheParameterGroupAttributesInput should have comment or be unexported (golint)
    • Line 1085: warning: exported method ModifyCacheParameterGroupAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1097: warning: exported type ModifyCacheParameterGroupAttributesOutput should have comment or be unexported (golint)
    • Line 1104: warning: comment on exported method CacheService.ResetCacheParameters should be of the form "ResetCacheParameters ..." (golint)
    • Line 1130: warning: exported type ResetCacheParametersInput should have comment or be unexported (golint)
    • Line 1135: warning: exported method ResetCacheParametersInput.Validate should have comment or be unexported (golint)
    • Line 1147: warning: exported type ResetCacheParametersOutput should have comment or be unexported (golint)
    • Line 1153: warning: comment on exported method CacheService.ResizeCaches should be of the form "ResizeCaches ..." (golint)
    • Line 1179: warning: exported type ResizeCachesInput should have comment or be unexported (golint)
    • Line 1184: warning: exported method ResizeCachesInput.Validate should have comment or be unexported (golint)
    • Line 1203: warning: exported type ResizeCachesOutput should have comment or be unexported (golint)
    • Line 1210: warning: comment on exported method CacheService.RestartCacheNodes should be of the form "RestartCacheNodes ..." (golint)
    • Line 1236: warning: exported type RestartCacheNodesInput should have comment or be unexported (golint)
    • Line 1241: warning: exported method RestartCacheNodesInput.Validate should have comment or be unexported (golint)
    • Line 1260: warning: exported type RestartCacheNodesOutput should have comment or be unexported (golint)
    • Line 1267: warning: comment on exported method CacheService.RestartCaches should be of the form "RestartCaches ..." (golint)
    • Line 1294: warning: exported type RestartCachesInput should have comment or be unexported (golint)
    • Line 1298: warning: exported method RestartCachesInput.Validate should have comment or be unexported (golint)
    • Line 1310: warning: exported type RestartCachesOutput should have comment or be unexported (golint)
    • Line 1317: warning: comment on exported method CacheService.StartCaches should be of the form "StartCaches ..." (golint)
    • Line 1343: warning: exported type StartCachesInput should have comment or be unexported (golint)
    • Line 1347: warning: exported method StartCachesInput.Validate should have comment or be unexported (golint)
    • Line 1359: warning: exported type StartCachesOutput should have comment or be unexported (golint)
    • Line 1367: warning: comment on exported method CacheService.StopCaches should be of the form "StopCaches ..." (golint)
    • Line 1393: warning: exported type StopCachesInput should have comment or be unexported (golint)
    • Line 1397: warning: exported method StopCachesInput.Validate should have comment or be unexported (golint)
    • Line 1409: warning: exported type StopCachesOutput should have comment or be unexported (golint)
    • Line 1417: warning: comment on exported method CacheService.UpdateCache should be of the form "UpdateCache ..." (golint)
    • Line 1443: warning: exported type UpdateCacheInput should have comment or be unexported (golint)
    • Line 1448: warning: exported method UpdateCacheInput.Validate should have comment or be unexported (golint)
    • Line 1468: warning: exported type UpdateCacheOutput should have comment or be unexported (golint)
    • Line 1475: warning: comment on exported method CacheService.UpdateCacheParameters should be of the form "UpdateCacheParameters ..." (golint)
    • Line 1501: warning: exported type UpdateCacheParametersInput should have comment or be unexported (golint)
    • Line 1506: warning: exported method UpdateCacheParametersInput.Validate should have comment or be unexported (golint)
    • Line 1531: warning: exported type UpdateCacheParametersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/job.go
    • Line 32: warning: exported type JobService should have comment or be unexported (golint)
    • Line 37: warning: exported type JobServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Job should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method JobService.DescribeJobs should be of the form "DescribeJobs ..." (golint)
    • Line 76: warning: exported type DescribeJobsInput should have comment or be unexported (golint)
    • Line 86: warning: exported method DescribeJobsInput.Validate should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeJobsOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/nic.go
    • Line 32: warning: exported type NicService should have comment or be unexported (golint)
    • Line 37: warning: exported type NicServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Nic should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method NicService.AttachNics should be of the form "AttachNics ..." (golint)
    • Line 76: warning: exported type AttachNicsInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AttachNicsInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AttachNicsOutput should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method NicService.CreateNics should be of the form "CreateNics ..." (golint)
    • Line 133: warning: exported type CreateNicsInput should have comment or be unexported (golint)
    • Line 140: warning: exported method CreateNicsInput.Validate should have comment or be unexported (golint)
    • Line 152: warning: exported type CreateNicsOutput should have comment or be unexported (golint)
    • Line 159: warning: comment on exported method NicService.DeleteNics should be of the form "DeleteNics ..." (golint)
    • Line 185: warning: exported type DeleteNicsInput should have comment or be unexported (golint)
    • Line 189: warning: exported method DeleteNicsInput.Validate should have comment or be unexported (golint)
    • Line 201: warning: exported type DeleteNicsOutput should have comment or be unexported (golint)
    • Line 207: warning: comment on exported method NicService.DescribeNics should be of the form "DescribeNics ..." (golint)
    • Line 233: warning: exported type DescribeNicsInput should have comment or be unexported (golint)
    • Line 247: warning: exported method DescribeNicsInput.Validate should have comment or be unexported (golint)
    • Line 272: warning: exported type DescribeNicsOutput should have comment or be unexported (golint)
    • Line 280: warning: comment on exported method NicService.DetachNics should be of the form "DetachNics ..." (golint)
    • Line 306: warning: exported type DetachNicsInput should have comment or be unexported (golint)
    • Line 310: warning: exported method DetachNicsInput.Validate should have comment or be unexported (golint)
    • Line 322: warning: exported type DetachNicsOutput should have comment or be unexported (golint)
    • Line 329: warning: comment on exported method NicService.ModifyNicAttributes should be of the form "ModifyNicAttributes ..." (golint)
    • Line 355: warning: exported type ModifyNicAttributesInput should have comment or be unexported (golint)
    • Line 362: warning: exported method ModifyNicAttributesInput.Validate should have comment or be unexported (golint)
    • Line 374: warning: exported type ModifyNicAttributesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/misc.go
    • Line 32: warning: exported type MiscService should have comment or be unexported (golint)
    • Line 37: warning: exported type MiscServiceProperties should have comment or be unexported (golint)
    • Line 40: warning: exported method QingCloudService.Misc should have comment or be unexported (golint)
    • Line 46: warning: comment on exported method MiscService.GetQuotaLeft should be of the form "GetQuotaLeft ..." (golint)
    • Line 72: warning: exported type GetQuotaLeftInput should have comment or be unexported (golint)
    • Line 77: warning: exported method GetQuotaLeftInput.Validate should have comment or be unexported (golint)
    • Line 89: warning: exported type GetQuotaLeftOutput should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method MiscService.GetResourceLimit should be of the form "GetResourceLimit ..." (golint)
    • Line 122: warning: exported type GetResourceLimitInput should have comment or be unexported (golint)
    • Line 127: warning: exported method GetResourceLimitInput.Validate should have comment or be unexported (golint)
    • Line 139: warning: exported type GetResourceLimitOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/types.go
    • Line 26: warning: exported type AccessKey should have comment or be unexported (golint)
    • Line 41: warning: exported method AccessKey.Validate should have comment or be unexported (golint)
    • Line 46: warning: exported type App should have comment or be unexported (golint)
    • Line 72: warning: exported method App.Validate should have comment or be unexported (golint)
    • Line 77: warning: exported type AppVersion should have comment or be unexported (golint)
    • Line 88: warning: exported method AppVersion.Validate should have comment or be unexported (golint)
    • Line 93: warning: exported type AppVersionAttachment should have comment or be unexported (golint)
    • Line 108: warning: exported method AppVersionAttachment.Validate should have comment or be unexported (golint)
    • Line 113: warning: exported type Cache should have comment or be unexported (golint)
    • Line 145: warning: exported method Cache.Validate should have comment or be unexported (golint)
    • Line 272: warning: exported type CacheNode should have comment or be unexported (golint)
    • Line 290: warning: exported method CacheNode.Validate should have comment or be unexported (golint)
    • Line 355: warning: exported type CacheParameter should have comment or be unexported (golint)
    • Line 369: warning: exported method CacheParameter.Validate should have comment or be unexported (golint)
    • Line 408: warning: exported type CacheParameterGroup should have comment or be unexported (golint)
    • Line 420: warning: exported method CacheParameterGroup.Validate should have comment or be unexported (golint)
    • Line 453: warning: exported type CachePrivateIP should have comment or be unexported (golint)
    • Line 460: warning: exported method CachePrivateIP.Validate should have comment or be unexported (golint)
    • Line 485: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 533: warning: exported method Cluster.Validate should have comment or be unexported (golint)
    • Line 552: warning: exported type ClusterNode should have comment or be unexported (golint)
    • Line 617: warning: exported method ClusterNode.Validate should have comment or be unexported (golint)
    • Line 622: warning: exported type Data should have comment or be unexported (golint)
    • Line 627: warning: exported method Data.Validate should have comment or be unexported (golint)
    • Line 632: warning: exported type DHCPOption should have comment or be unexported (golint)
    • Line 637: warning: exported method DHCPOption.Validate should have comment or be unexported (golint)
    • Line 642: warning: exported type DNSAlias should have comment or be unexported (golint)
    • Line 652: warning: exported method DNSAlias.Validate should have comment or be unexported (golint)
    • Line 657: warning: exported type EIP should have comment or be unexported (golint)
    • Line 681: warning: exported method EIP.Validate should have comment or be unexported (golint)
    • Line 766: warning: exported type EIPGroup should have comment or be unexported (golint)
    • Line 771: warning: exported method EIPGroup.Validate should have comment or be unexported (golint)
    • Line 776: warning: exported type EIPResource should have comment or be unexported (golint)
    • Line 782: warning: exported method EIPResource.Validate should have comment or be unexported (golint)
    • Line 787: warning: exported type Extra should have comment or be unexported (golint)
    • Line 802: warning: exported method Extra.Validate should have comment or be unexported (golint)
    • Line 807: warning: exported type File should have comment or be unexported (golint)
    • Line 813: warning: exported method File.Validate should have comment or be unexported (golint)
    • Line 818: warning: exported type Image should have comment or be unexported (golint)
    • Line 855: warning: exported method Image.Validate should have comment or be unexported (golint)
    • Line 980: warning: exported type ImageUser should have comment or be unexported (golint)
    • Line 986: warning: exported method ImageUser.Validate should have comment or be unexported (golint)
    • Line 997: warning: exported type Instance should have comment or be unexported (golint)
    • Line 1031: warning: exported method Instance.Validate should have comment or be unexported (golint)
    • Line 1132: warning: exported type InstanceType should have comment or be unexported (golint)
    • Line 1143: warning: exported method InstanceType.Validate should have comment or be unexported (golint)
    • Line 1168: warning: exported type InstanceVxNet should have comment or be unexported (golint)
    • Line 1178: warning: exported method InstanceVxNet.Validate should have comment or be unexported (golint)
    • Line 1203: warning: exported type Job should have comment or be unexported (golint)
    • Line 1215: warning: exported method Job.Validate should have comment or be unexported (golint)
    • Line 1240: warning: exported type KeyPair should have comment or be unexported (golint)
    • Line 1255: warning: exported method KeyPair.Validate should have comment or be unexported (golint)
    • Line 1288: warning: exported type LoadBalancer should have comment or be unexported (golint)
    • Line 1312: warning: exported method LoadBalancer.Validate should have comment or be unexported (golint)
    • Line 1429: warning: exported type LoadBalancerBackend should have comment or be unexported (golint)
    • Line 1442: warning: exported method LoadBalancerBackend.Validate should have comment or be unexported (golint)
    • Line 1447: warning: exported type LoadBalancerListener should have comment or be unexported (golint)
    • Line 1467: warning: exported method LoadBalancerListener.Validate should have comment or be unexported (golint)
    • Line 1500: warning: exported type LoadBalancerPolicy should have comment or be unexported (golint)
    • Line 1509: warning: exported method LoadBalancerPolicy.Validate should have comment or be unexported (golint)
    • Line 1534: warning: exported type LoadBalancerPolicyRule should have comment or be unexported (golint)
    • Line 1541: warning: exported method LoadBalancerPolicyRule.Validate should have comment or be unexported (golint)
    • Line 1546: warning: exported type Meter should have comment or be unexported (golint)
    • Line 1553: warning: exported method Meter.Validate should have comment or be unexported (golint)
    • Line 1558: warning: exported type Mongo should have comment or be unexported (golint)
    • Line 1580: warning: exported method Mongo.Validate should have comment or be unexported (golint)
    • Line 1659: warning: exported type MongoNode should have comment or be unexported (golint)
    • Line 1668: warning: exported method MongoNode.Validate should have comment or be unexported (golint)
    • Line 1673: warning: exported type MongoParameter should have comment or be unexported (golint)
    • Line 1686: warning: exported method MongoParameter.Validate should have comment or be unexported (golint)
    • Line 1751: warning: exported type MongoPrivateIP should have comment or be unexported (golint)
    • Line 1756: warning: exported method MongoPrivateIP.Validate should have comment or be unexported (golint)
    • Line 1761: warning: exported type NIC should have comment or be unexported (golint)
    • Line 1780: warning: exported method NIC.Validate should have comment or be unexported (golint)
    • Line 1819: warning: exported type NICEIP should have comment or be unexported (golint)
    • Line 1825: warning: exported method NICEIP.Validate should have comment or be unexported (golint)
    • Line 1830: warning: exported type NICIP should have comment or be unexported (golint)
    • Line 1835: warning: exported method NICIP.Validate should have comment or be unexported (golint)
    • Line 1840: warning: exported type NICVxNet should have comment or be unexported (golint)
    • Line 1849: warning: exported method NICVxNet.Validate should have comment or be unexported (golint)
    • Line 1854: warning: exported type NotificationData should have comment or be unexported (golint)
    • Line 1862: warning: exported method NotificationData.Validate should have comment or be unexported (golint)
    • Line 1867: warning: exported type NotificationList should have comment or be unexported (golint)
    • Line 1880: warning: exported method NotificationList.Validate should have comment or be unexported (golint)
    • Line 1893: warning: exported type NotificationListItem should have comment or be unexported (golint)
    • Line 1908: warning: exported method NotificationListItem.Validate should have comment or be unexported (golint)
    • Line 1913: warning: exported type Project should have comment or be unexported (golint)
    • Line 1928: warning: exported method Project.Validate should have comment or be unexported (golint)
    • Line 1933: warning: exported type ProjectResourceItem should have comment or be unexported (golint)
    • Line 1946: warning: exported method ProjectResourceItem.Validate should have comment or be unexported (golint)
    • Line 1951: warning: exported type QuotaLeft should have comment or be unexported (golint)
    • Line 1956: warning: exported method QuotaLeft.Validate should have comment or be unexported (golint)
    • Line 1961: warning: exported type RDB should have comment or be unexported (golint)
    • Line 1985: warning: exported method RDB.Validate should have comment or be unexported (golint)
    • Line 2064: warning: exported type RDBFile should have comment or be unexported (golint)
    • Line 2070: warning: exported method RDBFile.Validate should have comment or be unexported (golint)
    • Line 2099: warning: exported type RDBParameter should have comment or be unexported (golint)
    • Line 2114: warning: exported method RDBParameter.Validate should have comment or be unexported (golint)
    • Line 2159: warning: exported type RDBParameters should have comment or be unexported (golint)
    • Line 2217: warning: exported method RDBParameters.Validate should have comment or be unexported (golint)
    • Line 2222: warning: exported type RDBPrivateIP should have comment or be unexported (golint)
    • Line 2227: warning: exported method RDBPrivateIP.Validate should have comment or be unexported (golint)
    • Line 2232: warning: exported type Resource should have comment or be unexported (golint)
    • Line 2238: warning: exported method Resource.Validate should have comment or be unexported (golint)
    • Line 2243: warning: exported type ResourceLimits should have comment or be unexported (golint)
    • Line 2320: warning: exported method ResourceLimits.Validate should have comment or be unexported (golint)
    • Line 2325: warning: exported type ResourceTagPair should have comment or be unexported (golint)
    • Line 2332: warning: exported method ResourceTagPair.Validate should have comment or be unexported (golint)
    • Line 2337: warning: exported type ResourceTypeCount should have comment or be unexported (golint)
    • Line 2342: warning: exported method ResourceTypeCount.Validate should have comment or be unexported (golint)
    • Line 2347: warning: exported type Router should have comment or be unexported (golint)
    • Line 2374: warning: exported method Router.Validate should have comment or be unexported (golint)
    • Line 2481: warning: exported type RouterStatic should have comment or be unexported (golint)
    • Line 2501: warning: exported method RouterStatic.Validate should have comment or be unexported (golint)
    • Line 2534: warning: exported type RouterStaticEntry should have comment or be unexported (golint)
    • Line 2543: warning: exported method RouterStaticEntry.Validate should have comment or be unexported (golint)
    • Line 2548: warning: exported type RouterStaticEntrySimple should have comment or be unexported (golint)
    • Line 2554: warning: exported method RouterStaticEntrySimple.Validate should have comment or be unexported (golint)
    • Line 2559: warning: exported type RouterVxNet should have comment or be unexported (golint)
    • Line 2570: warning: exported method RouterVxNet.Validate should have comment or be unexported (golint)
    • Line 2575: warning: exported type S2DefaultParameters should have comment or be unexported (golint)
    • Line 2583: warning: exported method S2DefaultParameters.Validate should have comment or be unexported (golint)
    • Line 2588: warning: exported type S2Server should have comment or be unexported (golint)
    • Line 2609: warning: exported method S2Server.Validate should have comment or be unexported (golint)
    • Line 2728: warning: exported type S2SharedTarget should have comment or be unexported (golint)
    • Line 2739: warning: exported method S2SharedTarget.Validate should have comment or be unexported (golint)
    • Line 2764: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 2775: warning: exported method SecurityGroup.Validate should have comment or be unexported (golint)
    • Line 2796: warning: exported type SecurityGroupIPSet should have comment or be unexported (golint)
    • Line 2806: warning: exported method SecurityGroupIPSet.Validate should have comment or be unexported (golint)
    • Line 2831: warning: exported type SecurityGroupRule should have comment or be unexported (golint)
    • Line 2846: warning: exported method SecurityGroupRule.Validate should have comment or be unexported (golint)
    • Line 2891: warning: exported type SecurityGroupSnapshot should have comment or be unexported (golint)
    • Line 2897: warning: exported method SecurityGroupSnapshot.Validate should have comment or be unexported (golint)
    • Line 2910: warning: exported type ServerCertificate should have comment or be unexported (golint)
    • Line 2919: warning: exported method ServerCertificate.Validate should have comment or be unexported (golint)
    • Line 2924: warning: exported type Snapshot should have comment or be unexported (golint)
    • Line 2957: warning: exported method Snapshot.Validate should have comment or be unexported (golint)
    • Line 3082: warning: exported type SnapshotResource should have comment or be unexported (golint)
    • Line 3092: warning: exported method SnapshotResource.Validate should have comment or be unexported (golint)
    • Line 3097: warning: exported type Tag should have comment or be unexported (golint)
    • Line 3110: warning: exported method Tag.Validate should have comment or be unexported (golint)
    • Line 3131: warning: exported type User should have comment or be unexported (golint)
    • Line 3136: warning: exported method User.Validate should have comment or be unexported (golint)
    • Line 3141: warning: exported type Volume should have comment or be unexported (golint)
    • Line 3166: warning: exported method Volume.Validate should have comment or be unexported (golint)
    • Line 3253: warning: exported type VxNet should have comment or be unexported (golint)
    • Line 3269: warning: exported method VxNet.Validate should have comment or be unexported (golint)
    • Line 3308: warning: exported type Zone should have comment or be unexported (golint)
    • Line 3314: warning: exported method Zone.Validate should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/key_pair.go
    • Line 32: warning: exported type KeyPairService should have comment or be unexported (golint)
    • Line 37: warning: exported type KeyPairServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.KeyPair should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method KeyPairService.AttachKeyPairs should be of the form "AttachKeyPairs ..." (golint)
    • Line 76: warning: exported type AttachKeyPairsInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AttachKeyPairsInput.Validate should have comment or be unexported (golint)
    • Line 100: warning: exported type AttachKeyPairsOutput should have comment or be unexported (golint)
    • Line 107: warning: comment on exported method KeyPairService.CreateKeyPair should be of the form "CreateKeyPair ..." (golint)
    • Line 133: warning: exported type CreateKeyPairInput should have comment or be unexported (golint)
    • Line 143: warning: exported method CreateKeyPairInput.Validate should have comment or be unexported (golint)
    • Line 188: warning: exported type CreateKeyPairOutput should have comment or be unexported (golint)
    • Line 196: warning: comment on exported method KeyPairService.DeleteKeyPairs should be of the form "DeleteKeyPairs ..." (golint)
    • Line 222: warning: exported type DeleteKeyPairsInput should have comment or be unexported (golint)
    • Line 226: warning: exported method DeleteKeyPairsInput.Validate should have comment or be unexported (golint)
    • Line 238: warning: exported type DeleteKeyPairsOutput should have comment or be unexported (golint)
    • Line 245: warning: comment on exported method KeyPairService.DescribeKeyPairs should be of the form "DescribeKeyPairs ..." (golint)
    • Line 271: warning: exported type DescribeKeyPairsInput should have comment or be unexported (golint)
    • Line 286: warning: exported method DescribeKeyPairsInput.Validate should have comment or be unexported (golint)
    • Line 311: warning: exported type DescribeKeyPairsOutput should have comment or be unexported (golint)
    • Line 319: warning: comment on exported method KeyPairService.DetachKeyPairs should be of the form "DetachKeyPairs ..." (golint)
    • Line 345: warning: exported type DetachKeyPairsInput should have comment or be unexported (golint)
    • Line 350: warning: exported method DetachKeyPairsInput.Validate should have comment or be unexported (golint)
    • Line 369: warning: exported type DetachKeyPairsOutput should have comment or be unexported (golint)
    • Line 376: warning: comment on exported method KeyPairService.ModifyKeyPairAttributes should be of the form "ModifyKeyPairAttributes ..." (golint)
    • Line 402: warning: exported type ModifyKeyPairAttributesInput should have comment or be unexported (golint)
    • Line 408: warning: exported method ModifyKeyPairAttributesInput.Validate should have comment or be unexported (golint)
    • Line 420: warning: exported type ModifyKeyPairAttributesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/load_balancer.go
    • Line 32: warning: exported type LoadBalancerService should have comment or be unexported (golint)
    • Line 37: warning: exported type LoadBalancerServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.LoadBalancer should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method LoadBalancerService.AddLoadBalancerBackends should be of the form "AddLoadBalancerBackends ..." (golint)
    • Line 76: warning: exported type AddLoadBalancerBackendsInput should have comment or be unexported (golint)
    • Line 81: warning: exported method AddLoadBalancerBackendsInput.Validate should have comment or be unexported (golint)
    • Line 108: warning: exported type AddLoadBalancerBackendsOutput should have comment or be unexported (golint)
    • Line 115: warning: comment on exported method LoadBalancerService.AddLoadBalancerListeners should be of the form "AddLoadBalancerListeners ..." (golint)
    • Line 141: warning: exported type AddLoadBalancerListenersInput should have comment or be unexported (golint)
    • Line 146: warning: exported method AddLoadBalancerListenersInput.Validate should have comment or be unexported (golint)
    • Line 159: warning: exported type AddLoadBalancerListenersOutput should have comment or be unexported (golint)
    • Line 166: warning: comment on exported method LoadBalancerService.AddLoadBalancerPolicyRules should be of the form "AddLoadBalancerPolicyRules ..." (golint)
    • Line 192: warning: exported type AddLoadBalancerPolicyRulesInput should have comment or be unexported (golint)
    • Line 197: warning: exported method AddLoadBalancerPolicyRulesInput.Validate should have comment or be unexported (golint)
    • Line 210: warning: exported type AddLoadBalancerPolicyRulesOutput should have comment or be unexported (golint)
    • Line 217: warning: comment on exported method LoadBalancerService.ApplyLoadBalancerPolicy should be of the form "ApplyLoadBalancerPolicy ..." (golint)
    • Line 243: warning: exported type ApplyLoadBalancerPolicyInput should have comment or be unexported (golint)
    • Line 247: warning: exported method ApplyLoadBalancerPolicyInput.Validate should have comment or be unexported (golint)
    • Line 259: warning: exported type ApplyLoadBalancerPolicyOutput should have comment or be unexported (golint)
    • Line 266: warning: comment on exported method LoadBalancerService.AssociateEIPsToLoadBalancer should be of the form "AssociateEIPsToLoadBalancer ..." (golint)
    • Line 292: warning: exported type AssociateEIPsToLoadBalancerInput should have comment or be unexported (golint)
    • Line 297: warning: exported method AssociateEIPsToLoadBalancerInput.Validate should have comment or be unexported (golint)
    • Line 316: warning: exported type AssociateEIPsToLoadBalancerOutput should have comment or be unexported (golint)
    • Line 323: warning: comment on exported method LoadBalancerService.CreateLoadBalancer should be of the form "CreateLoadBalancer ..." (golint)
    • Line 349: warning: exported type CreateLoadBalancerInput should have comment or be unexported (golint)
    • Line 367: warning: exported method CreateLoadBalancerInput.Validate should have comment or be unexported (golint)
    • Line 432: warning: exported type CreateLoadBalancerOutput should have comment or be unexported (golint)
    • Line 440: warning: comment on exported method LoadBalancerService.CreateLoadBalancerPolicy should be of the form "CreateLoadBalancerPolicy ..." (golint)
    • Line 466: warning: exported type CreateLoadBalancerPolicyInput should have comment or be unexported (golint)
    • Line 472: warning: exported method CreateLoadBalancerPolicyInput.Validate should have comment or be unexported (golint)
    • Line 504: warning: exported type CreateLoadBalancerPolicyOutput should have comment or be unexported (golint)
    • Line 511: warning: comment on exported method LoadBalancerService.CreateServerCertificate should be of the form "CreateServerCertificate ..." (golint)
    • Line 537: warning: exported type CreateServerCertificateInput should have comment or be unexported (golint)
    • Line 543: warning: exported method CreateServerCertificateInput.Validate should have comment or be unexported (golint)
    • Line 562: warning: exported type CreateServerCertificateOutput should have comment or be unexported (golint)
    • Line 569: warning: comment on exported method LoadBalancerService.DeleteLoadBalancerBackends should be of the form "DeleteLoadBalancerBackends ..." (golint)
    • Line 595: warning: exported type DeleteLoadBalancerBackendsInput should have comment or be unexported (golint)
    • Line 599: warning: exported method DeleteLoadBalancerBackendsInput.Validate should have comment or be unexported (golint)
    • Line 611: warning: exported type DeleteLoadBalancerBackendsOutput should have comment or be unexported (golint)
    • Line 618: warning: comment on exported method LoadBalancerService.DeleteLoadBalancerListeners should be of the form "DeleteLoadBalancerListeners ..." (golint)
    • Line 644: warning: exported type DeleteLoadBalancerListenersInput should have comment or be unexported (golint)
    • Line 648: warning: exported method DeleteLoadBalancerListenersInput.Validate should have comment or be unexported (golint)
    • Line 660: warning: exported type DeleteLoadBalancerListenersOutput should have comment or be unexported (golint)
    • Line 667: warning: comment on exported method LoadBalancerService.DeleteLoadBalancerPolicies should be of the form "DeleteLoadBalancerPolicies ..." (golint)
    • Line 693: warning: exported type DeleteLoadBalancerPoliciesInput should have comment or be unexported (golint)
    • Line 697: warning: exported method DeleteLoadBalancerPoliciesInput.Validate should have comment or be unexported (golint)
    • Line 709: warning: exported type DeleteLoadBalancerPoliciesOutput should have comment or be unexported (golint)
    • Line 716: warning: comment on exported method LoadBalancerService.DeleteLoadBalancerPolicyRules should be of the form "DeleteLoadBalancerPolicyRules ..." (golint)
    • Line 742: warning: exported type DeleteLoadBalancerPolicyRulesInput should have comment or be unexported (golint)
    • Line 746: warning: exported method DeleteLoadBalancerPolicyRulesInput.Validate should have comment or be unexported (golint)
    • Line 758: warning: exported type DeleteLoadBalancerPolicyRulesOutput should have comment or be unexported (golint)
    • Line 765: warning: comment on exported method LoadBalancerService.DeleteLoadBalancers should be of the form "DeleteLoadBalancers ..." (golint)
    • Line 791: warning: exported type DeleteLoadBalancersInput should have comment or be unexported (golint)
    • Line 795: warning: exported method DeleteLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 807: warning: exported type DeleteLoadBalancersOutput should have comment or be unexported (golint)
    • Line 815: warning: comment on exported method LoadBalancerService.DeleteServerCertificates should be of the form "DeleteServerCertificates ..." (golint)
    • Line 841: warning: exported type DeleteServerCertificatesInput should have comment or be unexported (golint)
    • Line 845: warning: exported method DeleteServerCertificatesInput.Validate should have comment or be unexported (golint)
    • Line 857: warning: exported type DeleteServerCertificatesOutput should have comment or be unexported (golint)
    • Line 864: warning: comment on exported method LoadBalancerService.DescribeLoadBalancerBackends should be of the form "DescribeLoadBalancerBackends ..." (golint)
    • Line 890: warning: exported type DescribeLoadBalancerBackendsInput should have comment or be unexported (golint)
    • Line 900: warning: exported method DescribeLoadBalancerBackendsInput.Validate should have comment or be unexported (golint)
    • Line 905: warning: exported type DescribeLoadBalancerBackendsOutput should have comment or be unexported (golint)
    • Line 912: warning: comment on exported method LoadBalancerService.DescribeLoadBalancerListeners should be of the form "DescribeLoadBalancerListeners ..." (golint)
    • Line 938: warning: exported type DescribeLoadBalancerListenersInput should have comment or be unexported (golint)
    • Line 947: warning: exported method DescribeLoadBalancerListenersInput.Validate should have comment or be unexported (golint)
    • Line 952: warning: exported type DescribeLoadBalancerListenersOutput should have comment or be unexported (golint)
    • Line 960: warning: comment on exported method LoadBalancerService.DescribeLoadBalancerPolicies should be of the form "DescribeLoadBalancerPolicies ..." (golint)
    • Line 986: warning: exported type DescribeLoadBalancerPoliciesInput should have comment or be unexported (golint)
    • Line 994: warning: exported method DescribeLoadBalancerPoliciesInput.Validate should have comment or be unexported (golint)
    • Line 999: warning: exported type DescribeLoadBalancerPoliciesOutput should have comment or be unexported (golint)
    • Line 1007: warning: comment on exported method LoadBalancerService.DescribeLoadBalancerPolicyRules should be of the form "DescribeLoadBalancerPolicyRules ..." (golint)
    • Line 1033: warning: exported type DescribeLoadBalancerPolicyRulesInput should have comment or be unexported (golint)
    • Line 1041: warning: exported method DescribeLoadBalancerPolicyRulesInput.Validate should have comment or be unexported (golint)
    • Line 1046: warning: exported type DescribeLoadBalancerPolicyRulesOutput should have comment or be unexported (golint)
    • Line 1054: warning: comment on exported method LoadBalancerService.DescribeLoadBalancers should be of the form "DescribeLoadBalancers ..." (golint)
    • Line 1080: warning: exported type DescribeLoadBalancersInput should have comment or be unexported (golint)
    • Line 1091: warning: exported method DescribeLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 1096: warning: exported type DescribeLoadBalancersOutput should have comment or be unexported (golint)
    • Line 1103: warning: comment on exported method LoadBalancerService.DescribeServerCertificates should be of the form "DescribeServerCertificates ..." (golint)
    • Line 1129: warning: exported type DescribeServerCertificatesInput should have comment or be unexported (golint)
    • Line 1138: warning: exported method DescribeServerCertificatesInput.Validate should have comment or be unexported (golint)
    • Line 1143: warning: exported type DescribeServerCertificatesOutput should have comment or be unexported (golint)
    • Line 1151: warning: comment on exported method LoadBalancerService.DissociateEIPsFromLoadBalancer should be of the form "DissociateEIPsFromLoadBalancer ..." (golint)
    • Line 1177: warning: exported type DissociateEIPsFromLoadBalancerInput should have comment or be unexported (golint)
    • Line 1182: warning: exported method DissociateEIPsFromLoadBalancerInput.Validate should have comment or be unexported (golint)
    • Line 1201: warning: exported type DissociateEIPsFromLoadBalancerOutput should have comment or be unexported (golint)
    • Line 1208: warning: comment on exported method LoadBalancerService.GetLoadBalancerMonitor should be of the form "GetLoadBalancerMonitor ..." (golint)
    • Line 1234: warning: exported type GetLoadBalancerMonitorInput should have comment or be unexported (golint)
    • Line 1244: warning: exported method GetLoadBalancerMonitorInput.Validate should have comment or be unexported (golint)
    • Line 1290: warning: exported type GetLoadBalancerMonitorOutput should have comment or be unexported (golint)
    • Line 1298: warning: comment on exported method LoadBalancerService.ModifyLoadBalancerAttributes should be of the form "ModifyLoadBalancerAttributes ..." (golint)
    • Line 1324: warning: exported type ModifyLoadBalancerAttributesInput should have comment or be unexported (golint)
    • Line 1334: warning: exported method ModifyLoadBalancerAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1346: warning: exported type ModifyLoadBalancerAttributesOutput should have comment or be unexported (golint)
    • Line 1352: warning: comment on exported method LoadBalancerService.ModifyLoadBalancerBackendAttributes should be of the form "ModifyLoadBalancerBackendAttributes ..." (golint)
    • Line 1378: warning: exported type ModifyLoadBalancerBackendAttributesInput should have comment or be unexported (golint)
    • Line 1389: warning: exported method ModifyLoadBalancerBackendAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1414: warning: exported type ModifyLoadBalancerBackendAttributesOutput should have comment or be unexported (golint)
    • Line 1420: warning: comment on exported method LoadBalancerService.ModifyLoadBalancerListenerAttributes should be of the form "ModifyLoadBalancerListenerAttributes ..." (golint)
    • Line 1446: warning: exported type ModifyLoadBalancerListenerAttributesInput should have comment or be unexported (golint)
    • Line 1459: warning: exported method ModifyLoadBalancerListenerAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1471: warning: exported type ModifyLoadBalancerListenerAttributesOutput should have comment or be unexported (golint)
    • Line 1477: warning: comment on exported method LoadBalancerService.ModifyLoadBalancerPolicyAttributes should be of the form "ModifyLoadBalancerPolicyAttributes ..." (golint)
    • Line 1503: warning: exported type ModifyLoadBalancerPolicyAttributesInput should have comment or be unexported (golint)
    • Line 1509: warning: exported method ModifyLoadBalancerPolicyAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1521: warning: exported type ModifyLoadBalancerPolicyAttributesOutput should have comment or be unexported (golint)
    • Line 1528: warning: comment on exported method LoadBalancerService.ModifyLoadBalancerPolicyRuleAttributes should be of the form "ModifyLoadBalancerPolicyRuleAttributes ..." (golint)
    • Line 1554: warning: exported type ModifyLoadBalancerPolicyRuleAttributesInput should have comment or be unexported (golint)
    • Line 1560: warning: exported method ModifyLoadBalancerPolicyRuleAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1572: warning: exported type ModifyLoadBalancerPolicyRuleAttributesOutput should have comment or be unexported (golint)
    • Line 1579: warning: comment on exported method LoadBalancerService.ModifyServerCertificateAttributes should be of the form "ModifyServerCertificateAttributes ..." (golint)
    • Line 1605: warning: exported type ModifyServerCertificateAttributesInput should have comment or be unexported (golint)
    • Line 1611: warning: exported method ModifyServerCertificateAttributesInput.Validate should have comment or be unexported (golint)
    • Line 1623: warning: exported type ModifyServerCertificateAttributesOutput should have comment or be unexported (golint)
    • Line 1629: warning: comment on exported method LoadBalancerService.ResizeLoadBalancers should be of the form "ResizeLoadBalancers ..." (golint)
    • Line 1655: warning: exported type ResizeLoadBalancersInput should have comment or be unexported (golint)
    • Line 1662: warning: exported method ResizeLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 1687: warning: exported type ResizeLoadBalancersOutput should have comment or be unexported (golint)
    • Line 1694: warning: comment on exported method LoadBalancerService.StartLoadBalancers should be of the form "StartLoadBalancers ..." (golint)
    • Line 1720: warning: exported type StartLoadBalancersInput should have comment or be unexported (golint)
    • Line 1724: warning: exported method StartLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 1736: warning: exported type StartLoadBalancersOutput should have comment or be unexported (golint)
    • Line 1743: warning: comment on exported method LoadBalancerService.StopLoadBalancers should be of the form "StopLoadBalancers ..." (golint)
    • Line 1769: warning: exported type StopLoadBalancersInput should have comment or be unexported (golint)
    • Line 1773: warning: exported method StopLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 1785: warning: exported type StopLoadBalancersOutput should have comment or be unexported (golint)
    • Line 1792: warning: comment on exported method LoadBalancerService.UpdateLoadBalancers should be of the form "UpdateLoadBalancers ..." (golint)
    • Line 1818: warning: exported type UpdateLoadBalancersInput should have comment or be unexported (golint)
    • Line 1822: warning: exported method UpdateLoadBalancersInput.Validate should have comment or be unexported (golint)
    • Line 1834: warning: exported type UpdateLoadBalancersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/snapshot.go
    • Line 32: warning: exported type SnapshotService should have comment or be unexported (golint)
    • Line 37: warning: exported type SnapshotServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Snapshot should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method SnapshotService.ApplySnapshots should be of the form "ApplySnapshots ..." (golint)
    • Line 76: warning: exported type ApplySnapshotsInput should have comment or be unexported (golint)
    • Line 80: warning: exported method ApplySnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 92: warning: exported type ApplySnapshotsOutput should have comment or be unexported (golint)
    • Line 99: warning: comment on exported method SnapshotService.CaptureInstanceFromSnapshot should be of the form "CaptureInstanceFromSnapshot ..." (golint)
    • Line 125: warning: exported type CaptureInstanceFromSnapshotInput should have comment or be unexported (golint)
    • Line 130: warning: exported method CaptureInstanceFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 142: warning: exported type CaptureInstanceFromSnapshotOutput should have comment or be unexported (golint)
    • Line 150: warning: comment on exported method SnapshotService.CreateSnapshots should be of the form "CreateSnapshots ..." (golint)
    • Line 176: warning: exported type CreateSnapshotsInput should have comment or be unexported (golint)
    • Line 185: warning: exported method CreateSnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 217: warning: exported type CreateSnapshotsOutput should have comment or be unexported (golint)
    • Line 225: warning: comment on exported method SnapshotService.CreateVolumeFromSnapshot should be of the form "CreateVolumeFromSnapshot ..." (golint)
    • Line 251: warning: exported type CreateVolumeFromSnapshotInput should have comment or be unexported (golint)
    • Line 257: warning: exported method CreateVolumeFromSnapshotInput.Validate should have comment or be unexported (golint)
    • Line 269: warning: exported type CreateVolumeFromSnapshotOutput should have comment or be unexported (golint)
    • Line 277: warning: comment on exported method SnapshotService.DeleteSnapshots should be of the form "DeleteSnapshots ..." (golint)
    • Line 303: warning: exported type DeleteSnapshotsInput should have comment or be unexported (golint)
    • Line 307: warning: exported method DeleteSnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 319: warning: exported type DeleteSnapshotsOutput should have comment or be unexported (golint)
    • Line 326: warning: comment on exported method SnapshotService.DescribeSnapshots should be of the form "DescribeSnapshots ..." (golint)
    • Line 352: warning: exported type DescribeSnapshotsInput should have comment or be unexported (golint)
    • Line 369: warning: exported method DescribeSnapshotsInput.Validate should have comment or be unexported (golint)
    • Line 414: warning: exported type DescribeSnapshotsOutput should have comment or be unexported (golint)
    • Line 422: warning: comment on exported method SnapshotService.ModifySnapshotAttributes should be of the form "ModifySnapshotAttributes ..." (golint)
    • Line 448: warning: exported type ModifySnapshotAttributesInput should have comment or be unexported (golint)
    • Line 454: warning: exported method ModifySnapshotAttributesInput.Validate should have comment or be unexported (golint)
    • Line 466: warning: exported type ModifySnapshotAttributesOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/image.go
    • Line 32: warning: exported type ImageService should have comment or be unexported (golint)
    • Line 37: warning: exported type ImageServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Image should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method ImageService.CaptureInstance should be of the form "CaptureInstance ..." (golint)
    • Line 76: warning: exported type CaptureInstanceInput should have comment or be unexported (golint)
    • Line 81: warning: exported method CaptureInstanceInput.Validate should have comment or be unexported (golint)
    • Line 93: warning: exported type CaptureInstanceOutput should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method ImageService.DeleteImages should be of the form "DeleteImages ..." (golint)
    • Line 127: warning: exported type DeleteImagesInput should have comment or be unexported (golint)
    • Line 131: warning: exported method DeleteImagesInput.Validate should have comment or be unexported (golint)
    • Line 143: warning: exported type DeleteImagesOutput should have comment or be unexported (golint)
    • Line 150: warning: comment on exported method ImageService.DescribeImageUsers should be of the form "DescribeImageUsers ..." (golint)
    • Line 176: warning: exported type DescribeImageUsersInput should have comment or be unexported (golint)
    • Line 182: warning: exported method DescribeImageUsersInput.Validate should have comment or be unexported (golint)
    • Line 194: warning: exported type DescribeImageUsersOutput should have comment or be unexported (golint)
    • Line 202: warning: comment on exported method ImageService.DescribeImages should be of the form "DescribeImages ..." (golint)
    • Line 228: warning: exported type DescribeImagesInput should have comment or be unexported (golint)
    • Line 248: warning: exported method DescribeImagesInput.Validate should have comment or be unexported (golint)
    • Line 333: warning: exported type DescribeImagesOutput should have comment or be unexported (golint)
    • Line 341: warning: comment on exported method ImageService.GrantImageToUsers should be of the form "GrantImageToUsers ..." (golint)
    • Line 367: warning: exported type GrantImageToUsersInput should have comment or be unexported (golint)
    • Line 372: warning: exported method GrantImageToUsersInput.Validate should have comment or be unexported (golint)
    • Line 391: warning: exported type GrantImageToUsersOutput should have comment or be unexported (golint)
    • Line 397: warning: comment on exported method ImageService.ModifyImageAttributes should be of the form "ModifyImageAttributes ..." (golint)
    • Line 423: warning: exported type ModifyImageAttributesInput should have comment or be unexported (golint)
    • Line 429: warning: exported method ModifyImageAttributesInput.Validate should have comment or be unexported (golint)
    • Line 441: warning: exported type ModifyImageAttributesOutput should have comment or be unexported (golint)
    • Line 448: warning: comment on exported method ImageService.RevokeImageFromUsers should be of the form "RevokeImageFromUsers ..." (golint)
    • Line 474: warning: exported type RevokeImageFromUsersInput should have comment or be unexported (golint)
    • Line 479: warning: exported method RevokeImageFromUsersInput.Validate should have comment or be unexported (golint)
    • Line 498: warning: exported type RevokeImageFromUsersOutput should have comment or be unexported (golint)
    • qingcloud-sdk-go/service/instance.go
    • Line 32: warning: exported type InstanceService should have comment or be unexported (golint)
    • Line 37: warning: exported type InstanceServiceProperties should have comment or be unexported (golint)
    • Line 42: warning: exported method QingCloudService.Instance should have comment or be unexported (golint)
    • Line 50: warning: comment on exported method InstanceService.CeaseInstances should be of the form "CeaseInstances ..." (golint)
    • Line 76: warning: exported type CeaseInstancesInput should have comment or be unexported (golint)
    • Line 80: warning: exported method CeaseInstancesInput.Validate should have comment or be unexported (golint)
    • Line 92: warning: exported type CeaseInstancesOutput should have comment or be unexported (golint)
    • Line 99: warning: comment on exported method InstanceService.DescribeInstanceTypes should be of the form "DescribeInstanceTypes ..." (golint)
    • Line 125: warning: exported type DescribeInstanceTypesInput should have comment or be unexported (golint)
    • Line 129: warning: exported method DescribeInstanceTypesInput.Validate should have comment or be unexported (golint)
    • Line 134: warning: exported type DescribeInstanceTypesOutput should have comment or be unexported (golint)
    • Line 142: warning: comment on exported method InstanceService.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 168: warning: exported type DescribeInstancesInput should have comment or be unexported (golint)
    • Line 186: warning: exported method DescribeInstancesInput.Validate should have comment or be unexported (golint)
    • Line 231: warning: exported type DescribeInstancesOutput should have comment or be unexported (golint)
    • Line 239: warning: comment on exported method InstanceService.ModifyInstanceAttributes should be of the form "ModifyInstanceAttributes ..." (golint)
    • Line 265: warning: exported type ModifyInstanceAttributesInput should have comment or be unexported (golint)
    • Line 271: warning: exported method ModifyInstanceAttributesInput.Validate should have comment or be unexported (golint)
    • Line 283: warning: exported type ModifyInstanceAttributesOutput should have comment or be unexported (golint)
    • Line 289: warning: comment on exported method InstanceService.ResetInstances should be of the form "ResetInstances ..." (golint)
    • Line 315: warning: exported type ResetInstancesInput should have comment or be unexported (golint)
    • Line 325: warning: exported method ResetInstancesInput.Validate should have comment or be unexported (golint)
    • Line 384: warning: exported type ResetInstancesOutput should have comment or be unexported (golint)
    • Line 391: warning: comment on exported method InstanceService.ResizeInstances should be of the form "ResizeInstances ..." (golint)
    • Line 417: warning: exported type ResizeInstancesInput should have comment or be unexported (golint)
    • Line 430: warning: exported method ResizeInstancesInput.Validate should have comment or be unexported (golint)
    • Line 482: warning: exported type ResizeInstancesOutput should have comment or be unexported (golint)
    • Line 489: warning: comment on exported method InstanceService.RestartInstances should be of the form "RestartInstances ..." (golint)
    • Line 515: warning: exported type RestartInstancesInput should have comment or be unexported (golint)
    • Line 519: warning: exported method RestartInstancesInput.Validate should have comment or be unexported (golint)
    • Line 531: warning: exported type RestartInstancesOutput should have comment or be unexported (golint)
    • Line 538: warning: comment on exported method InstanceService.RunInstances should be of the form "RunInstances ..." (golint)
    • Line 564: warning: exported type RunInstancesInput should have comment or be unexported (golint)
    • Line 604: warning: exported method RunInstancesInput.Validate should have comment or be unexported (golint)
    • Line 823: warning: exported type RunInstancesOutput should have comment or be unexported (golint)
    • Line 831: warning: comment on exported method InstanceService.StartInstances should be of the form "StartInstances ..." (golint)
    • Line 857: warning: exported type StartInstancesInput should have comment or be unexported (golint)
    • Line 861: warning: exported method StartInstancesInput.Validate should have comment or be unexported (golint)
    • Line 873: warning: exported type StartInstancesOutput should have comment or be unexported (golint)
    • Line 880: warning: comment on exported method InstanceService.StopInstances should be of the form "StopInstances ..." (golint)
    • Line 906: warning: exported type StopInstancesInput should have comment or be unexported (golint)
    • Line 913: warning: exported method StopInstancesInput.Validate should have comment or be unexported (golint)
    • Line 945: warning: exported type StopInstancesOutput should have comment or be unexported (golint)
    • Line 952: warning: comment on exported method InstanceService.TerminateInstances should be of the form "TerminateInstances ..." (golint)
    • Line 978: warning: exported type TerminateInstancesInput should have comment or be unexported (golint)
    • Line 982: warning: exported method TerminateInstancesInput.Validate should have comment or be unexported (golint)
    • Line 994: warning: exported type TerminateInstancesOutput should have comment or be unexported (golint)

gocyclo92%

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.

    • qingcloud-sdk-go/service/types.go
    • Line 145: warning: cyclomatic complexity 29 of function (*Cache).Validate() is high (> 15) (gocyclo)
    • Line 1312: warning: cyclomatic complexity 29 of function (*LoadBalancer).Validate() is high (> 15) (gocyclo)
    • Line 1031: warning: cyclomatic complexity 29 of function (*Instance).Validate() is high (> 15) (gocyclo)
    • Line 2957: warning: cyclomatic complexity 28 of function (*Snapshot).Validate() is high (> 15) (gocyclo)
    • Line 2609: warning: cyclomatic complexity 26 of function (*S2Server).Validate() is high (> 15) (gocyclo)
    • Line 855: warning: cyclomatic complexity 25 of function (*Image).Validate() is high (> 15) (gocyclo)
    • Line 2374: warning: cyclomatic complexity 25 of function (*Router).Validate() is high (> 15) (gocyclo)
    • Line 3166: warning: cyclomatic complexity 21 of function (*Volume).Validate() is high (> 15) (gocyclo)
    • Line 681: warning: cyclomatic complexity 20 of function (*EIP).Validate() is high (> 15) (gocyclo)
    • Line 1985: warning: cyclomatic complexity 18 of function (*RDB).Validate() is high (> 15) (gocyclo)
    • Line 1580: warning: cyclomatic complexity 18 of function (*Mongo).Validate() is high (> 15) (gocyclo)
    • qingcloud-sdk-go/service/rdb.go
    • Line 261: warning: cyclomatic complexity 21 of function (*CreateRDBInput).Validate() is high (> 15) (gocyclo)
    • Line 421: warning: cyclomatic complexity 19 of function (*CreateRDBFromSnapshotInput).Validate() is high (> 15) (gocyclo)

ineffassign98%

IneffAssign detects ineffectual assignments in Go code.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!