Preparing report...

Report for github.com/morlay/goqcloud

A    Great!    Found 827 issues across 834 files

Tweet

gofmt99%

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


go_vet100%

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

No problems detected. Good job!


gocyclo99%

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.


golint0%

Golint is a linter for Go source code.

    • goqcloud/clients/as/disable_auto_scaling_group.go
    • Line 10: warning: exported type DisableAutoScalingGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DisableAutoScalingGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DisableAutoScalingGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_instance_params.go
    • Line 10: warning: exported type DescribeInstanceParamsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceParamsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceParamsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_modify_instances_charge_type.go
    • Line 10: warning: exported type InquiryPriceModifyInstancesChargeTypeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceModifyInstancesChargeTypeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceModifyInstancesChargeTypeResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_upgrade_price.go
    • Line 10: warning: exported type DescribeUpgradePriceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeUpgradePriceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeUpgradePriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person_arrived_mall.go
    • Line 10: warning: exported type DescribePersonArrivedMallRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribePersonArrivedMallRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribePersonArrivedMallResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_account_statistics.go
    • Line 10: warning: exported type DescribeAccountStatisticsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAccountStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAccountStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_addresses.go
    • Line 10: warning: exported type DescribeAddressesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeAddressesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeAddressesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/create_migrate_check_job.go
    • Line 10: warning: exported type CreateMigrateCheckJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CreateMigrateCheckJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateMigrateCheckJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_errlogs.go
    • Line 11: warning: exported type DescribeDbErrlogsRequest should have comment or be unexported (golint)
    • Line 30: warning: exported method DescribeDbErrlogsRequest.Invoke should have comment or be unexported (golint)
    • Line 36: warning: exported type DescribeDbErrlogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_account_description.go
    • Line 10: warning: exported type ModifyAccountDescriptionRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyAccountDescriptionRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyAccountDescriptionResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_security_groups.go
    • Line 10: warning: exported type DescribeSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/delete_rule.go
    • Line 10: warning: exported type DeleteRuleRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/describe_psa_regulations.go
    • Line 10: warning: exported type DescribePsaRegulationsRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribePsaRegulationsRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribePsaRegulationsResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_product_info.go
    • Line 10: warning: exported type DescribeProductInfoRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeProductInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeProductInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/modify_db_instance_name.go
    • Line 10: warning: exported type ModifyDbInstanceNameRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceNameRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceNameResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/close_pro_version.go
    • Line 10: warning: exported type CloseProVersionRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CloseProVersionRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CloseProVersionResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/remove_bandwidth_package_resources.go
    • Line 10: warning: exported type RemoveBandwidthPackageResourcesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method RemoveBandwidthPackageResourcesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type RemoveBandwidthPackageResourcesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/modify_sync_job.go
    • Line 10: warning: exported type ModifySyncJobRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifySyncJobRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifySyncJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/send_vcode.go
    • Line 10: warning: exported type SendVcodeRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method SendVcodeRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type SendVcodeResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/create_listener.go
    • Line 10: warning: exported type CreateListenerRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateListenerRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateListenerResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_device.go
    • Line 10: warning: exported type GetDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_resource_instances.go
    • Line 10: warning: exported type CreateResourceInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateResourceInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateResourceInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/describe_rebate_infos.go
    • Line 10: warning: exported type DescribeRebateInfosRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeRebateInfosRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeRebateInfosResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_image_share_permission.go
    • Line 10: warning: exported type DescribeImageSharePermissionRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeImageSharePermissionRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeImageSharePermissionResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/delete_function.go
    • Line 10: warning: exported type DeleteFunctionRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteFunctionRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteFunctionResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/describe_direct_connect_tunnels.go
    • Line 10: warning: exported type DescribeDirectConnectTunnelsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDirectConnectTunnelsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDirectConnectTunnelsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_account_privileges.go
    • Line 10: warning: exported type ModifyAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method ModifyAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type ModifyAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_network_info.go
    • Line 10: warning: exported type DescribeNetworkInfoRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeNetworkInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeNetworkInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_machines.go
    • Line 10: warning: exported type DescribeMachinesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeMachinesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeMachinesResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_vul_scan_result.go
    • Line 10: warning: exported type DescribeVulScanResultRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeVulScanResultRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeVulScanResultResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/add_bandwidth_package_resources.go
    • Line 10: warning: exported type AddBandwidthPackageResourcesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method AddBandwidthPackageResourcesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type AddBandwidthPackageResourcesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/reset_attach_ccn_instances.go
    • Line 10: warning: exported type ResetAttachCcnInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResetAttachCcnInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResetAttachCcnInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_db_parameters.go
    • Line 10: warning: exported type DescribeDbParametersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbParametersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbParametersResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/modify_monitor_attribute.go
    • Line 11: warning: exported type ModifyMonitorAttributeRequest should have comment or be unexported (golint)
    • Line 32: warning: exported method ModifyMonitorAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 38: warning: exported type ModifyMonitorAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_device_shadow.go
    • Line 10: warning: exported type DescribeDeviceShadowRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeDeviceShadowRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeDeviceShadowResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/modfiy_instance_password.go
    • Line 10: warning: exported type ModfiyInstancePasswordRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModfiyInstancePasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModfiyInstancePasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/reset_password.go
    • Line 10: warning: exported type ResetPasswordRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResetPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResetPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/get_function_logs.go
    • Line 11: warning: exported type GetFunctionLogsRequest should have comment or be unexported (golint)
    • Line 36: warning: exported method GetFunctionLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 42: warning: exported type GetFunctionLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_binlogs.go
    • Line 10: warning: exported type DescribeBinlogsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeBinlogsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeBinlogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_run_instances.go
    • Line 10: warning: exported type InquiryPriceRunInstancesRequest should have comment or be unexported (golint)
    • Line 51: warning: exported method InquiryPriceRunInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 57: warning: exported type InquiryPriceRunInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/data_types.go
    • Line 5: warning: exported type BgpPeer should have comment or be unexported (golint)
    • Line 9: warning: exported type DirectConnectTunnel should have comment or be unexported (golint)
    • Line 13: warning: exported type Filter should have comment or be unexported (golint)
    • Line 17: warning: exported type RouteFilterPrefix should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person_trace.go
    • Line 11: warning: exported type DescribePersonTraceRequest should have comment or be unexported (golint)
    • Line 24: warning: exported method DescribePersonTraceRequest.Invoke should have comment or be unexported (golint)
    • Line 30: warning: exported type DescribePersonTraceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_instance_specs.go
    • Line 10: warning: exported type DescribeDbInstanceSpecsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeDbInstanceSpecsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeDbInstanceSpecsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/create_migrate_job.go
    • Line 10: warning: exported type CreateMigrateJobRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/deregister_migration_task.go
    • Line 10: warning: exported type DeregisterMigrationTaskRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeregisterMigrationTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeregisterMigrationTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/delete_images.go
    • Line 10: warning: exported type DeleteImagesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteImagesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteImagesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/run_instances.go
    • Line 10: warning: exported type RunInstancesRequest should have comment or be unexported (golint)
    • Line 57: warning: exported method RunInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 63: warning: exported type RunInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_migration.go
    • Line 10: warning: exported type ModifyMigrationRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyMigrationRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyMigrationResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/assign_private_ip_addresses.go
    • Line 10: warning: exported type AssignPrivateIPAddressesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AssignPrivateIPAddressesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AssignPrivateIPAddressesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/create_sites.go
    • Line 10: warning: exported type CreateSitesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateSitesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateSitesResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/sign_contract_by_coordinate.go
    • Line 10: warning: exported type SignContractByCoordinateRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method SignContractByCoordinateRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type SignContractByCoordinateResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/update_device_shadow.go
    • Line 10: warning: exported type UpdateDeviceShadowRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method UpdateDeviceShadowRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type UpdateDeviceShadowResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_listener.go
    • Line 10: warning: exported type ModifyListenerRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyListenerRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyListenerResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_databases.go
    • Line 10: warning: exported type DescribeDatabasesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDatabasesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDatabasesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person_visit_info.go
    • Line 11: warning: exported type DescribePersonVisitInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: exported method DescribePersonVisitInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 40: warning: exported type DescribePersonVisitInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/rollback_instance.go
    • Line 11: warning: exported type RollbackInstanceRequest should have comment or be unexported (golint)
    • Line 24: warning: exported method RollbackInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 30: warning: exported type RollbackInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_vpn_connection.go
    • Line 10: warning: exported type DeleteVpnConnectionRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteVpnConnectionRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteVpnConnectionResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/attach_disks.go
    • Line 10: warning: exported type AttachDisksRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AttachDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AttachDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/renew_vpn_gateway.go
    • Line 10: warning: exported type RenewVpnGatewayRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RenewVpnGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RenewVpnGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/modify_psa_regulation.go
    • Line 10: warning: exported type ModifyPsaRegulationRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyPsaRegulationRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyPsaRegulationResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/associate_instances_key_pairs.go
    • Line 10: warning: exported type AssociateInstancesKeyPairsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AssociateInstancesKeyPairsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AssociateInstancesKeyPairsResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/data_types.go
    • Line 5: warning: exported type AgentAuditedClient should have comment or be unexported (golint)
    • Line 9: warning: exported type AgentBillElem should have comment or be unexported (golint)
    • Line 13: warning: exported type AgentClientElem should have comment or be unexported (golint)
    • Line 17: warning: exported type RebateInfoElem should have comment or be unexported (golint)
    • goqcloud/clients/scf/update_function_configuration.go
    • Line 10: warning: exported type UpdateFunctionConfigurationRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method UpdateFunctionConfigurationRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type UpdateFunctionConfigurationResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_key_pairs.go
    • Line 10: warning: exported type DescribeKeyPairsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeKeyPairsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeKeyPairsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/sync_images.go
    • Line 10: warning: exported type SyncImagesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method SyncImagesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type SyncImagesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/unassign_private_ip_addresses.go
    • Line 10: warning: exported type UnassignPrivateIPAddressesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method UnassignPrivateIPAddressesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type UnassignPrivateIPAddressesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/create_snapshot.go
    • Line 10: warning: exported type CreateSnapshotRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateSnapshotRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateSnapshotResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_task.go
    • Line 10: warning: exported type DescribeTaskRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/create_dcdb_instance.go
    • Line 10: warning: exported type CreateDcdbInstanceRequest should have comment or be unexported (golint)
    • Line 41: warning: exported method CreateDcdbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 47: warning: exported type CreateDcdbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/get_function.go
    • Line 11: warning: exported type GetFunctionRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method GetFunctionRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type GetFunctionResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/init_db_instances.go
    • Line 10: warning: exported type InitDbInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method InitDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type InitDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_classic_link_instances.go
    • Line 10: warning: exported type DescribeClassicLinkInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeClassicLinkInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeClassicLinkInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/create_sites_scans.go
    • Line 10: warning: exported type CreateSitesScansRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateSitesScansRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateSitesScansResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/update_rule.go
    • Line 10: warning: exported type UpdateRuleRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method UpdateRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type UpdateRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_sql_logs.go
    • Line 10: warning: exported type DescribeSQLLogsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeSQLLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeSQLLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/complete_migrate_job.go
    • Line 10: warning: exported type CompleteMigrateJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CompleteMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CompleteMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_topics.go
    • Line 10: warning: exported type GetTopicsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method GetTopicsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type GetTopicsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_upgrade_price.go
    • Line 10: warning: exported type DescribeDcdbUpgradePriceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeDcdbUpgradePriceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeDcdbUpgradePriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/close_wan_service.go
    • Line 10: warning: exported type CloseWanServiceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CloseWanServiceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CloseWanServiceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_slow_logs.go
    • Line 10: warning: exported type DescribeSlowLogsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeSlowLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeSlowLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_backups.go
    • Line 11: warning: exported type DescribeBackupsRequest should have comment or be unexported (golint)
    • Line 26: warning: exported method DescribeBackupsRequest.Invoke should have comment or be unexported (golint)
    • Line 32: warning: exported type DescribeBackupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/modify_person_tag_info.go
    • Line 10: warning: exported type ModifyPersonTagInfoRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyPersonTagInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyPersonTagInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_agent_vuls.go
    • Line 10: warning: exported type DescribeAgentVulsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeAgentVulsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeAgentVulsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/stop_migrate_job.go
    • Line 10: warning: exported type StopMigrateJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StopMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StopMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/describe_agent_bills.go
    • Line 10: warning: exported type DescribeAgentBillsRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeAgentBillsRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeAgentBillsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_security_groups.go
    • Line 10: warning: exported type DescribeDbSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_service_templates.go
    • Line 10: warning: exported type DescribeServiceTemplatesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeServiceTemplatesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeServiceTemplatesResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/manual_backup_instance.go
    • Line 10: warning: exported type ManualBackupInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ManualBackupInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ManualBackupInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_backup_config.go
    • Line 10: warning: exported type ModifyBackupConfigRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyBackupConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyBackupConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/delete_brute_attacks.go
    • Line 10: warning: exported type DeleteBruteAttacksRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteBruteAttacksRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteBruteAttacksResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_ha_vip_attribute.go
    • Line 10: warning: exported type ModifyHaVipAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyHaVipAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyHaVipAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/terminate_task_instance.go
    • Line 10: warning: exported type TerminateTaskInstanceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method TerminateTaskInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type TerminateTaskInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/describe_launch_configurations.go
    • Line 10: warning: exported type DescribeLaunchConfigurationsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeLaunchConfigurationsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeLaunchConfigurationsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_rules.go
    • Line 10: warning: exported type GetRulesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetRulesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetRulesResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/modify_live_push_auth_key.go
    • Line 10: warning: exported type ModifyLivePushAuthKeyRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyLivePushAuthKeyRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyLivePushAuthKeyResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_db_remark.go
    • Line 10: warning: exported type ModifyDbRemarkRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbRemarkRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbRemarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/create_usual_login_places.go
    • Line 10: warning: exported type CreateUsualLoginPlacesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateUsualLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateUsualLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_subnet.go
    • Line 10: warning: exported type CreateSubnetRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateSubnetRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateSubnetResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_security_group_association_statistics.go
    • Line 10: warning: exported type DescribeSecurityGroupAssociationStatisticsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeSecurityGroupAssociationStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeSecurityGroupAssociationStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/create_vuls_misinformation.go
    • Line 10: warning: exported type CreateVulsMisinformationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CreateVulsMisinformationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateVulsMisinformationResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_customer_gateway_attribute.go
    • Line 10: warning: exported type ModifyCustomerGatewayAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyCustomerGatewayAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyCustomerGatewayAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_instances.go
    • Line 10: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 37: warning: exported method DescribeInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 43: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/import_image.go
    • Line 10: warning: exported type ImportImageRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method ImportImageRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type ImportImageResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_instances_project.go
    • Line 10: warning: exported type ModifyInstancesProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyInstancesProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyInstancesProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_vul_info.go
    • Line 10: warning: exported type DescribeVulInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeVulInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeVulInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_default_vpc.go
    • Line 10: warning: exported type CreateDefaultVpcRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateDefaultVpcRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateDefaultVpcResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_direct_connect_gateway_ccn_routes.go
    • Line 10: warning: exported type CreateDirectConnectGatewayCcnRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateDirectConnectGatewayCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateDirectConnectGatewayCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_direct_connect_gateways.go
    • Line 10: warning: exported type DescribeDirectConnectGatewaysRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDirectConnectGatewaysRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDirectConnectGatewaysResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_shards.go
    • Line 10: warning: exported type DescribeDcdbShardsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeDcdbShardsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeDcdbShardsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/delete_migration.go
    • Line 10: warning: exported type DeleteMigrationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteMigrationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteMigrationResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/recover_malwares.go
    • Line 10: warning: exported type RecoverMalwaresRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RecoverMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RecoverMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_direct_connect_gateway.go
    • Line 10: warning: exported type CreateDirectConnectGatewayRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateDirectConnectGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateDirectConnectGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/associate_security_groups.go
    • Line 10: warning: exported type AssociateSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AssociateSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AssociateSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/list_migration_task.go
    • Line 10: warning: exported type ListMigrationTaskRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ListMigrationTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ListMigrationTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_instance_config.go
    • Line 10: warning: exported type DescribeDbInstanceConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbInstanceConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbInstanceConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/stop_db_import_job.go
    • Line 10: warning: exported type StopDbImportJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StopDbImportJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StopDbImportJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/set_auto_renew_flag.go
    • Line 10: warning: exported type SetAutoRenewFlagRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method SetAutoRenewFlagRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type SetAutoRenewFlagResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/create_db.go
    • Line 10: warning: exported type CreateDbRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateDbRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateDbResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/create_contract_by_upload.go
    • Line 10: warning: exported type CreateContractByUploadRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CreateContractByUploadRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateContractByUploadResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/start_migrate_job.go
    • Line 10: warning: exported type StartMigrateJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StartMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StartMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/delete_container_instance.go
    • Line 10: warning: exported type DeleteContainerInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteContainerInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteContainerInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_product.go
    • Line 10: warning: exported type GetProductRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method GetProductRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type GetProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_rule.go
    • Line 10: warning: exported type GetRuleRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method GetRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type GetRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_disaster_recover_groups.go
    • Line 10: warning: exported type DescribeDisasterRecoverGroupsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDisasterRecoverGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDisasterRecoverGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_service_template_groups.go
    • Line 10: warning: exported type DescribeServiceTemplateGroupsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeServiceTemplateGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeServiceTemplateGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/data_types.go
    • Line 5: warning: exported type Tag should have comment or be unexported (golint)
    • Line 9: warning: exported type AttachDetail should have comment or be unexported (golint)
    • Line 13: warning: exported type Filter should have comment or be unexported (golint)
    • Line 17: warning: exported type Placement should have comment or be unexported (golint)
    • Line 21: warning: exported type Price should have comment or be unexported (golint)
    • Line 25: warning: exported type Snapshot should have comment or be unexported (golint)
    • Line 29: warning: exported type Disk should have comment or be unexported (golint)
    • Line 33: warning: exported type DiskChargePrepaid should have comment or be unexported (golint)
    • Line 37: warning: exported type DiskConfig should have comment or be unexported (golint)
    • Line 41: warning: exported type DiskOperationLog should have comment or be unexported (golint)
    • Line 45: warning: exported type PrepayPrice should have comment or be unexported (golint)
    • goqcloud/clients/as/attach_instances.go
    • Line 10: warning: exported type AttachInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AttachInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AttachInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/create_psa_regulation.go
    • Line 10: warning: exported type CreatePsaRegulationRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreatePsaRegulationRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreatePsaRegulationResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_products.go
    • Line 10: warning: exported type GetProductsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetProductsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetProductsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_instances.go
    • Line 10: warning: exported type DescribeDcdbInstancesRequest should have comment or be unexported (golint)
    • Line 41: warning: exported method DescribeDcdbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 47: warning: exported type DescribeDcdbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/upgrade_instance.go
    • Line 10: warning: exported type UpgradeInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method UpgradeInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type UpgradeInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/create_trigger.go
    • Line 10: warning: exported type CreateTriggerRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateTriggerRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateTriggerResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/delete_account.go
    • Line 10: warning: exported type DeleteAccountRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DeleteAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DeleteAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/delete_migrate_job.go
    • Line 10: warning: exported type DeleteMigrateJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_weekly_report_brute_attacks.go
    • Line 11: warning: exported type DescribeWeeklyReportBruteAttacksRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeWeeklyReportBruteAttacksRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeWeeklyReportBruteAttacksResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/inquiry_price_renew_db_instance.go
    • Line 10: warning: exported type InquiryPriceRenewDbInstanceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceRenewDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceRenewDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_available_cvm_instance_types.go
    • Line 10: warning: exported type DescribeAvailableCvmInstanceTypesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeAvailableCvmInstanceTypesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeAvailableCvmInstanceTypesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/describe_container_log.go
    • Line 10: warning: exported type DescribeContainerLogRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeContainerLogRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeContainerLogResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_stream_online_info.go
    • Line 10: warning: exported type DescribeLiveStreamOnlineInfoRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeLiveStreamOnlineInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeLiveStreamOnlineInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_resource_usage_details.go
    • Line 11: warning: exported type DescribeDbResourceUsageDetailsRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeDbResourceUsageDetailsRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeDbResourceUsageDetailsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_regions.go
    • Line 10: warning: exported type DescribeRegionsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeRegionsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeRegionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_vuls_number.go
    • Line 10: warning: exported type DescribeVulsNumberRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeVulsNumberRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeVulsNumberResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/modify_task_template.go
    • Line 10: warning: exported type ModifyTaskTemplateRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyTaskTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyTaskTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_sale_info.go
    • Line 10: warning: exported type DescribeDcdbSaleInfoRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeDcdbSaleInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeDcdbSaleInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/add_live_watermark.go
    • Line 10: warning: exported type AddLiveWatermarkRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method AddLiveWatermarkRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type AddLiveWatermarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/drop_live_stream.go
    • Line 10: warning: exported type DropLiveStreamRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DropLiveStreamRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DropLiveStreamResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_task_info.go
    • Line 10: warning: exported type DescribeTaskInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeTaskInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeTaskInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/inquiry_price_create_db_instances.go
    • Line 10: warning: exported type InquiryPriceCreateDbInstancesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method InquiryPriceCreateDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type InquiryPriceCreateDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_direct_connect_gateway_attribute.go
    • Line 10: warning: exported type ModifyDirectConnectGatewayAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyDirectConnectGatewayAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyDirectConnectGatewayAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/create_instance.go
    • Line 10: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 47: warning: exported method CreateInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 53: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_shield_instance.go
    • Line 10: warning: exported type CreateShieldInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateShieldInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateShieldInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/create_db_instance_hour.go
    • Line 10: warning: exported type CreateDbInstanceHourRequest should have comment or be unexported (golint)
    • Line 59: warning: exported method CreateDbInstanceHourRequest.Invoke should have comment or be unexported (golint)
    • Line 65: warning: exported type CreateDbInstanceHourResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/renew_db_instance.go
    • Line 10: warning: exported type RenewDbInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RenewDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RenewDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_disaster_recover_group_attribute.go
    • Line 10: warning: exported type ModifyDisasterRecoverGroupAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDisasterRecoverGroupAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDisasterRecoverGroupAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/reset_instances_internet_max_bandwidth.go
    • Line 10: warning: exported type ResetInstancesInternetMaxBandwidthRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ResetInstancesInternetMaxBandwidthRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ResetInstancesInternetMaxBandwidthResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_db_parameters.go
    • Line 10: warning: exported type ModifyDbParametersRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbParametersRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbParametersResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/create_process_task.go
    • Line 10: warning: exported type CreateProcessTaskRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CreateProcessTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateProcessTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/enable_auto_scaling_group.go
    • Line 10: warning: exported type EnableAutoScalingGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method EnableAutoScalingGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type EnableAutoScalingGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/download_customer_gateway_configuration.go
    • Line 10: warning: exported type DownloadCustomerGatewayConfigurationRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DownloadCustomerGatewayConfigurationRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DownloadCustomerGatewayConfigurationResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_ccn_routes.go
    • Line 10: warning: exported type DescribeCcnRoutesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_vpc.go
    • Line 10: warning: exported type CreateVpcRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateVpcRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateVpcResponse should have comment or be unexported (golint)
    • goqcloud/transform/path_walker.go
    • Line 7: warning: exported type PathWalker should have comment or be unexported (golint)
    • Line 11: warning: exported method PathWalker.Enter should have comment or be unexported (golint)
    • Line 15: warning: exported method PathWalker.Exit should have comment or be unexported (golint)
    • Line 19: warning: exported method PathWalker.Paths should have comment or be unexported (golint)
    • Line 23: warning: exported method PathWalker.Current should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_import_records.go
    • Line 10: warning: exported type DescribeDbImportRecordsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeDbImportRecordsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeDbImportRecordsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/modify_db_instances_project.go
    • Line 10: warning: exported type ModifyDbInstancesProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstancesProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstancesProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_backups.go
    • Line 11: warning: exported type DescribeDbBackupsRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeDbBackupsRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeDbBackupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_backup_time.go
    • Line 10: warning: exported type DescribeBackupTimeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeBackupTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeBackupTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_history_accounts.go
    • Line 10: warning: exported type DescribeHistoryAccountsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeHistoryAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeHistoryAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/detach_ccn_instances.go
    • Line 10: warning: exported type DetachCcnInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DetachCcnInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DetachCcnInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/describe_container_instances.go
    • Line 10: warning: exported type DescribeContainerInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeContainerInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeContainerInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_compute_env_create_infos.go
    • Line 10: warning: exported type DescribeComputeEnvCreateInfosRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeComputeEnvCreateInfosRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeComputeEnvCreateInfosResponse should have comment or be unexported (golint)
    • goqcloud/clients/monitor/data_types.go
    • Line 5: warning: exported type MetricObjectMeaning should have comment or be unexported (golint)
    • Line 9: warning: exported type MetricSet should have comment or be unexported (golint)
    • Line 13: warning: exported type PeriodsSt should have comment or be unexported (golint)
    • Line 17: warning: exported type DataPoint should have comment or be unexported (golint)
    • Line 21: warning: exported type Dimension should have comment or be unexported (golint)
    • Line 25: warning: exported type DimensionsDesc should have comment or be unexported (golint)
    • Line 29: warning: exported type Instance should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/modify_db_sync_mode.go
    • Line 10: warning: exported type ModifyDbSyncModeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbSyncModeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbSyncModeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/delete_key_pairs.go
    • Line 10: warning: exported type DeleteKeyPairsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteKeyPairsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteKeyPairsResponse should have comment or be unexported (golint)
    • goqcloud/clients/tmt/speech_translate.go
    • Line 10: warning: exported type SpeechTranslateRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method SpeechTranslateRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type SpeechTranslateResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_db_name.go
    • Line 10: warning: exported type ModifyDbNameRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyDbNameRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyDbNameResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/create_vuls_report.go
    • Line 10: warning: exported type CreateVulsReportRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateVulsReportRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateVulsReportResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_security_trends.go
    • Line 11: warning: exported type DescribeSecurityTrendsRequest should have comment or be unexported (golint)
    • Line 20: warning: exported method DescribeSecurityTrendsRequest.Invoke should have comment or be unexported (golint)
    • Line 26: warning: exported type DescribeSecurityTrendsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/data_types.go
    • Line 5: warning: exported type ImageOsList should have comment or be unexported (golint)
    • Line 9: warning: exported type InstanceStatus should have comment or be unexported (golint)
    • Line 13: warning: exported type DataDisk should have comment or be unexported (golint)
    • Line 29: warning: exported type Filter should have comment or be unexported (golint)
    • Line 33: warning: exported type RegionInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type TagSpecification should have comment or be unexported (golint)
    • Line 41: warning: exported type ZoneInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type RunMonitorServiceEnabled should have comment or be unexported (golint)
    • Line 49: warning: exported type SpotMarketOptions should have comment or be unexported (golint)
    • Line 53: warning: exported type SystemDisk should have comment or be unexported (golint)
    • Line 57: warning: exported type ActionTimer should have comment or be unexported (golint)
    • Line 61: warning: exported type InstanceTypeQuotaItem should have comment or be unexported (golint)
    • Line 65: warning: exported type InternetAccessible should have comment or be unexported (golint)
    • Line 69: warning: exported type InternetChargeTypeConfig should have comment or be unexported (golint)
    • Line 73: warning: exported type ItemPrice should have comment or be unexported (golint)
    • Line 77: warning: exported type HostItem should have comment or be unexported (golint)
    • Line 81: warning: exported type InstanceChargePrepaid should have comment or be unexported (golint)
    • Line 85: warning: exported type InstanceMarketOptionsRequest should have comment or be unexported (golint)
    • Line 89: warning: exported type InstanceTypeConfig should have comment or be unexported (golint)
    • Line 93: warning: exported type EnhancedService should have comment or be unexported (golint)
    • Line 97: warning: exported type Externals should have comment or be unexported (golint)
    • Line 101: warning: exported type Instance should have comment or be unexported (golint)
    • Line 105: warning: exported type InternetBandwidthConfig should have comment or be unexported (golint)
    • Line 109: warning: exported type OsVersion should have comment or be unexported (golint)
    • Line 113: warning: exported type Tag should have comment or be unexported (golint)
    • Line 117: warning: exported type ChargePrepaid should have comment or be unexported (golint)
    • Line 121: warning: exported type DisasterRecoverGroup should have comment or be unexported (golint)
    • Line 126: warning: exported type InstanceFamilyConfig should have comment or be unexported (golint)
    • Line 130: warning: exported type Placement should have comment or be unexported (golint)
    • Line 134: warning: exported type Price should have comment or be unexported (golint)
    • Line 138: warning: exported type RunSecurityServiceEnabled should have comment or be unexported (golint)
    • Line 142: warning: exported type SharePermission should have comment or be unexported (golint)
    • Line 146: warning: exported type HostResource should have comment or be unexported (golint)
    • Line 150: warning: exported type Image should have comment or be unexported (golint)
    • Line 154: warning: exported type KeyPair should have comment or be unexported (golint)
    • Line 158: warning: exported type LocalDiskType should have comment or be unexported (golint)
    • Line 162: warning: exported type LoginSettings should have comment or be unexported (golint)
    • Line 166: warning: exported type StorageBlock should have comment or be unexported (golint)
    • Line 170: warning: exported type VirtualPrivateCloud should have comment or be unexported (golint)
    • goqcloud/clients/postgres/reset_account_password.go
    • Line 10: warning: exported type ResetAccountPasswordRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResetAccountPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResetAccountPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_malwares.go
    • Line 10: warning: exported type DescribeMalwaresRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/modify_alarm_attribute.go
    • Line 10: warning: exported type ModifyAlarmAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyAlarmAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyAlarmAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/enable_routes.go
    • Line 10: warning: exported type EnableRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method EnableRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type EnableRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/switch_dr_to_master.go
    • Line 10: warning: exported type SwitchDrToMasterRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method SwitchDrToMasterRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type SwitchDrToMasterResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/add_user.go
    • Line 10: warning: exported type AddUserRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method AddUserRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type AddUserResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/describe_migration_task.go
    • Line 10: warning: exported type DescribeMigrationTaskRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeMigrationTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeMigrationTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/describe_job.go
    • Line 10: warning: exported type DescribeJobRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeJobRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_open_ports.go
    • Line 10: warning: exported type DescribeOpenPortsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeOpenPortsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeOpenPortsResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/describe_task_operation_log.go
    • Line 10: warning: exported type DescribeTaskOperationLogRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeTaskOperationLogRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeTaskOperationLogResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/forbid_live_stream.go
    • Line 10: warning: exported type ForbidLiveStreamRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ForbidLiveStreamRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ForbidLiveStreamResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/upgrade_dcdb_instance.go
    • Line 10: warning: exported type UpgradeDcdbInstanceRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method UpgradeDcdbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type UpgradeDcdbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_instance_deal_detail.go
    • Line 10: warning: exported type DescribeInstanceDealDetailRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceDealDetailRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceDealDetailResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instances_status.go
    • Line 10: warning: exported type DescribeInstancesStatusRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeInstancesStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeInstancesStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_renew_instances.go
    • Line 10: warning: exported type InquiryPriceRenewInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method InquiryPriceRenewInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type InquiryPriceRenewInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/renew_db_instance.go
    • Line 10: warning: exported type RenewDbInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method RenewDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type RenewDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_shop_info.go
    • Line 10: warning: exported type DescribeShopInfoRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeShopInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeShopInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/describe_container_instance.go
    • Line 10: warning: exported type DescribeContainerInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeContainerInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeContainerInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/untrust_malwares.go
    • Line 10: warning: exported type UntrustMalwaresRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method UntrustMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type UntrustMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_database_table.go
    • Line 10: warning: exported type DescribeDatabaseTableRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeDatabaseTableRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeDatabaseTableResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_bind_instance.go
    • Line 10: warning: exported type CreateBindInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateBindInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateBindInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/agent_pay_deals.go
    • Line 10: warning: exported type AgentPayDealsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AgentPayDealsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AgentPayDealsResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/describe_agent_clients.go
    • Line 10: warning: exported type DescribeAgentClientsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeAgentClientsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeAgentClientsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/start_batch_rollback.go
    • Line 10: warning: exported type StartBatchRollbackRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StartBatchRollbackRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StartBatchRollbackResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/upgrade_db_instance.go
    • Line 10: warning: exported type UpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: exported method UpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 41: warning: exported type UpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_price.go
    • Line 10: warning: exported type DescribePriceRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribePriceRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribePriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/verify_sites.go
    • Line 10: warning: exported type VerifySitesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method VerifySitesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type VerifySitesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_security_group_policies.go
    • Line 10: warning: exported type DeleteSecurityGroupPoliciesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteSecurityGroupPoliciesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteSecurityGroupPoliciesResponse should have comment or be unexported (golint)
    • goqcloud/client.go
    • Line 19: warning: exported type Client should have comment or be unexported (golint)
    • Line 23: warning: exported type RequestSender should have comment or be unexported (golint)
    • Line 27: warning: exported type MaybeErrorResponse should have comment or be unexported (golint)
    • Line 31: warning: exported function NewClientWithCredential should have comment or be unexported (golint)
    • Line 41: warning: exported function ComposeClientOptions should have comment or be unexported (golint)
    • Line 61: warning: exported function ClientOptionWithTimeout should have comment or be unexported (golint)
    • Line 67: warning: exported function ClientOptionWithTransports should have comment or be unexported (golint)
    • Line 73: warning: exported type ClientOption should have comment or be unexported (golint)
    • Line 78: warning: exported type ClientWithCredential should have comment or be unexported (golint)
    • Line 83: warning: exported method ClientWithCredential.Request should have comment or be unexported (golint)
    • Line 176: warning: exported type TencentCloudResponse should have comment or be unexported (golint)
    • Line 180: warning: exported type TencentCloudBaseResponse should have comment or be unexported (golint)
    • Line 185: warning: exported method TencentCloudBaseResponse.GetError should have comment or be unexported (golint)
    • Line 192: warning: exported function NewTencentCloudError should have comment or be unexported (golint)
    • Line 199: warning: exported type TencentCloudError should have comment or be unexported (golint)
    • Line 208: warning: exported function NewLogTransport should have comment or be unexported (golint)
    • Line 216: warning: exported type LogTransport should have comment or be unexported (golint)
    • Line 220: warning: exported method LogTransport.RoundTrip should have comment or be unexported (golint)
    • goqcloud/clients/msp/list_migration_project.go
    • Line 10: warning: exported type ListMigrationProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ListMigrationProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ListMigrationProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/data_types.go
    • Line 5: warning: exported type DrInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type ImportRecord should have comment or be unexported (golint)
    • Line 13: warning: exported type InstanceRebootTime should have comment or be unexported (golint)
    • Line 17: warning: exported type Parameter should have comment or be unexported (golint)
    • Line 21: warning: exported type RollbackTableName should have comment or be unexported (golint)
    • Line 25: warning: exported type ZoneSellConf should have comment or be unexported (golint)
    • Line 29: warning: exported type BackupConfig should have comment or be unexported (golint)
    • Line 33: warning: exported type DBSwitchInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type RollbackInstancesInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type ZoneConf should have comment or be unexported (golint)
    • Line 45: warning: exported type TableName should have comment or be unexported (golint)
    • Line 49: warning: exported type ColumnPrivilege should have comment or be unexported (golint)
    • Line 53: warning: exported type DatabaseName should have comment or be unexported (golint)
    • Line 57: warning: exported type DatabasePrivilege should have comment or be unexported (golint)
    • Line 61: warning: exported type InstanceRollbackRangeTime should have comment or be unexported (golint)
    • Line 65: warning: exported type ParamInfo should have comment or be unexported (golint)
    • Line 69: warning: exported type SlaveConfig should have comment or be unexported (golint)
    • Line 73: warning: exported type SlaveInstanceInfo should have comment or be unexported (golint)
    • Line 77: warning: exported type Account should have comment or be unexported (golint)
    • Line 81: warning: exported type AccountInfo should have comment or be unexported (golint)
    • Line 85: warning: exported type Inbound should have comment or be unexported (golint)
    • Line 89: warning: exported type TablePrivilege should have comment or be unexported (golint)
    • Line 93: warning: exported type BackupInfo should have comment or be unexported (golint)
    • Line 97: warning: exported type MasterInfo should have comment or be unexported (golint)
    • Line 101: warning: exported type RoGroup should have comment or be unexported (golint)
    • Line 105: warning: exported type RoVipInfo should have comment or be unexported (golint)
    • Line 109: warning: exported type RollbackTimeRange should have comment or be unexported (golint)
    • Line 113: warning: exported type SellType should have comment or be unexported (golint)
    • Line 117: warning: exported type SqlFileInfo should have comment or be unexported (golint)
    • Line 121: warning: exported type InstanceInfo should have comment or be unexported (golint)
    • Line 125: warning: exported type ParameterDetail should have comment or be unexported (golint)
    • Line 129: warning: exported type RollbackTables should have comment or be unexported (golint)
    • Line 133: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 137: warning: exported type SellConfig should have comment or be unexported (golint)
    • Line 141: warning: exported type SlowLogInfo should have comment or be unexported (golint)
    • Line 145: warning: exported type RegionSellConf should have comment or be unexported (golint)
    • Line 149: warning: exported type SlaveInfo should have comment or be unexported (golint)
    • Line 153: warning: exported type UploadInfo should have comment or be unexported (golint)
    • Line 157: warning: exported type BinlogInfo should have comment or be unexported (golint)
    • Line 161: warning: exported type Outbound should have comment or be unexported (golint)
    • Line 165: warning: exported type RoInstanceInfo should have comment or be unexported (golint)
    • Line 169: warning: exported type RollbackDBName should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/renew_db_instance.go
    • Line 10: warning: exported type RenewDbInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method RenewDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type RenewDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_subnets.go
    • Line 10: warning: exported type DescribeSubnetsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeSubnetsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeSubnetsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/set_ccn_region_bandwidth_limits.go
    • Line 10: warning: exported type SetCcnRegionBandwidthLimitsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method SetCcnRegionBandwidthLimitsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type SetCcnRegionBandwidthLimitsResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/create_enterprise_account.go
    • Line 10: warning: exported type CreateEnterpriseAccountRequest should have comment or be unexported (golint)
    • Line 35: warning: exported method CreateEnterpriseAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 41: warning: exported type CreateEnterpriseAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/modify_desired_capacity.go
    • Line 10: warning: exported type ModifyDesiredCapacityRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDesiredCapacityRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDesiredCapacityResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_push_auth_key.go
    • Line 10: warning: exported type DescribeLivePushAuthKeyRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeLivePushAuthKeyRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeLivePushAuthKeyResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_instance_charset.go
    • Line 10: warning: exported type DescribeDbInstanceCharsetRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbInstanceCharsetRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbInstanceCharsetResponse should have comment or be unexported (golint)
    • goqcloud/clients/billing/pay_deals.go
    • Line 10: warning: exported type PayDealsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method PayDealsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type PayDealsResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/create_db_instances.go
    • Line 10: warning: exported type CreateDbInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: exported method CreateDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_image_share_permission.go
    • Line 10: warning: exported type ModifyImageSharePermissionRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyImageSharePermissionRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyImageSharePermissionResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/delete_db.go
    • Line 10: warning: exported type DeleteDbRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteDbRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteDbResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_vuls.go
    • Line 10: warning: exported type DescribeVulsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeVulsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeVulsResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/data_types.go
    • Line 5: warning: exported type SystemDisk should have comment or be unexported (golint)
    • Line 9: warning: exported type TargetAttribute should have comment or be unexported (golint)
    • Line 13: warning: exported type LimitedLoginSettings should have comment or be unexported (golint)
    • Line 17: warning: exported type ForwardLoadBalancer should have comment or be unexported (golint)
    • Line 21: warning: exported type Instance should have comment or be unexported (golint)
    • Line 25: warning: exported type RunSecurityServiceEnabled should have comment or be unexported (golint)
    • Line 29: warning: exported type ScheduledAction should have comment or be unexported (golint)
    • Line 33: warning: exported type AutoScalingGroupAbstract should have comment or be unexported (golint)
    • Line 37: warning: exported type LaunchConfiguration should have comment or be unexported (golint)
    • Line 41: warning: exported type RunMonitorServiceEnabled should have comment or be unexported (golint)
    • Line 45: warning: exported type InternetAccessible should have comment or be unexported (golint)
    • Line 49: warning: exported type DataDisk should have comment or be unexported (golint)
    • Line 53: warning: exported type EnhancedService should have comment or be unexported (golint)
    • Line 69: warning: exported type Filter should have comment or be unexported (golint)
    • Line 73: warning: exported type InstanceMarketOptionsRequest should have comment or be unexported (golint)
    • Line 77: warning: exported type LoginSettings should have comment or be unexported (golint)
    • Line 81: warning: exported type SpotMarketOptions should have comment or be unexported (golint)
    • Line 85: warning: exported type AutoScalingGroup should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_job_submit_info.go
    • Line 10: warning: exported type DescribeJobSubmitInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeJobSubmitInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeJobSubmitInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/reset_instance.go
    • Line 10: warning: exported type ResetInstanceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ResetInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ResetInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_cluster_person_trace.go
    • Line 11: warning: exported type DescribeClusterPersonTraceRequest should have comment or be unexported (golint)
    • Line 24: warning: exported method DescribeClusterPersonTraceRequest.Invoke should have comment or be unexported (golint)
    • Line 30: warning: exported type DescribeClusterPersonTraceResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/run_migration.go
    • Line 10: warning: exported type RunMigrationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RunMigrationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RunMigrationResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/delete_nonlocal_login_places.go
    • Line 10: warning: exported type DeleteNonlocalLoginPlacesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteNonlocalLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteNonlocalLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_direct_connect_gateway_ccn_routes.go
    • Line 10: warning: exported type DeleteDirectConnectGatewayCcnRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteDirectConnectGatewayCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteDirectConnectGatewayCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/create_auto_scaling_group.go
    • Line 10: warning: exported type CreateAutoScalingGroupRequest should have comment or be unexported (golint)
    • Line 43: warning: exported method CreateAutoScalingGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 49: warning: exported type CreateAutoScalingGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/describe_repair_task_constant.go
    • Line 10: warning: exported type DescribeRepairTaskConstantRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeRepairTaskConstantRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeRepairTaskConstantResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/modify_pull_stream_config.go
    • Line 11: warning: exported type ModifyPullStreamConfigRequest should have comment or be unexported (golint)
    • Line 30: warning: exported method ModifyPullStreamConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 36: warning: exported type ModifyPullStreamConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/upgrade_db_instance.go
    • Line 10: warning: exported type UpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method UpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type UpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/trust_malwares.go
    • Line 10: warning: exported type TrustMalwaresRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method TrustMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type TrustMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/inquiry_price_renew_vpn_gateway.go
    • Line 10: warning: exported type InquiryPriceRenewVpnGatewayRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method InquiryPriceRenewVpnGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type InquiryPriceRenewVpnGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/data_types.go
    • Line 5: warning: exported type ProductProperties should have comment or be unexported (golint)
    • Line 9: warning: exported type Attribute should have comment or be unexported (golint)
    • Line 13: warning: exported type BatchPublishMessage should have comment or be unexported (golint)
    • Line 17: warning: exported type DeviceInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type MultiDevicesInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type ProductMetadata should have comment or be unexported (golint)
    • Line 29: warning: exported type TaskInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type BatchUpdateShadow should have comment or be unexported (golint)
    • Line 37: warning: exported type DeviceTag should have comment or be unexported (golint)
    • Line 41: warning: exported type Filter should have comment or be unexported (golint)
    • Line 45: warning: exported type ProductInfo should have comment or be unexported (golint)
    • Line 49: warning: exported type Task should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_jobs.go
    • Line 10: warning: exported type DescribeJobsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeJobsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeJobsResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/delete_psa_regulation.go
    • Line 10: warning: exported type DeletePsaRegulationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeletePsaRegulationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeletePsaRegulationResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/delete_account.go
    • Line 10: warning: exported type DeleteAccountRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DeleteAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DeleteAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_shield_result.go
    • Line 10: warning: exported type DescribeShieldResultRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeShieldResultRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeShieldResultResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_service_template_group.go
    • Line 10: warning: exported type DeleteServiceTemplateGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteServiceTemplateGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteServiceTemplateGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_compute_env_create_info.go
    • Line 10: warning: exported type DescribeComputeEnvCreateInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeComputeEnvCreateInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeComputeEnvCreateInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/describe_migrate_jobs.go
    • Line 10: warning: exported type DescribeMigrateJobsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeMigrateJobsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeMigrateJobsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_products.go
    • Line 10: warning: exported type DescribeProductsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeProductsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeProductsResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_domain.go
    • Line 10: warning: exported type ModifyDomainRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyDomainRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyDomainResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_pull_stream_configs.go
    • Line 10: warning: exported type DescribePullStreamConfigsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribePullStreamConfigsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribePullStreamConfigsResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_shield_instances.go
    • Line 10: warning: exported type DescribeShieldInstancesRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeShieldInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeShieldInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_neg_comments.go
    • Line 11: warning: exported type DescribeBrandNegCommentsRequest should have comment or be unexported (golint)
    • Line 26: warning: exported method DescribeBrandNegCommentsRequest.Invoke should have comment or be unexported (golint)
    • Line 32: warning: exported type DescribeBrandNegCommentsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_security_dynamics.go
    • Line 10: warning: exported type DescribeSecurityDynamicsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeSecurityDynamicsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeSecurityDynamicsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/describe_instances_disk_num.go
    • Line 10: warning: exported type DescribeInstancesDiskNumRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstancesDiskNumRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstancesDiskNumResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/rescan_impacted_host.go
    • Line 10: warning: exported type RescanImpactedHostRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RescanImpactedHostRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RescanImpactedHostResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/create_monitors.go
    • Line 11: warning: exported type CreateMonitorsRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method CreateMonitorsRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type CreateMonitorsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_sites_verification.go
    • Line 10: warning: exported type DescribeSitesVerificationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeSitesVerificationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeSitesVerificationResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/describe_devices.go
    • Line 11: warning: exported type DescribeDevicesRequest should have comment or be unexported (golint)
    • Line 52: warning: exported method DescribeDevicesRequest.Invoke should have comment or be unexported (golint)
    • Line 58: warning: exported type DescribeDevicesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/inquiry_price_create_cis.go
    • Line 10: warning: exported type InquiryPriceCreateCisRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceCreateCisRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceCreateCisResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/reset_account_password.go
    • Line 10: warning: exported type ResetAccountPasswordRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ResetAccountPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ResetAccountPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_images.go
    • Line 10: warning: exported type DescribeImagesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeImagesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeImagesResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/inquiry_price_create_db_instances.go
    • Line 10: warning: exported type InquiryPriceCreateDbInstancesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method InquiryPriceCreateDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type InquiryPriceCreateDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/delete_snapshots.go
    • Line 10: warning: exported type DeleteSnapshotsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteSnapshotsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteSnapshotsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/delete_usual_login_places.go
    • Line 10: warning: exported type DeleteUsualLoginPlacesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteUsualLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteUsualLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/add_device.go
    • Line 10: warning: exported type AddDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AddDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AddDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/describe_agent_audited_clients.go
    • Line 10: warning: exported type DescribeAgentAuditedClientsRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method DescribeAgentAuditedClientsRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type DescribeAgentAuditedClientsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/delete_machine.go
    • Line 10: warning: exported type DeleteMachineRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteMachineRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteMachineResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/reject_direct_connect_tunnel.go
    • Line 10: warning: exported type RejectDirectConnectTunnelRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RejectDirectConnectTunnelRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RejectDirectConnectTunnelResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_device_statuses.go
    • Line 10: warning: exported type GetDeviceStatusesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetDeviceStatusesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetDeviceStatusesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_rollback_range_time.go
    • Line 10: warning: exported type DescribeRollbackRangeTimeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeRollbackRangeTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeRollbackRangeTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_industry_news.go
    • Line 11: warning: exported type DescribeIndustryNewsRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeIndustryNewsRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeIndustryNewsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/renew_instances.go
    • Line 10: warning: exported type RenewInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method RenewInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type RenewInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_history_network_info.go
    • Line 10: warning: exported type DescribeHistoryNetworkInfoRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeHistoryNetworkInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeHistoryNetworkInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_address_template_group_attribute.go
    • Line 10: warning: exported type ModifyAddressTemplateGroupAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyAddressTemplateGroupAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyAddressTemplateGroupAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/delete_seal.go
    • Line 10: warning: exported type DeleteSealRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DeleteSealRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DeleteSealResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_instance_reboot_time.go
    • Line 10: warning: exported type DescribeDbInstanceRebootTimeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbInstanceRebootTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbInstanceRebootTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_scan_instances.go
    • Line 10: warning: exported type CreateScanInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateScanInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateScanInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_job.go
    • Line 10: warning: exported type DescribeJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/delete_accounts.go
    • Line 10: warning: exported type DeleteAccountsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/switch_for_upgrade.go
    • Line 10: warning: exported type SwitchForUpgradeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method SwitchForUpgradeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type SwitchForUpgradeResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_backup_time.go
    • Line 10: warning: exported type ModifyBackupTimeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyBackupTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyBackupTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_network_interface.go
    • Line 10: warning: exported type CreateNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CreateNetworkInterfaceRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateNetworkInterfaceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_account_attributes.go
    • Line 10: warning: exported type DescribeAccountAttributesRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeAccountAttributesRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeAccountAttributesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_security_group_policies.go
    • Line 10: warning: exported type ModifySecurityGroupPoliciesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifySecurityGroupPoliciesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifySecurityGroupPoliciesResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/delete_job.go
    • Line 10: warning: exported type DeleteJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/release_addresses.go
    • Line 10: warning: exported type ReleaseAddressesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method ReleaseAddressesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type ReleaseAddressesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_device_log.go
    • Line 12: warning: exported type GetDeviceLogRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method GetDeviceLogRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type GetDeviceLogResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/renew_instance.go
    • Line 10: warning: exported type RenewInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method RenewInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type RenewInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_resource_usage.go
    • Line 11: warning: exported type DescribeDbResourceUsageRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeDbResourceUsageRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeDbResourceUsageResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/upgrade_db_instance.go
    • Line 10: warning: exported type UpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method UpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type UpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_service_template_group.go
    • Line 10: warning: exported type CreateServiceTemplateGroupRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateServiceTemplateGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateServiceTemplateGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/delete_direct_connect_tunnel.go
    • Line 10: warning: exported type DeleteDirectConnectTunnelRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteDirectConnectTunnelRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteDirectConnectTunnelResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/create_function.go
    • Line 10: warning: exported type CreateFunctionRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateFunctionRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateFunctionResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_backups.go
    • Line 10: warning: exported type DescribeBackupsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeBackupsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeBackupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/query_logs.go
    • Line 10: warning: exported type QueryLogsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method QueryLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type QueryLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_trajectory_data.go
    • Line 10: warning: exported type DescribeTrajectoryDataRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeTrajectoryDataRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeTrajectoryDataResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_db_instance_project.go
    • Line 10: warning: exported type ModifyDbInstanceProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_service_template.go
    • Line 10: warning: exported type CreateServiceTemplateRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateServiceTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateServiceTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_rule.go
    • Line 10: warning: exported type ModifyRuleRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_account_privileges.go
    • Line 10: warning: exported type DescribeAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_db_instances_project.go
    • Line 10: warning: exported type ModifyDbInstancesProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstancesProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstancesProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_rollback_time.go
    • Line 10: warning: exported type DescribeRollbackTimeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeRollbackTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeRollbackTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_addresses_bandwidth.go
    • Line 11: warning: exported type ModifyAddressesBandwidthRequest should have comment or be unexported (golint)
    • Line 24: warning: exported method ModifyAddressesBandwidthRequest.Invoke should have comment or be unexported (golint)
    • Line 30: warning: exported type ModifyAddressesBandwidthResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_multi_devices.go
    • Line 10: warning: exported type DescribeMultiDevicesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeMultiDevicesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeMultiDevicesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/create_device.go
    • Line 10: warning: exported type CreateDeviceRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CreateDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/create_multi_device.go
    • Line 10: warning: exported type CreateMultiDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateMultiDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateMultiDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/clear_instance.go
    • Line 10: warning: exported type ClearInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ClearInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ClearInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/data_types.go
    • Line 5: warning: exported type Site should have comment or be unexported (golint)
    • Line 9: warning: exported type SitesVerification should have comment or be unexported (golint)
    • Line 13: warning: exported type Vul should have comment or be unexported (golint)
    • Line 17: warning: exported type VulsTimeline should have comment or be unexported (golint)
    • Line 21: warning: exported type Filter should have comment or be unexported (golint)
    • Line 25: warning: exported type Monitor should have comment or be unexported (golint)
    • Line 29: warning: exported type MonitorMiniSite should have comment or be unexported (golint)
    • Line 33: warning: exported type MonitorsDetail should have comment or be unexported (golint)
    • goqcloud/clients/cdb/create_accounts.go
    • Line 10: warning: exported type CreateAccountsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/create_model.go
    • Line 10: warning: exported type CreateModelRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateModelRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateModelResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_product_config.go
    • Line 10: warning: exported type DescribeProductConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeProductConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeProductConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_db_instance_project.go
    • Line 10: warning: exported type ModifyDbInstanceProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_instances_renew_flag.go
    • Line 10: warning: exported type ModifyInstancesRenewFlagRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyInstancesRenewFlagRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyInstancesRenewFlagResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/detach_disks.go
    • Line 10: warning: exported type DetachDisksRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DetachDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DetachDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/replace_routes.go
    • Line 10: warning: exported type ReplaceRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ReplaceRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ReplaceRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/migrate_network_interface.go
    • Line 10: warning: exported type MigrateNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method MigrateNetworkInterfaceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type MigrateNetworkInterfaceResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/delete_instance.go
    • Line 10: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/delete_shield_instances.go
    • Line 10: warning: exported type DeleteShieldInstancesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteShieldInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteShieldInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/restart_db_instance.go
    • Line 10: warning: exported type RestartDbInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RestartDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RestartDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_customer_gateway_vendors.go
    • Line 10: warning: exported type DescribeCustomerGatewayVendorsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeCustomerGatewayVendorsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeCustomerGatewayVendorsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/detach_network_interface.go
    • Line 10: warning: exported type DetachNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DetachNetworkInterfaceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DetachNetworkInterfaceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/migrate_private_ip_address.go
    • Line 10: warning: exported type MigratePrivateIPAddressRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method MigratePrivateIPAddressRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type MigratePrivateIPAddressResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/replace_direct_connect_gateway_ccn_routes.go
    • Line 10: warning: exported type ReplaceDirectConnectGatewayCcnRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ReplaceDirectConnectGatewayCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ReplaceDirectConnectGatewayCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/modify_direct_connect_tunnel_attribute.go
    • Line 10: warning: exported type ModifyDirectConnectTunnelAttributeRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyDirectConnectTunnelAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyDirectConnectTunnelAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_switch_records.go
    • Line 10: warning: exported type DescribeDbSwitchRecordsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeDbSwitchRecordsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeDbSwitchRecordsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_internet_charge_type_configs.go
    • Line 10: warning: exported type DescribeInternetChargeTypeConfigsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeInternetChargeTypeConfigsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeInternetChargeTypeConfigsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_image_attribute.go
    • Line 10: warning: exported type ModifyImageAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyImageAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyImageAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_cluster_person_arrived_mall.go
    • Line 11: warning: exported type DescribeClusterPersonArrivedMallRequest should have comment or be unexported (golint)
    • Line 24: warning: exported method DescribeClusterPersonArrivedMallRequest.Invoke should have comment or be unexported (golint)
    • Line 30: warning: exported type DescribeClusterPersonArrivedMallResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/associate_address.go
    • Line 10: warning: exported type AssociateAddressRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method AssociateAddressRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type AssociateAddressResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbaas/query.go
    • Line 10: warning: exported type QueryRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method QueryRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type QueryResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/stop_live_record.go
    • Line 10: warning: exported type StopLiveRecordRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method StopLiveRecordRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type StopLiveRecordResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/data_types.go
    • Line 5: warning: exported type HistoryAccount should have comment or be unexported (golint)
    • Line 9: warning: exported type Machine should have comment or be unexported (golint)
    • Line 13: warning: exported type Place should have comment or be unexported (golint)
    • Line 17: warning: exported type ProcessStatistics should have comment or be unexported (golint)
    • Line 21: warning: exported type SecurityTrend should have comment or be unexported (golint)
    • Line 25: warning: exported type WeeklyReportMalware should have comment or be unexported (golint)
    • Line 29: warning: exported type BruteAttack should have comment or be unexported (golint)
    • Line 33: warning: exported type Filter should have comment or be unexported (golint)
    • Line 37: warning: exported type OpenPort should have comment or be unexported (golint)
    • Line 41: warning: exported type SecurityDynamic should have comment or be unexported (golint)
    • Line 45: warning: exported type Vul should have comment or be unexported (golint)
    • Line 49: warning: exported type WeeklyReportVul should have comment or be unexported (golint)
    • Line 53: warning: exported type ImpactedHost should have comment or be unexported (golint)
    • Line 57: warning: exported type Malware should have comment or be unexported (golint)
    • Line 61: warning: exported type Component should have comment or be unexported (golint)
    • Line 65: warning: exported type ComponentStatistics should have comment or be unexported (golint)
    • Line 69: warning: exported type Process should have comment or be unexported (golint)
    • Line 73: warning: exported type UsualPlace should have comment or be unexported (golint)
    • Line 77: warning: exported type WeeklyReportBruteAttack should have comment or be unexported (golint)
    • Line 81: warning: exported type Account should have comment or be unexported (golint)
    • Line 85: warning: exported type AccountStatistics should have comment or be unexported (golint)
    • Line 89: warning: exported type OpenPortStatistics should have comment or be unexported (golint)
    • Line 93: warning: exported type WeeklyReport should have comment or be unexported (golint)
    • Line 97: warning: exported type WeeklyReportNonlocalLoginPlace should have comment or be unexported (golint)
    • Line 101: warning: exported type AgentVul should have comment or be unexported (golint)
    • Line 105: warning: exported type NonLocalLoginPlace should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_vpn_connection_attribute.go
    • Line 10: warning: exported type ModifyVpnConnectionAttributeRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method ModifyVpnConnectionAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type ModifyVpnConnectionAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/transform_address.go
    • Line 10: warning: exported type TransformAddressRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method TransformAddressRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type TransformAddressResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/download_contract.go
    • Line 10: warning: exported type DownloadContractRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DownloadContractRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DownloadContractResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/data_types.go
    • Line 5: warning: exported type DBInstance should have comment or be unexported (golint)
    • Line 9: warning: exported type ErrLogDetail should have comment or be unexported (golint)
    • Line 13: warning: exported type SpecInfo should have comment or be unexported (golint)
    • Line 17: warning: exported type Xlog should have comment or be unexported (golint)
    • Line 21: warning: exported type DBBackup should have comment or be unexported (golint)
    • Line 25: warning: exported type DBInstanceNetInfo should have comment or be unexported (golint)
    • Line 29: warning: exported type SpecItemInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type NormalQueryItem should have comment or be unexported (golint)
    • Line 37: warning: exported type PgDeal should have comment or be unexported (golint)
    • Line 41: warning: exported type RegionInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type SlowlogDetail should have comment or be unexported (golint)
    • Line 49: warning: exported type ZoneInfo should have comment or be unexported (golint)
    • Line 53: warning: exported type AccountInfo should have comment or be unexported (golint)
    • Line 57: warning: exported type Filter should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_hosts_attribute.go
    • Line 10: warning: exported type ModifyHostsAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyHostsAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyHostsAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/copy_account_privileges.go
    • Line 10: warning: exported type CopyAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CopyAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CopyAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_ccn_attribute.go
    • Line 10: warning: exported type ModifyCcnAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyCcnAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyCcnAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/delete_launch_configuration.go
    • Line 10: warning: exported type DeleteLaunchConfigurationRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteLaunchConfigurationRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteLaunchConfigurationResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/modify_db_parameters.go
    • Line 10: warning: exported type ModifyDbParametersRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbParametersRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbParametersResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/data_types.go
    • Line 5: warning: exported type Filter should have comment or be unexported (golint)
    • Line 9: warning: exported type Result should have comment or be unexported (golint)
    • Line 13: warning: exported type Variable should have comment or be unexported (golint)
    • Line 17: warning: exported type VpcConfig should have comment or be unexported (golint)
    • Line 21: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 25: warning: exported type Code should have comment or be unexported (golint)
    • Line 29: warning: exported type Environment should have comment or be unexported (golint)
    • Line 33: warning: exported type Function should have comment or be unexported (golint)
    • Line 37: warning: exported type FunctionLog should have comment or be unexported (golint)
    • goqcloud/clients/cvm/reset_instances_password.go
    • Line 10: warning: exported type ResetInstancesPasswordRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ResetInstancesPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ResetInstancesPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_orders.go
    • Line 10: warning: exported type DescribeOrdersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeOrdersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeOrdersResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_sql_logs.go
    • Line 10: warning: exported type DescribeSQLLogsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeSQLLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeSQLLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/ha_vip_disassociate_address_ip.go
    • Line 10: warning: exported type HaVipDisassociateAddressIPRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method HaVipDisassociateAddressIPRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type HaVipDisassociateAddressIPResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/bind_psa_tag.go
    • Line 10: warning: exported type BindPsaTagRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method BindPsaTagRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type BindPsaTagResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_backup_download_db_table_code.go
    • Line 10: warning: exported type DescribeBackupDownloadDbTableCodeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeBackupDownloadDbTableCodeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeBackupDownloadDbTableCodeResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/delete_model.go
    • Line 10: warning: exported type DeleteModelRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DeleteModelRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DeleteModelResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_devices.go
    • Line 10: warning: exported type GetDevicesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method GetDevicesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type GetDevicesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/describe_container_instance_events.go
    • Line 10: warning: exported type DescribeContainerInstanceEventsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeContainerInstanceEventsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeContainerInstanceEventsResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/agent_transfer_money.go
    • Line 10: warning: exported type AgentTransferMoneyRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AgentTransferMoneyRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AgentTransferMoneyResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/restore_instance.go
    • Line 10: warning: exported type RestoreInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RestoreInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RestoreInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_component_statistics.go
    • Line 10: warning: exported type DescribeComponentStatisticsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeComponentStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeComponentStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_ccn.go
    • Line 10: warning: exported type DeleteCcnRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteCcnRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteCcnResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_sites.go
    • Line 10: warning: exported type DescribeSitesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeSitesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeSitesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/init_dcdb_instances.go
    • Line 10: warning: exported type InitDcdbInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method InitDcdbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type InitDcdbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_hosts.go
    • Line 10: warning: exported type DescribeHostsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeHostsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeHostsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_tables.go
    • Line 10: warning: exported type DescribeTablesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeTablesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeTablesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_uploaded_files.go
    • Line 10: warning: exported type DescribeUploadedFilesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeUploadedFilesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeUploadedFilesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person_trace_detail.go
    • Line 10: warning: exported type DescribePersonTraceDetailRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribePersonTraceDetailRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribePersonTraceDetailResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/accept_direct_connect_tunnel.go
    • Line 10: warning: exported type AcceptDirectConnectTunnelRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method AcceptDirectConnectTunnelRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type AcceptDirectConnectTunnelResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/close_db_extranet_access.go
    • Line 10: warning: exported type CloseDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CloseDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CloseDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/open_db_extranet_access.go
    • Line 10: warning: exported type OpenDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method OpenDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type OpenDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_network_interface_attribute.go
    • Line 10: warning: exported type ModifyNetworkInterfaceAttributeRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyNetworkInterfaceAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyNetworkInterfaceAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_db_sync_mode.go
    • Line 10: warning: exported type DescribeDbSyncModeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbSyncModeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbSyncModeResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/describe_auto_scaling_instances.go
    • Line 10: warning: exported type DescribeAutoScalingInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeAutoScalingInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeAutoScalingInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/publish_message.go
    • Line 10: warning: exported type PublishMessageRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method PublishMessageRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type PublishMessageResponse should have comment or be unexported (golint)
    • goqcloud/clients/monitor/describe_base_metrics.go
    • Line 10: warning: exported type DescribeBaseMetricsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeBaseMetricsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeBaseMetricsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/stop_instances.go
    • Line 10: warning: exported type StopInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method StopInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type StopInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_sale_info.go
    • Line 10: warning: exported type DescribeSaleInfoRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeSaleInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeSaleInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_zones.go
    • Line 10: warning: exported type DescribeZonesRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeZonesRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeZonesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_routes.go
    • Line 10: warning: exported type DeleteRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/describe_account_limits.go
    • Line 10: warning: exported type DescribeAccountLimitsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeAccountLimitsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeAccountLimitsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/create_account.go
    • Line 10: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CreateAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instances.go
    • Line 10: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_social_report.go
    • Line 11: warning: exported type DescribeBrandSocialReportRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeBrandSocialReportRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeBrandSocialReportResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/describe_targets.go
    • Line 10: warning: exported type DescribeTargetsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeTargetsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeTargetsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/add_rule.go
    • Line 10: warning: exported type AddRuleRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method AddRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type AddRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instance_vnc_url.go
    • Line 10: warning: exported type DescribeInstanceVncURLRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceVncURLRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceVncURLResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_processes.go
    • Line 10: warning: exported type DescribeProcessesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeProcessesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeProcessesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_ha_vip.go
    • Line 10: warning: exported type DeleteHaVipRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteHaVipRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteHaVipResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/reset_vpn_connection.go
    • Line 10: warning: exported type ResetVpnConnectionRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResetVpnConnectionRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResetVpnConnectionResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/data_types.go
    • Line 5: warning: exported type Backend should have comment or be unexported (golint)
    • Line 9: warning: exported type CertificateOutput should have comment or be unexported (golint)
    • Line 13: warning: exported type HealthCheck should have comment or be unexported (golint)
    • Line 17: warning: exported type ListenerBackend should have comment or be unexported (golint)
    • Line 21: warning: exported type RuleInput should have comment or be unexported (golint)
    • Line 25: warning: exported type RuleOutput should have comment or be unexported (golint)
    • Line 29: warning: exported type RuleTargets should have comment or be unexported (golint)
    • Line 33: warning: exported type CertificateInput should have comment or be unexported (golint)
    • Line 37: warning: exported type Listener should have comment or be unexported (golint)
    • Line 41: warning: exported type LoadBalancer should have comment or be unexported (golint)
    • Line 45: warning: exported type Target should have comment or be unexported (golint)
    • goqcloud/clients/iot/activate_rule.go
    • Line 10: warning: exported type ActivateRuleRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method ActivateRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type ActivateRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_db_log_files.go
    • Line 10: warning: exported type DescribeDbLogFilesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeDbLogFilesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeDbLogFilesResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/create_live_record.go
    • Line 10: warning: exported type CreateLiveRecordRequest should have comment or be unexported (golint)
    • Line 35: warning: exported method CreateLiveRecordRequest.Invoke should have comment or be unexported (golint)
    • Line 41: warning: exported type CreateLiveRecordResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/restart_db_instances.go
    • Line 10: warning: exported type RestartDbInstancesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RestartDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RestartDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/inquiry_price_renew_db_instance.go
    • Line 10: warning: exported type InquiryPriceRenewDbInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method InquiryPriceRenewDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type InquiryPriceRenewDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/start_instances.go
    • Line 10: warning: exported type StartInstancesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StartInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StartInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_renewal_price.go
    • Line 10: warning: exported type DescribeRenewalPriceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeRenewalPriceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeRenewalPriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/dc/create_direct_connect_tunnel.go
    • Line 10: warning: exported type CreateDirectConnectTunnelRequest should have comment or be unexported (golint)
    • Line 43: warning: exported method CreateDirectConnectTunnelRequest.Invoke should have comment or be unexported (golint)
    • Line 49: warning: exported type CreateDirectConnectTunnelResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_ccn_region_bandwidth_limits.go
    • Line 10: warning: exported type DescribeCcnRegionBandwidthLimitsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeCcnRegionBandwidthLimitsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeCcnRegionBandwidthLimitsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_shop_hour_traffic_info.go
    • Line 11: warning: exported type DescribeShopHourTrafficInfoRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeShopHourTrafficInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeShopHourTrafficInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_multi_dev_task.go
    • Line 10: warning: exported type DescribeMultiDevTaskRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeMultiDevTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeMultiDevTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/repair_task_control.go
    • Line 10: warning: exported type RepairTaskControlRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RepairTaskControlRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RepairTaskControlResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/deactivate_rule.go
    • Line 10: warning: exported type DeactivateRuleRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeactivateRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeactivateRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_zones.go
    • Line 10: warning: exported type DescribeZonesRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeZonesRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeZonesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/data_types.go
    • Line 5: warning: exported type PersonInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type ShopHourTrafficInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type ZoneTrafficInfoDetail should have comment or be unexported (golint)
    • Line 17: warning: exported type CameraPersonInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type NetworkAndShopInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type ZoneDayFlow should have comment or be unexported (golint)
    • Line 29: warning: exported type GenderAgeTrafficDetail should have comment or be unexported (golint)
    • Line 33: warning: exported type PersonProfile should have comment or be unexported (golint)
    • Line 37: warning: exported type PersonVisitInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type ArrivedMallInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type DailyTracePoint should have comment or be unexported (golint)
    • Line 49: warning: exported type PersonTraceRoute should have comment or be unexported (golint)
    • Line 53: warning: exported type ZoneFlowAndAvrStayTime should have comment or be unexported (golint)
    • Line 57: warning: exported type TrajectorySunData should have comment or be unexported (golint)
    • Line 61: warning: exported type ZoneAgeGroupAvrStayTime should have comment or be unexported (golint)
    • Line 65: warning: exported type ZoneHourFlow should have comment or be unexported (golint)
    • Line 69: warning: exported type HourTrafficInfoDetail should have comment or be unexported (golint)
    • Line 73: warning: exported type NetworkLastInfo should have comment or be unexported (golint)
    • Line 77: warning: exported type PersonTracePoint should have comment or be unexported (golint)
    • Line 81: warning: exported type ShopDayTrafficInfo should have comment or be unexported (golint)
    • Line 85: warning: exported type ZoneTrafficInfo should have comment or be unexported (golint)
    • Line 89: warning: exported type NetworkInfo should have comment or be unexported (golint)
    • Line 93: warning: exported type ShopInfo should have comment or be unexported (golint)
    • Line 97: warning: exported type NetworkHistoryInfo should have comment or be unexported (golint)
    • Line 101: warning: exported type PersonCoordinate should have comment or be unexported (golint)
    • Line 105: warning: exported type PersonTagInfo should have comment or be unexported (golint)
    • Line 109: warning: exported type SceneInfo should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_component_info.go
    • Line 10: warning: exported type DescribeComponentInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeComponentInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeComponentInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_address_quota.go
    • Line 10: warning: exported type DescribeAddressQuotaRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeAddressQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeAddressQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/delete_sync_job.go
    • Line 10: warning: exported type DeleteSyncJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteSyncJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteSyncJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/inquiry_price_upgrade_db_instance.go
    • Line 10: warning: exported type InquiryPriceUpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method InquiryPriceUpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type InquiryPriceUpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_instances_vpc_attribute.go
    • Line 10: warning: exported type ModifyInstancesVpcAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyInstancesVpcAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyInstancesVpcAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_brute_attacks.go
    • Line 10: warning: exported type DescribeBruteAttacksRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeBruteAttacksRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeBruteAttacksResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/reset_vpn_gateway_internet_max_bandwidth.go
    • Line 10: warning: exported type ResetVpnGatewayInternetMaxBandwidthRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResetVpnGatewayInternetMaxBandwidthRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResetVpnGatewayInternetMaxBandwidthResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/modify_config_attribute.go
    • Line 10: warning: exported type ModifyConfigAttributeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method ModifyConfigAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type ModifyConfigAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/delete_auto_scaling_group.go
    • Line 10: warning: exported type DeleteAutoScalingGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteAutoScalingGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteAutoScalingGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/delete_product.go
    • Line 10: warning: exported type DeleteProductRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteProductRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_databases.go
    • Line 10: warning: exported type DescribeDatabasesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDatabasesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDatabasesResponse should have comment or be unexported (golint)
    • goqcloud/clients/billing/describe_bill_detail.go
    • Line 10: warning: exported type DescribeBillDetailRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeBillDetailRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeBillDetailResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_zone_traffic_info.go
    • Line 11: warning: exported type DescribeZoneTrafficInfoRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeZoneTrafficInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeZoneTrafficInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_vpn_connection.go
    • Line 10: warning: exported type CreateVpnConnectionRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method CreateVpnConnectionRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type CreateVpnConnectionResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_address_attribute.go
    • Line 10: warning: exported type ModifyAddressAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyAddressAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyAddressAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/renew_disk.go
    • Line 10: warning: exported type RenewDiskRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RenewDiskRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RenewDiskResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/resume_live_stream.go
    • Line 10: warning: exported type ResumeLiveStreamRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResumeLiveStreamRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResumeLiveStreamResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/allocate_hosts.go
    • Line 10: warning: exported type AllocateHostsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method AllocateHostsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type AllocateHostsResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_log_files.go
    • Line 10: warning: exported type DescribeDbLogFilesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeDbLogFilesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeDbLogFilesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_direct_connect_gateway.go
    • Line 10: warning: exported type DeleteDirectConnectGatewayRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteDirectConnectGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteDirectConnectGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/data_types.go
    • Line 5: warning: exported type DatabaseView should have comment or be unexported (golint)
    • Line 9: warning: exported type Deal should have comment or be unexported (golint)
    • Line 13: warning: exported type ParamConstraint should have comment or be unexported (golint)
    • Line 17: warning: exported type ShardZoneChooseInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type SpecConfigInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type SqlLogItem should have comment or be unexported (golint)
    • Line 29: warning: exported type TableColumn should have comment or be unexported (golint)
    • Line 33: warning: exported type ZonesInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type ConstraintRange should have comment or be unexported (golint)
    • Line 41: warning: exported type DCDBInstanceInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type DatabaseTable should have comment or be unexported (golint)
    • Line 49: warning: exported type ParamDesc should have comment or be unexported (golint)
    • Line 53: warning: exported type RegionInfo should have comment or be unexported (golint)
    • Line 57: warning: exported type SpecConfig should have comment or be unexported (golint)
    • Line 61: warning: exported type DBAccount should have comment or be unexported (golint)
    • Line 65: warning: exported type DBParamValue should have comment or be unexported (golint)
    • Line 69: warning: exported type DCDBShardInfo should have comment or be unexported (golint)
    • Line 73: warning: exported type DatabaseFunction should have comment or be unexported (golint)
    • Line 77: warning: exported type DatabaseProcedure should have comment or be unexported (golint)
    • Line 81: warning: exported type ExpandShardConfig should have comment or be unexported (golint)
    • Line 85: warning: exported type ShardInfo should have comment or be unexported (golint)
    • Line 89: warning: exported type SplitShardConfig should have comment or be unexported (golint)
    • Line 93: warning: exported type AddShardConfig should have comment or be unexported (golint)
    • Line 97: warning: exported type Database should have comment or be unexported (golint)
    • Line 101: warning: exported type LogFileInfo should have comment or be unexported (golint)
    • Line 105: warning: exported type ParamModifyResult should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_compute_env.go
    • Line 10: warning: exported type DescribeComputeEnvRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeComputeEnvRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeComputeEnvResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/unbind_psa_tag.go
    • Line 10: warning: exported type UnbindPsaTagRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method UnbindPsaTagRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type UnbindPsaTagResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_stream_published_list.go
    • Line 10: warning: exported type DescribeLiveStreamPublishedListRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeLiveStreamPublishedListRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeLiveStreamPublishedListResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/modify_client_remark.go
    • Line 10: warning: exported type ModifyClientRemarkRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyClientRemarkRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyClientRemarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_db_instance_name.go
    • Line 10: warning: exported type ModifyDbInstanceNameRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceNameRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceNameResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_address_template.go
    • Line 10: warning: exported type CreateAddressTemplateRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateAddressTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateAddressTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_vpn_gateways.go
    • Line 10: warning: exported type DescribeVpnGatewaysRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeVpnGatewaysRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeVpnGatewaysResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/delete_listener.go
    • Line 10: warning: exported type DeleteListenerRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteListenerRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteListenerResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_cos_sec_key_instance.go
    • Line 10: warning: exported type CreateCosSecKeyInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateCosSecKeyInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateCosSecKeyInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/upgrade_db_instance_engine_version.go
    • Line 10: warning: exported type UpgradeDbInstanceEngineVersionRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method UpgradeDbInstanceEngineVersionRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type UpgradeDbInstanceEngineVersionResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/renew_hosts.go
    • Line 10: warning: exported type RenewHostsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RenewHostsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RenewHostsResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/data_types.go
    • Line 5: warning: exported type TaskType should have comment or be unexported (golint)
    • Line 9: warning: exported type DeviceInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type PsaRegulation should have comment or be unexported (golint)
    • Line 17: warning: exported type Tag should have comment or be unexported (golint)
    • Line 21: warning: exported type TaskInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type TaskOperationLog should have comment or be unexported (golint)
    • goqcloud/clients/live/resume_delay_live_stream.go
    • Line 10: warning: exported type ResumeDelayLiveStreamRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResumeDelayLiveStreamRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResumeDelayLiveStreamResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/set_live_watermark_status.go
    • Line 10: warning: exported type SetLiveWatermarkStatusRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method SetLiveWatermarkStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type SetLiveWatermarkStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/modify_account_remark.go
    • Line 10: warning: exported type ModifyAccountRemarkRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyAccountRemarkRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyAccountRemarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/attach_classic_link_vpc.go
    • Line 10: warning: exported type AttachClassicLinkVpcRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AttachClassicLinkVpcRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AttachClassicLinkVpcResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/delete_live_record.go
    • Line 10: warning: exported type DeleteLiveRecordRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteLiveRecordRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteLiveRecordResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_backup_config.go
    • Line 10: warning: exported type DescribeBackupConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeBackupConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeBackupConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/create_instances.go
    • Line 10: warning: exported type CreateInstancesRequest should have comment or be unexported (golint)
    • Line 41: warning: exported method CreateInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 47: warning: exported type CreateInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_reset_instances_type.go
    • Line 10: warning: exported type InquiryPriceResetInstancesTypeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceResetInstancesTypeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceResetInstancesTypeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/terminate_instances.go
    • Line 10: warning: exported type TerminateInstancesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method TerminateInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type TerminateInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_instances.go
    • Line 10: warning: exported type DescribeDbInstancesRequest should have comment or be unexported (golint)
    • Line 43: warning: exported method DescribeDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 49: warning: exported type DescribeDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/init_db_instances.go
    • Line 10: warning: exported type InitDbInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method InitDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type InitDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_customer_gateway.go
    • Line 10: warning: exported type CreateCustomerGatewayRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateCustomerGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateCustomerGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/modify_live_play_auth_key.go
    • Line 10: warning: exported type ModifyLivePlayAuthKeyRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyLivePlayAuthKeyRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyLivePlayAuthKeyResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_vpcs.go
    • Line 10: warning: exported type DescribeVpcsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeVpcsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeVpcsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_security_group_policies.go
    • Line 10: warning: exported type CreateSecurityGroupPoliciesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateSecurityGroupPoliciesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateSecurityGroupPoliciesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_task.go
    • Line 10: warning: exported type DescribeTaskRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_task_logs.go
    • Line 10: warning: exported type DescribeTaskLogsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeTaskLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeTaskLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/publish_msg.go
    • Line 10: warning: exported type PublishMsgRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method PublishMsgRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type PublishMsgResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_play_auth_key.go
    • Line 10: warning: exported type DescribeLivePlayAuthKeyRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeLivePlayAuthKeyRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeLivePlayAuthKeyResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_watermarks.go
    • Line 10: warning: exported type DescribeLiveWatermarksRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeLiveWatermarksRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeLiveWatermarksResponse should have comment or be unexported (golint)
    • goqcloud/clients/soe/transmit_oral_process.go
    • Line 10: warning: exported type TransmitOralProcessRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method TransmitOralProcessRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type TransmitOralProcessResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_account_password.go
    • Line 10: warning: exported type ModifyAccountPasswordRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyAccountPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyAccountPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/modify_auto_scaling_group.go
    • Line 10: warning: exported type ModifyAutoScalingGroupRequest should have comment or be unexported (golint)
    • Line 41: warning: exported method ModifyAutoScalingGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 47: warning: exported type ModifyAutoScalingGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_alarm_attribute.go
    • Line 10: warning: exported type DescribeAlarmAttributeRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeAlarmAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeAlarmAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/disable_routes.go
    • Line 10: warning: exported type DisableRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DisableRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DisableRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_instances_attribute.go
    • Line 10: warning: exported type ModifyInstancesAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyInstancesAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyInstancesAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_target_weight.go
    • Line 10: warning: exported type ModifyTargetWeightRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyTargetWeightRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyTargetWeightResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_instances.go
    • Line 10: warning: exported type DescribeDbInstancesRequest should have comment or be unexported (golint)
    • Line 65: warning: exported method DescribeDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 71: warning: exported type DescribeDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_ha_vip.go
    • Line 10: warning: exported type CreateHaVipRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateHaVipRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateHaVipResponse should have comment or be unexported (golint)
    • goqcloud/transform/transport.go
    • Line 7: warning: exported type Transport should have comment or be unexported (golint)
    • Line 9: warning: exported function ComposeTransports should have comment or be unexported (golint)
    • goqcloud/clients/cbs/describe_disk_config_quota.go
    • Line 10: warning: exported type DescribeDiskConfigQuotaRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method DescribeDiskConfigQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type DescribeDiskConfigQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/billing/describe_account_balance.go
    • Line 10: warning: exported type DescribeAccountBalanceRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeAccountBalanceRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeAccountBalanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/data_types.go
    • Line 5: warning: exported type ZoneChooseInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type ZonesInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type ParamDesc should have comment or be unexported (golint)
    • Line 17: warning: exported type ResourceUsageMonitorSet should have comment or be unexported (golint)
    • Line 21: warning: exported type SpecConfigInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type SqlLogItem should have comment or be unexported (golint)
    • Line 29: warning: exported type PerformanceMonitorSet should have comment or be unexported (golint)
    • Line 33: warning: exported type RegionInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type ConstraintRange should have comment or be unexported (golint)
    • Line 41: warning: exported type DBAccount should have comment or be unexported (golint)
    • Line 45: warning: exported type Deal should have comment or be unexported (golint)
    • Line 49: warning: exported type InstanceSpec should have comment or be unexported (golint)
    • Line 53: warning: exported type MonitorIntData should have comment or be unexported (golint)
    • Line 57: warning: exported type ParamConstraint should have comment or be unexported (golint)
    • Line 61: warning: exported type ParamModifyResult should have comment or be unexported (golint)
    • Line 65: warning: exported type DBBackupTimeConfig should have comment or be unexported (golint)
    • Line 69: warning: exported type DBInstance should have comment or be unexported (golint)
    • Line 73: warning: exported type LogFileInfo should have comment or be unexported (golint)
    • Line 77: warning: exported type MonitorData should have comment or be unexported (golint)
    • Line 81: warning: exported type DBParamValue should have comment or be unexported (golint)
    • Line 85: warning: exported type SlowLogData should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_security_group_attribute.go
    • Line 10: warning: exported type ModifySecurityGroupAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifySecurityGroupAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifySecurityGroupAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/describe_load_balancers.go
    • Line 10: warning: exported type DescribeLoadBalancersRequest should have comment or be unexported (golint)
    • Line 45: warning: exported method DescribeLoadBalancersRequest.Invoke should have comment or be unexported (golint)
    • Line 51: warning: exported type DescribeLoadBalancersResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/open_wan_service.go
    • Line 10: warning: exported type OpenWanServiceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method OpenWanServiceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type OpenWanServiceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/modify_log_file_retention_period.go
    • Line 10: warning: exported type ModifyLogFileRetentionPeriodRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyLogFileRetentionPeriodRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyLogFileRetentionPeriodResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_weekly_reports.go
    • Line 10: warning: exported type DescribeWeeklyReportsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeWeeklyReportsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeWeeklyReportsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_vpc.go
    • Line 10: warning: exported type DeleteVpcRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteVpcRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteVpcResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/update_product.go
    • Line 10: warning: exported type UpdateProductRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method UpdateProductRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type UpdateProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_account_privileges.go
    • Line 10: warning: exported type DescribeAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_price.go
    • Line 10: warning: exported type DescribeDcdbPriceRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeDcdbPriceRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeDcdbPriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_shard_spec.go
    • Line 10: warning: exported type DescribeShardSpecRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeShardSpecRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeShardSpecResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_zone_flow_daily_by_zone_id.go
    • Line 10: warning: exported type DescribeZoneFlowDailyByZoneIDRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeZoneFlowDailyByZoneIDRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeZoneFlowDailyByZoneIDResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/create_sync_job.go
    • Line 10: warning: exported type CreateSyncJobRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateSyncJobRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateSyncJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/data_types.go
    • Line 5: warning: exported type ConsistencyParams should have comment or be unexported (golint)
    • Line 9: warning: exported type MigrateDetailInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type MigrateOption should have comment or be unexported (golint)
    • Line 17: warning: exported type SyncStepDetailInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type SyncInstanceInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type SyncJobInfo should have comment or be unexported (golint)
    • Line 29: warning: exported type DstInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type MigrateJobInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type MigrateStepDetailInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type SrcInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type SyncCheckStepInfo should have comment or be unexported (golint)
    • Line 49: warning: exported type SyncDetailInfo should have comment or be unexported (golint)
    • Line 53: warning: exported type SyncOption should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_config.go
    • Line 11: warning: exported type DescribeConfigRequest should have comment or be unexported (golint)
    • Line 16: warning: exported method DescribeConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 22: warning: exported type DescribeConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/modify_migration_task_belong_to_project.go
    • Line 10: warning: exported type ModifyMigrationTaskBelongToProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyMigrationTaskBelongToProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyMigrationTaskBelongToProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/renew_instance.go
    • Line 10: warning: exported type RenewInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RenewInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RenewInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/delete_disaster_recover_groups.go
    • Line 10: warning: exported type DeleteDisasterRecoverGroupsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteDisasterRecoverGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteDisasterRecoverGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_flow.go
    • Line 10: warning: exported type DescribeFlowRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeFlowRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeFlowResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/delete_malwares.go
    • Line 10: warning: exported type DeleteMalwaresRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/modify_snapshot_attribute.go
    • Line 10: warning: exported type ModifySnapshotAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifySnapshotAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifySnapshotAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_security_group_policies.go
    • Line 10: warning: exported type DescribeSecurityGroupPoliciesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeSecurityGroupPoliciesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeSecurityGroupPoliciesResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_components.go
    • Line 10: warning: exported type DescribeComponentsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeComponentsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeComponentsResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_cvm_zone_instance_config_infos.go
    • Line 10: warning: exported type DescribeCvmZoneInstanceConfigInfosRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeCvmZoneInstanceConfigInfosRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeCvmZoneInstanceConfigInfosResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/app_add_user.go
    • Line 10: warning: exported type AppAddUserRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AppAddUserRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AppAddUserResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/init_db_instances.go
    • Line 10: warning: exported type InitDbInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method InitDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type InitDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/create_sync_check_job.go
    • Line 10: warning: exported type CreateSyncCheckJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CreateSyncCheckJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateSyncCheckJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/create_load_balancer.go
    • Line 10: warning: exported type CreateLoadBalancerRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateLoadBalancerRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateLoadBalancerResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_vuls.go
    • Line 10: warning: exported type DescribeVulsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeVulsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeVulsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_security_group.go
    • Line 10: warning: exported type CreateSecurityGroupRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateSecurityGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateSecurityGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_vpc_attribute.go
    • Line 10: warning: exported type ModifyVpcAttributeRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyVpcAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyVpcAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/modify_migrate_job.go
    • Line 10: warning: exported type ModifyMigrateJobRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method ModifyMigrateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type ModifyMigrateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/create_scheduled_action.go
    • Line 11: warning: exported type CreateScheduledActionRequest should have comment or be unexported (golint)
    • Line 32: warning: exported method CreateScheduledActionRequest.Invoke should have comment or be unexported (golint)
    • Line 38: warning: exported type CreateScheduledActionResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_instance_attribute.go
    • Line 10: warning: exported type DescribeDbInstanceAttributeRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbInstanceAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbInstanceAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_zone_flow_and_stay_time.go
    • Line 10: warning: exported type DescribeZoneFlowAndStayTimeRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeZoneFlowAndStayTimeRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeZoneFlowAndStayTimeResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/register_callback.go
    • Line 10: warning: exported type RegisterCallbackRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method RegisterCallbackRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type RegisterCallbackResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_route_conflicts.go
    • Line 10: warning: exported type DescribeRouteConflictsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeRouteConflictsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeRouteConflictsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_service_template_group_attribute.go
    • Line 10: warning: exported type ModifyServiceTemplateGroupAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyServiceTemplateGroupAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyServiceTemplateGroupAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/inquiry_price_create_disks.go
    • Line 10: warning: exported type InquiryPriceCreateDisksRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method InquiryPriceCreateDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type InquiryPriceCreateDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_device_data.go
    • Line 10: warning: exported type GetDeviceDataRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetDeviceDataRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetDeviceDataResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/data_types.go
    • Line 5: warning: exported type RedisBackupSet should have comment or be unexported (golint)
    • Line 9: warning: exported type RegionConf should have comment or be unexported (golint)
    • Line 13: warning: exported type TradeDealDetail should have comment or be unexported (golint)
    • Line 17: warning: exported type ZoneCapacityConf should have comment or be unexported (golint)
    • Line 21: warning: exported type InstanceSet should have comment or be unexported (golint)
    • Line 25: warning: exported type ProductConf should have comment or be unexported (golint)
    • goqcloud/clients/cvm/update_instance_vpc_config.go
    • Line 10: warning: exported type UpdateInstanceVpcConfigRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method UpdateInstanceVpcConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type UpdateInstanceVpcConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_bandwidth_package_quota.go
    • Line 10: warning: exported type DescribeBandwidthPackageQuotaRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeBandwidthPackageQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeBandwidthPackageQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/apply_snapshot.go
    • Line 10: warning: exported type ApplySnapshotRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ApplySnapshotRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ApplySnapshotResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbaas/get_invoke_tx.go
    • Line 10: warning: exported type GetInvokeTxRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method GetInvokeTxRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type GetInvokeTxResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/clone_account.go
    • Line 10: warning: exported type CloneAccountRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CloneAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CloneAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_slow_logs.go
    • Line 11: warning: exported type DescribeDbSlowLogsRequest should have comment or be unexported (golint)
    • Line 32: warning: exported method DescribeDbSlowLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 38: warning: exported type DescribeDbSlowLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/modify_person_type.go
    • Line 10: warning: exported type ModifyPersonTypeRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyPersonTypeRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyPersonTypeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/enable_ccn_routes.go
    • Line 10: warning: exported type EnableCcnRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method EnableCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type EnableCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_resource_instances.go
    • Line 10: warning: exported type DescribeResourceInstancesRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeResourceInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeResourceInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/create_account.go
    • Line 10: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_zone_instance_config_infos.go
    • Line 10: warning: exported type DescribeZoneInstanceConfigInfosRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeZoneInstanceConfigInfosRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeZoneInstanceConfigInfosResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/delete_backup.go
    • Line 10: warning: exported type DeleteBackupRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteBackupRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteBackupResponse should have comment or be unexported (golint)
    • goqcloud/ptr/ptr.go
    • Line 3: warning: exported function Bool should have comment or be unexported (golint)
    • Line 7: warning: exported function String should have comment or be unexported (golint)
    • Line 11: warning: exported function Int should have comment or be unexported (golint)
    • Line 15: warning: exported function Int8 should have comment or be unexported (golint)
    • Line 19: warning: exported function Int16 should have comment or be unexported (golint)
    • Line 23: warning: exported function Int32 should have comment or be unexported (golint)
    • Line 27: warning: exported function Int64 should have comment or be unexported (golint)
    • Line 31: warning: exported function Uint should have comment or be unexported (golint)
    • Line 35: warning: exported function Uint8 should have comment or be unexported (golint)
    • Line 39: warning: exported function Uint16 should have comment or be unexported (golint)
    • Line 43: warning: exported function Uint32 should have comment or be unexported (golint)
    • Line 47: warning: exported function Uintptr should have comment or be unexported (golint)
    • Line 51: warning: exported function Byte should have comment or be unexported (golint)
    • Line 55: warning: exported function Rune should have comment or be unexported (golint)
    • Line 59: warning: exported function Float32 should have comment or be unexported (golint)
    • Line 63: warning: exported function Float64 should have comment or be unexported (golint)
    • Line 67: warning: exported function Complex64 should have comment or be unexported (golint)
    • Line 71: warning: exported function Complex128 should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_account_privileges.go
    • Line 10: warning: exported type DescribeAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/close_db_extranet_access.go
    • Line 10: warning: exported type CloseDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CloseDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CloseDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/describe_sync_jobs.go
    • Line 10: warning: exported type DescribeSyncJobsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeSyncJobsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeSyncJobsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_dcdb_renewal_price.go
    • Line 10: warning: exported type DescribeDcdbRenewalPriceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeDcdbRenewalPriceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeDcdbRenewalPriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/open_db_instance_gtid.go
    • Line 10: warning: exported type OpenDbInstanceGtidRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method OpenDbInstanceGtidRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type OpenDbInstanceGtidResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_parameters.go
    • Line 10: warning: exported type DescribeDbParametersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbParametersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbParametersResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/attach_network_interface.go
    • Line 10: warning: exported type AttachNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AttachNetworkInterfaceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AttachNetworkInterfaceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/inquiry_price_renew_disks.go
    • Line 10: warning: exported type InquiryPriceRenewDisksRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method InquiryPriceRenewDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type InquiryPriceRenewDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/delete_product.go
    • Line 10: warning: exported type DeleteProductRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteProductRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/describe_task_status.go
    • Line 10: warning: exported type DescribeTaskStatusRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeTaskStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeTaskStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/create_db_instance.go
    • Line 10: warning: exported type CreateDbInstanceRequest should have comment or be unexported (golint)
    • Line 61: warning: exported method CreateDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 67: warning: exported type CreateDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_backup_databases.go
    • Line 10: warning: exported type DescribeBackupDatabasesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeBackupDatabasesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeBackupDatabasesResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_db_instances.go
    • Line 10: warning: exported type DescribeDbInstancesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/remove_instances.go
    • Line 10: warning: exported type RemoveInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RemoveInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RemoveInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/import_key_pair.go
    • Line 10: warning: exported type ImportKeyPairRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ImportKeyPairRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ImportKeyPairResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_camera_person.go
    • Line 10: warning: exported type DescribeCameraPersonRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method DescribeCameraPersonRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type DescribeCameraPersonResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/create_product.go
    • Line 10: warning: exported type CreateProductRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateProductRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_db_instance_security_groups.go
    • Line 10: warning: exported type ModifyDbInstanceSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/create_face_picture.go
    • Line 10: warning: exported type CreateFacePictureRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateFacePictureRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateFacePictureResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/create_account.go
    • Line 10: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_process_task_status.go
    • Line 10: warning: exported type DescribeProcessTaskStatusRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeProcessTaskStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeProcessTaskStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_disaster_recover_group_quota.go
    • Line 10: warning: exported type DescribeDisasterRecoverGroupQuotaRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeDisasterRecoverGroupQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeDisasterRecoverGroupQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/modify_migration_task_status.go
    • Line 10: warning: exported type ModifyMigrationTaskStatusRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyMigrationTaskStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyMigrationTaskStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_auto_renew_flag.go
    • Line 10: warning: exported type ModifyAutoRenewFlagRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyAutoRenewFlagRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyAutoRenewFlagResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/create_migration.go
    • Line 10: warning: exported type CreateMigrationRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateMigrationRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateMigrationResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_slowlogs.go
    • Line 11: warning: exported type DescribeSlowlogsRequest should have comment or be unexported (golint)
    • Line 26: warning: exported method DescribeSlowlogsRequest.Invoke should have comment or be unexported (golint)
    • Line 32: warning: exported type DescribeSlowlogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/data_types.go
    • Line 5: warning: exported type SrcInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type Task should have comment or be unexported (golint)
    • Line 13: warning: exported type TaskStatus should have comment or be unexported (golint)
    • Line 17: warning: exported type TimeObj should have comment or be unexported (golint)
    • Line 21: warning: exported type DstInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type Project should have comment or be unexported (golint)
    • goqcloud/clients/as/describe_auto_scaling_groups.go
    • Line 10: warning: exported type DescribeAutoScalingGroupsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeAutoScalingGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeAutoScalingGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/upgrade_db_instance.go
    • Line 10: warning: exported type UpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method UpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type UpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/replace_security_group_policy.go
    • Line 10: warning: exported type ReplaceSecurityGroupPolicyRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ReplaceSecurityGroupPolicyRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ReplaceSecurityGroupPolicyResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/create_disks.go
    • Line 10: warning: exported type CreateDisksRequest should have comment or be unexported (golint)
    • Line 39: warning: exported method CreateDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/delete_monitors.go
    • Line 10: warning: exported type DeleteMonitorsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteMonitorsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteMonitorsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/delete_device.go
    • Line 10: warning: exported type DeleteDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/data_types.go
    • Line 9: warning: exported type AppUser should have comment or be unexported (golint)
    • Line 26: warning: exported type Device should have comment or be unexported (golint)
    • Line 43: warning: exported type DeviceStatus should have comment or be unexported (golint)
    • Line 52: warning: exported type Object should have comment or be unexported (golint)
    • Line 56: warning: exported type Rule should have comment or be unexported (golint)
    • Line 81: warning: exported type RuleQuery should have comment or be unexported (golint)
    • Line 92: warning: exported type Product should have comment or be unexported (golint)
    • Line 125: warning: exported type Topic should have comment or be unexported (golint)
    • Line 150: warning: exported type User should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/modify_account_description.go
    • Line 10: warning: exported type ModifyAccountDescriptionRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyAccountDescriptionRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyAccountDescriptionResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_image_quota.go
    • Line 10: warning: exported type DescribeImageQuotaRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeImageQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeImageQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_exposure.go
    • Line 11: warning: exported type DescribeBrandExposureRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeBrandExposureRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeBrandExposureResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/reset_account_password.go
    • Line 10: warning: exported type ResetAccountPasswordRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ResetAccountPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ResetAccountPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/modify_disks_renew_flag.go
    • Line 10: warning: exported type ModifyDisksRenewFlagRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDisksRenewFlagRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDisksRenewFlagResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/disable_ccn_routes.go
    • Line 10: warning: exported type DisableCcnRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DisableCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DisableCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/sign_contract_by_keyword.go
    • Line 10: warning: exported type SignContractByKeywordRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method SignContractByKeywordRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type SignContractByKeywordResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/create_spot_device.go
    • Line 10: warning: exported type CreateSpotDeviceRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateSpotDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateSpotDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/data_types.go
    • Line 5: warning: exported type ShieldPlanInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type SoInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type VirusInfo should have comment or be unexported (golint)
    • Line 17: warning: exported type VulInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type AppSetInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type Filter should have comment or be unexported (golint)
    • Line 29: warning: exported type ResourceInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type ScanInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type AdInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type AppScanSet should have comment or be unexported (golint)
    • Line 45: warning: exported type PlanDetailInfo should have comment or be unexported (golint)
    • Line 49: warning: exported type ServiceInfo should have comment or be unexported (golint)
    • Line 53: warning: exported type AppDetailInfo should have comment or be unexported (golint)
    • Line 57: warning: exported type ScanSetInfo should have comment or be unexported (golint)
    • Line 61: warning: exported type VulList should have comment or be unexported (golint)
    • Line 65: warning: exported type ResourceServiceInfo should have comment or be unexported (golint)
    • Line 69: warning: exported type ShieldInfo should have comment or be unexported (golint)
    • Line 73: warning: exported type AppInfo should have comment or be unexported (golint)
    • Line 77: warning: exported type BindInfo should have comment or be unexported (golint)
    • Line 81: warning: exported type PlanInfo should have comment or be unexported (golint)
    • Line 85: warning: exported type PluginInfo should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instance_operation_logs.go
    • Line 10: warning: exported type DescribeInstanceOperationLogsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceOperationLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceOperationLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_network_interface.go
    • Line 10: warning: exported type DeleteNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteNetworkInterfaceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteNetworkInterfaceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_ccns.go
    • Line 10: warning: exported type DescribeCcnsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeCcnsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeCcnsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_service_template_attribute.go
    • Line 10: warning: exported type ModifyServiceTemplateAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyServiceTemplateAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyServiceTemplateAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/delete_sites.go
    • Line 10: warning: exported type DeleteSitesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteSitesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteSitesResponse should have comment or be unexported (golint)
    • goqcloud/transform/parameter_scanner.go
    • Line 14: warning: exported function NewParameterScanner should have comment or be unexported (golint)
    • Line 20: warning: exported type ParameterScanner should have comment or be unexported (golint)
    • Line 25: warning: exported method ParameterScanner.SetParam should have comment or be unexported (golint)
    • Line 31: warning: exported method ParameterScanner.Scan should have comment or be unexported (golint)
    • Line 122: warning: exported var ErrorUnSupportedType should have comment or be unexported (golint)
    • Line 125: warning: exported method ParameterScanner.Params should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_topic.go
    • Line 10: warning: exported type GetTopicRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method GetTopicRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type GetTopicResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_async_request_info.go
    • Line 10: warning: exported type DescribeAsyncRequestInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeAsyncRequestInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeAsyncRequestInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_network_interfaces.go
    • Line 10: warning: exported type DescribeNetworkInterfacesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeNetworkInterfacesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeNetworkInterfacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/create_container_instance.go
    • Line 10: warning: exported type CreateContainerInstanceRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateContainerInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateContainerInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/create_db_instance.go
    • Line 10: warning: exported type CreateDbInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: exported method CreateDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_address_template_group.go
    • Line 10: warning: exported type CreateAddressTemplateGroupRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateAddressTemplateGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateAddressTemplateGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_service_template.go
    • Line 10: warning: exported type DeleteServiceTemplateRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteServiceTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteServiceTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/renew_dcdb_instance.go
    • Line 10: warning: exported type RenewDcdbInstanceRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method RenewDcdbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type RenewDcdbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/create_rule.go
    • Line 10: warning: exported type CreateRuleRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/data_types.go
    • Line 5: warning: exported type StreamOnlineInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type WatermarkInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type PlayAuthKeyInfo should have comment or be unexported (golint)
    • Line 17: warning: exported type PublishTime should have comment or be unexported (golint)
    • Line 21: warning: exported type PullStreamConfig should have comment or be unexported (golint)
    • Line 25: warning: exported type PushAuthKeyInfo should have comment or be unexported (golint)
    • Line 29: warning: exported type StreamInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type StreamName should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_direct_connect_gateway_ccn_routes.go
    • Line 10: warning: exported type DescribeDirectConnectGatewayCcnRoutesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDirectConnectGatewayCcnRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDirectConnectGatewayCcnRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/create_launch_configuration.go
    • Line 10: warning: exported type CreateLaunchConfigurationRequest should have comment or be unexported (golint)
    • Line 43: warning: exported method CreateLaunchConfigurationRequest.Invoke should have comment or be unexported (golint)
    • Line 49: warning: exported type CreateLaunchConfigurationResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/create_task_template.go
    • Line 10: warning: exported type CreateTaskTemplateRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateTaskTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateTaskTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/delete_topic.go
    • Line 10: warning: exported type DeleteTopicRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteTopicRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteTopicResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_import_image_os.go
    • Line 10: warning: exported type DescribeImportImageOsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeImportImageOsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeImportImageOsResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_media_report.go
    • Line 11: warning: exported type DescribeBrandMediaReportRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeBrandMediaReportRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeBrandMediaReportResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_instances_charge_type.go
    • Line 10: warning: exported type ModifyInstancesChargeTypeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyInstancesChargeTypeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyInstancesChargeTypeResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_bandwidth_package.go
    • Line 10: warning: exported type CreateBandwidthPackageRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateBandwidthPackageRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateBandwidthPackageResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_route_table.go
    • Line 10: warning: exported type DeleteRouteTableRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteRouteTableRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteRouteTableResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/terminate_disks.go
    • Line 10: warning: exported type TerminateDisksRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method TerminateDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type TerminateDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_private_ip_addresses_attribute.go
    • Line 10: warning: exported type ModifyPrivateIPAddressesAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyPrivateIPAddressesAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyPrivateIPAddressesAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/reset_device.go
    • Line 10: warning: exported type ResetDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResetDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResetDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_orders.go
    • Line 10: warning: exported type DescribeOrdersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeOrdersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeOrdersResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_pro_version_info.go
    • Line 10: warning: exported type DescribeProVersionInfoRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeProVersionInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeProVersionInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/delete_load_balancer.go
    • Line 10: warning: exported type DeleteLoadBalancerRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteLoadBalancerRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteLoadBalancerResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/delete_scheduled_action.go
    • Line 10: warning: exported type DeleteScheduledActionRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteScheduledActionRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteScheduledActionResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_stream_state.go
    • Line 10: warning: exported type DescribeLiveStreamStateRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeLiveStreamStateRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeLiveStreamStateResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/create_backup.go
    • Line 10: warning: exported type CreateBackupRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateBackupRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateBackupResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/create_key_pair.go
    • Line 10: warning: exported type CreateKeyPairRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateKeyPairRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateKeyPairResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_instances.go
    • Line 10: warning: exported type DescribeDbInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_instance_param.go
    • Line 10: warning: exported type ModifyInstanceParamRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyInstanceParamRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyInstanceParamResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/modify_key_pair_attribute.go
    • Line 10: warning: exported type ModifyKeyPairAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyKeyPairAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyKeyPairAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/describe_disks.go
    • Line 10: warning: exported type DescribeDisksRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/create_backup.go
    • Line 10: warning: exported type CreateBackupRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateBackupRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateBackupResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_compute_env_activities.go
    • Line 10: warning: exported type DescribeComputeEnvActivitiesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeComputeEnvActivitiesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeComputeEnvActivitiesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/create_disaster_recover_group.go
    • Line 11: warning: exported type CreateDisasterRecoverGroupRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method CreateDisasterRecoverGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type CreateDisasterRecoverGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_zone_config.go
    • Line 10: warning: exported type DescribeDbZoneConfigRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeDbZoneConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeDbZoneConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instance_family_configs.go
    • Line 10: warning: exported type DescribeInstanceFamilyConfigsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeInstanceFamilyConfigsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeInstanceFamilyConfigsResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_slowlogs.go
    • Line 11: warning: exported type DescribeDbSlowlogsRequest should have comment or be unexported (golint)
    • Line 32: warning: exported method DescribeDbSlowlogsRequest.Invoke should have comment or be unexported (golint)
    • Line 38: warning: exported type DescribeDbSlowlogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_flow_status.go
    • Line 10: warning: exported type DescribeFlowStatusRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeFlowStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeFlowStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_db_instance_renew_flag.go
    • Line 10: warning: exported type ModifyDbInstanceRenewFlagRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method ModifyDbInstanceRenewFlagRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type ModifyDbInstanceRenewFlagResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/describe_disk_operation_logs.go
    • Line 10: warning: exported type DescribeDiskOperationLogsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDiskOperationLogsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDiskOperationLogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_weekly_report_vuls.go
    • Line 11: warning: exported type DescribeWeeklyReportVulsRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeWeeklyReportVulsRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeWeeklyReportVulsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_route_table.go
    • Line 10: warning: exported type CreateRouteTableRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateRouteTableRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateRouteTableResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_address_template_group.go
    • Line 10: warning: exported type DeleteAddressTemplateGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteAddressTemplateGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteAddressTemplateGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_open_port_statistics.go
    • Line 10: warning: exported type DescribeOpenPortStatisticsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeOpenPortStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeOpenPortStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/isolate_db_instance.go
    • Line 10: warning: exported type IsolateDbInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method IsolateDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type IsolateDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_performance.go
    • Line 11: warning: exported type DescribeDbPerformanceRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeDbPerformanceRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeDbPerformanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_d_bs.go
    • Line 10: warning: exported type DescribeDBsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeDBsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeDBsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_usual_login_places.go
    • Line 10: warning: exported type DescribeUsualLoginPlacesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeUsualLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeUsualLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/accept_attach_ccn_instances.go
    • Line 10: warning: exported type AcceptAttachCcnInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AcceptAttachCcnInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AcceptAttachCcnInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/register_targets.go
    • Line 10: warning: exported type RegisterTargetsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method RegisterTargetsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type RegisterTargetsResponse should have comment or be unexported (golint)
    • goqcloud/clients/soe/init_oral_process.go
    • Line 10: warning: exported type InitOralProcessRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method InitOralProcessRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type InitOralProcessResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_orders.go
    • Line 10: warning: exported type DescribeOrdersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeOrdersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeOrdersResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/ha_vip_associate_address_ip.go
    • Line 10: warning: exported type HaVipAssociateAddressIPRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method HaVipAssociateAddressIPRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type HaVipAssociateAddressIPResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/open_db_extranet_access.go
    • Line 10: warning: exported type OpenDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method OpenDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type OpenDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_regions.go
    • Line 10: warning: exported type DescribeRegionsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeRegionsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeRegionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_reset_instance.go
    • Line 10: warning: exported type InquiryPriceResetInstanceRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method InquiryPriceResetInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type InquiryPriceResetInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/disassociate_security_groups.go
    • Line 10: warning: exported type DisassociateSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DisassociateSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DisassociateSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person_info.go
    • Line 10: warning: exported type DescribePersonInfoRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribePersonInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribePersonInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/close_db_extranet_access.go
    • Line 10: warning: exported type CloseDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CloseDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CloseDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/update_function_code.go
    • Line 10: warning: exported type UpdateFunctionCodeRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method UpdateFunctionCodeRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type UpdateFunctionCodeResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/create_account.go
    • Line 10: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/audit_apply_client.go
    • Line 10: warning: exported type AuditApplyClientRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AuditApplyClientRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AuditApplyClientResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/create_user_cmd.go
    • Line 10: warning: exported type CreateUserCmdRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateUserCmdRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateUserCmdResponse should have comment or be unexported (golint)
    • goqcloud/clients/monitor/get_monitor_data.go
    • Line 11: warning: exported type GetMonitorDataRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method GetMonitorDataRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type GetMonitorDataResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/describe_live_stream_online_list.go
    • Line 10: warning: exported type DescribeLiveStreamOnlineListRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeLiveStreamOnlineListRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeLiveStreamOnlineListResponse should have comment or be unexported (golint)
    • goqcloud/clients/billing/describe_deals_by_cond.go
    • Line 11: warning: exported type DescribeDealsByCondRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeDealsByCondRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeDealsByCondResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_user_portrait.go
    • Line 10: warning: exported type DescribeUserPortraitRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeUserPortraitRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeUserPortraitResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/modify_db_instances_project.go
    • Line 10: warning: exported type ModifyDbInstancesProjectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstancesProjectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstancesProjectResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_db_performance_details.go
    • Line 11: warning: exported type DescribeDbPerformanceDetailsRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeDbPerformanceDetailsRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeDbPerformanceDetailsResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_task_templates.go
    • Line 10: warning: exported type DescribeTaskTemplatesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeTaskTemplatesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeTaskTemplatesResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/update_live_watermark.go
    • Line 10: warning: exported type UpdateLiveWatermarkRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method UpdateLiveWatermarkRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type UpdateLiveWatermarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_migration_detail.go
    • Line 11: warning: exported type DescribeMigrationDetailRequest should have comment or be unexported (golint)
    • Line 18: warning: exported method DescribeMigrationDetailRequest.Invoke should have comment or be unexported (golint)
    • Line 24: warning: exported type DescribeMigrationDetailResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_account_remark.go
    • Line 10: warning: exported type ModifyAccountRemarkRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyAccountRemarkRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyAccountRemarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/allocate_addresses.go
    • Line 10: warning: exported type AllocateAddressesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method AllocateAddressesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type AllocateAddressesResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/delete_live_watermark.go
    • Line 10: warning: exported type DeleteLiveWatermarkRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteLiveWatermarkRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteLiveWatermarkResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/data_types.go
    • Line 5: warning: exported type AgePortraitInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type GenderPortraitInfo should have comment or be unexported (golint)
    • Line 13: warning: exported type IndustryNews should have comment or be unexported (golint)
    • Line 17: warning: exported type MoviePortraitInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type ProvincePortrait should have comment or be unexported (golint)
    • Line 25: warning: exported type ProvincePortraitInfo should have comment or be unexported (golint)
    • Line 29: warning: exported type BrandReportArticle should have comment or be unexported (golint)
    • Line 33: warning: exported type DateCount should have comment or be unexported (golint)
    • Line 37: warning: exported type StarPortrait should have comment or be unexported (golint)
    • Line 41: warning: exported type StarPortraitInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type CommentInfo should have comment or be unexported (golint)
    • Line 49: warning: exported type Comment should have comment or be unexported (golint)
    • Line 53: warning: exported type GenderPortrait should have comment or be unexported (golint)
    • Line 57: warning: exported type MoviePortrait should have comment or be unexported (golint)
    • Line 61: warning: exported type AgePortrait should have comment or be unexported (golint)
    • goqcloud/clients/cvm/resize_instance_disks.go
    • Line 10: warning: exported type ResizeInstanceDisksRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResizeInstanceDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResizeInstanceDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/data_types.go
    • Line 5: warning: exported type AccountDetail should have comment or be unexported (golint)
    • Line 9: warning: exported type DBRemark should have comment or be unexported (golint)
    • Line 13: warning: exported type DealInfo should have comment or be unexported (golint)
    • Line 17: warning: exported type MigrateTask should have comment or be unexported (golint)
    • Line 21: warning: exported type AccountPrivilegeModifyInfo should have comment or be unexported (golint)
    • Line 25: warning: exported type Backup should have comment or be unexported (golint)
    • Line 29: warning: exported type MigrateTarget should have comment or be unexported (golint)
    • Line 33: warning: exported type RegionInfo should have comment or be unexported (golint)
    • Line 37: warning: exported type InstanceRenewInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type MigrateDB should have comment or be unexported (golint)
    • Line 45: warning: exported type MigrateDetail should have comment or be unexported (golint)
    • Line 49: warning: exported type AccountPassword should have comment or be unexported (golint)
    • Line 53: warning: exported type AccountPrivilege should have comment or be unexported (golint)
    • Line 57: warning: exported type AccountRemark should have comment or be unexported (golint)
    • Line 61: warning: exported type DbRollbackTimeInfo should have comment or be unexported (golint)
    • Line 65: warning: exported type InstanceDBDetail should have comment or be unexported (golint)
    • Line 69: warning: exported type SpecInfo should have comment or be unexported (golint)
    • Line 73: warning: exported type ZoneInfo should have comment or be unexported (golint)
    • Line 77: warning: exported type DBPrivilegeModifyInfo should have comment or be unexported (golint)
    • Line 81: warning: exported type MigrateSource should have comment or be unexported (golint)
    • Line 85: warning: exported type SlowlogInfo should have comment or be unexported (golint)
    • Line 89: warning: exported type AccountCreateInfo should have comment or be unexported (golint)
    • Line 93: warning: exported type DBCreateInfo should have comment or be unexported (golint)
    • Line 97: warning: exported type DBDetail should have comment or be unexported (golint)
    • Line 101: warning: exported type DBInstance should have comment or be unexported (golint)
    • Line 105: warning: exported type DBPrivilege should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/inquiry_price_upgrade_db_instance.go
    • Line 10: warning: exported type InquiryPriceUpgradeDbInstanceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceUpgradeDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceUpgradeDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_vpn_gateway.go
    • Line 10: warning: exported type CreateVpnGatewayRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateVpnGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateVpnGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_address_template.go
    • Line 10: warning: exported type DeleteAddressTemplateRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteAddressTemplateRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteAddressTemplateResponse should have comment or be unexported (golint)
    • goqcloud/clients/msp/register_migration_task.go
    • Line 11: warning: exported type RegisterMigrationTaskRequest should have comment or be unexported (golint)
    • Line 40: warning: exported method RegisterMigrationTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 46: warning: exported type RegisterMigrationTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/create_db_import_job.go
    • Line 10: warning: exported type CreateDbImportJobRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateDbImportJobRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateDbImportJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_instance_backups.go
    • Line 10: warning: exported type DescribeInstanceBackupsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeInstanceBackupsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeInstanceBackupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_project_security_groups.go
    • Line 10: warning: exported type DescribeProjectSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeProjectSecurityGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeProjectSecurityGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_comment_count.go
    • Line 11: warning: exported type DescribeBrandCommentCountRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeBrandCommentCountRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeBrandCommentCountResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_route_tables.go
    • Line 10: warning: exported type DescribeRouteTablesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeRouteTablesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeRouteTablesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_address_template_attribute.go
    • Line 10: warning: exported type ModifyAddressTemplateAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyAddressTemplateAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyAddressTemplateAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_load_balancer_attributes.go
    • Line 10: warning: exported type ModifyLoadBalancerAttributesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyLoadBalancerAttributesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyLoadBalancerAttributesResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/install_agent.go
    • Line 10: warning: exported type InstallAgentRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InstallAgentRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InstallAgentResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/delete_compute_env.go
    • Line 10: warning: exported type DeleteComputeEnvRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteComputeEnvRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteComputeEnvResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/delete_scan_instances.go
    • Line 10: warning: exported type DeleteScanInstancesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteScanInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteScanInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_scan_instances.go
    • Line 10: warning: exported type DescribeScanInstancesRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeScanInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeScanInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/create_image.go
    • Line 10: warning: exported type CreateImageRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CreateImageRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateImageResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/create_job.go
    • Line 10: warning: exported type CreateJobRequest should have comment or be unexported (golint)
    • Line 43: warning: exported method CreateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 49: warning: exported type CreateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_product_config.go
    • Line 10: warning: exported type DescribeProductConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeProductConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeProductConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/mis_alarm_nonlocal_login_places.go
    • Line 10: warning: exported type MisAlarmNonlocalLoginPlacesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method MisAlarmNonlocalLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type MisAlarmNonlocalLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/deregister_targets.go
    • Line 10: warning: exported type DeregisterTargetsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DeregisterTargetsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DeregisterTargetsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_subnet_attribute.go
    • Line 10: warning: exported type ModifySubnetAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifySubnetAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifySubnetAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/start_sync_job.go
    • Line 10: warning: exported type StartSyncJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method StartSyncJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type StartSyncJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/modify_target_port.go
    • Line 10: warning: exported type ModifyTargetPortRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifyTargetPortRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifyTargetPortResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/add_product.go
    • Line 10: warning: exported type AddProductRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method AddProductRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type AddProductResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/add_delay_live_stream.go
    • Line 10: warning: exported type AddDelayLiveStreamRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method AddDelayLiveStreamRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type AddDelayLiveStreamResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_backup_tables.go
    • Line 10: warning: exported type DescribeBackupTablesRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeBackupTablesRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeBackupTablesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_zones.go
    • Line 10: warning: exported type DescribeZonesRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeZonesRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeZonesResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/delete_job.go
    • Line 10: warning: exported type DeleteJobRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteJobRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/restart_instance.go
    • Line 10: warning: exported type RestartInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RestartInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RestartInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/attach_ccn_instances.go
    • Line 10: warning: exported type AttachCcnInstancesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method AttachCcnInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type AttachCcnInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/grant_account_privileges.go
    • Line 10: warning: exported type GrantAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method GrantAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type GrantAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/describe_compute_envs.go
    • Line 10: warning: exported type DescribeComputeEnvsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeComputeEnvsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeComputeEnvsResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/invoke.go
    • Line 10: warning: exported type InvokeRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method InvokeRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type InvokeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_tasks.go
    • Line 10: warning: exported type DescribeTasksRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method DescribeTasksRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type DescribeTasksResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_face_id_by_temp_id.go
    • Line 10: warning: exported type DescribeFaceIDByTempIDRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeFaceIDByTempIDRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeFaceIDByTempIDResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/delete_account.go
    • Line 10: warning: exported type DeleteAccountRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteAccountResponse should have comment or be unexported (golint)
    • goqcloud/signature/signature.go
    • Line 19: warning: exported type Credential should have comment or be unexported (golint)
    • Line 24: warning: exported function NewAutoSignTransport should have comment or be unexported (golint)
    • Line 33: warning: exported type AutoSignRoundTripper should have comment or be unexported (golint)
    • Line 42: warning: exported method AutoSignRoundTripper.RoundTrip should have comment or be unexported (golint)
    • Line 87: warning: exported method AutoSignRoundTripper.Signature should have comment or be unexported (golint)
    • Line 96: warning: exported type SignatureMethod should have comment or be unexported (golint)
    • Line 99: warning: exported const SHA256 should have comment (or a comment on this block) or be unexported (golint)
    • goqcloud/clients/as/modify_scheduled_action.go
    • Line 11: warning: exported type ModifyScheduledActionRequest should have comment or be unexported (golint)
    • Line 32: warning: exported method ModifyScheduledActionRequest.Invoke should have comment or be unexported (golint)
    • Line 38: warning: exported type ModifyScheduledActionResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/create_seal.go
    • Line 10: warning: exported type CreateSealRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateSealRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type CreateSealResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/list_jobs.go
    • Line 10: warning: exported type ListJobsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ListJobsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ListJobsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/delete_person_feature.go
    • Line 10: warning: exported type DeletePersonFeatureRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DeletePersonFeatureRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DeletePersonFeatureResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/restart_db_instance.go
    • Line 10: warning: exported type RestartDbInstanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method RestartDbInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type RestartDbInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/inquiry_price_create_vpn_gateway.go
    • Line 10: warning: exported type InquiryPriceCreateVpnGatewayRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceCreateVpnGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceCreateVpnGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/inquiry_price_resize_disk.go
    • Line 10: warning: exported type InquiryPriceResizeDiskRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceResizeDiskRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceResizeDiskResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_database_objects.go
    • Line 10: warning: exported type DescribeDatabaseObjectsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeDatabaseObjectsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeDatabaseObjectsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_account_description.go
    • Line 10: warning: exported type ModifyAccountDescriptionRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyAccountDescriptionRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyAccountDescriptionResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_pos_comments.go
    • Line 11: warning: exported type DescribeBrandPosCommentsRequest should have comment or be unexported (golint)
    • Line 26: warning: exported method DescribeBrandPosCommentsRequest.Invoke should have comment or be unexported (golint)
    • Line 32: warning: exported type DescribeBrandPosCommentsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_db_instance_name.go
    • Line 10: warning: exported type ModifyDbInstanceNameRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceNameRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceNameResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_customer_gateway.go
    • Line 10: warning: exported type DeleteCustomerGatewayRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteCustomerGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteCustomerGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_user.go
    • Line 10: warning: exported type GetUserRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method GetUserRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type GetUserResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/describe_model.go
    • Line 10: warning: exported type DescribeModelRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeModelRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeModelResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/describe_listeners.go
    • Line 10: warning: exported type DescribeListenersRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeListenersRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeListenersResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/modify_disk_attributes.go
    • Line 10: warning: exported type ModifyDiskAttributesRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyDiskAttributesRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyDiskAttributesResponse should have comment or be unexported (golint)
    • goqcloud/clients/clb/delete_rule.go
    • Line 10: warning: exported type DeleteRuleRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DeleteRuleRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DeleteRuleResponse should have comment or be unexported (golint)
    • goqcloud/clients/bm/describe_task_info.go
    • Line 11: warning: exported type DescribeTaskInfoRequest should have comment or be unexported (golint)
    • Line 38: warning: exported method DescribeTaskInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 44: warning: exported type DescribeTaskInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/modify_pull_stream_status.go
    • Line 10: warning: exported type ModifyPullStreamStatusRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyPullStreamStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyPullStreamStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbaas/invoke.go
    • Line 10: warning: exported type InvokeRequest should have comment or be unexported (golint)
    • Line 33: warning: exported method InvokeRequest.Invoke should have comment or be unexported (golint)
    • Line 39: warning: exported type InvokeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_instance_gtid.go
    • Line 10: warning: exported type DescribeDbInstanceGtidRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeDbInstanceGtidRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeDbInstanceGtidResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/describe_db_price.go
    • Line 10: warning: exported type DescribeDbPriceRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method DescribeDbPriceRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type DescribeDbPriceResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/data_types.go
    • Line 5: warning: exported type DictInfo should have comment or be unexported (golint)
    • Line 9: warning: exported type EsAcl should have comment or be unexported (golint)
    • Line 13: warning: exported type EsDictionaryInfo should have comment or be unexported (golint)
    • Line 17: warning: exported type InstanceInfo should have comment or be unexported (golint)
    • Line 21: warning: exported type MasterNodeInfo should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_impacted_hosts.go
    • Line 10: warning: exported type DescribeImpactedHostsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeImpactedHostsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeImpactedHostsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_bandwidth_package_attribute.go
    • Line 10: warning: exported type ModifyBandwidthPackageAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyBandwidthPackageAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyBandwidthPackageAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_db_instance_vip_vport.go
    • Line 10: warning: exported type ModifyDbInstanceVipVportRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyDbInstanceVipVportRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyDbInstanceVipVportResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instance_type_configs.go
    • Line 10: warning: exported type DescribeInstanceTypeConfigsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceTypeConfigsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceTypeConfigsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_regions.go
    • Line 10: warning: exported type DescribeRegionsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeRegionsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeRegionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_ccn.go
    • Line 10: warning: exported type CreateCcnRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateCcnRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateCcnResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_tasks.go
    • Line 10: warning: exported type DescribeTasksRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeTasksRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeTasksResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/describe_orders.go
    • Line 10: warning: exported type DescribeOrdersRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeOrdersRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeOrdersResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/create_shield_plan_instance.go
    • Line 10: warning: exported type CreateShieldPlanInstanceRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateShieldPlanInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateShieldPlanInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_shield_plan_instance.go
    • Line 10: warning: exported type DescribeShieldPlanInstanceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeShieldPlanInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeShieldPlanInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/describe_auto_backup_config.go
    • Line 10: warning: exported type DescribeAutoBackupConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeAutoBackupConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeAutoBackupConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/data_types.go
    • Line 5: warning: exported type Job should have comment or be unexported (golint)
    • Line 9: warning: exported type Log should have comment or be unexported (golint)
    • Line 26: warning: exported type Model should have comment or be unexported (golint)
    • goqcloud/clients/billing/data_types.go
    • Line 5: warning: exported type BillDetail should have comment or be unexported (golint)
    • Line 9: warning: exported type BillDetailComponent should have comment or be unexported (golint)
    • Line 13: warning: exported type BillResourceSummary should have comment or be unexported (golint)
    • Line 17: warning: exported type Deal should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_address_template_groups.go
    • Line 10: warning: exported type DescribeAddressTemplateGroupsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAddressTemplateGroupsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAddressTemplateGroupsResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/copy_account_privileges.go
    • Line 10: warning: exported type CopyAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method CopyAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type CopyAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/replace_route_table_association.go
    • Line 10: warning: exported type ReplaceRouteTableAssociationRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ReplaceRouteTableAssociationRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ReplaceRouteTableAssociationResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_vpn_gateway_attribute.go
    • Line 10: warning: exported type ModifyVpnGatewayAttributeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ModifyVpnGatewayAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ModifyVpnGatewayAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/terminate_compute_node.go
    • Line 10: warning: exported type TerminateComputeNodeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method TerminateComputeNodeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type TerminateComputeNodeResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/terminate_compute_nodes.go
    • Line 10: warning: exported type TerminateComputeNodesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method TerminateComputeNodesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type TerminateComputeNodesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/delete_device.go
    • Line 10: warning: exported type DeleteDeviceRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DeleteDeviceRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DeleteDeviceResponse should have comment or be unexported (golint)
    • goqcloud/clients/billing/describe_bill_resource_summary.go
    • Line 10: warning: exported type DescribeBillResourceSummaryRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeBillResourceSummaryRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeBillResourceSummaryResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/verify_root_account.go
    • Line 10: warning: exported type VerifyRootAccountRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method VerifyRootAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type VerifyRootAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/reset_instances_type.go
    • Line 10: warning: exported type ResetInstancesTypeRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResetInstancesTypeRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResetInstancesTypeResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/modify_auto_open_pro_version_config.go
    • Line 10: warning: exported type ModifyAutoOpenProVersionConfigRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method ModifyAutoOpenProVersionConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type ModifyAutoOpenProVersionConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/describe_task_status.go
    • Line 10: warning: exported type DescribeTaskStatusRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeTaskStatusRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeTaskStatusResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_ccn_attached_instances.go
    • Line 10: warning: exported type DescribeCcnAttachedInstancesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeCcnAttachedInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeCcnAttachedInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/modify_route_table_attribute.go
    • Line 10: warning: exported type ModifyRouteTableAttributeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyRouteTableAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyRouteTableAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/describe_scheduled_actions.go
    • Line 10: warning: exported type DescribeScheduledActionsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeScheduledActionsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeScheduledActionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/cancel_task.go
    • Line 10: warning: exported type CancelTaskRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method CancelTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type CancelTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/disassociate_instances_key_pairs.go
    • Line 10: warning: exported type DisassociateInstancesKeyPairsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DisassociateInstancesKeyPairsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DisassociateInstancesKeyPairsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/modify_account_privilege.go
    • Line 10: warning: exported type ModifyAccountPrivilegeRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyAccountPrivilegeRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyAccountPrivilegeResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/ignore_impacted_hosts.go
    • Line 10: warning: exported type IgnoreImpactedHostsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method IgnoreImpactedHostsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type IgnoreImpactedHostsResponse should have comment or be unexported (golint)
    • goqcloud/generator/api_doc.go
    • Line 15: warning: exported type APIDocEntries should have comment or be unexported (golint)
    • Line 20: warning: exported function NewAPIDoc should have comment or be unexported (golint)
    • Line 27: warning: exported type APIDoc should have comment or be unexported (golint)
    • Line 34: warning: exported method APIDoc.Scan should have comment or be unexported (golint)
    • Line 143: warning: exported method APIDoc.WriteAPIs should have comment or be unexported (golint)
    • Line 156: warning: exported method APIDoc.WriteDataTypes should have comment or be unexported (golint)
    • Line 172: warning: exported method APIDoc.SyncAndWriteFiles should have comment or be unexported (golint)
    • Line 177: warning: exported function NewAPI should have comment or be unexported (golint)
    • Line 211: warning: exported type API should have comment or be unexported (golint)
    • Line 227: warning: exported method API.WriteInvoke should have comment or be unexported (golint)
    • Line 253: warning: exported method API.AddParameter should have comment or be unexported (golint)
    • Line 258: warning: exported method API.AddResponseProp should have comment or be unexported (golint)
    • Line 265: warning: exported method API.ScanServiceName should have comment or be unexported (golint)
    • Line 275: warning: exported method API.Scan should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_vpn_gateway.go
    • Line 10: warning: exported type DeleteVpnGatewayRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteVpnGatewayRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteVpnGatewayResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/delete_account.go
    • Line 10: warning: exported type DeleteAccountRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DeleteAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DeleteAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/disassociate_address.go
    • Line 10: warning: exported type DisassociateAddressRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DisassociateAddressRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DisassociateAddressResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_bandwidth_packages.go
    • Line 10: warning: exported type DescribeBandwidthPackagesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeBandwidthPackagesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeBandwidthPackagesResponse should have comment or be unexported (golint)
    • goqcloud/clients/as/detach_instances.go
    • Line 10: warning: exported type DetachInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DetachInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DetachInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/add_topic.go
    • Line 10: warning: exported type AddTopicRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method AddTopicRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type AddTopicResponse should have comment or be unexported (golint)
    • goqcloud/clients/redis/modify_auto_backup_config.go
    • Line 10: warning: exported type ModifyAutoBackupConfigRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ModifyAutoBackupConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ModifyAutoBackupConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/tmt/text_translate.go
    • Line 10: warning: exported type TextTranslateRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method TextTranslateRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type TextTranslateResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_process_statistics.go
    • Line 10: warning: exported type DescribeProcessStatisticsRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeProcessStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeProcessStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_weekly_report_malwares.go
    • Line 11: warning: exported type DescribeWeeklyReportMalwaresRequest should have comment or be unexported (golint)
    • Line 22: warning: exported method DescribeWeeklyReportMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 28: warning: exported type DescribeWeeklyReportMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_monitors.go
    • Line 10: warning: exported type DescribeMonitorsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeMonitorsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeMonitorsResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/get_data_history.go
    • Line 12: warning: exported type GetDataHistoryRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method GetDataHistoryRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type GetDataHistoryResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/create_db_instances.go
    • Line 10: warning: exported type CreateDbInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: exported method CreateDbInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateDbInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_person.go
    • Line 10: warning: exported type DescribePersonRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribePersonRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribePersonResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/separate_malwares.go
    • Line 10: warning: exported type SeparateMalwaresRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method SeparateMalwaresRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type SeparateMalwaresResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/describe_sync_check_job.go
    • Line 10: warning: exported type DescribeSyncCheckJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeSyncCheckJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeSyncCheckJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/check_vcode.go
    • Line 10: warning: exported type CheckVcodeRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method CheckVcodeRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type CheckVcodeResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/terminate_job.go
    • Line 10: warning: exported type TerminateJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method TerminateJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type TerminateJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/live/create_pull_stream_config.go
    • Line 11: warning: exported type CreatePullStreamConfigRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method CreatePullStreamConfigRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type CreatePullStreamConfigResponse should have comment or be unexported (golint)
    • goqcloud/clients/partners/describe_client_balance.go
    • Line 10: warning: exported type DescribeClientBalanceRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeClientBalanceRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeClientBalanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/reboot_instances.go
    • Line 10: warning: exported type RebootInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RebootInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RebootInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_security_group.go
    • Line 10: warning: exported type DeleteSecurityGroupRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteSecurityGroupRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteSecurityGroupResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_address_templates.go
    • Line 10: warning: exported type DescribeAddressTemplatesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method DescribeAddressTemplatesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type DescribeAddressTemplatesResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_site_quota.go
    • Line 10: warning: exported type DescribeSiteQuotaRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeSiteQuotaRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeSiteQuotaResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/resize_disk.go
    • Line 10: warning: exported type ResizeDiskRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResizeDiskRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResizeDiskResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/create_task.go
    • Line 10: warning: exported type CreateTaskRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreateTaskRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreateTaskResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/data_types.go
    • Line 5: warning: exported type LoginSettings should have comment or be unexported (golint)
    • Line 9: warning: exported type SystemDisk should have comment or be unexported (golint)
    • Line 13: warning: exported type AgentRunningMode should have comment or be unexported (golint)
    • Line 17: warning: exported type Docker should have comment or be unexported (golint)
    • Line 21: warning: exported type InstanceTypeQuotaItem should have comment or be unexported (golint)
    • Line 25: warning: exported type DataDisk should have comment or be unexported (golint)
    • Line 29: warning: exported type InputMapping should have comment or be unexported (golint)
    • Line 33: warning: exported type InstanceTypeConfig should have comment or be unexported (golint)
    • Line 37: warning: exported type InternetAccessible should have comment or be unexported (golint)
    • Line 41: warning: exported type Placement should have comment or be unexported (golint)
    • Line 45: warning: exported type Authentication should have comment or be unexported (golint)
    • Line 49: warning: exported type ComputeEnvCreateInfo should have comment or be unexported (golint)
    • Line 53: warning: exported type ComputeNode should have comment or be unexported (golint)
    • Line 57: warning: exported type EnvData should have comment or be unexported (golint)
    • Line 73: warning: exported type Filter should have comment or be unexported (golint)
    • Line 77: warning: exported type RunMonitorServiceEnabled should have comment or be unexported (golint)
    • Line 81: warning: exported type Task should have comment or be unexported (golint)
    • Line 85: warning: exported type TaskInstanceLog should have comment or be unexported (golint)
    • Line 89: warning: exported type TaskInstanceView should have comment or be unexported (golint)
    • Line 93: warning: exported type Externals should have comment or be unexported (golint)
    • Line 97: warning: exported type Job should have comment or be unexported (golint)
    • Line 101: warning: exported type OutputMapping should have comment or be unexported (golint)
    • Line 105: warning: exported type EventVar should have comment or be unexported (golint)
    • Line 109: warning: exported type InstanceMarketOptionsRequest should have comment or be unexported (golint)
    • Line 113: warning: exported type ItemPrice should have comment or be unexported (golint)
    • Line 117: warning: exported type RedirectInfo should have comment or be unexported (golint)
    • Line 121: warning: exported type TaskInstanceMetrics should have comment or be unexported (golint)
    • Line 125: warning: exported type ComputeEnvData should have comment or be unexported (golint)
    • Line 129: warning: exported type ComputeNodeMetrics should have comment or be unexported (golint)
    • Line 133: warning: exported type EnhancedService should have comment or be unexported (golint)
    • Line 137: warning: exported type TaskMetrics should have comment or be unexported (golint)
    • Line 141: warning: exported type RedirectLocalInfo should have comment or be unexported (golint)
    • Line 145: warning: exported type TaskTemplateView should have comment or be unexported (golint)
    • Line 149: warning: exported type Activity should have comment or be unexported (golint)
    • Line 153: warning: exported type AnonymousComputeEnv should have comment or be unexported (golint)
    • Line 157: warning: exported type ComputeEnvView should have comment or be unexported (golint)
    • Line 161: warning: exported type LocalDiskType should have comment or be unexported (golint)
    • Line 165: warning: exported type RunSecurityServiceEnabled should have comment or be unexported (golint)
    • Line 169: warning: exported type SpotMarketOptions should have comment or be unexported (golint)
    • Line 173: warning: exported type StorageBlock should have comment or be unexported (golint)
    • Line 177: warning: exported type TaskView should have comment or be unexported (golint)
    • Line 181: warning: exported type Application should have comment or be unexported (golint)
    • Line 185: warning: exported type EnvVar should have comment or be unexported (golint)
    • Line 189: warning: exported type EventConfig should have comment or be unexported (golint)
    • Line 193: warning: exported type VirtualPrivateCloud should have comment or be unexported (golint)
    • Line 197: warning: exported type NamedComputeEnv should have comment or be unexported (golint)
    • Line 201: warning: exported type Notification should have comment or be unexported (golint)
    • Line 205: warning: exported type OutputMappingConfig should have comment or be unexported (golint)
    • Line 209: warning: exported type Dependence should have comment or be unexported (golint)
    • Line 213: warning: exported type JobView should have comment or be unexported (golint)
    • Line 217: warning: exported type MountDataDisk should have comment or be unexported (golint)
    • goqcloud/clients/ms/describe_scan_results.go
    • Line 10: warning: exported type DescribeScanResultsRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DescribeScanResultsRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DescribeScanResultsResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/describe_migrations.go
    • Line 10: warning: exported type DescribeMigrationsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeMigrationsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeMigrationsResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/describe_instances.go
    • Line 10: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method DescribeInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/dts/describe_migrate_check_job.go
    • Line 10: warning: exported type DescribeMigrateCheckJobRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeMigrateCheckJobRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeMigrateCheckJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/iot/issue_device_control.go
    • Line 10: warning: exported type IssueDeviceControlRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method IssueDeviceControlRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type IssueDeviceControlResponse should have comment or be unexported (golint)
    • goqcloud/clients/tmt/image_translate.go
    • Line 10: warning: exported type ImageTranslateRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method ImageTranslateRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type ImageTranslateResponse should have comment or be unexported (golint)
    • goqcloud/clients/tmt/language_detect.go
    • Line 10: warning: exported type LanguageDetectRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method LanguageDetectRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type LanguageDetectResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_overview_statistics.go
    • Line 10: warning: exported type DescribeOverviewStatisticsRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeOverviewStatisticsRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeOverviewStatisticsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cbs/describe_snapshots.go
    • Line 10: warning: exported type DescribeSnapshotsRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method DescribeSnapshotsRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type DescribeSnapshotsResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/create_compute_env.go
    • Line 10: warning: exported type CreateComputeEnvRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateComputeEnvRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateComputeEnvResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/submit_job.go
    • Line 10: warning: exported type SubmitJobRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method SubmitJobRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type SubmitJobResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_accounts.go
    • Line 10: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DescribeAccountsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cdb/modify_db_instance_name.go
    • Line 10: warning: exported type ModifyDbInstanceNameRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ModifyDbInstanceNameRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ModifyDbInstanceNameResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/inquiry_price_resize_instance_disks.go
    • Line 10: warning: exported type InquiryPriceResizeInstanceDisksRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method InquiryPriceResizeInstanceDisksRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type InquiryPriceResizeInstanceDisksResponse should have comment or be unexported (golint)
    • goqcloud/clients/mariadb/describe_log_file_retention_period.go
    • Line 10: warning: exported type DescribeLogFileRetentionPeriodRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeLogFileRetentionPeriodRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeLogFileRetentionPeriodResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_subnet.go
    • Line 10: warning: exported type DeleteSubnetRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteSubnetRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteSubnetResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/data_types.go
    • Line 5: warning: exported type SignKeyword should have comment or be unexported (golint)
    • Line 20: warning: exported type SignLocation should have comment or be unexported (golint)
    • Line 35: warning: exported type SignInfo should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_ha_vips.go
    • Line 10: warning: exported type DescribeHaVipsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeHaVipsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeHaVipsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cis/data_types.go
    • Line 9: warning: exported type ContainerState should have comment or be unexported (golint)
    • Line 19: warning: exported type EnvironmentVar should have comment or be unexported (golint)
    • Line 28: warning: exported type Event should have comment or be unexported (golint)
    • Line 39: warning: exported type Filter should have comment or be unexported (golint)
    • Line 48: warning: exported type Price should have comment or be unexported (golint)
    • Line 55: warning: exported type Container should have comment or be unexported (golint)
    • Line 84: warning: exported type ContainerInstance should have comment or be unexported (golint)
    • Line 119: warning: exported type ContainerLog should have comment or be unexported (golint)
    • goqcloud/clients/scf/list_functions.go
    • Line 10: warning: exported type ListFunctionsRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ListFunctionsRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ListFunctionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/cvm/describe_instance_internet_bandwidth_configs.go
    • Line 10: warning: exported type DescribeInstanceInternetBandwidthConfigsRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeInstanceInternetBandwidthConfigsRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeInstanceInternetBandwidthConfigsResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/describe_db_xlogs.go
    • Line 11: warning: exported type DescribeDbXlogsRequest should have comment or be unexported (golint)
    • Line 26: warning: exported method DescribeDbXlogsRequest.Invoke should have comment or be unexported (golint)
    • Line 32: warning: exported type DescribeDbXlogsResponse should have comment or be unexported (golint)
    • goqcloud/clients/youmall/describe_shop_traffic_info.go
    • Line 11: warning: exported type DescribeShopTrafficInfoRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeShopTrafficInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeShopTrafficInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/sqlserver/reset_account_password.go
    • Line 10: warning: exported type ResetAccountPasswordRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method ResetAccountPasswordRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type ResetAccountPasswordResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/delete_bandwidth_package.go
    • Line 10: warning: exported type DeleteBandwidthPackageRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteBandwidthPackageRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteBandwidthPackageResponse should have comment or be unexported (golint)
    • goqcloud/clients/iotcloud/describe_devices.go
    • Line 10: warning: exported type DescribeDevicesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeDevicesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeDevicesResponse should have comment or be unexported (golint)
    • goqcloud/clients/tbm/describe_brand_social_opinion.go
    • Line 11: warning: exported type DescribeBrandSocialOpinionRequest should have comment or be unexported (golint)
    • Line 28: warning: exported method DescribeBrandSocialOpinionRequest.Invoke should have comment or be unexported (golint)
    • Line 34: warning: exported type DescribeBrandSocialOpinionResponse should have comment or be unexported (golint)
    • goqcloud/clients/postgres/open_db_extranet_access.go
    • Line 10: warning: exported type OpenDbExtranetAccessRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method OpenDbExtranetAccessRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type OpenDbExtranetAccessResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/create_routes.go
    • Line 10: warning: exported type CreateRoutesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method CreateRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/data_types.go
    • Line 5: warning: exported type ServiceTemplateSpecification should have comment or be unexported (golint)
    • Line 9: warning: exported type AddressTemplateGroup should have comment or be unexported (golint)
    • Line 13: warning: exported type CcnAttachedInstance should have comment or be unexported (golint)
    • Line 17: warning: exported type CcnInstance should have comment or be unexported (golint)
    • Line 21: warning: exported type NetworkInterfaceAttachment should have comment or be unexported (golint)
    • Line 25: warning: exported type ServiceTemplate should have comment or be unexported (golint)
    • Line 29: warning: exported type IKEOptionsSpecification should have comment or be unexported (golint)
    • Line 33: warning: exported type Price should have comment or be unexported (golint)
    • Line 37: warning: exported type Quota should have comment or be unexported (golint)
    • Line 41: warning: exported type SecurityPolicyDatabase should have comment or be unexported (golint)
    • Line 45: warning: exported type ClassicLinkInstance should have comment or be unexported (golint)
    • Line 49: warning: exported type DirectConnectGateway should have comment or be unexported (golint)
    • Line 53: warning: exported type InstanceChargePrepaid should have comment or be unexported (golint)
    • Line 57: warning: exported type Resource should have comment or be unexported (golint)
    • Line 61: warning: exported type ServiceTemplateGroup should have comment or be unexported (golint)
    • Line 65: warning: exported type AddressTemplate should have comment or be unexported (golint)
    • Line 69: warning: exported type CcnRegionBandwidthLimit should have comment or be unexported (golint)
    • Line 73: warning: exported type VpnConnection should have comment or be unexported (golint)
    • Line 77: warning: exported type VpnGateway should have comment or be unexported (golint)
    • Line 81: warning: exported type RouteTableAssociation should have comment or be unexported (golint)
    • Line 85: warning: exported type SecurityGroupPolicy should have comment or be unexported (golint)
    • Line 89: warning: exported type SecurityGroupPolicySet should have comment or be unexported (golint)
    • Line 93: warning: exported type AccountAttribute should have comment or be unexported (golint)
    • Line 97: warning: exported type Address should have comment or be unexported (golint)
    • Line 101: warning: exported type BandwidthPackage should have comment or be unexported (golint)
    • Line 105: warning: exported type CustomerGatewayVendor should have comment or be unexported (golint)
    • Line 109: warning: exported type IPSECOptionsSpecification should have comment or be unexported (golint)
    • Line 113: warning: exported type Vpc should have comment or be unexported (golint)
    • Line 117: warning: exported type AddressTemplateSpecification should have comment or be unexported (golint)
    • Line 121: warning: exported type CustomerGateway should have comment or be unexported (golint)
    • Line 125: warning: exported type Filter should have comment or be unexported (golint)
    • Line 129: warning: exported type HaVip should have comment or be unexported (golint)
    • Line 133: warning: exported type SecurityGroupAssociationStatistics should have comment or be unexported (golint)
    • Line 137: warning: exported type NetworkInterface should have comment or be unexported (golint)
    • Line 141: warning: exported type PrivateIpAddressSpecification should have comment or be unexported (golint)
    • Line 145: warning: exported type Route should have comment or be unexported (golint)
    • Line 149: warning: exported type CCN should have comment or be unexported (golint)
    • Line 153: warning: exported type CcnRoute should have comment or be unexported (golint)
    • Line 157: warning: exported type DefaultVpcSubnet should have comment or be unexported (golint)
    • Line 161: warning: exported type DirectConnectGatewayCcnRoute should have comment or be unexported (golint)
    • Line 165: warning: exported type FilterObject should have comment or be unexported (golint)
    • Line 169: warning: exported type RouteConflict should have comment or be unexported (golint)
    • Line 173: warning: exported type ItemPrice should have comment or be unexported (golint)
    • Line 177: warning: exported type RouteTable should have comment or be unexported (golint)
    • Line 181: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 185: warning: exported type Subnet should have comment or be unexported (golint)
    • goqcloud/clients/batch/delete_task_templates.go
    • Line 10: warning: exported type DeleteTaskTemplatesRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DeleteTaskTemplatesRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DeleteTaskTemplatesResponse should have comment or be unexported (golint)
    • goqcloud/clients/scf/delete_trigger.go
    • Line 10: warning: exported type DeleteTriggerRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method DeleteTriggerRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type DeleteTriggerResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/reject_attach_ccn_instances.go
    • Line 10: warning: exported type RejectAttachCcnInstancesRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method RejectAttachCcnInstancesRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type RejectAttachCcnInstancesResponse should have comment or be unexported (golint)
    • goqcloud/clients/es/update_instance.go
    • Line 10: warning: exported type UpdateInstanceRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method UpdateInstanceRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type UpdateInstanceResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/reset_routes.go
    • Line 10: warning: exported type ResetRoutesRequest should have comment or be unexported (golint)
    • Line 21: warning: exported method ResetRoutesRequest.Invoke should have comment or be unexported (golint)
    • Line 27: warning: exported type ResetRoutesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_customer_gateways.go
    • Line 10: warning: exported type DescribeCustomerGatewaysRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeCustomerGatewaysRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeCustomerGatewaysResponse should have comment or be unexported (golint)
    • goqcloud/clients/tia/list_models.go
    • Line 10: warning: exported type ListModelsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method ListModelsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type ListModelsResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_machine_info.go
    • Line 10: warning: exported type DescribeMachineInfoRequest should have comment or be unexported (golint)
    • Line 17: warning: exported method DescribeMachineInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 23: warning: exported type DescribeMachineInfoResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_nonlocal_login_places.go
    • Line 10: warning: exported type DescribeNonlocalLoginPlacesRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeNonlocalLoginPlacesRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeNonlocalLoginPlacesResponse should have comment or be unexported (golint)
    • goqcloud/clients/yunjing/describe_weekly_report_info.go
    • Line 11: warning: exported type DescribeWeeklyReportInfoRequest should have comment or be unexported (golint)
    • Line 18: warning: exported method DescribeWeeklyReportInfoRequest.Invoke should have comment or be unexported (golint)
    • Line 24: warning: exported type DescribeWeeklyReportInfoResponse should have comment or be unexported (golint)
    • goqcloud/generator/type_schema.go
    • Line 10: warning: exported type TypeSchema should have comment or be unexported (golint)
    • Line 23: warning: exported method TypeSchema.IsRef should have comment or be unexported (golint)
    • Line 27: warning: exported method TypeSchema.IsArray should have comment or be unexported (golint)
    • Line 31: warning: exported method TypeSchema.IsObject should have comment or be unexported (golint)
    • Line 35: warning: exported method TypeSchema.IsMap should have comment or be unexported (golint)
    • Line 48: warning: exported method TypeSchema.SnippetType should have comment or be unexported (golint)
    • Line 118: warning: exported method TypeSchema.AddProp should have comment or be unexported (golint)
    • Line 127: warning: exported type BasicType should have comment or be unexported (golint)
    • Line 130: warning: exported const BasicTypeDate should have comment (or a comment on this block) or be unexported (golint)
    • Line 140: warning: exported function IsArrayType should have comment or be unexported (golint)
    • Line 144: warning: exported function IndirectType should have comment or be unexported (golint)
    • goqcloud/clients/vpc/describe_vpn_connections.go
    • Line 10: warning: exported type DescribeVpnConnectionsRequest should have comment or be unexported (golint)
    • Line 23: warning: exported method DescribeVpnConnectionsRequest.Invoke should have comment or be unexported (golint)
    • Line 29: warning: exported type DescribeVpnConnectionsResponse should have comment or be unexported (golint)
    • goqcloud/clients/ds/create_personal_account.go
    • Line 10: warning: exported type CreatePersonalAccountRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CreatePersonalAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CreatePersonalAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/modify_site_attribute.go
    • Line 10: warning: exported type ModifySiteAttributeRequest should have comment or be unexported (golint)
    • Line 29: warning: exported method ModifySiteAttributeRequest.Invoke should have comment or be unexported (golint)
    • Line 35: warning: exported type ModifySiteAttributeResponse should have comment or be unexported (golint)
    • goqcloud/clients/batch/modify_compute_env.go
    • Line 10: warning: exported type ModifyComputeEnvRequest should have comment or be unexported (golint)
    • Line 25: warning: exported method ModifyComputeEnvRequest.Invoke should have comment or be unexported (golint)
    • Line 31: warning: exported type ModifyComputeEnvResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/clone_account.go
    • Line 10: warning: exported type CloneAccountRequest should have comment or be unexported (golint)
    • Line 27: warning: exported method CloneAccountRequest.Invoke should have comment or be unexported (golint)
    • Line 33: warning: exported type CloneAccountResponse should have comment or be unexported (golint)
    • goqcloud/clients/dcdb/grant_account_privileges.go
    • Line 10: warning: exported type GrantAccountPrivilegesRequest should have comment or be unexported (golint)
    • Line 31: warning: exported method GrantAccountPrivilegesRequest.Invoke should have comment or be unexported (golint)
    • Line 37: warning: exported type GrantAccountPrivilegesResponse should have comment or be unexported (golint)
    • goqcloud/clients/vpc/detach_classic_link_vpc.go
    • Line 10: warning: exported type DetachClassicLinkVpcRequest should have comment or be unexported (golint)
    • Line 19: warning: exported method DetachClassicLinkVpcRequest.Invoke should have comment or be unexported (golint)
    • Line 25: warning: exported type DetachClassicLinkVpcResponse should have comment or be unexported (golint)
    • goqcloud/clients/cws/describe_vuls_number_timeline.go
    • Line 10: warning: exported type DescribeVulsNumberTimelineRequest should have comment or be unexported (golint)
    • Line 15: warning: exported method DescribeVulsNumberTimelineRequest.Invoke should have comment or be unexported (golint)
    • Line 21: warning: exported type DescribeVulsNumberTimelineResponse should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!