Report for github.com/jdcloud-api/jdcloud-sdk-go

D    Needs lots of improvement    Found 5277 issues across 5279 files

Tweet

gofmt0%

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!


gocyclo100%

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.

No problems detected. Good job!


golint0%

Golint is a linter for Go source code.

    • jdcloud-sdk-go/services/cdn/apis/QueryBackSourceRule.go
    • Line 23: warning: exported type QueryBackSourceRuleRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryBackSourceRuleRequest should be of the form "NewQueryBackSourceRuleRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryBackSourceRuleRequestWithAllParams should be of the form "NewQueryBackSourceRuleRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryBackSourceRuleRequestWithoutParam should be of the form "NewQueryBackSourceRuleRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryBackSourceRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryBackSourceRuleResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryBackSourceRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/AddBandwidthPackageIp.go
    • Line 23: warning: exported type AddBandwidthPackageIpRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewAddBandwidthPackageIpRequest should be of the form "NewAddBandwidthPackageIpRequest ..." (golint)
    • Line 68: warning: comment on exported function NewAddBandwidthPackageIpRequestWithAllParams should be of the form "NewAddBandwidthPackageIpRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewAddBandwidthPackageIpRequestWithoutParam should be of the form "NewAddBandwidthPackageIpRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method AddBandwidthPackageIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method AddBandwidthPackageIpRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 120: warning: comment on exported method AddBandwidthPackageIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method AddBandwidthPackageIpRequest.SetElasticIpIds should be of the form "SetElasticIpIds ..." (golint)
    • Line 138: warning: exported type AddBandwidthPackageIpResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type AddBandwidthPackageIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteCategory.go
    • Line 23: warning: exported type DeleteCategoryRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCategoryRequest should be of the form "NewDeleteCategoryRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCategoryRequestWithAllParams should be of the form "NewDeleteCategoryRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCategoryRequestWithoutParam should be of the form "NewDeleteCategoryRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCategoryRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 93: warning: exported type DeleteCategoryResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/core/Config.go
    • Line 19: warning: exported type Config should have comment or be unexported (golint)
    • Line 34: warning: exported method Config.SetScheme should have comment or be unexported (golint)
    • Line 38: warning: exported method Config.SetEndpoint should have comment or be unexported (golint)
    • Line 42: warning: exported method Config.SetTimeout should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryCCProtectSwitch.go
    • Line 23: warning: exported type QueryCCProtectSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryCCProtectSwitchRequest should be of the form "NewQueryCCProtectSwitchRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryCCProtectSwitchRequestWithAllParams should be of the form "NewQueryCCProtectSwitchRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryCCProtectSwitchRequestWithoutParam should be of the form "NewQueryCCProtectSwitchRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryCCProtectSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryCCProtectSwitchResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryCCProtectSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ModifyNodeSpec.go
    • Line 23: warning: exported type ModifyNodeSpecRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifyNodeSpecRequest should be of the form "NewModifyNodeSpecRequest ..." (golint)
    • Line 72: warning: comment on exported function NewModifyNodeSpecRequestWithAllParams should be of the form "NewModifyNodeSpecRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewModifyNodeSpecRequestWithoutParam should be of the form "NewModifyNodeSpecRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ModifyNodeSpecRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ModifyNodeSpecRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 125: warning: comment on exported method ModifyNodeSpecRequest.SetNodeId should be of the form "SetNodeId ..." (golint)
    • Line 130: warning: comment on exported method ModifyNodeSpecRequest.SetNodeType should be of the form "SetNodeType ..." (golint)
    • Line 135: warning: comment on exported method ModifyNodeSpecRequest.SetNodeStorageGB should be of the form "SetNodeStorageGB ..." (golint)
    • Line 146: warning: exported type ModifyNodeSpecResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type ModifyNodeSpecResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryMixStatisticsData.go
    • Line 24: warning: exported type QueryMixStatisticsDataRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewQueryMixStatisticsDataRequest should be of the form "NewQueryMixStatisticsDataRequest ..." (golint)
    • Line 70: warning: comment on exported function NewQueryMixStatisticsDataRequestWithAllParams should be of the form "NewQueryMixStatisticsDataRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewQueryMixStatisticsDataRequestWithoutParam should be of the form "NewQueryMixStatisticsDataRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method QueryMixStatisticsDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 127: warning: comment on exported method QueryMixStatisticsDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 132: warning: comment on exported method QueryMixStatisticsDataRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 137: warning: comment on exported method QueryMixStatisticsDataRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 142: warning: comment on exported method QueryMixStatisticsDataRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 147: warning: comment on exported method QueryMixStatisticsDataRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 152: warning: comment on exported method QueryMixStatisticsDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 157: warning: comment on exported method QueryMixStatisticsDataRequest.SetScheme should be of the form "SetScheme ..." (golint)
    • Line 168: warning: exported type QueryMixStatisticsDataResponse should have comment or be unexported (golint)
    • Line 174: warning: exported type QueryMixStatisticsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/StartPod.go
    • Line 23: warning: exported type StartPodRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartPodRequest should be of the form "NewStartPodRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartPodRequestWithAllParams should be of the form "NewStartPodRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartPodRequestWithoutParam should be of the form "NewStartPodRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartPodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartPodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 107: warning: exported type StartPodResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartPodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateCategory.go
    • Line 23: warning: exported type CreateCategoryRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateCategoryRequest should be of the form "NewCreateCategoryRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateCategoryRequestWithAllParams should be of the form "NewCreateCategoryRequestWithAllParams ..." (golint)
    • Line 83: warning: comment on exported function NewCreateCategoryRequestWithoutParam should be of the form "NewCreateCategoryRequestWithoutParam ..." (golint)
    • Line 96: warning: comment on exported method CreateCategoryRequest.SetName should be of the form "SetName ..." (golint)
    • Line 101: warning: comment on exported method CreateCategoryRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 107: warning: comment on exported method CreateCategoryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: exported type CreateCategoryResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type CreateCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteRules.go
    • Line 23: warning: exported type DeleteRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRulesRequest should be of the form "NewDeleteRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRulesRequestWithAllParams should be of the form "NewDeleteRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRulesRequestWithoutParam should be of the form "NewDeleteRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRulesRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRulesRequest.SetRuleIds should be of the form "SetRuleIds ..." (golint)
    • Line 121: warning: exported type DeleteRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/ModifyInstanceSpec.go
    • Line 23: warning: exported type ModifyInstanceSpecRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewModifyInstanceSpecRequest should be of the form "NewModifyInstanceSpecRequest ..." (golint)
    • Line 75: warning: comment on exported function NewModifyInstanceSpecRequestWithAllParams should be of the form "NewModifyInstanceSpecRequestWithAllParams ..." (golint)
    • Line 114: warning: comment on exported function NewModifyInstanceSpecRequestWithoutParam should be of the form "NewModifyInstanceSpecRequestWithoutParam ..." (golint)
    • Line 127: warning: comment on exported method ModifyInstanceSpecRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 132: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 137: warning: comment on exported method ModifyInstanceSpecRequest.SetNodeClass should be of the form "SetNodeClass ..." (golint)
    • Line 142: warning: comment on exported method ModifyInstanceSpecRequest.SetNodeDiskGB should be of the form "SetNodeDiskGB ..." (golint)
    • Line 147: warning: comment on exported method ModifyInstanceSpecRequest.SetNodeCount should be of the form "SetNodeCount ..." (golint)
    • Line 152: warning: comment on exported method ModifyInstanceSpecRequest.SetMasterClass should be of the form "SetMasterClass ..." (golint)
    • Line 157: warning: comment on exported method ModifyInstanceSpecRequest.SetCoordinatingClass should be of the form "SetCoordinatingClass ..." (golint)
    • Line 162: warning: comment on exported method ModifyInstanceSpecRequest.SetCoordinatingCount should be of the form "SetCoordinatingCount ..." (golint)
    • Line 173: warning: exported type ModifyInstanceSpecResponse should have comment or be unexported (golint)
    • Line 179: warning: exported type ModifyInstanceSpecResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteReport.go
    • Line 23: warning: exported type DeleteReportRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteReportRequest should be of the form "NewDeleteReportRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteReportRequestWithAllParams should be of the form "NewDeleteReportRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteReportRequestWithoutParam should be of the form "NewDeleteReportRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteReportRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteReportRequest.SetReportId should be of the form "SetReportId ..." (golint)
    • Line 110: warning: comment on exported method DeleteReportRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 121: warning: exported type DeleteReportResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteReportResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamAppTranscode.go
    • Line 23: warning: exported type AddLiveStreamAppTranscodeRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewAddLiveStreamAppTranscodeRequest should be of the form "NewAddLiveStreamAppTranscodeRequest ..." (golint)
    • Line 85: warning: comment on exported function NewAddLiveStreamAppTranscodeRequestWithAllParams should be of the form "NewAddLiveStreamAppTranscodeRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewAddLiveStreamAppTranscodeRequestWithoutParam should be of the form "NewAddLiveStreamAppTranscodeRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method AddLiveStreamAppTranscodeRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 138: warning: comment on exported method AddLiveStreamAppTranscodeRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 143: warning: comment on exported method AddLiveStreamAppTranscodeRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 165: warning: exported type AddLiveStreamAppTranscodeResponse should have comment or be unexported (golint)
    • Line 171: warning: exported type AddLiveStreamAppTranscodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/CreateUser.go
    • Line 23: warning: exported type CreateUserRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateUserRequest should be of the form "NewCreateUserRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateUserRequestWithAllParams should be of the form "NewCreateUserRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewCreateUserRequestWithoutParam should be of the form "NewCreateUserRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method CreateUserRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 102: warning: comment on exported method CreateUserRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 107: warning: comment on exported method CreateUserRequest.SetUserId should be of the form "SetUserId ..." (golint)
    • Line 112: warning: comment on exported method CreateUserRequest.SetTemporary should be of the form "SetTemporary ..." (golint)
    • Line 123: warning: exported type CreateUserResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type CreateUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/AddIpWhiteItem.go
    • Line 23: warning: exported type AddIpWhiteItemRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAddIpWhiteItemRequest should be of the form "NewAddIpWhiteItemRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAddIpWhiteItemRequestWithAllParams should be of the form "NewAddIpWhiteItemRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAddIpWhiteItemRequestWithoutParam should be of the form "NewAddIpWhiteItemRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AddIpWhiteItemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AddIpWhiteItemRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 110: warning: comment on exported method AddIpWhiteItemRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 121: warning: exported type AddIpWhiteItemResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AddIpWhiteItemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTransferTaskProgress.go
    • Line 24: warning: exported type GetTransferTaskProgressRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetTransferTaskProgressRequest should be of the form "NewGetTransferTaskProgressRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetTransferTaskProgressRequestWithAllParams should be of the form "NewGetTransferTaskProgressRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetTransferTaskProgressRequestWithoutParam should be of the form "NewGetTransferTaskProgressRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetTransferTaskProgressRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetTransferTaskProgressRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetTransferTaskProgressResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetTransferTaskProgressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/quota/apis/GetUserQuotaDetail.go
    • Line 24: warning: exported type GetUserQuotaDetailRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewGetUserQuotaDetailRequest should be of the form "NewGetUserQuotaDetailRequest ..." (golint)
    • Line 76: warning: comment on exported function NewGetUserQuotaDetailRequestWithAllParams should be of the form "NewGetUserQuotaDetailRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewGetUserQuotaDetailRequestWithoutParam should be of the form "NewGetUserQuotaDetailRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method GetUserQuotaDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method GetUserQuotaDetailRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 141: warning: comment on exported method GetUserQuotaDetailRequest.SetSiteType should be of the form "SetSiteType ..." (golint)
    • Line 146: warning: comment on exported method GetUserQuotaDetailRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 151: warning: comment on exported method GetUserQuotaDetailRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 156: warning: comment on exported method GetUserQuotaDetailRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 161: warning: comment on exported method GetUserQuotaDetailRequest.SetParentResourceId should be of the form "SetParentResourceId ..." (golint)
    • Line 166: warning: comment on exported method GetUserQuotaDetailRequest.SetUid should be of the form "SetUid ..." (golint)
    • Line 171: warning: comment on exported method GetUserQuotaDetailRequest.SetQuotaAmount should be of the form "SetQuotaAmount ..." (golint)
    • Line 182: warning: exported type GetUserQuotaDetailResponse should have comment or be unexported (golint)
    • Line 188: warning: exported type GetUserQuotaDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveDomainIpBlackWhiteList.go
    • Line 23: warning: exported type QueryLiveDomainIpBlackWhiteListRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryLiveDomainIpBlackWhiteListRequest should be of the form "NewQueryLiveDomainIpBlackWhiteListRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryLiveDomainIpBlackWhiteListRequestWithAllParams should be of the form "NewQueryLiveDomainIpBlackWhiteListRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryLiveDomainIpBlackWhiteListRequestWithoutParam should be of the form "NewQueryLiveDomainIpBlackWhiteListRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryLiveDomainIpBlackWhiteListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryLiveDomainIpBlackWhiteListResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryLiveDomainIpBlackWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcById.go
    • Line 24: warning: exported type GetVpcByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcByIdRequest should be of the form "NewGetVpcByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcByIdRequestWithAllParams should be of the form "NewGetVpcByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcByIdRequestWithoutParam should be of the form "NewGetVpcByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveApp.go
    • Line 24: warning: exported type DescribeLiveAppRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeLiveAppRequest should be of the form "NewDescribeLiveAppRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeLiveAppRequestWithAllParams should be of the form "NewDescribeLiveAppRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeLiveAppRequestWithoutParam should be of the form "NewDescribeLiveAppRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeLiveAppRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 115: warning: comment on exported method DescribeLiveAppRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method DescribeLiveAppRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeLiveAppResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeLiveAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/ForbidLiveStream.go
    • Line 23: warning: exported type ForbidLiveStreamRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewForbidLiveStreamRequest should be of the form "NewForbidLiveStreamRequest ..." (golint)
    • Line 66: warning: comment on exported function NewForbidLiveStreamRequestWithAllParams should be of the form "NewForbidLiveStreamRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewForbidLiveStreamRequestWithoutParam should be of the form "NewForbidLiveStreamRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ForbidLiveStreamRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 111: warning: comment on exported method ForbidLiveStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 116: warning: comment on exported method ForbidLiveStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 121: warning: comment on exported method ForbidLiveStreamRequest.SetForbidTime should be of the form "SetForbidTime ..." (golint)
    • Line 132: warning: exported type ForbidLiveStreamResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ForbidLiveStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeSubnet.go
    • Line 24: warning: exported type DescribeSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSubnetRequest should be of the form "NewDescribeSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSubnetRequestWithAllParams should be of the form "NewDescribeSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSubnetRequestWithoutParam should be of the form "NewDescribeSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateAccessKey.go
    • Line 23: warning: exported type UpdateAccessKeyRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewUpdateAccessKeyRequest should be of the form "NewUpdateAccessKeyRequest ..." (golint)
    • Line 66: warning: comment on exported function NewUpdateAccessKeyRequestWithAllParams should be of the form "NewUpdateAccessKeyRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewUpdateAccessKeyRequestWithoutParam should be of the form "NewUpdateAccessKeyRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method UpdateAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method UpdateAccessKeyRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 119: warning: comment on exported method UpdateAccessKeyRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 124: warning: comment on exported method UpdateAccessKeyRequest.SetAccessKeyType should be of the form "SetAccessKeyType ..." (golint)
    • Line 129: warning: comment on exported method UpdateAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 140: warning: exported type UpdateAccessKeyResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type UpdateAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DisassociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DisassociateElasticIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 138: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryBand.go
    • Line 24: warning: exported type QueryBandRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryBandRequest should be of the form "NewQueryBandRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryBandRequestWithAllParams should be of the form "NewQueryBandRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryBandRequestWithoutParam should be of the form "NewQueryBandRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryBandRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 115: warning: comment on exported method QueryBandRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 120: warning: comment on exported method QueryBandRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 125: warning: comment on exported method QueryBandRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 130: warning: comment on exported method QueryBandRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 135: warning: comment on exported method QueryBandRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 146: warning: exported type QueryBandResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type QueryBandResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CheckCompanyTransfer.go
    • Line 24: warning: exported type CheckCompanyTransferRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckCompanyTransferRequest should be of the form "NewCheckCompanyTransferRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCheckCompanyTransferRequestWithAllParams should be of the form "NewCheckCompanyTransferRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCheckCompanyTransferRequestWithoutParam should be of the form "NewCheckCompanyTransferRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CheckCompanyTransferRequest.SetCheckInfo should be of the form "SetCheckInfo ..." (golint)
    • Line 94: warning: exported type CheckCompanyTransferResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CheckCompanyTransferResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/QueryBankList.go
    • Line 23: warning: exported type QueryBankListRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryBankListRequest should be of the form "NewQueryBankListRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryBankListRequestWithAllParams should be of the form "NewQueryBankListRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryBankListRequestWithoutParam should be of the form "NewQueryBankListRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryBankListResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryBankListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackupCharge.go
    • Line 24: warning: exported type DescribeBackupChargeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBackupChargeRequest should be of the form "NewDescribeBackupChargeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBackupChargeRequestWithAllParams should be of the form "NewDescribeBackupChargeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBackupChargeRequestWithoutParam should be of the form "NewDescribeBackupChargeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBackupChargeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeBackupChargeRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 108: warning: exported type DescribeBackupChargeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBackupChargeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/client/DomainserviceClient.go
    • Line 26: warning: exported type DomainserviceClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDomainserviceClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DomainserviceClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DomainserviceClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DomainserviceClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DomainserviceClient.DeleteUserViewIP should be of the form "DeleteUserViewIP ..." (golint)
    • Line 80: warning: comment on exported method DomainserviceClient.DescribeActionLog should be of the form "DescribeActionLog ..." (golint)
    • Line 100: warning: comment on exported method DomainserviceClient.DescribeDomainQueryCount should be of the form "DescribeDomainQueryCount ..." (golint)
    • Line 120: warning: comment on exported method DomainserviceClient.DescribeDomainQueryTraffic should be of the form "DescribeDomainQueryTraffic ..." (golint)
    • Line 140: warning: comment on exported method DomainserviceClient.ModifyMonitorStatus should be of the form "ModifyMonitorStatus ..." (golint)
    • Line 160: warning: comment on exported method DomainserviceClient.CreateResourceRecord should be of the form "CreateResourceRecord ..." (golint)
    • Line 180: warning: comment on exported method DomainserviceClient.ModifyDomain should be of the form "ModifyDomain ..." (golint)
    • Line 200: warning: comment on exported method DomainserviceClient.BatchSetResourceRecords should be of the form "BatchSetResourceRecords ..." (golint)
    • Line 222: warning: comment on exported method DomainserviceClient.DescribeMonitorTarget should be of the form "DescribeMonitorTarget ..." (golint)
    • Line 242: warning: comment on exported method DomainserviceClient.CreateMonitorTarget should be of the form "CreateMonitorTarget ..." (golint)
    • Line 262: warning: comment on exported method DomainserviceClient.CreateDomain should be of the form "CreateDomain ..." (golint)
    • Line 286: warning: comment on exported method DomainserviceClient.DescribeUserViewIP should be of the form "DescribeUserViewIP ..." (golint)
    • Line 306: warning: comment on exported method DomainserviceClient.ModifyResourceRecordStatus should be of the form "ModifyResourceRecordStatus ..." (golint)
    • Line 326: warning: comment on exported method DomainserviceClient.ModifyResourceRecord should be of the form "ModifyResourceRecord ..." (golint)
    • Line 346: warning: comment on exported method DomainserviceClient.DescribeDomains should be of the form "DescribeDomains ..." (golint)
    • Line 369: warning: comment on exported method DomainserviceClient.CreateMonitor should be of the form "CreateMonitor ..." (golint)
    • Line 389: warning: comment on exported method DomainserviceClient.CreateUserViewIP should be of the form "CreateUserViewIP ..." (golint)
    • Line 409: warning: comment on exported method DomainserviceClient.DeleteUserView should be of the form "DeleteUserView ..." (golint)
    • Line 429: warning: comment on exported method DomainserviceClient.ModifyMonitor should be of the form "ModifyMonitor ..." (golint)
    • Line 449: warning: comment on exported method DomainserviceClient.DescribeResourceRecord should be of the form "DescribeResourceRecord ..." (golint)
    • Line 471: warning: comment on exported method DomainserviceClient.DescribeUserView should be of the form "DescribeUserView ..." (golint)
    • Line 491: warning: comment on exported method DomainserviceClient.DescribeMonitorAlarm should be of the form "DescribeMonitorAlarm ..." (golint)
    • Line 511: warning: comment on exported method DomainserviceClient.CreateUserView should be of the form "CreateUserView ..." (golint)
    • Line 531: warning: comment on exported method DomainserviceClient.DescribeViewTree should be of the form "DescribeViewTree ..." (golint)
    • Line 553: warning: comment on exported method DomainserviceClient.DeleteResourceRecord should be of the form "DeleteResourceRecord ..." (golint)
    • Line 573: warning: comment on exported method DomainserviceClient.DescribeMonitor should be of the form "DescribeMonitor ..." (golint)
    • Line 593: warning: comment on exported method DomainserviceClient.DeleteMonitor should be of the form "DeleteMonitor ..." (golint)
    • Line 613: warning: comment on exported method DomainserviceClient.DeleteDomain should be of the form "DeleteDomain ..." (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteAccount.go
    • Line 23: warning: exported type DeleteAccountRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteAccountRequest should be of the form "NewDeleteAccountRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteAccountRequestWithAllParams should be of the form "NewDeleteAccountRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteAccountRequestWithoutParam should be of the form "NewDeleteAccountRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteAccountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 121: warning: exported type DeleteAccountResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryAreaIspList.go
    • Line 24: warning: exported type QueryAreaIspListRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewQueryAreaIspListRequest should be of the form "NewQueryAreaIspListRequest ..." (golint)
    • Line 46: warning: comment on exported function NewQueryAreaIspListRequestWithAllParams should be of the form "NewQueryAreaIspListRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewQueryAreaIspListRequestWithoutParam should be of the form "NewQueryAreaIspListRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type QueryAreaIspListResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type QueryAreaIspListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateNetworkAcl.go
    • Line 23: warning: exported type CreateNetworkAclRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateNetworkAclRequest should be of the form "NewCreateNetworkAclRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateNetworkAclRequestWithAllParams should be of the form "NewCreateNetworkAclRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateNetworkAclRequestWithoutParam should be of the form "NewCreateNetworkAclRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateNetworkAclRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 116: warning: comment on exported method CreateNetworkAclRequest.SetNetworkAclName should be of the form "SetNetworkAclName ..." (golint)
    • Line 121: warning: comment on exported method CreateNetworkAclRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateNetworkAclResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshotPolicies.go
    • Line 24: warning: exported type DescribeSnapshotPoliciesRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeSnapshotPoliciesRequest should be of the form "NewDescribeSnapshotPoliciesRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSnapshotPoliciesRequestWithAllParams should be of the form "NewDescribeSnapshotPoliciesRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeSnapshotPoliciesRequestWithoutParam should be of the form "NewDescribeSnapshotPoliciesRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 129: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 134: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 139: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 144: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 149: warning: comment on exported method DescribeSnapshotPoliciesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 160: warning: exported type DescribeSnapshotPoliciesResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeSnapshotPoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateDeviceTopo.go
    • Line 24: warning: exported type UpdateDeviceTopoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateDeviceTopoRequest should be of the form "NewUpdateDeviceTopoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateDeviceTopoRequestWithAllParams should be of the form "NewUpdateDeviceTopoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateDeviceTopoRequestWithoutParam should be of the form "NewUpdateDeviceTopoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateDeviceTopoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateDeviceTopoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method UpdateDeviceTopoRequest.SetDeviceTopoInfoVO should be of the form "SetDeviceTopoInfoVO ..." (golint)
    • Line 122: warning: exported type UpdateDeviceTopoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateDeviceTopoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/captcha/apis/GetSessionId.go
    • Line 24: warning: exported type GetSessionIdRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewGetSessionIdRequest should be of the form "NewGetSessionIdRequest ..." (golint)
    • Line 73: warning: comment on exported function NewGetSessionIdRequestWithAllParams should be of the form "NewGetSessionIdRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewGetSessionIdRequestWithoutParam should be of the form "NewGetSessionIdRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method GetSessionIdRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 133: warning: comment on exported method GetSessionIdRequest.SetSceneId should be of the form "SetSceneId ..." (golint)
    • Line 138: warning: comment on exported method GetSessionIdRequest.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 143: warning: comment on exported method GetSessionIdRequest.SetUuid should be of the form "SetUuid ..." (golint)
    • Line 148: warning: comment on exported method GetSessionIdRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 153: warning: comment on exported method GetSessionIdRequest.SetUserAgent should be of the form "SetUserAgent ..." (golint)
    • Line 158: warning: comment on exported method GetSessionIdRequest.SetFingerPrint should be of the form "SetFingerPrint ..." (golint)
    • Line 163: warning: comment on exported method GetSessionIdRequest.SetClientType should be of the form "SetClientType ..." (golint)
    • Line 168: warning: comment on exported method GetSessionIdRequest.SetClientVersion should be of the form "SetClientVersion ..." (golint)
    • Line 179: warning: exported type GetSessionIdResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type GetSessionIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateDeployment.go
    • Line 24: warning: exported type CreateDeploymentRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateDeploymentRequest should be of the form "NewCreateDeploymentRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateDeploymentRequestWithAllParams should be of the form "NewCreateDeploymentRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDeploymentRequestWithoutParam should be of the form "NewCreateDeploymentRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateDeploymentRequest.SetDeployment should be of the form "SetDeployment ..." (golint)
    • Line 108: warning: exported type CreateDeploymentResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateBackendConfig.go
    • Line 24: warning: exported type CreateBackendConfigRequest should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewCreateBackendConfigRequest should be of the form "NewCreateBackendConfigRequest ..." (golint)
    • Line 112: warning: comment on exported function NewCreateBackendConfigRequestWithAllParams should be of the form "NewCreateBackendConfigRequestWithAllParams ..." (golint)
    • Line 178: warning: comment on exported function NewCreateBackendConfigRequestWithoutParam should be of the form "NewCreateBackendConfigRequestWithoutParam ..." (golint)
    • Line 191: warning: comment on exported method CreateBackendConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 196: warning: comment on exported method CreateBackendConfigRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 201: warning: comment on exported method CreateBackendConfigRequest.SetBackendConfigId should be of the form "SetBackendConfigId ..." (golint)
    • Line 206: warning: comment on exported method CreateBackendConfigRequest.SetBaseGroupId should be of the form "SetBaseGroupId ..." (golint)
    • Line 211: warning: comment on exported method CreateBackendConfigRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 216: warning: comment on exported method CreateBackendConfigRequest.SetBackendUrl should be of the form "SetBackendUrl ..." (golint)
    • Line 221: warning: comment on exported method CreateBackendConfigRequest.SetBackendServiceType should be of the form "SetBackendServiceType ..." (golint)
    • Line 226: warning: comment on exported method CreateBackendConfigRequest.SetHeaderParams should be of the form "SetHeaderParams ..." (golint)
    • Line 231: warning: comment on exported method CreateBackendConfigRequest.SetQueryParams should be of the form "SetQueryParams ..." (golint)
    • Line 236: warning: comment on exported method CreateBackendConfigRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 241: warning: comment on exported method CreateBackendConfigRequest.SetCreateTime should be of the form "SetCreateTime ..." (golint)
    • Line 246: warning: comment on exported method CreateBackendConfigRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 251: warning: comment on exported method CreateBackendConfigRequest.SetUserSort should be of the form "SetUserSort ..." (golint)
    • Line 256: warning: comment on exported method CreateBackendConfigRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 261: warning: comment on exported method CreateBackendConfigRequest.SetJdsfParam should be of the form "SetJdsfParam ..." (golint)
    • Line 266: warning: comment on exported method CreateBackendConfigRequest.SetJdsfRegion should be of the form "SetJdsfRegion ..." (golint)
    • Line 271: warning: comment on exported method CreateBackendConfigRequest.SetJdsfPin should be of the form "SetJdsfPin ..." (golint)
    • Line 282: warning: exported type CreateBackendConfigResponse should have comment or be unexported (golint)
    • Line 288: warning: exported type CreateBackendConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/EditCredit.go
    • Line 24: warning: exported type EditCreditRequest should have comment or be unexported (golint)
    • Line 74: warning: comment on exported function NewEditCreditRequest should be of the form "NewEditCreditRequest ..." (golint)
    • Line 136: warning: comment on exported function NewEditCreditRequestWithAllParams should be of the form "NewEditCreditRequestWithAllParams ..." (golint)
    • Line 196: warning: comment on exported function NewEditCreditRequestWithoutParam should be of the form "NewEditCreditRequestWithoutParam ..." (golint)
    • Line 209: warning: comment on exported method EditCreditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 214: warning: comment on exported method EditCreditRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 219: warning: comment on exported method EditCreditRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 224: warning: comment on exported method EditCreditRequest.SetName should be of the form "SetName ..." (golint)
    • Line 229: warning: comment on exported method EditCreditRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 234: warning: comment on exported method EditCreditRequest.SetBusinessLicense should be of the form "SetBusinessLicense ..." (golint)
    • Line 239: warning: comment on exported method EditCreditRequest.SetBusinessLicenseName should be of the form "SetBusinessLicenseName ..." (golint)
    • Line 244: warning: comment on exported method EditCreditRequest.SetSignedAuthorization should be of the form "SetSignedAuthorization ..." (golint)
    • Line 249: warning: comment on exported method EditCreditRequest.SetSignedAuthorizationName should be of the form "SetSignedAuthorizationName ..." (golint)
    • Line 254: warning: comment on exported method EditCreditRequest.SetInformationSecurity should be of the form "SetInformationSecurity ..." (golint)
    • Line 259: warning: comment on exported method EditCreditRequest.SetInformationSecurityName should be of the form "SetInformationSecurityName ..." (golint)
    • Line 264: warning: comment on exported method EditCreditRequest.SetMembershipCertificate should be of the form "SetMembershipCertificate ..." (golint)
    • Line 269: warning: comment on exported method EditCreditRequest.SetMembershipCertificateName should be of the form "SetMembershipCertificateName ..." (golint)
    • Line 274: warning: comment on exported method EditCreditRequest.SetOtherCertificate should be of the form "SetOtherCertificate ..." (golint)
    • Line 279: warning: comment on exported method EditCreditRequest.SetOtherCertificateName should be of the form "SetOtherCertificateName ..." (golint)
    • Line 290: warning: exported type EditCreditResponse should have comment or be unexported (golint)
    • Line 296: warning: exported type EditCreditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamInfo.go
    • Line 23: warning: exported type DescribeLiveStreamInfoRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeLiveStreamInfoRequest should be of the form "NewDescribeLiveStreamInfoRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeLiveStreamInfoRequestWithAllParams should be of the form "NewDescribeLiveStreamInfoRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeLiveStreamInfoRequestWithoutParam should be of the form "NewDescribeLiveStreamInfoRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeLiveStreamInfoRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 105: warning: comment on exported method DescribeLiveStreamInfoRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 110: warning: comment on exported method DescribeLiveStreamInfoRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 121: warning: exported type DescribeLiveStreamInfoResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeLiveStreamInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/ListProducts.go
    • Line 25: warning: exported type ListProductsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewListProductsRequest should be of the form "NewListProductsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewListProductsRequestWithAllParams should be of the form "NewListProductsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewListProductsRequestWithoutParam should be of the form "NewListProductsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method ListProductsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method ListProductsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method ListProductsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method ListProductsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type ListProductsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type ListProductsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/Attach.go
    • Line 23: warning: exported type AttachRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAttachRequest should be of the form "NewAttachRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAttachRequestWithAllParams should be of the form "NewAttachRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAttachRequestWithoutParam should be of the form "NewAttachRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AttachRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AttachRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 110: warning: comment on exported method AttachRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 121: warning: exported type AttachResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AttachResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateInstances.go
    • Line 24: warning: exported type CreateInstancesRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateInstancesRequest should be of the form "NewCreateInstancesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateInstancesRequestWithAllParams should be of the form "NewCreateInstancesRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateInstancesRequestWithoutParam should be of the form "NewCreateInstancesRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateInstancesRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 125: warning: exported type CreateInstancesResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DisableInternetAccess.go
    • Line 23: warning: exported type DisableInternetAccessRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableInternetAccessRequest should be of the form "NewDisableInternetAccessRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableInternetAccessRequestWithAllParams should be of the form "NewDisableInternetAccessRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableInternetAccessRequestWithoutParam should be of the form "NewDisableInternetAccessRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableInternetAccessRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableInternetAccessRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableInternetAccessResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableInternetAccessResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ModifyImageAttribute.go
    • Line 23: warning: exported type ModifyImageAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyImageAttributeRequest should be of the form "NewModifyImageAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyImageAttributeRequestWithAllParams should be of the form "NewModifyImageAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyImageAttributeRequestWithoutParam should be of the form "NewModifyImageAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyImageAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyImageAttributeRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 113: warning: comment on exported method ModifyImageAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyImageAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyImageAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyImageAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/client/EsClient.go
    • Line 26: warning: exported type EsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewEsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method EsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method EsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method EsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method EsClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 82: warning: comment on exported method EsClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 102: warning: comment on exported method EsClient.ModifyInstanceSpec should be of the form "ModifyInstanceSpec ..." (golint)
    • Line 124: warning: comment on exported method EsClient.DisableDicts should be of the form "DisableDicts ..." (golint)
    • Line 144: warning: comment on exported method EsClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 164: warning: comment on exported method EsClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetWafBlackRuleSwitch.go
    • Line 23: warning: exported type SetWafBlackRuleSwitchRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetWafBlackRuleSwitchRequest should be of the form "NewSetWafBlackRuleSwitchRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetWafBlackRuleSwitchRequestWithAllParams should be of the form "NewSetWafBlackRuleSwitchRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetWafBlackRuleSwitchRequestWithoutParam should be of the form "NewSetWafBlackRuleSwitchRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetWafBlackRuleSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetWafBlackRuleSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 104: warning: exported type SetWafBlackRuleSwitchResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetWafBlackRuleSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetTranscodeTemplate.go
    • Line 24: warning: exported type GetTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTranscodeTemplateRequest should be of the form "NewGetTranscodeTemplateRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetTranscodeTemplateRequestWithAllParams should be of the form "NewGetTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetTranscodeTemplateRequestWithoutParam should be of the form "NewGetTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetTranscodeTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 94: warning: exported type GetTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/QueryBankBranchList.go
    • Line 23: warning: exported type QueryBankBranchListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewQueryBankBranchListRequest should be of the form "NewQueryBankBranchListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewQueryBankBranchListRequestWithAllParams should be of the form "NewQueryBankBranchListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewQueryBankBranchListRequestWithoutParam should be of the form "NewQueryBankBranchListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method QueryBankBranchListRequest.SetBankCode should be of the form "SetBankCode ..." (golint)
    • Line 96: warning: comment on exported method QueryBankBranchListRequest.SetCityCode should be of the form "SetCityCode ..." (golint)
    • Line 107: warning: exported type QueryBankBranchListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type QueryBankBranchListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/UpdatePolicyDescription.go
    • Line 24: warning: exported type UpdatePolicyDescriptionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdatePolicyDescriptionRequest should be of the form "NewUpdatePolicyDescriptionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdatePolicyDescriptionRequestWithAllParams should be of the form "NewUpdatePolicyDescriptionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdatePolicyDescriptionRequestWithoutParam should be of the form "NewUpdatePolicyDescriptionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdatePolicyDescriptionRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 97: warning: comment on exported method UpdatePolicyDescriptionRequest.SetUpdatePolicyDescriptionInfo should be of the form "SetUpdatePolicyDescriptionInfo ..." (golint)
    • Line 108: warning: exported type UpdatePolicyDescriptionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdatePolicyDescriptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StopListener.go
    • Line 23: warning: exported type StopListenerRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStopListenerRequest should be of the form "NewStopListenerRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStopListenerRequestWithAllParams should be of the form "NewStopListenerRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopListenerRequestWithoutParam should be of the form "NewStopListenerRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 111: warning: comment on exported method StopListenerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StopListenerResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StopListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/OperateIpBlackList.go
    • Line 23: warning: exported type OperateIpBlackListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewOperateIpBlackListRequest should be of the form "NewOperateIpBlackListRequest ..." (golint)
    • Line 54: warning: comment on exported function NewOperateIpBlackListRequestWithAllParams should be of the form "NewOperateIpBlackListRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewOperateIpBlackListRequestWithoutParam should be of the form "NewOperateIpBlackListRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method OperateIpBlackListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method OperateIpBlackListRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type OperateIpBlackListResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type OperateIpBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/ReverseDeployment.go
    • Line 24: warning: exported type ReverseDeploymentRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewReverseDeploymentRequest should be of the form "NewReverseDeploymentRequest ..." (golint)
    • Line 58: warning: comment on exported function NewReverseDeploymentRequestWithAllParams should be of the form "NewReverseDeploymentRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewReverseDeploymentRequestWithoutParam should be of the form "NewReverseDeploymentRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ReverseDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ReverseDeploymentRequest.SetReverse should be of the form "SetReverse ..." (golint)
    • Line 108: warning: exported type ReverseDeploymentResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ReverseDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeAlarm.go
    • Line 24: warning: exported type DescribeAlarmRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeAlarmRequest should be of the form "NewDescribeAlarmRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAlarmRequestWithAllParams should be of the form "NewDescribeAlarmRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAlarmRequestWithoutParam should be of the form "NewDescribeAlarmRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 94: warning: exported type DescribeAlarmResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/bri/client/BriClient.go
    • Line 26: warning: exported type BriClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewBriClient should have comment or be unexported (golint)
    • Line 48: warning: exported method BriClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method BriClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method BriClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method BriClient.SetBWList should be of the form "SetBWList ..." (golint)
    • Line 80: warning: comment on exported method BriClient.CreditScore should be of the form "CreditScore ..." (golint)
    • Line 100: warning: comment on exported method BriClient.DelBWList should be of the form "DelBWList ..." (golint)
    • Line 120: warning: comment on exported method BriClient.DescribeBWList should be of the form "DescribeBWList ..." (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLivePlayAuthKey.go
    • Line 23: warning: exported type DescribeLivePlayAuthKeyRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewDescribeLivePlayAuthKeyRequest should be of the form "NewDescribeLivePlayAuthKeyRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeLivePlayAuthKeyRequestWithAllParams should be of the form "NewDescribeLivePlayAuthKeyRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeLivePlayAuthKeyRequestWithoutParam should be of the form "NewDescribeLivePlayAuthKeyRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeLivePlayAuthKeyRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 101: warning: exported type DescribeLivePlayAuthKeyResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type DescribeLivePlayAuthKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/LifeStatus.go
    • Line 24: warning: exported type LifeStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewLifeStatusRequest should be of the form "NewLifeStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewLifeStatusRequestWithAllParams should be of the form "NewLifeStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewLifeStatusRequestWithoutParam should be of the form "NewLifeStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method LifeStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method LifeStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type LifeStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type LifeStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DisableIntercept.go
    • Line 23: warning: exported type DisableInterceptRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableInterceptRequest should be of the form "NewDisableInterceptRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableInterceptRequestWithAllParams should be of the form "NewDisableInterceptRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableInterceptRequestWithoutParam should be of the form "NewDisableInterceptRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableInterceptRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableInterceptRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableInterceptResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableInterceptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DownloadReport.go
    • Line 23: warning: exported type DownloadReportRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDownloadReportRequest should be of the form "NewDownloadReportRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDownloadReportRequestWithAllParams should be of the form "NewDownloadReportRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDownloadReportRequestWithoutParam should be of the form "NewDownloadReportRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DownloadReportRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DownloadReportRequest.SetReportId should be of the form "SetReportId ..." (golint)
    • Line 110: warning: comment on exported method DownloadReportRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 121: warning: exported type DownloadReportResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DownloadReportResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/GetUploadKey.go
    • Line 23: warning: exported type GetUploadKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetUploadKeyRequest should be of the form "NewGetUploadKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetUploadKeyRequestWithAllParams should be of the form "NewGetUploadKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetUploadKeyRequestWithoutParam should be of the form "NewGetUploadKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetUploadKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetUploadKeyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type GetUploadKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetUploadKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateDomain.go
    • Line 24: warning: exported type CreateDomainRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewCreateDomainRequest should be of the form "NewCreateDomainRequest ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDomainRequestWithAllParams should be of the form "NewCreateDomainRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewCreateDomainRequestWithoutParam should be of the form "NewCreateDomainRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method CreateDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method CreateDomainRequest.SetPackId should be of the form "SetPackId ..." (golint)
    • Line 141: warning: comment on exported method CreateDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 146: warning: comment on exported method CreateDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 151: warning: comment on exported method CreateDomainRequest.SetBuyType should be of the form "SetBuyType ..." (golint)
    • Line 156: warning: comment on exported method CreateDomainRequest.SetTimeSpan should be of the form "SetTimeSpan ..." (golint)
    • Line 161: warning: comment on exported method CreateDomainRequest.SetTimeUnit should be of the form "SetTimeUnit ..." (golint)
    • Line 166: warning: comment on exported method CreateDomainRequest.SetBillingType should be of the form "SetBillingType ..." (golint)
    • Line 177: warning: exported type CreateDomainResponse should have comment or be unexported (golint)
    • Line 183: warning: exported type CreateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/apis/Deploy.go
    • Line 23: warning: exported type DeployRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewDeployRequest should be of the form "NewDeployRequest ..." (golint)
    • Line 81: warning: comment on exported function NewDeployRequestWithAllParams should be of the form "NewDeployRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewDeployRequestWithoutParam should be of the form "NewDeployRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method DeployRequest.SetSceneId should be of the form "SetSceneId ..." (golint)
    • Line 141: warning: comment on exported method DeployRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 146: warning: comment on exported method DeployRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 151: warning: comment on exported method DeployRequest.SetBackendServiceType should be of the form "SetBackendServiceType ..." (golint)
    • Line 156: warning: comment on exported method DeployRequest.SetBackendUrl should be of the form "SetBackendUrl ..." (golint)
    • Line 161: warning: comment on exported method DeployRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 166: warning: comment on exported method DeployRequest.SetJdsfName should be of the form "SetJdsfName ..." (golint)
    • Line 171: warning: comment on exported method DeployRequest.SetJdsfRegistryName should be of the form "SetJdsfRegistryName ..." (golint)
    • Line 176: warning: comment on exported method DeployRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 187: warning: exported type DeployResponse should have comment or be unexported (golint)
    • Line 193: warning: exported type DeployResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeSlowLog.go
    • Line 24: warning: exported type DescribeSlowLogRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeSlowLogRequest should be of the form "NewDescribeSlowLogRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeSlowLogRequestWithAllParams should be of the form "NewDescribeSlowLogRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeSlowLogRequestWithoutParam should be of the form "NewDescribeSlowLogRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeSlowLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeSlowLogRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeSlowLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 137: warning: comment on exported method DescribeSlowLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 142: warning: comment on exported method DescribeSlowLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 147: warning: comment on exported method DescribeSlowLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: comment on exported method DescribeSlowLogRequest.SetShardId should be of the form "SetShardId ..." (golint)
    • Line 163: warning: exported type DescribeSlowLogResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type DescribeSlowLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/SetCleanThreshold.go
    • Line 24: warning: exported type SetCleanThresholdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetCleanThresholdRequest should be of the form "NewSetCleanThresholdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetCleanThresholdRequestWithAllParams should be of the form "NewSetCleanThresholdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetCleanThresholdRequestWithoutParam should be of the form "NewSetCleanThresholdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetCleanThresholdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetCleanThresholdRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 111: warning: comment on exported method SetCleanThresholdRequest.SetCleanThresholdSpec should be of the form "SetCleanThresholdSpec ..." (golint)
    • Line 122: warning: exported type SetCleanThresholdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetCleanThresholdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/client/JdroClient.go
    • Line 26: warning: exported type JdroClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJdroClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JdroClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JdroClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method JdroClient.DescribeStacks should be of the form "DescribeStacks ..." (golint)
    • Line 76: warning: comment on exported method JdroClient.DescribeStackEvents should be of the form "DescribeStackEvents ..." (golint)
    • Line 96: warning: comment on exported method JdroClient.DescribeStackResources should be of the form "DescribeStackResources ..." (golint)
    • Line 116: warning: comment on exported method JdroClient.CreateChangeSet should be of the form "CreateChangeSet ..." (golint)
    • Line 136: warning: comment on exported method JdroClient.CreateStack should be of the form "CreateStack ..." (golint)
    • Line 156: warning: comment on exported method JdroClient.DescribeStack should be of the form "DescribeStack ..." (golint)
    • Line 176: warning: comment on exported method JdroClient.DescribeStackTemplate should be of the form "DescribeStackTemplate ..." (golint)
    • Line 196: warning: comment on exported method JdroClient.ExecuteChangeSet should be of the form "ExecuteChangeSet ..." (golint)
    • Line 216: warning: comment on exported method JdroClient.DeleteStack should be of the form "DeleteStack ..." (golint)
    • Line 236: warning: comment on exported method JdroClient.DescribeResourceTypeSpecification should be of the form "DescribeResourceTypeSpecification ..." (golint)
    • Line 256: warning: comment on exported method JdroClient.ValidateTemplate should be of the form "ValidateTemplate ..." (golint)
    • Line 276: warning: comment on exported method JdroClient.DescribeResourceTypeList should be of the form "DescribeResourceTypeList ..." (golint)
    • jdcloud-sdk-go/services/vod/apis/GetQualityDetectionTemplate.go
    • Line 23: warning: exported type GetQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetQualityDetectionTemplateRequest should be of the form "NewGetQualityDetectionTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetQualityDetectionTemplateRequestWithAllParams should be of the form "NewGetQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetQualityDetectionTemplateRequestWithoutParam should be of the form "NewGetQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetQualityDetectionTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type GetQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ExecGetExitCode.go
    • Line 23: warning: exported type ExecGetExitCodeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewExecGetExitCodeRequest should be of the form "NewExecGetExitCodeRequest ..." (golint)
    • Line 69: warning: comment on exported function NewExecGetExitCodeRequestWithAllParams should be of the form "NewExecGetExitCodeRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewExecGetExitCodeRequestWithoutParam should be of the form "NewExecGetExitCodeRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ExecGetExitCodeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ExecGetExitCodeRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 119: warning: comment on exported method ExecGetExitCodeRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 124: warning: comment on exported method ExecGetExitCodeRequest.SetExecId should be of the form "SetExecId ..." (golint)
    • Line 135: warning: exported type ExecGetExitCodeResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ExecGetExitCodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/Apps.go
    • Line 24: warning: exported type AppsRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported function NewAppsRequest should be of the form "NewAppsRequest ..." (golint)
    • Line 124: warning: comment on exported function NewAppsRequestWithAllParams should be of the form "NewAppsRequestWithAllParams ..." (golint)
    • Line 178: warning: comment on exported function NewAppsRequestWithoutParam should be of the form "NewAppsRequestWithoutParam ..." (golint)
    • Line 191: warning: comment on exported method AppsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 196: warning: comment on exported method AppsRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 201: warning: comment on exported method AppsRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 206: warning: comment on exported method AppsRequest.SetClientId should be of the form "SetClientId ..." (golint)
    • Line 211: warning: comment on exported method AppsRequest.SetMultiTenant should be of the form "SetMultiTenant ..." (golint)
    • Line 216: warning: comment on exported method AppsRequest.SetState should be of the form "SetState ..." (golint)
    • Line 221: warning: comment on exported method AppsRequest.SetScope should be of the form "SetScope ..." (golint)
    • Line 226: warning: comment on exported method AppsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 231: warning: comment on exported method AppsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 236: warning: comment on exported method AppsRequest.SetAccountType should be of the form "SetAccountType ..." (golint)
    • Line 241: warning: comment on exported method AppsRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 246: warning: comment on exported method AppsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 251: warning: comment on exported method AppsRequest.SetOffset should be of the form "SetOffset ..." (golint)
    • Line 262: warning: exported type AppsResponse should have comment or be unexported (golint)
    • Line 268: warning: exported type AppsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/AddListenerCertificates.go
    • Line 24: warning: exported type AddListenerCertificatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddListenerCertificatesRequest should be of the form "NewAddListenerCertificatesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddListenerCertificatesRequestWithAllParams should be of the form "NewAddListenerCertificatesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddListenerCertificatesRequestWithoutParam should be of the form "NewAddListenerCertificatesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddListenerCertificatesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddListenerCertificatesRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 111: warning: comment on exported method AddListenerCertificatesRequest.SetCertificates should be of the form "SetCertificates ..." (golint)
    • Line 122: warning: exported type AddListenerCertificatesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddListenerCertificatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/ModifyProtectionRule.go
    • Line 24: warning: exported type ModifyProtectionRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyProtectionRuleRequest should be of the form "NewModifyProtectionRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyProtectionRuleRequestWithAllParams should be of the form "NewModifyProtectionRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyProtectionRuleRequestWithoutParam should be of the form "NewModifyProtectionRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyProtectionRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyProtectionRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyProtectionRuleRequest.SetProtectionRuleSpec should be of the form "SetProtectionRuleSpec ..." (golint)
    • Line 122: warning: exported type ModifyProtectionRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyProtectionRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetAddons.go
    • Line 24: warning: exported type SetAddonsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetAddonsRequest should be of the form "NewSetAddonsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetAddonsRequestWithAllParams should be of the form "NewSetAddonsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetAddonsRequestWithoutParam should be of the form "NewSetAddonsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetAddonsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetAddonsRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 111: warning: comment on exported method SetAddonsRequest.SetAddonsConfig should be of the form "SetAddonsConfig ..." (golint)
    • Line 122: warning: exported type SetAddonsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetAddonsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveDomains.go
    • Line 24: warning: exported type DescribeLiveDomainsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeLiveDomainsRequest should be of the form "NewDescribeLiveDomainsRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeLiveDomainsRequestWithAllParams should be of the form "NewDescribeLiveDomainsRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeLiveDomainsRequestWithoutParam should be of the form "NewDescribeLiveDomainsRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeLiveDomainsRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 113: warning: comment on exported method DescribeLiveDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeLiveDomainsRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 134: warning: exported type DescribeLiveDomainsResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeLiveDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeGroupSubUsers.go
    • Line 24: warning: exported type DescribeGroupSubUsersRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeGroupSubUsersRequest should be of the form "NewDescribeGroupSubUsersRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeGroupSubUsersRequestWithAllParams should be of the form "NewDescribeGroupSubUsersRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeGroupSubUsersRequestWithoutParam should be of the form "NewDescribeGroupSubUsersRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeGroupSubUsersRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 100: warning: comment on exported method DescribeGroupSubUsersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeGroupSubUsersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeGroupSubUsersResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeGroupSubUsersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeSubnet.go
    • Line 24: warning: exported type DescribeSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSubnetRequest should be of the form "NewDescribeSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSubnetRequestWithAllParams should be of the form "NewDescribeSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSubnetRequestWithoutParam should be of the form "NewDescribeSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StopVmInstanceById.go
    • Line 23: warning: exported type StopVmInstanceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopVmInstanceByIdRequest should be of the form "NewStopVmInstanceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopVmInstanceByIdRequestWithAllParams should be of the form "NewStopVmInstanceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopVmInstanceByIdRequestWithoutParam should be of the form "NewStopVmInstanceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopVmInstanceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopVmInstanceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StopVmInstanceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopVmInstanceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveRecordTask.go
    • Line 24: warning: exported type AddLiveRecordTaskRequest should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function NewAddLiveRecordTaskRequest should be of the form "NewAddLiveRecordTaskRequest ..." (golint)
    • Line 111: warning: comment on exported function NewAddLiveRecordTaskRequestWithAllParams should be of the form "NewAddLiveRecordTaskRequestWithAllParams ..." (golint)
    • Line 163: warning: comment on exported function NewAddLiveRecordTaskRequestWithoutParam should be of the form "NewAddLiveRecordTaskRequestWithoutParam ..." (golint)
    • Line 176: warning: comment on exported method AddLiveRecordTaskRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 181: warning: comment on exported method AddLiveRecordTaskRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 186: warning: comment on exported method AddLiveRecordTaskRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 191: warning: comment on exported method AddLiveRecordTaskRequest.SetRecordTimes should be of the form "SetRecordTimes ..." (golint)
    • Line 200: warning: comment on exported method AddLiveRecordTaskRequest.SetSaveBucket should be of the form "SetSaveBucket ..." (golint)
    • Line 205: warning: comment on exported method AddLiveRecordTaskRequest.SetSaveEndpoint should be of the form "SetSaveEndpoint ..." (golint)
    • Line 210: warning: comment on exported method AddLiveRecordTaskRequest.SetRecordFileType should be of the form "SetRecordFileType ..." (golint)
    • Line 218: warning: comment on exported method AddLiveRecordTaskRequest.SetSaveObject should be of the form "SetSaveObject ..." (golint)
    • Line 225: warning: comment on exported method AddLiveRecordTaskRequest.SetTaskExternalId should be of the form "SetTaskExternalId ..." (golint)
    • Line 237: warning: exported type AddLiveRecordTaskResponse should have comment or be unexported (golint)
    • Line 243: warning: exported type AddLiveRecordTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/portal/apis/DescribeProduct.go
    • Line 24: warning: exported type DescribeProductRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeProductRequest should be of the form "NewDescribeProductRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeProductRequestWithAllParams should be of the form "NewDescribeProductRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeProductRequestWithoutParam should be of the form "NewDescribeProductRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeProductRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 120: warning: comment on exported method DescribeProductRequest.SetLang should be of the form "SetLang ..." (golint)
    • Line 125: warning: comment on exported method DescribeProductRequest.SetAk should be of the form "SetAk ..." (golint)
    • Line 136: warning: exported type DescribeProductResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/apis/DescribeDeployment.go
    • Line 23: warning: exported type DescribeDeploymentRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeDeploymentRequest should be of the form "NewDescribeDeploymentRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeDeploymentRequestWithAllParams should be of the form "NewDescribeDeploymentRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeDeploymentRequestWithoutParam should be of the form "NewDescribeDeploymentRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeDeploymentRequest.SetSceneId should be of the form "SetSceneId ..." (golint)
    • Line 96: warning: comment on exported method DescribeDeploymentRequest.SetDeploymentId should be of the form "SetDeploymentId ..." (golint)
    • Line 107: warning: exported type DescribeDeploymentResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSecurityGroupById.go
    • Line 24: warning: exported type GetVpcSecurityGroupByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcSecurityGroupByIdRequest should be of the form "NewGetVpcSecurityGroupByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcSecurityGroupByIdRequestWithAllParams should be of the form "NewGetVpcSecurityGroupByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcSecurityGroupByIdRequestWithoutParam should be of the form "NewGetVpcSecurityGroupByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcSecurityGroupByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcSecurityGroupByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcSecurityGroupByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcSecurityGroupByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateAccount.go
    • Line 23: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateAccountRequest should be of the form "NewCreateAccountRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateAccountRequestWithAllParams should be of the form "NewCreateAccountRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateAccountRequestWithoutParam should be of the form "NewCreateAccountRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method CreateAccountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 125: warning: comment on exported method CreateAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 130: warning: comment on exported method CreateAccountRequest.SetAccountPassword should be of the form "SetAccountPassword ..." (golint)
    • Line 135: warning: comment on exported method CreateAccountRequest.SetNotes should be of the form "SetNotes ..." (golint)
    • Line 146: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type CreateAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ResetPassword.go
    • Line 23: warning: exported type ResetPasswordRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewResetPasswordRequest should be of the form "NewResetPasswordRequest ..." (golint)
    • Line 69: warning: comment on exported function NewResetPasswordRequestWithAllParams should be of the form "NewResetPasswordRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewResetPasswordRequestWithoutParam should be of the form "NewResetPasswordRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ResetPasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ResetPasswordRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ResetPasswordRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method ResetPasswordRequest.SetAccountPassword should be of the form "SetAccountPassword ..." (golint)
    • Line 135: warning: exported type ResetPasswordResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ResetPasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVserverGroup.go
    • Line 23: warning: exported type DeleteVserverGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVserverGroupRequest should be of the form "NewDeleteVserverGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVserverGroupRequestWithAllParams should be of the form "NewDeleteVserverGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVserverGroupRequestWithoutParam should be of the form "NewDeleteVserverGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVserverGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVserverGroupRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVserverGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVserverGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/client/BaseantiClient.go
    • Line 26: warning: exported type BaseantiClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewBaseantiClient should have comment or be unexported (golint)
    • Line 48: warning: exported method BaseantiClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method BaseantiClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method BaseantiClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method BaseantiClient.DescribeIpSafetyInfo should be of the form "DescribeIpSafetyInfo ..." (golint)
    • Line 80: warning: comment on exported method BaseantiClient.SetIpCleanThreshold should be of the form "SetIpCleanThreshold ..." (golint)
    • Line 100: warning: comment on exported method BaseantiClient.DescribeIpMonitorFlow should be of the form "DescribeIpMonitorFlow ..." (golint)
    • Line 120: warning: comment on exported method BaseantiClient.DescribeIpResources should be of the form "DescribeIpResources ..." (golint)
    • Line 140: warning: comment on exported method BaseantiClient.DescribeAttackStatistics should be of the form "DescribeAttackStatistics ..." (golint)
    • Line 160: warning: comment on exported method BaseantiClient.DescribeElasticIpResources should be of the form "DescribeElasticIpResources ..." (golint)
    • Line 181: warning: comment on exported method BaseantiClient.DescribeCcsIpResources should be of the form "DescribeCcsIpResources ..." (golint)
    • Line 201: warning: comment on exported method BaseantiClient.DescribeIpCleanThresholdRange should be of the form "DescribeIpCleanThresholdRange ..." (golint)
    • Line 221: warning: comment on exported method BaseantiClient.DescribeAttackTypeCount should be of the form "DescribeAttackTypeCount ..." (golint)
    • Line 241: warning: comment on exported method BaseantiClient.DescribeIpResourceProtectInfo should be of the form "DescribeIpResourceProtectInfo ..." (golint)
    • Line 262: warning: comment on exported method BaseantiClient.DescribeCpsIpResources should be of the form "DescribeCpsIpResources ..." (golint)
    • Line 283: warning: comment on exported method BaseantiClient.SetCleanThreshold should be of the form "SetCleanThreshold ..." (golint)
    • Line 304: warning: comment on exported method BaseantiClient.DescribeIpResourceFlow should be of the form "DescribeIpResourceFlow ..." (golint)
    • Line 325: warning: comment on exported method BaseantiClient.DescribeIpResourceInfo should be of the form "DescribeIpResourceInfo ..." (golint)
    • Line 346: warning: comment on exported method BaseantiClient.DescribeAttackLogs should be of the form "DescribeAttackLogs ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/EnableWafBlackRules.go
    • Line 23: warning: exported type EnableWafBlackRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWafBlackRulesRequest should be of the form "NewEnableWafBlackRulesRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableWafBlackRulesRequestWithAllParams should be of the form "NewEnableWafBlackRulesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewEnableWafBlackRulesRequestWithoutParam should be of the form "NewEnableWafBlackRulesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method EnableWafBlackRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method EnableWafBlackRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: comment on exported method EnableWafBlackRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 115: warning: exported type EnableWafBlackRulesResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type EnableWafBlackRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeThingModel.go
    • Line 24: warning: exported type DescribeThingModelRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeThingModelRequest should be of the form "NewDescribeThingModelRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeThingModelRequestWithAllParams should be of the form "NewDescribeThingModelRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeThingModelRequestWithoutParam should be of the form "NewDescribeThingModelRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeThingModelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeThingModelRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 117: warning: comment on exported method DescribeThingModelRequest.SetThingTypeCode should be of the form "SetThingTypeCode ..." (golint)
    • Line 122: warning: comment on exported method DescribeThingModelRequest.SetThingModelVersion should be of the form "SetThingModelVersion ..." (golint)
    • Line 133: warning: exported type DescribeThingModelResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type DescribeThingModelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetBucketByName.go
    • Line 24: warning: exported type GetBucketByNameRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetBucketByNameRequest should be of the form "NewGetBucketByNameRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetBucketByNameRequestWithAllParams should be of the form "NewGetBucketByNameRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetBucketByNameRequestWithoutParam should be of the form "NewGetBucketByNameRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetBucketByNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetBucketByNameRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type GetBucketByNameResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetBucketByNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckKeyExist.go
    • Line 23: warning: exported type CheckKeyExistRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckKeyExistRequest should be of the form "NewCheckKeyExistRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCheckKeyExistRequestWithAllParams should be of the form "NewCheckKeyExistRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCheckKeyExistRequestWithoutParam should be of the form "NewCheckKeyExistRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CheckKeyExistRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CheckKeyExistRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 110: warning: comment on exported method CheckKeyExistRequest.SetAccessKeyType should be of the form "SetAccessKeyType ..." (golint)
    • Line 121: warning: exported type CheckKeyExistResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CheckKeyExistResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateElasticIpRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/asset/client/AssetClient.go
    • Line 26: warning: exported type AssetClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAssetClient should have comment or be unexported (golint)
    • Line 48: warning: exported method AssetClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method AssetClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method AssetClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method AssetClient.DescribeAccountAmount should be of the form "DescribeAccountAmount ..." (golint)
    • Line 80: warning: comment on exported method AssetClient.ModifyBalanceWarningInfo should be of the form "ModifyBalanceWarningInfo ..." (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddMonitor.go
    • Line 23: warning: exported type AddMonitorRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAddMonitorRequest should be of the form "NewAddMonitorRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAddMonitorRequestWithAllParams should be of the form "NewAddMonitorRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAddMonitorRequestWithoutParam should be of the form "NewAddMonitorRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AddMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AddMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method AddMonitorRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 121: warning: exported type AddMonitorResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AddMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/CreateConsumerGroup.go
    • Line 24: warning: exported type CreateConsumerGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateConsumerGroupRequest should be of the form "NewCreateConsumerGroupRequest ..." (golint)
    • Line 55: warning: comment on exported function NewCreateConsumerGroupRequestWithAllParams should be of the form "NewCreateConsumerGroupRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewCreateConsumerGroupRequestWithoutParam should be of the form "NewCreateConsumerGroupRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method CreateConsumerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method CreateConsumerGroupRequest.SetConsumerGroupStr should be of the form "SetConsumerGroupStr ..." (golint)
    • Line 105: warning: exported type CreateConsumerGroupResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type CreateConsumerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/GetAlias.go
    • Line 24: warning: exported type GetAliasRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetAliasRequest should be of the form "NewGetAliasRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetAliasRequestWithAllParams should be of the form "NewGetAliasRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetAliasRequestWithoutParam should be of the form "NewGetAliasRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetAliasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetAliasRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 111: warning: comment on exported method GetAliasRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 122: warning: exported type GetAliasResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetAliasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeWhiteList.go
    • Line 24: warning: exported type DescribeWhiteListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeWhiteListRequest should be of the form "NewDescribeWhiteListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeWhiteListRequestWithAllParams should be of the form "NewDescribeWhiteListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeWhiteListRequestWithoutParam should be of the form "NewDescribeWhiteListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeWhiteListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyParameterGroupParameters.go
    • Line 24: warning: exported type ModifyParameterGroupParametersRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyParameterGroupParametersRequest should be of the form "NewModifyParameterGroupParametersRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyParameterGroupParametersRequestWithAllParams should be of the form "NewModifyParameterGroupParametersRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyParameterGroupParametersRequestWithoutParam should be of the form "NewModifyParameterGroupParametersRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyParameterGroupParametersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyParameterGroupParametersRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 111: warning: comment on exported method ModifyParameterGroupParametersRequest.SetParameters should be of the form "SetParameters ..." (golint)
    • Line 122: warning: exported type ModifyParameterGroupParametersResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyParameterGroupParametersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/CreateInstance.go
    • Line 24: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateInstanceRequest.SetCreateInstanceSpec should be of the form "SetCreateInstanceSpec ..." (golint)
    • Line 108: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/UpdateDomain.go
    • Line 24: warning: exported type UpdateDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateDomainRequest should be of the form "NewUpdateDomainRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateDomainRequestWithAllParams should be of the form "NewUpdateDomainRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateDomainRequestWithoutParam should be of the form "NewUpdateDomainRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateDomainRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method UpdateDomainRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type UpdateDomainResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/DescribeInstanceVoucher.go
    • Line 24: warning: exported type DescribeInstanceVoucherRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceVoucherRequest should be of the form "NewDescribeInstanceVoucherRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceVoucherRequestWithAllParams should be of the form "NewDescribeInstanceVoucherRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceVoucherRequestWithoutParam should be of the form "NewDescribeInstanceVoucherRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceVoucherRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceVoucherRequest.SetInstanceVoucherId should be of the form "SetInstanceVoucherId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceVoucherResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceVoucherResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeAlarms.go
    • Line 24: warning: exported type DescribeAlarmsRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeAlarmsRequest should be of the form "NewDescribeAlarmsRequest ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeAlarmsRequestWithAllParams should be of the form "NewDescribeAlarmsRequestWithAllParams ..." (golint)
    • Line 133: warning: comment on exported function NewDescribeAlarmsRequestWithoutParam should be of the form "NewDescribeAlarmsRequestWithoutParam ..." (golint)
    • Line 146: warning: comment on exported method DescribeAlarmsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 151: warning: comment on exported method DescribeAlarmsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 156: warning: comment on exported method DescribeAlarmsRequest.SetDataOwner should be of the form "SetDataOwner ..." (golint)
    • Line 161: warning: comment on exported method DescribeAlarmsRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 166: warning: comment on exported method DescribeAlarmsRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 171: warning: comment on exported method DescribeAlarmsRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 176: warning: comment on exported method DescribeAlarmsRequest.SetRuleName should be of the form "SetRuleName ..." (golint)
    • Line 181: warning: comment on exported method DescribeAlarmsRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 186: warning: comment on exported method DescribeAlarmsRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 191: warning: comment on exported method DescribeAlarmsRequest.SetRuleStatus should be of the form "SetRuleStatus ..." (golint)
    • Line 196: warning: comment on exported method DescribeAlarmsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 210: warning: exported type DescribeAlarmsResponse should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeAlarmsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeLogs.go
    • Line 25: warning: exported type DescribeLogsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeLogsRequest should be of the form "NewDescribeLogsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeLogsRequestWithAllParams should be of the form "NewDescribeLogsRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewDescribeLogsRequestWithoutParam should be of the form "NewDescribeLogsRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method DescribeLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method DescribeLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 125: warning: comment on exported method DescribeLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method DescribeLogsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 148: warning: exported type DescribeLogsResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type DescribeLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/CreateVqdTemplate.go
    • Line 23: warning: exported type CreateVqdTemplateRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateVqdTemplateRequest should be of the form "NewCreateVqdTemplateRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateVqdTemplateRequestWithAllParams should be of the form "NewCreateVqdTemplateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateVqdTemplateRequestWithoutParam should be of the form "NewCreateVqdTemplateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateVqdTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 106: warning: comment on exported method CreateVqdTemplateRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 111: warning: comment on exported method CreateVqdTemplateRequest.SetDetections should be of the form "SetDetections ..." (golint)
    • Line 122: warning: exported type CreateVqdTemplateResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateVqdTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackupSynchronicities.go
    • Line 24: warning: exported type DescribeBackupSynchronicitiesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeBackupSynchronicitiesRequest should be of the form "NewDescribeBackupSynchronicitiesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBackupSynchronicitiesRequestWithAllParams should be of the form "NewDescribeBackupSynchronicitiesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeBackupSynchronicitiesRequestWithoutParam should be of the form "NewDescribeBackupSynchronicitiesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeBackupSynchronicitiesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeBackupSynchronicitiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/core/ResponseProcessor.go
    • Line 10: warning: exported type ResponseProcessor should have comment or be unexported (golint)
    • Line 14: warning: exported function GetResponseProcessor should have comment or be unexported (golint)
    • Line 17: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 22: warning: exported type WithBodyResponseProcessor should have comment or be unexported (golint)
    • Line 25: warning: exported method WithBodyResponseProcessor.Process should have comment or be unexported (golint)
    • Line 30: warning: exported type WithoutBodyResponseProcessor should have comment or be unexported (golint)
    • Line 33: warning: exported method WithoutBodyResponseProcessor.Process should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssignIpv6Address.go
    • Line 23: warning: exported type AssignIpv6AddressRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewAssignIpv6AddressRequest should be of the form "NewAssignIpv6AddressRequest ..." (golint)
    • Line 71: warning: comment on exported function NewAssignIpv6AddressRequestWithAllParams should be of the form "NewAssignIpv6AddressRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewAssignIpv6AddressRequestWithoutParam should be of the form "NewAssignIpv6AddressRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method AssignIpv6AddressRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method AssignIpv6AddressRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method AssignIpv6AddressRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 133: warning: comment on exported method AssignIpv6AddressRequest.SetIpv6Address should be of the form "SetIpv6Address ..." (golint)
    • Line 138: warning: comment on exported method AssignIpv6AddressRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 149: warning: exported type AssignIpv6AddressResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type AssignIpv6AddressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifySubnet.go
    • Line 24: warning: exported type ModifySubnetRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifySubnetRequest should be of the form "NewModifySubnetRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifySubnetRequestWithAllParams should be of the form "NewModifySubnetRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewModifySubnetRequestWithoutParam should be of the form "NewModifySubnetRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ModifySubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ModifySubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 114: warning: comment on exported method ModifySubnetRequest.SetName should be of the form "SetName ..." (golint)
    • Line 119: warning: comment on exported method ModifySubnetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type ModifySubnetResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ModifySubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteWatermark.go
    • Line 23: warning: exported type DeleteWatermarkRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteWatermarkRequest should be of the form "NewDeleteWatermarkRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteWatermarkRequestWithAllParams should be of the form "NewDeleteWatermarkRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteWatermarkRequestWithoutParam should be of the form "NewDeleteWatermarkRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteWatermarkRequest.SetWatermarkId should be of the form "SetWatermarkId ..." (golint)
    • Line 93: warning: exported type DeleteWatermarkResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeCacheInstances.go
    • Line 25: warning: exported type DescribeCacheInstancesRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeCacheInstancesRequest should be of the form "NewDescribeCacheInstancesRequest ..." (golint)
    • Line 77: warning: comment on exported function NewDescribeCacheInstancesRequestWithAllParams should be of the form "NewDescribeCacheInstancesRequestWithAllParams ..." (golint)
    • Line 119: warning: comment on exported function NewDescribeCacheInstancesRequestWithoutParam should be of the form "NewDescribeCacheInstancesRequestWithoutParam ..." (golint)
    • Line 132: warning: comment on exported method DescribeCacheInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 137: warning: comment on exported method DescribeCacheInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 142: warning: comment on exported method DescribeCacheInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeCacheInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 159: warning: comment on exported method DescribeCacheInstancesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 166: warning: comment on exported method DescribeCacheInstancesRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 177: warning: exported type DescribeCacheInstancesResponse should have comment or be unexported (golint)
    • Line 183: warning: exported type DescribeCacheInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamRecordNotifyConfig.go
    • Line 23: warning: exported type DescribeLiveStreamRecordNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLiveStreamRecordNotifyConfigRequest should be of the form "NewDescribeLiveStreamRecordNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeLiveStreamRecordNotifyConfigRequestWithAllParams should be of the form "NewDescribeLiveStreamRecordNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStreamRecordNotifyConfigRequestWithoutParam should be of the form "NewDescribeLiveStreamRecordNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeLiveStreamRecordNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DescribeLiveStreamRecordNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeLiveStreamRecordNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AddNetworkSecurityGroupRules.go
    • Line 24: warning: exported type AddNetworkSecurityGroupRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddNetworkSecurityGroupRulesRequest should be of the form "NewAddNetworkSecurityGroupRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddNetworkSecurityGroupRulesRequestWithAllParams should be of the form "NewAddNetworkSecurityGroupRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddNetworkSecurityGroupRulesRequestWithoutParam should be of the form "NewAddNetworkSecurityGroupRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddNetworkSecurityGroupRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddNetworkSecurityGroupRulesRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 111: warning: comment on exported method AddNetworkSecurityGroupRulesRequest.SetNetworkSecurityGroupRuleSpecs should be of the form "SetNetworkSecurityGroupRuleSpecs ..." (golint)
    • Line 122: warning: exported type AddNetworkSecurityGroupRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddNetworkSecurityGroupRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeSecret.go
    • Line 24: warning: exported type DescribeSecretRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecretRequest should be of the form "NewDescribeSecretRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecretRequestWithAllParams should be of the form "NewDescribeSecretRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSecretRequestWithoutParam should be of the form "NewDescribeSecretRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type DescribeSecretResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/Operate.go
    • Line 23: warning: exported type OperateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewOperateRequest should be of the form "NewOperateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewOperateRequestWithAllParams should be of the form "NewOperateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewOperateRequestWithoutParam should be of the form "NewOperateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method OperateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method OperateRequest.SetRequestType should be of the form "SetRequestType ..." (golint)
    • Line 110: warning: comment on exported method OperateRequest.SetRequestParam should be of the form "SetRequestParam ..." (golint)
    • Line 121: warning: exported type OperateResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type OperateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/user/client/UserClient.go
    • Line 26: warning: exported type UserClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewUserClient should have comment or be unexported (golint)
    • Line 48: warning: exported method UserClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method UserClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method UserClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method UserClient.DescribeUser should be of the form "DescribeUser ..." (golint)
    • jdcloud-sdk-go/services/iotcore/apis/QueryDeviceDetail.go
    • Line 23: warning: exported type QueryDeviceDetailRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewQueryDeviceDetailRequest should be of the form "NewQueryDeviceDetailRequest ..." (golint)
    • Line 69: warning: comment on exported function NewQueryDeviceDetailRequestWithAllParams should be of the form "NewQueryDeviceDetailRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewQueryDeviceDetailRequestWithoutParam should be of the form "NewQueryDeviceDetailRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method QueryDeviceDetailRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 114: warning: comment on exported method QueryDeviceDetailRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method QueryDeviceDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method QueryDeviceDetailRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 135: warning: exported type QueryDeviceDetailResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type QueryDeviceDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/billing/apis/QueryBillSummary.go
    • Line 24: warning: exported type QueryBillSummaryRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewQueryBillSummaryRequest should be of the form "NewQueryBillSummaryRequest ..." (golint)
    • Line 82: warning: comment on exported function NewQueryBillSummaryRequestWithAllParams should be of the form "NewQueryBillSummaryRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewQueryBillSummaryRequestWithoutParam should be of the form "NewQueryBillSummaryRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method QueryBillSummaryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method QueryBillSummaryRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 147: warning: comment on exported method QueryBillSummaryRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: comment on exported method QueryBillSummaryRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 157: warning: comment on exported method QueryBillSummaryRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 162: warning: comment on exported method QueryBillSummaryRequest.SetResourceIds should be of the form "SetResourceIds ..." (golint)
    • Line 167: warning: comment on exported method QueryBillSummaryRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 172: warning: comment on exported method QueryBillSummaryRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 177: warning: comment on exported method QueryBillSummaryRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 188: warning: exported type QueryBillSummaryResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type QueryBillSummaryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/AttachDiskToVmInstanceByDiskId.go
    • Line 24: warning: exported type AttachDiskToVmInstanceByDiskIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAttachDiskToVmInstanceByDiskIdRequest should be of the form "NewAttachDiskToVmInstanceByDiskIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAttachDiskToVmInstanceByDiskIdRequestWithAllParams should be of the form "NewAttachDiskToVmInstanceByDiskIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAttachDiskToVmInstanceByDiskIdRequestWithoutParam should be of the form "NewAttachDiskToVmInstanceByDiskIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AttachDiskToVmInstanceByDiskIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AttachDiskToVmInstanceByDiskIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method AttachDiskToVmInstanceByDiskIdRequest.SetAttach should be of the form "SetAttach ..." (golint)
    • Line 122: warning: exported type AttachDiskToVmInstanceByDiskIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AttachDiskToVmInstanceByDiskIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/RestartInstance.go
    • Line 23: warning: exported type RestartInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRestartInstanceRequest should be of the form "NewRestartInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRestartInstanceRequestWithAllParams should be of the form "NewRestartInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRestartInstanceRequestWithoutParam should be of the form "NewRestartInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RestartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RestartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type RestartInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RestartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/StopContainer.go
    • Line 23: warning: exported type StopContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopContainerRequest should be of the form "NewStopContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopContainerRequestWithAllParams should be of the form "NewStopContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopContainerRequestWithoutParam should be of the form "NewStopContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type StopContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPublishTrafficData.go
    • Line 24: warning: exported type DescribeLiveStreamPublishTrafficDataRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamPublishTrafficDataRequest should be of the form "NewDescribeLiveStreamPublishTrafficDataRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveStreamPublishTrafficDataRequestWithAllParams should be of the form "NewDescribeLiveStreamPublishTrafficDataRequestWithAllParams ..." (golint)
    • Line 137: warning: comment on exported function NewDescribeLiveStreamPublishTrafficDataRequestWithoutParam should be of the form "NewDescribeLiveStreamPublishTrafficDataRequestWithoutParam ..." (golint)
    • Line 150: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 156: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 192: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 198: warning: comment on exported method DescribeLiveStreamPublishTrafficDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 210: warning: exported type DescribeLiveStreamPublishTrafficDataResponse should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeLiveStreamPublishTrafficDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapPolices.go
    • Line 24: warning: exported type DescribeSnapPolicesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeSnapPolicesRequest should be of the form "NewDescribeSnapPolicesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeSnapPolicesRequestWithAllParams should be of the form "NewDescribeSnapPolicesRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeSnapPolicesRequestWithoutParam should be of the form "NewDescribeSnapPolicesRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeSnapPolicesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeSnapPolicesRequest.SetFilterGroups should be of the form "SetFilterGroups ..." (golint)
    • Line 117: warning: comment on exported method DescribeSnapPolicesRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 122: warning: comment on exported method DescribeSnapPolicesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 127: warning: comment on exported method DescribeSnapPolicesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 138: warning: exported type DescribeSnapPolicesResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeSnapPolicesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeElasticIp.go
    • Line 24: warning: exported type DescribeElasticIpRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeElasticIpRequest should be of the form "NewDescribeElasticIpRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeElasticIpRequestWithAllParams should be of the form "NewDescribeElasticIpRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeElasticIpRequestWithoutParam should be of the form "NewDescribeElasticIpRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 108: warning: exported type DescribeElasticIpResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/Search.go
    • Line 23: warning: exported type SearchRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSearchRequest should be of the form "NewSearchRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSearchRequestWithAllParams should be of the form "NewSearchRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSearchRequestWithoutParam should be of the form "NewSearchRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SearchRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SearchRequest.SetRequestType should be of the form "SetRequestType ..." (golint)
    • Line 110: warning: comment on exported method SearchRequest.SetRequestParam should be of the form "SetRequestParam ..." (golint)
    • Line 121: warning: exported type SearchResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SearchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeInstanceConfig.go
    • Line 24: warning: exported type DescribeInstanceConfigRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceConfigRequest should be of the form "NewDescribeInstanceConfigRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceConfigRequestWithAllParams should be of the form "NewDescribeInstanceConfigRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceConfigRequestWithoutParam should be of the form "NewDescribeInstanceConfigRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceConfigRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceConfigResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/RebootInstance.go
    • Line 23: warning: exported type RebootInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRebootInstanceRequest should be of the form "NewRebootInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRebootInstanceRequestWithAllParams should be of the form "NewRebootInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRebootInstanceRequestWithoutParam should be of the form "NewRebootInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RebootInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RebootInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type RebootInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RebootInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ossopenapi/client/OssopenapiClient.go
    • Line 26: warning: exported type OssopenapiClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewOssopenapiClient should have comment or be unexported (golint)
    • Line 48: warning: exported method OssopenapiClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method OssopenapiClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method OssopenapiClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method OssopenapiClient.GetSingleBucketCapacity should be of the form "GetSingleBucketCapacity ..." (golint)
    • Line 80: warning: comment on exported method OssopenapiClient.GetBackSourceConfiguration should be of the form "GetBackSourceConfiguration ..." (golint)
    • Line 100: warning: comment on exported method OssopenapiClient.PutBackSourceConfiguration should be of the form "PutBackSourceConfiguration ..." (golint)
    • Line 120: warning: comment on exported method OssopenapiClient.DeleteBackSourceConfiguration should be of the form "DeleteBackSourceConfiguration ..." (golint)
    • jdcloud-sdk-go/services/apigateway/apis/ModifyApiGroupAttribute.go
    • Line 23: warning: exported type ModifyApiGroupAttributeRequest should have comment or be unexported (golint)
    • Line 64: warning: comment on exported function NewModifyApiGroupAttributeRequest should be of the form "NewModifyApiGroupAttributeRequest ..." (golint)
    • Line 87: warning: comment on exported function NewModifyApiGroupAttributeRequestWithAllParams should be of the form "NewModifyApiGroupAttributeRequestWithAllParams ..." (golint)
    • Line 138: warning: comment on exported function NewModifyApiGroupAttributeRequestWithoutParam should be of the form "NewModifyApiGroupAttributeRequestWithoutParam ..." (golint)
    • Line 151: warning: comment on exported method ModifyApiGroupAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 156: warning: comment on exported method ModifyApiGroupAttributeRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 161: warning: comment on exported method ModifyApiGroupAttributeRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 166: warning: comment on exported method ModifyApiGroupAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 171: warning: comment on exported method ModifyApiGroupAttributeRequest.SetPrefix should be of the form "SetPrefix ..." (golint)
    • Line 176: warning: comment on exported method ModifyApiGroupAttributeRequest.SetKeyCheck should be of the form "SetKeyCheck ..." (golint)
    • Line 181: warning: comment on exported method ModifyApiGroupAttributeRequest.SetAuthType should be of the form "SetAuthType ..." (golint)
    • Line 186: warning: comment on exported method ModifyApiGroupAttributeRequest.SetPrefixStrip should be of the form "SetPrefixStrip ..." (golint)
    • Line 191: warning: comment on exported method ModifyApiGroupAttributeRequest.SetGroupType should be of the form "SetGroupType ..." (golint)
    • Line 196: warning: comment on exported method ModifyApiGroupAttributeRequest.SetJdsfName should be of the form "SetJdsfName ..." (golint)
    • Line 201: warning: comment on exported method ModifyApiGroupAttributeRequest.SetJdsfRegistryName should be of the form "SetJdsfRegistryName ..." (golint)
    • Line 206: warning: comment on exported method ModifyApiGroupAttributeRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 217: warning: exported type ModifyApiGroupAttributeResponse should have comment or be unexported (golint)
    • Line 223: warning: exported type ModifyApiGroupAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstanceRaid.go
    • Line 23: warning: exported type DescribeInstanceRaidRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceRaidRequest should be of the form "NewDescribeInstanceRaidRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceRaidRequestWithAllParams should be of the form "NewDescribeInstanceRaidRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceRaidRequestWithoutParam should be of the form "NewDescribeInstanceRaidRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceRaidRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceRaidRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceRaidResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceRaidResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyNetworkAcl.go
    • Line 23: warning: exported type ModifyNetworkAclRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyNetworkAclRequest should be of the form "NewModifyNetworkAclRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyNetworkAclRequestWithAllParams should be of the form "NewModifyNetworkAclRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyNetworkAclRequestWithoutParam should be of the form "NewModifyNetworkAclRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyNetworkAclRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 113: warning: comment on exported method ModifyNetworkAclRequest.SetNetworkAclName should be of the form "SetNetworkAclName ..." (golint)
    • Line 118: warning: comment on exported method ModifyNetworkAclRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyNetworkAclResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/UpdateSecretVersion.go
    • Line 24: warning: exported type UpdateSecretVersionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateSecretVersionRequest should be of the form "NewUpdateSecretVersionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateSecretVersionRequestWithAllParams should be of the form "NewUpdateSecretVersionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateSecretVersionRequestWithoutParam should be of the form "NewUpdateSecretVersionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateSecretVersionRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 106: warning: comment on exported method UpdateSecretVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 111: warning: comment on exported method UpdateSecretVersionRequest.SetSecretTimeCfg should be of the form "SetSecretTimeCfg ..." (golint)
    • Line 122: warning: exported type UpdateSecretVersionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateSecretVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/DomainLock.go
    • Line 23: warning: exported type DomainLockRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDomainLockRequest should be of the form "NewDomainLockRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDomainLockRequestWithAllParams should be of the form "NewDomainLockRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDomainLockRequestWithoutParam should be of the form "NewDomainLockRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DomainLockRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DomainLockRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 107: warning: exported type DomainLockResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DomainLockResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/CreateSmsTemplateUsingPOST.go
    • Line 23: warning: exported type CreateSmsTemplateUsingPOSTRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateSmsTemplateUsingPOSTRequest should be of the form "NewCreateSmsTemplateUsingPOSTRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateSmsTemplateUsingPOSTRequestWithAllParams should be of the form "NewCreateSmsTemplateUsingPOSTRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateSmsTemplateUsingPOSTRequestWithoutParam should be of the form "NewCreateSmsTemplateUsingPOSTRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateSmsTemplateUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 120: warning: comment on exported method CreateSmsTemplateUsingPOSTRequest.SetApplyExplanation should be of the form "SetApplyExplanation ..." (golint)
    • Line 125: warning: comment on exported method CreateSmsTemplateUsingPOSTRequest.SetTemplateContent should be of the form "SetTemplateContent ..." (golint)
    • Line 130: warning: comment on exported method CreateSmsTemplateUsingPOSTRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 135: warning: comment on exported method CreateSmsTemplateUsingPOSTRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 146: warning: exported type CreateSmsTemplateUsingPOSTResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type CreateSmsTemplateUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/RebuildContainer.go
    • Line 24: warning: exported type RebuildContainerRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewRebuildContainerRequest should be of the form "NewRebuildContainerRequest ..." (golint)
    • Line 82: warning: comment on exported function NewRebuildContainerRequestWithAllParams should be of the form "NewRebuildContainerRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewRebuildContainerRequestWithoutParam should be of the form "NewRebuildContainerRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method RebuildContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method RebuildContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 147: warning: comment on exported method RebuildContainerRequest.SetImage should be of the form "SetImage ..." (golint)
    • Line 152: warning: comment on exported method RebuildContainerRequest.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 157: warning: comment on exported method RebuildContainerRequest.SetCommand should be of the form "SetCommand ..." (golint)
    • Line 162: warning: comment on exported method RebuildContainerRequest.SetArgs should be of the form "SetArgs ..." (golint)
    • Line 167: warning: comment on exported method RebuildContainerRequest.SetTty should be of the form "SetTty ..." (golint)
    • Line 172: warning: comment on exported method RebuildContainerRequest.SetWorkingDir should be of the form "SetWorkingDir ..." (golint)
    • Line 177: warning: comment on exported method RebuildContainerRequest.SetEnvs should be of the form "SetEnvs ..." (golint)
    • Line 188: warning: exported type RebuildContainerResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type RebuildContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/CreateApp.go
    • Line 23: warning: exported type CreateAppRequest should have comment or be unexported (golint)
    • Line 85: warning: comment on exported function NewCreateAppRequest should be of the form "NewCreateAppRequest ..." (golint)
    • Line 105: warning: comment on exported function NewCreateAppRequestWithAllParams should be of the form "NewCreateAppRequestWithAllParams ..." (golint)
    • Line 177: warning: comment on exported function NewCreateAppRequestWithoutParam should be of the form "NewCreateAppRequestWithoutParam ..." (golint)
    • Line 190: warning: comment on exported method CreateAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 195: warning: comment on exported method CreateAppRequest.SetClientName should be of the form "SetClientName ..." (golint)
    • Line 200: warning: comment on exported method CreateAppRequest.SetTokenEndpointAuthMethod should be of the form "SetTokenEndpointAuthMethod ..." (golint)
    • Line 205: warning: comment on exported method CreateAppRequest.SetGrantTypes should be of the form "SetGrantTypes ..." (golint)
    • Line 210: warning: comment on exported method CreateAppRequest.SetRedirectUris should be of the form "SetRedirectUris ..." (golint)
    • Line 215: warning: comment on exported method CreateAppRequest.SetClientUri should be of the form "SetClientUri ..." (golint)
    • Line 220: warning: comment on exported method CreateAppRequest.SetLogoUri should be of the form "SetLogoUri ..." (golint)
    • Line 225: warning: comment on exported method CreateAppRequest.SetTosUri should be of the form "SetTosUri ..." (golint)
    • Line 230: warning: comment on exported method CreateAppRequest.SetPolicyUri should be of the form "SetPolicyUri ..." (golint)
    • Line 235: warning: comment on exported method CreateAppRequest.SetScope should be of the form "SetScope ..." (golint)
    • Line 240: warning: comment on exported method CreateAppRequest.SetJwksUri should be of the form "SetJwksUri ..." (golint)
    • Line 245: warning: comment on exported method CreateAppRequest.SetJwks should be of the form "SetJwks ..." (golint)
    • Line 250: warning: comment on exported method CreateAppRequest.SetContacts should be of the form "SetContacts ..." (golint)
    • Line 255: warning: comment on exported method CreateAppRequest.SetExtension should be of the form "SetExtension ..." (golint)
    • Line 260: warning: comment on exported method CreateAppRequest.SetAccessTokenValiditySeconds should be of the form "SetAccessTokenValiditySeconds ..." (golint)
    • Line 265: warning: comment on exported method CreateAppRequest.SetRefreshTokenValiditySeconds should be of the form "SetRefreshTokenValiditySeconds ..." (golint)
    • Line 270: warning: comment on exported method CreateAppRequest.SetMultiTenant should be of the form "SetMultiTenant ..." (golint)
    • Line 275: warning: comment on exported method CreateAppRequest.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 280: warning: comment on exported method CreateAppRequest.SetUserType should be of the form "SetUserType ..." (golint)
    • Line 291: warning: exported type CreateAppResponse should have comment or be unexported (golint)
    • Line 297: warning: exported type CreateAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/client/IotlinkClient.go
    • Line 26: warning: exported type IotlinkClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIotlinkClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IotlinkClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IotlinkClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IotlinkClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IotlinkClient.OnOffStatus should be of the form "OnOffStatus ..." (golint)
    • Line 80: warning: comment on exported method IotlinkClient.OpenIotCard should be of the form "OpenIotCard ..." (golint)
    • Line 100: warning: comment on exported method IotlinkClient.CloseIotCard should be of the form "CloseIotCard ..." (golint)
    • Line 120: warning: comment on exported method IotlinkClient.Search should be of the form "Search ..." (golint)
    • Line 140: warning: comment on exported method IotlinkClient.Operate should be of the form "Operate ..." (golint)
    • Line 160: warning: comment on exported method IotlinkClient.LifeStatus should be of the form "LifeStatus ..." (golint)
    • Line 180: warning: comment on exported method IotlinkClient.CloseIotFlow should be of the form "CloseIotFlow ..." (golint)
    • Line 200: warning: comment on exported method IotlinkClient.GprsStatus should be of the form "GprsStatus ..." (golint)
    • Line 220: warning: comment on exported method IotlinkClient.OpenIotFlow should be of the form "OpenIotFlow ..." (golint)
    • Line 240: warning: comment on exported method IotlinkClient.GprsRealtimeInfo should be of the form "GprsRealtimeInfo ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryMixTrafficGroupSum.go
    • Line 24: warning: exported type QueryMixTrafficGroupSumRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewQueryMixTrafficGroupSumRequest should be of the form "NewQueryMixTrafficGroupSumRequest ..." (golint)
    • Line 70: warning: comment on exported function NewQueryMixTrafficGroupSumRequestWithAllParams should be of the form "NewQueryMixTrafficGroupSumRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewQueryMixTrafficGroupSumRequestWithoutParam should be of the form "NewQueryMixTrafficGroupSumRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 127: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 132: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 137: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 142: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 147: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 152: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 157: warning: comment on exported method QueryMixTrafficGroupSumRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 168: warning: exported type QueryMixTrafficGroupSumResponse should have comment or be unexported (golint)
    • Line 174: warning: exported type QueryMixTrafficGroupSumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/AuthorizedApiGroupList.go
    • Line 25: warning: exported type AuthorizedApiGroupListRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAuthorizedApiGroupListRequest should be of the form "NewAuthorizedApiGroupListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAuthorizedApiGroupListRequestWithAllParams should be of the form "NewAuthorizedApiGroupListRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewAuthorizedApiGroupListRequestWithoutParam should be of the form "NewAuthorizedApiGroupListRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method AuthorizedApiGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method AuthorizedApiGroupListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method AuthorizedApiGroupListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method AuthorizedApiGroupListRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type AuthorizedApiGroupListResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type AuthorizedApiGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/CreateShardingInstance.go
    • Line 25: warning: exported type CreateShardingInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateShardingInstanceRequest should be of the form "NewCreateShardingInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateShardingInstanceRequestWithAllParams should be of the form "NewCreateShardingInstanceRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewCreateShardingInstanceRequestWithoutParam should be of the form "NewCreateShardingInstanceRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method CreateShardingInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method CreateShardingInstanceRequest.SetShardingInstanceSpec should be of the form "SetShardingInstanceSpec ..." (golint)
    • Line 109: warning: comment on exported method CreateShardingInstanceRequest.SetChargeSpec should be of the form "SetChargeSpec ..." (golint)
    • Line 120: warning: exported type CreateShardingInstanceResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type CreateShardingInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/RegistCloudInfo.go
    • Line 24: warning: exported type RegistCloudInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewRegistCloudInfoRequest should be of the form "NewRegistCloudInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewRegistCloudInfoRequestWithAllParams should be of the form "NewRegistCloudInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewRegistCloudInfoRequestWithoutParam should be of the form "NewRegistCloudInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method RegistCloudInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method RegistCloudInfoRequest.SetCloud should be of the form "SetCloud ..." (golint)
    • Line 108: warning: exported type RegistCloudInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type RegistCloudInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcNetworkInterface.go
    • Line 24: warning: exported type CreateVpcNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcNetworkInterfaceRequest should be of the form "NewCreateVpcNetworkInterfaceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcNetworkInterfaceRequestWithAllParams should be of the form "NewCreateVpcNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcNetworkInterfaceRequestWithoutParam should be of the form "NewCreateVpcNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcNetworkInterfaceRequest.SetNetInterface should be of the form "SetNetInterface ..." (golint)
    • Line 108: warning: exported type CreateVpcNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeBackupPolicy.go
    • Line 23: warning: exported type DescribeBackupPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeBackupPolicyRequest should be of the form "NewDescribeBackupPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeBackupPolicyRequestWithAllParams should be of the form "NewDescribeBackupPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeBackupPolicyRequestWithoutParam should be of the form "NewDescribeBackupPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeBackupPolicyRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeBackupPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/order/apis/QueryOrder.go
    • Line 24: warning: exported type QueryOrderRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewQueryOrderRequest should be of the form "NewQueryOrderRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryOrderRequestWithAllParams should be of the form "NewQueryOrderRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewQueryOrderRequestWithoutParam should be of the form "NewQueryOrderRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method QueryOrderRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method QueryOrderRequest.SetOrderNumber should be of the form "SetOrderNumber ..." (golint)
    • Line 108: warning: comment on exported method QueryOrderRequest.SetIncludeDetail should be of the form "SetIncludeDetail ..." (golint)
    • Line 119: warning: exported type QueryOrderResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type QueryOrderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateSubscriptionKey.go
    • Line 23: warning: exported type CreateSubscriptionKeyRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateSubscriptionKeyRequest should be of the form "NewCreateSubscriptionKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateSubscriptionKeyRequestWithAllParams should be of the form "NewCreateSubscriptionKeyRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewCreateSubscriptionKeyRequestWithoutParam should be of the form "NewCreateSubscriptionKeyRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method CreateSubscriptionKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method CreateSubscriptionKeyRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 104: warning: comment on exported method CreateSubscriptionKeyRequest.SetName should be of the form "SetName ..." (golint)
    • Line 115: warning: exported type CreateSubscriptionKeyResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type CreateSubscriptionKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVmKeypairByName.go
    • Line 23: warning: exported type DeleteVmKeypairByNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVmKeypairByNameRequest should be of the form "NewDeleteVmKeypairByNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVmKeypairByNameRequestWithAllParams should be of the form "NewDeleteVmKeypairByNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVmKeypairByNameRequestWithoutParam should be of the form "NewDeleteVmKeypairByNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVmKeypairByNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVmKeypairByNameRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteVmKeypairByNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVmKeypairByNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveDomainCertificate.go
    • Line 23: warning: exported type DescribeLiveDomainCertificateRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewDescribeLiveDomainCertificateRequest should be of the form "NewDescribeLiveDomainCertificateRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeLiveDomainCertificateRequestWithAllParams should be of the form "NewDescribeLiveDomainCertificateRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeLiveDomainCertificateRequestWithoutParam should be of the form "NewDescribeLiveDomainCertificateRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeLiveDomainCertificateRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 101: warning: exported type DescribeLiveDomainCertificateResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type DescribeLiveDomainCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRuleBlackListGeoAreas.go
    • Line 24: warning: exported type DescribeWebRuleBlackListGeoAreasRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeWebRuleBlackListGeoAreasRequest should be of the form "NewDescribeWebRuleBlackListGeoAreasRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeWebRuleBlackListGeoAreasRequestWithAllParams should be of the form "NewDescribeWebRuleBlackListGeoAreasRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWebRuleBlackListGeoAreasRequestWithoutParam should be of the form "NewDescribeWebRuleBlackListGeoAreasRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeWebRuleBlackListGeoAreasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeWebRuleBlackListGeoAreasResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeWebRuleBlackListGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/models/TopN.go
    • Line 20: warning: exported type TopN should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Addr_top10 should be AddrTop10 (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Area_top10 should be AreaTop10 (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Url_top10 should be URLTop10 (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Ua_top10 should be UaTop10 (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Domain_anti_top10 should be DomainAntiTop10 (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Url_anti_top10 should be URLAntiTop10 (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyBackupPolicy.go
    • Line 23: warning: exported type ModifyBackupPolicyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyBackupPolicyRequest should be of the form "NewModifyBackupPolicyRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModifyBackupPolicyRequestWithAllParams should be of the form "NewModifyBackupPolicyRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifyBackupPolicyRequestWithoutParam should be of the form "NewModifyBackupPolicyRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifyBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifyBackupPolicyRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ModifyBackupPolicyRequest.SetBackupTime should be of the form "SetBackupTime ..." (golint)
    • Line 124: warning: comment on exported method ModifyBackupPolicyRequest.SetBackupPeriod should be of the form "SetBackupPeriod ..." (golint)
    • Line 135: warning: exported type ModifyBackupPolicyResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModifyBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateDomainGroup.go
    • Line 23: warning: exported type CreateDomainGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateDomainGroupRequest should be of the form "NewCreateDomainGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateDomainGroupRequestWithAllParams should be of the form "NewCreateDomainGroupRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewCreateDomainGroupRequestWithoutParam should be of the form "NewCreateDomainGroupRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method CreateDomainGroupRequest.SetShareCache should be of the form "SetShareCache ..." (golint)
    • Line 102: warning: comment on exported method CreateDomainGroupRequest.SetPrimaryDomain should be of the form "SetPrimaryDomain ..." (golint)
    • Line 107: warning: comment on exported method CreateDomainGroupRequest.SetDomainGroupName should be of the form "SetDomainGroupName ..." (golint)
    • Line 112: warning: comment on exported method CreateDomainGroupRequest.SetDomains should be of the form "SetDomains ..." (golint)
    • Line 123: warning: exported type CreateDomainGroupResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type CreateDomainGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeOS.go
    • Line 24: warning: exported type DescribeOSRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeOSRequest should be of the form "NewDescribeOSRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeOSRequestWithAllParams should be of the form "NewDescribeOSRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeOSRequestWithoutParam should be of the form "NewDescribeOSRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeOSRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeOSRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 108: warning: comment on exported method DescribeOSRequest.SetOsType should be of the form "SetOsType ..." (golint)
    • Line 119: warning: exported type DescribeOSResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeOSResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryServiceIp.go
    • Line 24: warning: exported type QueryServiceIpRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryServiceIpRequest should be of the form "NewQueryServiceIpRequest ..." (golint)
    • Line 49: warning: comment on exported function NewQueryServiceIpRequestWithAllParams should be of the form "NewQueryServiceIpRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewQueryServiceIpRequestWithoutParam should be of the form "NewQueryServiceIpRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method QueryServiceIpRequest.SetDomainList should be of the form "SetDomainList ..." (golint)
    • Line 91: warning: exported type QueryServiceIpResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type QueryServiceIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeServerGroup.go
    • Line 24: warning: exported type DescribeServerGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeServerGroupRequest should be of the form "NewDescribeServerGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeServerGroupRequestWithAllParams should be of the form "NewDescribeServerGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeServerGroupRequestWithoutParam should be of the form "NewDescribeServerGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeServerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeServerGroupRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 108: warning: exported type DescribeServerGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeServerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteVpcPeering.go
    • Line 23: warning: exported type DeleteVpcPeeringRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcPeeringRequest should be of the form "NewDeleteVpcPeeringRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcPeeringRequestWithAllParams should be of the form "NewDeleteVpcPeeringRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcPeeringRequestWithoutParam should be of the form "NewDeleteVpcPeeringRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcPeeringRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcPeeringRequest.SetVpcPeeringId should be of the form "SetVpcPeeringId ..." (golint)
    • Line 107: warning: exported type DeleteVpcPeeringResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcPeeringResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeNetworkInterfaces.go
    • Line 25: warning: exported type DescribeNetworkInterfacesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeNetworkInterfacesRequest should be of the form "NewDescribeNetworkInterfacesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeNetworkInterfacesRequestWithAllParams should be of the form "NewDescribeNetworkInterfacesRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeNetworkInterfacesRequestWithoutParam should be of the form "NewDescribeNetworkInterfacesRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeNetworkInterfacesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeNetworkInterfacesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeNetworkInterfacesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeNetworkInterfacesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: exported type DescribeNetworkInterfacesResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeNetworkInterfacesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeEventLogs.go
    • Line 24: warning: exported type DescribeEventLogsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeEventLogsRequest should be of the form "NewDescribeEventLogsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeEventLogsRequestWithAllParams should be of the form "NewDescribeEventLogsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeEventLogsRequestWithoutParam should be of the form "NewDescribeEventLogsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeEventLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeEventLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeEventLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeEventLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeEventLogsResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeEventLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateInstance.go
    • Line 24: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateInstanceRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 108: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeAliasIps.go
    • Line 25: warning: exported type DescribeAliasIpsRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeAliasIpsRequest should be of the form "NewDescribeAliasIpsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeAliasIpsRequestWithAllParams should be of the form "NewDescribeAliasIpsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeAliasIpsRequestWithoutParam should be of the form "NewDescribeAliasIpsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeAliasIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeAliasIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeAliasIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeAliasIpsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 142: warning: comment on exported method DescribeAliasIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 147: warning: comment on exported method DescribeAliasIpsRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 152: warning: comment on exported method DescribeAliasIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 164: warning: exported type DescribeAliasIpsResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type DescribeAliasIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DeletePod.go
    • Line 23: warning: exported type DeletePodRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeletePodRequest should be of the form "NewDeletePodRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeletePodRequestWithAllParams should be of the form "NewDeletePodRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeletePodRequestWithoutParam should be of the form "NewDeletePodRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeletePodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeletePodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 107: warning: exported type DeletePodResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeletePodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DeleteTemplate.go
    • Line 23: warning: exported type DeleteTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteTemplateRequest should be of the form "NewDeleteTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteTemplateRequestWithAllParams should be of the form "NewDeleteTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteTemplateRequestWithoutParam should be of the form "NewDeleteTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateWafWhiteRule.go
    • Line 23: warning: exported type CreateWafWhiteRuleRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateWafWhiteRuleRequest should be of the form "NewCreateWafWhiteRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateWafWhiteRuleRequestWithAllParams should be of the form "NewCreateWafWhiteRuleRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateWafWhiteRuleRequestWithoutParam should be of the form "NewCreateWafWhiteRuleRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateWafWhiteRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 111: warning: comment on exported method CreateWafWhiteRuleRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 116: warning: comment on exported method CreateWafWhiteRuleRequest.SetMatchOp should be of the form "SetMatchOp ..." (golint)
    • Line 121: warning: comment on exported method CreateWafWhiteRuleRequest.SetVal should be of the form "SetVal ..." (golint)
    • Line 126: warning: comment on exported method CreateWafWhiteRuleRequest.SetActions should be of the form "SetActions ..." (golint)
    • Line 137: warning: exported type CreateWafWhiteRuleResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type CreateWafWhiteRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/RemoveDevice.go
    • Line 23: warning: exported type RemoveDeviceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRemoveDeviceRequest should be of the form "NewRemoveDeviceRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRemoveDeviceRequestWithAllParams should be of the form "NewRemoveDeviceRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRemoveDeviceRequestWithoutParam should be of the form "NewRemoveDeviceRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RemoveDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 114: warning: comment on exported method RemoveDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method RemoveDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method RemoveDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 135: warning: exported type RemoveDeviceResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RemoveDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetTranscodeSummaries.go
    • Line 24: warning: exported type GetTranscodeSummariesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTranscodeSummariesRequest should be of the form "NewGetTranscodeSummariesRequest ..." (golint)
    • Line 49: warning: comment on exported function NewGetTranscodeSummariesRequestWithAllParams should be of the form "NewGetTranscodeSummariesRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewGetTranscodeSummariesRequestWithoutParam should be of the form "NewGetTranscodeSummariesRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method GetTranscodeSummariesRequest.SetVideoIds should be of the form "SetVideoIds ..." (golint)
    • Line 91: warning: exported type GetTranscodeSummariesResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type GetTranscodeSummariesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamSnapshotNotifyConfig.go
    • Line 23: warning: exported type DescribeLiveStreamSnapshotNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLiveStreamSnapshotNotifyConfigRequest should be of the form "NewDescribeLiveStreamSnapshotNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeLiveStreamSnapshotNotifyConfigRequestWithAllParams should be of the form "NewDescribeLiveStreamSnapshotNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStreamSnapshotNotifyConfigRequestWithoutParam should be of the form "NewDescribeLiveStreamSnapshotNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeLiveStreamSnapshotNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DescribeLiveStreamSnapshotNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeLiveStreamSnapshotNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeStackEvents.go
    • Line 24: warning: exported type DescribeStackEventsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeStackEventsRequest should be of the form "NewDescribeStackEventsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeStackEventsRequestWithAllParams should be of the form "NewDescribeStackEventsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeStackEventsRequestWithoutParam should be of the form "NewDescribeStackEventsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeStackEventsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeStackEventsRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 126: warning: comment on exported method DescribeStackEventsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeStackEventsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: comment on exported method DescribeStackEventsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeStackEventsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: exported type DescribeStackEventsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeStackEventsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeSpecConfig.go
    • Line 24: warning: exported type DescribeSpecConfigRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeSpecConfigRequest should be of the form "NewDescribeSpecConfigRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSpecConfigRequestWithAllParams should be of the form "NewDescribeSpecConfigRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSpecConfigRequestWithoutParam should be of the form "NewDescribeSpecConfigRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeSpecConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeSpecConfigResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeSpecConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryServiceNotice.go
    • Line 24: warning: exported type QueryServiceNoticeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryServiceNoticeRequest should be of the form "NewQueryServiceNoticeRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryServiceNoticeRequestWithAllParams should be of the form "NewQueryServiceNoticeRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewQueryServiceNoticeRequestWithoutParam should be of the form "NewQueryServiceNoticeRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method QueryServiceNoticeRequest.SetNoticeType should be of the form "SetNoticeType ..." (golint)
    • Line 91: warning: comment on exported method QueryServiceNoticeRequest.SetNoticeWay should be of the form "SetNoticeWay ..." (golint)
    • Line 102: warning: exported type QueryServiceNoticeResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type QueryServiceNoticeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeNetworkInterface.go
    • Line 24: warning: exported type DescribeNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNetworkInterfaceRequest should be of the form "NewDescribeNetworkInterfaceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNetworkInterfaceRequestWithAllParams should be of the form "NewDescribeNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNetworkInterfaceRequestWithoutParam should be of the form "NewDescribeNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 108: warning: exported type DescribeNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/GetJob.go
    • Line 24: warning: exported type GetJobRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetJobRequest should be of the form "NewGetJobRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetJobRequestWithAllParams should be of the form "NewGetJobRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetJobRequestWithoutParam should be of the form "NewGetJobRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetJobRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetJobResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyBandwidth.go
    • Line 23: warning: exported type ModifyBandwidthRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewModifyBandwidthRequest should be of the form "NewModifyBandwidthRequest ..." (golint)
    • Line 68: warning: comment on exported function NewModifyBandwidthRequestWithAllParams should be of the form "NewModifyBandwidthRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyBandwidthRequestWithoutParam should be of the form "NewModifyBandwidthRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyBandwidthRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method ModifyBandwidthRequest.SetBandwidth should be of the form "SetBandwidth ..." (golint)
    • Line 138: warning: exported type ModifyBandwidthResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ModifyBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ConfigServiceNotice.go
    • Line 23: warning: exported type ConfigServiceNoticeRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewConfigServiceNoticeRequest should be of the form "NewConfigServiceNoticeRequest ..." (golint)
    • Line 69: warning: comment on exported function NewConfigServiceNoticeRequestWithAllParams should be of the form "NewConfigServiceNoticeRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewConfigServiceNoticeRequestWithoutParam should be of the form "NewConfigServiceNoticeRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method ConfigServiceNoticeRequest.SetId should be of the form "SetId ..." (golint)
    • Line 126: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeType should be of the form "SetNoticeType ..." (golint)
    • Line 131: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeWay should be of the form "SetNoticeWay ..." (golint)
    • Line 136: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeTo should be of the form "SetNoticeTo ..." (golint)
    • Line 141: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeCC should be of the form "SetNoticeCC ..." (golint)
    • Line 146: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeContent should be of the form "SetNoticeContent ..." (golint)
    • Line 151: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticePeriod should be of the form "SetNoticePeriod ..." (golint)
    • Line 156: warning: comment on exported method ConfigServiceNoticeRequest.SetNoticeStatus should be of the form "SetNoticeStatus ..." (golint)
    • Line 167: warning: exported type ConfigServiceNoticeResponse should have comment or be unexported (golint)
    • Line 173: warning: exported type ConfigServiceNoticeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/DescribeCluster.go
    • Line 24: warning: exported type DescribeClusterRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeClusterRequest should be of the form "NewDescribeClusterRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeClusterRequestWithAllParams should be of the form "NewDescribeClusterRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeClusterRequestWithoutParam should be of the form "NewDescribeClusterRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: exported type DescribeClusterResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/asset/apis/DescribeAccountAmount.go
    • Line 23: warning: exported type DescribeAccountAmountRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeAccountAmountRequest should be of the form "NewDescribeAccountAmountRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeAccountAmountRequestWithAllParams should be of the form "NewDescribeAccountAmountRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeAccountAmountRequestWithoutParam should be of the form "NewDescribeAccountAmountRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeAccountAmountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type DescribeAccountAmountResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeAccountAmountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/QueryVqdTaskResult.go
    • Line 24: warning: exported type QueryVqdTaskResultRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryVqdTaskResultRequest should be of the form "NewQueryVqdTaskResultRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryVqdTaskResultRequestWithAllParams should be of the form "NewQueryVqdTaskResultRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryVqdTaskResultRequestWithoutParam should be of the form "NewQueryVqdTaskResultRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryVqdTaskResultRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 94: warning: exported type QueryVqdTaskResultResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryVqdTaskResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDiskById.go
    • Line 24: warning: exported type GetDiskByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetDiskByIdRequest should be of the form "NewGetDiskByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetDiskByIdRequestWithAllParams should be of the form "NewGetDiskByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetDiskByIdRequestWithoutParam should be of the form "NewGetDiskByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetDiskByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetDiskByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetDiskByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetDiskByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/client/NcClient.go
    • Line 26: warning: exported type NcClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewNcClient should have comment or be unexported (golint)
    • Line 48: warning: exported method NcClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method NcClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method NcClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 79: warning: comment on exported method NcClient.DescribeSecret should be of the form "DescribeSecret ..." (golint)
    • Line 100: warning: comment on exported method NcClient.CreateSecret should be of the form "CreateSecret ..." (golint)
    • Line 121: warning: comment on exported method NcClient.ModifyContainerAttribute should be of the form "ModifyContainerAttribute ..." (golint)
    • Line 142: warning: comment on exported method NcClient.DeleteSecret should be of the form "DeleteSecret ..." (golint)
    • Line 163: warning: comment on exported method NcClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 184: warning: comment on exported method NcClient.DeleteContainer should be of the form "DeleteContainer ..." (golint)
    • Line 207: warning: comment on exported method NcClient.DescribeContainer should be of the form "DescribeContainer ..." (golint)
    • Line 228: warning: comment on exported method NcClient.StartContainer should be of the form "StartContainer ..." (golint)
    • Line 250: warning: comment on exported method NcClient.DescribeContainers should be of the form "DescribeContainers ..." (golint)
    • Line 272: warning: comment on exported method NcClient.GetLogs should be of the form "GetLogs ..." (golint)
    • Line 293: warning: comment on exported method NcClient.DescribeQuota should be of the form "DescribeQuota ..." (golint)
    • Line 314: warning: comment on exported method NcClient.CreateContainers should be of the form "CreateContainers ..." (golint)
    • Line 387: warning: comment on exported method NcClient.StopContainer should be of the form "StopContainer ..." (golint)
    • Line 408: warning: comment on exported method NcClient.DescribeSecrets should be of the form "DescribeSecrets ..." (golint)
    • jdcloud-sdk-go/services/live/apis/AddCustomLiveStreamWatermarkTemplate.go
    • Line 23: warning: exported type AddCustomLiveStreamWatermarkTemplateRequest should have comment or be unexported (golint)
    • Line 88: warning: comment on exported function NewAddCustomLiveStreamWatermarkTemplateRequest should be of the form "NewAddCustomLiveStreamWatermarkTemplateRequest ..." (golint)
    • Line 144: warning: comment on exported function NewAddCustomLiveStreamWatermarkTemplateRequestWithAllParams should be of the form "NewAddCustomLiveStreamWatermarkTemplateRequestWithAllParams ..." (golint)
    • Line 219: warning: comment on exported function NewAddCustomLiveStreamWatermarkTemplateRequestWithoutParam should be of the form "NewAddCustomLiveStreamWatermarkTemplateRequestWithoutParam ..." (golint)
    • Line 232: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 239: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetOffsetUnit should be of the form "SetOffsetUnit ..." (golint)
    • Line 247: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetOffsetX should be of the form "SetOffsetX ..." (golint)
    • Line 256: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetOffsetY should be of the form "SetOffsetY ..." (golint)
    • Line 265: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetSizeUnit should be of the form "SetSizeUnit ..." (golint)
    • Line 273: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 282: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 291: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 301: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetUploadId should be of the form "SetUploadId ..." (golint)
    • Line 307: warning: comment on exported method AddCustomLiveStreamWatermarkTemplateRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 318: warning: exported type AddCustomLiveStreamWatermarkTemplateResponse should have comment or be unexported (golint)
    • Line 324: warning: exported type AddCustomLiveStreamWatermarkTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/BatchSetExtraCacheTime.go
    • Line 23: warning: exported type BatchSetExtraCacheTimeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewBatchSetExtraCacheTimeRequest should be of the form "NewBatchSetExtraCacheTimeRequest ..." (golint)
    • Line 54: warning: comment on exported function NewBatchSetExtraCacheTimeRequestWithAllParams should be of the form "NewBatchSetExtraCacheTimeRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewBatchSetExtraCacheTimeRequestWithoutParam should be of the form "NewBatchSetExtraCacheTimeRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method BatchSetExtraCacheTimeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method BatchSetExtraCacheTimeRequest.SetContent should be of the form "SetContent ..." (golint)
    • Line 104: warning: exported type BatchSetExtraCacheTimeResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type BatchSetExtraCacheTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DescribeAgentStatus.go
    • Line 24: warning: exported type DescribeAgentStatusRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewDescribeAgentStatusRequest should be of the form "NewDescribeAgentStatusRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDescribeAgentStatusRequestWithAllParams should be of the form "NewDescribeAgentStatusRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeAgentStatusRequestWithoutParam should be of the form "NewDescribeAgentStatusRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method DescribeAgentStatusRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 98: warning: exported type DescribeAgentStatusResponse should have comment or be unexported (golint)
    • Line 104: warning: exported type DescribeAgentStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/DeleteCerts.go
    • Line 23: warning: exported type DeleteCertsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCertsRequest should be of the form "NewDeleteCertsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCertsRequestWithAllParams should be of the form "NewDeleteCertsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCertsRequestWithoutParam should be of the form "NewDeleteCertsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCertsRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 93: warning: exported type DeleteCertsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCertsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ReleaseImage.go
    • Line 23: warning: exported type ReleaseImageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewReleaseImageRequest should be of the form "NewReleaseImageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewReleaseImageRequestWithAllParams should be of the form "NewReleaseImageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewReleaseImageRequestWithoutParam should be of the form "NewReleaseImageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ReleaseImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ReleaseImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 107: warning: exported type ReleaseImageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ReleaseImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateTranscodeTemplate.go
    • Line 24: warning: exported type CreateTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function NewCreateTranscodeTemplateRequest should be of the form "NewCreateTranscodeTemplateRequest ..." (golint)
    • Line 99: warning: comment on exported function NewCreateTranscodeTemplateRequestWithAllParams should be of the form "NewCreateTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewCreateTranscodeTemplateRequestWithoutParam should be of the form "NewCreateTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method CreateTranscodeTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 164: warning: comment on exported method CreateTranscodeTemplateRequest.SetVideo should be of the form "SetVideo ..." (golint)
    • Line 169: warning: comment on exported method CreateTranscodeTemplateRequest.SetAudio should be of the form "SetAudio ..." (golint)
    • Line 174: warning: comment on exported method CreateTranscodeTemplateRequest.SetEncapsulation should be of the form "SetEncapsulation ..." (golint)
    • Line 179: warning: comment on exported method CreateTranscodeTemplateRequest.SetOutFile should be of the form "SetOutFile ..." (golint)
    • Line 184: warning: comment on exported method CreateTranscodeTemplateRequest.SetDefinition should be of the form "SetDefinition ..." (golint)
    • Line 195: warning: comment on exported method CreateTranscodeTemplateRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 209: warning: exported type CreateTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 215: warning: exported type CreateTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/models/WafTopN.go
    • Line 20: warning: exported type WafTopN should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Addr_top10 should be AddrTop10 (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Url_top10 should be URLTop10 (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Area_top50 should be AreaTop50 (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Waf_rule_sum should be WafRuleSum (golint)
    • jdcloud-sdk-go/services/rds/apis/CopyParameterGroup.go
    • Line 23: warning: exported type CopyParameterGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCopyParameterGroupRequest should be of the form "NewCopyParameterGroupRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCopyParameterGroupRequestWithAllParams should be of the form "NewCopyParameterGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCopyParameterGroupRequestWithoutParam should be of the form "NewCopyParameterGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CopyParameterGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CopyParameterGroupRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 116: warning: comment on exported method CopyParameterGroupRequest.SetParameterGroupName should be of the form "SetParameterGroupName ..." (golint)
    • Line 121: warning: comment on exported method CopyParameterGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CopyParameterGroupResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CopyParameterGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/DeleteTemplate.go
    • Line 23: warning: exported type DeleteTemplateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteTemplateRequest should be of the form "NewDeleteTemplateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteTemplateRequestWithAllParams should be of the form "NewDeleteTemplateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteTemplateRequestWithoutParam should be of the form "NewDeleteTemplateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 107: warning: exported type DeleteTemplateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkAcls.go
    • Line 25: warning: exported type DescribeNetworkAclsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeNetworkAclsRequest should be of the form "NewDescribeNetworkAclsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeNetworkAclsRequestWithAllParams should be of the form "NewDescribeNetworkAclsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeNetworkAclsRequestWithoutParam should be of the form "NewDescribeNetworkAclsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeNetworkAclsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeNetworkAclsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeNetworkAclsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeNetworkAclsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeNetworkAclsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeNetworkAclsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/CreateDataSourceTableField.go
    • Line 24: warning: exported type CreateDataSourceTableFieldRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateDataSourceTableFieldRequest should be of the form "NewCreateDataSourceTableFieldRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateDataSourceTableFieldRequestWithAllParams should be of the form "NewCreateDataSourceTableFieldRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateDataSourceTableFieldRequestWithoutParam should be of the form "NewCreateDataSourceTableFieldRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateDataSourceTableFieldRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateDataSourceTableFieldRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 120: warning: comment on exported method CreateDataSourceTableFieldRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 125: warning: comment on exported method CreateDataSourceTableFieldRequest.SetFieldSpec should be of the form "SetFieldSpec ..." (golint)
    • Line 136: warning: exported type CreateDataSourceTableFieldResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateDataSourceTableFieldResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/RefreshVideoUploadTask.go
    • Line 23: warning: exported type RefreshVideoUploadTaskRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewRefreshVideoUploadTaskRequest should be of the form "NewRefreshVideoUploadTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewRefreshVideoUploadTaskRequestWithAllParams should be of the form "NewRefreshVideoUploadTaskRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewRefreshVideoUploadTaskRequestWithoutParam should be of the form "NewRefreshVideoUploadTaskRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method RefreshVideoUploadTaskRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 93: warning: exported type RefreshVideoUploadTaskResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type RefreshVideoUploadTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpResourceFlow.go
    • Line 24: warning: exported type DescribeIpResourceFlowRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeIpResourceFlowRequest should be of the form "NewDescribeIpResourceFlowRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeIpResourceFlowRequestWithAllParams should be of the form "NewDescribeIpResourceFlowRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeIpResourceFlowRequestWithoutParam should be of the form "NewDescribeIpResourceFlowRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeIpResourceFlowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeIpResourceFlowRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 108: warning: comment on exported method DescribeIpResourceFlowRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 119: warning: exported type DescribeIpResourceFlowResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeIpResourceFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/CreateSecret.go
    • Line 24: warning: exported type CreateSecretRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewCreateSecretRequest should be of the form "NewCreateSecretRequest ..." (golint)
    • Line 82: warning: comment on exported function NewCreateSecretRequestWithAllParams should be of the form "NewCreateSecretRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewCreateSecretRequestWithoutParam should be of the form "NewCreateSecretRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method CreateSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method CreateSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 139: warning: comment on exported method CreateSecretRequest.SetSecretType should be of the form "SetSecretType ..." (golint)
    • Line 145: warning: comment on exported method CreateSecretRequest.SetData should be of the form "SetData ..." (golint)
    • Line 160: warning: exported type CreateSecretResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type CreateSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeleteInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteForbiddenStream.go
    • Line 24: warning: exported type DeleteForbiddenStreamRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDeleteForbiddenStreamRequest should be of the form "NewDeleteForbiddenStreamRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDeleteForbiddenStreamRequestWithAllParams should be of the form "NewDeleteForbiddenStreamRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDeleteForbiddenStreamRequestWithoutParam should be of the form "NewDeleteForbiddenStreamRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DeleteForbiddenStreamRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: comment on exported method DeleteForbiddenStreamRequest.SetDeleteStreams should be of the form "SetDeleteStreams ..." (golint)
    • Line 105: warning: exported type DeleteForbiddenStreamResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DeleteForbiddenStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/AudioResults.go
    • Line 24: warning: exported type AudioResultsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewAudioResultsRequest should be of the form "NewAudioResultsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewAudioResultsRequestWithAllParams should be of the form "NewAudioResultsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewAudioResultsRequestWithoutParam should be of the form "NewAudioResultsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method AudioResultsRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 94: warning: exported type AudioResultsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type AudioResultsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/DeleteJob.go
    • Line 23: warning: exported type DeleteJobRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteJobRequest should be of the form "NewDeleteJobRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteJobRequestWithAllParams should be of the form "NewDeleteJobRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteJobRequestWithoutParam should be of the form "NewDeleteJobRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteJobRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteJobResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteForbiddenInfo.go
    • Line 23: warning: exported type DeleteForbiddenInfoRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDeleteForbiddenInfoRequest should be of the form "NewDeleteForbiddenInfoRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDeleteForbiddenInfoRequestWithAllParams should be of the form "NewDeleteForbiddenInfoRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDeleteForbiddenInfoRequestWithoutParam should be of the form "NewDeleteForbiddenInfoRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DeleteForbiddenInfoRequest.SetForbiddenType should be of the form "SetForbiddenType ..." (golint)
    • Line 108: warning: comment on exported method DeleteForbiddenInfoRequest.SetForbiddenDomain should be of the form "SetForbiddenDomain ..." (golint)
    • Line 113: warning: comment on exported method DeleteForbiddenInfoRequest.SetForbiddenUrl should be of the form "SetForbiddenUrl ..." (golint)
    • Line 118: warning: comment on exported method DeleteForbiddenInfoRequest.SetShareCacheDomainFlag should be of the form "SetShareCacheDomainFlag ..." (golint)
    • Line 123: warning: comment on exported method DeleteForbiddenInfoRequest.SetToken should be of the form "SetToken ..." (golint)
    • Line 134: warning: exported type DeleteForbiddenInfoResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DeleteForbiddenInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeInstanceInfo.go
    • Line 23: warning: exported type DescribeInstanceInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceInfoRequest should be of the form "NewDescribeInstanceInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceInfoRequestWithAllParams should be of the form "NewDescribeInstanceInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceInfoRequestWithoutParam should be of the form "NewDescribeInstanceInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceInfoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateElasticIpRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateAccessKey.go
    • Line 23: warning: exported type CreateAccessKeyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateAccessKeyRequest should be of the form "NewCreateAccessKeyRequest ..." (golint)
    • Line 60: warning: comment on exported function NewCreateAccessKeyRequestWithAllParams should be of the form "NewCreateAccessKeyRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateAccessKeyRequestWithoutParam should be of the form "NewCreateAccessKeyRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateAccessKeyRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 110: warning: comment on exported method CreateAccessKeyRequest.SetAccessKeyType should be of the form "SetAccessKeyType ..." (golint)
    • Line 115: warning: comment on exported method CreateAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 126: warning: exported type CreateAccessKeyResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type CreateAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataSourceTableList.go
    • Line 23: warning: exported type DescribeDataSourceTableListRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeDataSourceTableListRequest should be of the form "NewDescribeDataSourceTableListRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeDataSourceTableListRequestWithAllParams should be of the form "NewDescribeDataSourceTableListRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeDataSourceTableListRequestWithoutParam should be of the form "NewDescribeDataSourceTableListRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeDataSourceTableListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DescribeDataSourceTableListRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 119: warning: comment on exported method DescribeDataSourceTableListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 124: warning: comment on exported method DescribeDataSourceTableListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: exported type DescribeDataSourceTableListResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeDataSourceTableListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeTargets.go
    • Line 25: warning: exported type DescribeTargetsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeTargetsRequest should be of the form "NewDescribeTargetsRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeTargetsRequestWithAllParams should be of the form "NewDescribeTargetsRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewDescribeTargetsRequestWithoutParam should be of the form "NewDescribeTargetsRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method DescribeTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method DescribeTargetsRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 131: warning: comment on exported method DescribeTargetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 136: warning: comment on exported method DescribeTargetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 141: warning: comment on exported method DescribeTargetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 157: warning: exported type DescribeTargetsResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type DescribeTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DownloadContracts.go
    • Line 23: warning: exported type DownloadContractsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDownloadContractsRequest should be of the form "NewDownloadContractsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDownloadContractsRequestWithAllParams should be of the form "NewDownloadContractsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDownloadContractsRequestWithoutParam should be of the form "NewDownloadContractsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DownloadContractsRequest.SetContractId should be of the form "SetContractId ..." (golint)
    • Line 93: warning: exported type DownloadContractsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DownloadContractsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeTopic.go
    • Line 24: warning: exported type DescribeTopicRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTopicRequest should be of the form "NewDescribeTopicRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTopicRequestWithAllParams should be of the form "NewDescribeTopicRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTopicRequestWithoutParam should be of the form "NewDescribeTopicRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTopicRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 108: warning: exported type DescribeTopicResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListHeaders.go
    • Line 24: warning: exported type ListHeadersRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewListHeadersRequest should be of the form "NewListHeadersRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListHeadersRequestWithAllParams should be of the form "NewListHeadersRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewListHeadersRequestWithoutParam should be of the form "NewListHeadersRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method ListHeadersRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 94: warning: exported type ListHeadersResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type ListHeadersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/AssignSecondaryIps.go
    • Line 23: warning: exported type AssignSecondaryIpsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAssignSecondaryIpsRequest should be of the form "NewAssignSecondaryIpsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewAssignSecondaryIpsRequestWithAllParams should be of the form "NewAssignSecondaryIpsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAssignSecondaryIpsRequestWithoutParam should be of the form "NewAssignSecondaryIpsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AssignSecondaryIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AssignSecondaryIpsRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 119: warning: comment on exported method AssignSecondaryIpsRequest.SetForce should be of the form "SetForce ..." (golint)
    • Line 124: warning: comment on exported method AssignSecondaryIpsRequest.SetSecondaryIps should be of the form "SetSecondaryIps ..." (golint)
    • Line 129: warning: comment on exported method AssignSecondaryIpsRequest.SetSecondaryIpCount should be of the form "SetSecondaryIpCount ..." (golint)
    • Line 140: warning: exported type AssignSecondaryIpsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type AssignSecondaryIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeAppKey.go
    • Line 23: warning: exported type DescribeAppKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeAppKeyRequest should be of the form "NewDescribeAppKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeAppKeyRequestWithAllParams should be of the form "NewDescribeAppKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeAppKeyRequestWithoutParam should be of the form "NewDescribeAppKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeAppKeyRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 93: warning: exported type DescribeAppKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeAppKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/OpenServiceUsingPOST.go
    • Line 23: warning: exported type OpenServiceUsingPOSTRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewOpenServiceUsingPOSTRequest should be of the form "NewOpenServiceUsingPOSTRequest ..." (golint)
    • Line 45: warning: comment on exported function NewOpenServiceUsingPOSTRequestWithAllParams should be of the form "NewOpenServiceUsingPOSTRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewOpenServiceUsingPOSTRequestWithoutParam should be of the form "NewOpenServiceUsingPOSTRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type OpenServiceUsingPOSTResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type OpenServiceUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeSubnets.go
    • Line 25: warning: exported type DescribeSubnetsRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeSubnetsRequest should be of the form "NewDescribeSubnetsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeSubnetsRequestWithAllParams should be of the form "NewDescribeSubnetsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeSubnetsRequestWithoutParam should be of the form "NewDescribeSubnetsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeSubnetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeSubnetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeSubnetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeSubnetsRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 142: warning: comment on exported method DescribeSubnetsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 147: warning: comment on exported method DescribeSubnetsRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 152: warning: comment on exported method DescribeSubnetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 164: warning: exported type DescribeSubnetsResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type DescribeSubnetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeLogtopic.go
    • Line 23: warning: exported type DescribeLogtopicRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeLogtopicRequest should be of the form "NewDescribeLogtopicRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeLogtopicRequestWithAllParams should be of the form "NewDescribeLogtopicRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeLogtopicRequestWithoutParam should be of the form "NewDescribeLogtopicRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeLogtopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeLogtopicRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 107: warning: exported type DescribeLogtopicResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeLogtopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/ListProductAbilities.go
    • Line 25: warning: exported type ListProductAbilitiesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewListProductAbilitiesRequest should be of the form "NewListProductAbilitiesRequest ..." (golint)
    • Line 70: warning: comment on exported function NewListProductAbilitiesRequestWithAllParams should be of the form "NewListProductAbilitiesRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewListProductAbilitiesRequestWithoutParam should be of the form "NewListProductAbilitiesRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ListProductAbilitiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ListProductAbilitiesRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 125: warning: comment on exported method ListProductAbilitiesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method ListProductAbilitiesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method ListProductAbilitiesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 148: warning: exported type ListProductAbilitiesResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type ListProductAbilitiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AssociateNetworkAcl.go
    • Line 23: warning: exported type AssociateNetworkAclRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateNetworkAclRequest should be of the form "NewAssociateNetworkAclRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateNetworkAclRequestWithAllParams should be of the form "NewAssociateNetworkAclRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateNetworkAclRequestWithoutParam should be of the form "NewAssociateNetworkAclRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateNetworkAclRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 110: warning: comment on exported method AssociateNetworkAclRequest.SetSubnetIds should be of the form "SetSubnetIds ..." (golint)
    • Line 121: warning: exported type AssociateNetworkAclResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyElasticIpBandwidth.go
    • Line 23: warning: exported type ModifyElasticIpBandwidthRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewModifyElasticIpBandwidthRequest should be of the form "NewModifyElasticIpBandwidthRequest ..." (golint)
    • Line 68: warning: comment on exported function NewModifyElasticIpBandwidthRequestWithAllParams should be of the form "NewModifyElasticIpBandwidthRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyElasticIpBandwidthRequestWithoutParam should be of the form "NewModifyElasticIpBandwidthRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 120: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetBandwidth should be of the form "SetBandwidth ..." (golint)
    • Line 138: warning: exported type ModifyElasticIpBandwidthResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ModifyElasticIpBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteDataSource.go
    • Line 23: warning: exported type DeleteDataSourceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDataSourceRequest should be of the form "NewDeleteDataSourceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDataSourceRequestWithAllParams should be of the form "NewDeleteDataSourceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDataSourceRequestWithoutParam should be of the form "NewDeleteDataSourceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDataSourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDataSourceRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 107: warning: exported type DeleteDataSourceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDataSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/QueryNamespaceDetail.go
    • Line 24: warning: exported type QueryNamespaceDetailRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryNamespaceDetailRequest should be of the form "NewQueryNamespaceDetailRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryNamespaceDetailRequestWithAllParams should be of the form "NewQueryNamespaceDetailRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryNamespaceDetailRequestWithoutParam should be of the form "NewQueryNamespaceDetailRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryNamespaceDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryNamespaceDetailRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 108: warning: exported type QueryNamespaceDetailResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryNamespaceDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteCustomPage.go
    • Line 23: warning: exported type DeleteCustomPageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteCustomPageRequest should be of the form "NewDeleteCustomPageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteCustomPageRequestWithAllParams should be of the form "NewDeleteCustomPageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteCustomPageRequestWithoutParam should be of the form "NewDeleteCustomPageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteCustomPageRequest.SetPageId should be of the form "SetPageId ..." (golint)
    • Line 121: warning: exported type DeleteCustomPageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetRasQueryLog.go
    • Line 23: warning: exported type GetRasQueryLogRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetRasQueryLogRequest should be of the form "NewGetRasQueryLogRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetRasQueryLogRequestWithAllParams should be of the form "NewGetRasQueryLogRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetRasQueryLogRequestWithoutParam should be of the form "NewGetRasQueryLogRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetRasQueryLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetRasQueryLogRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method GetRasQueryLogRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type GetRasQueryLogResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetRasQueryLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeErrorLog.go
    • Line 24: warning: exported type DescribeErrorLogRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeErrorLogRequest should be of the form "NewDescribeErrorLogRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeErrorLogRequestWithAllParams should be of the form "NewDescribeErrorLogRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewDescribeErrorLogRequestWithoutParam should be of the form "NewDescribeErrorLogRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method DescribeErrorLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method DescribeErrorLogRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 138: warning: comment on exported method DescribeErrorLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 143: warning: comment on exported method DescribeErrorLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 148: warning: comment on exported method DescribeErrorLogRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 153: warning: comment on exported method DescribeErrorLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 158: warning: comment on exported method DescribeErrorLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 169: warning: exported type DescribeErrorLogResponse should have comment or be unexported (golint)
    • Line 175: warning: exported type DescribeErrorLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/CreateDataType.go
    • Line 24: warning: exported type CreateDataTypeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateDataTypeRequest should be of the form "NewCreateDataTypeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateDataTypeRequestWithAllParams should be of the form "NewCreateDataTypeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDataTypeRequestWithoutParam should be of the form "NewCreateDataTypeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateDataTypeRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 97: warning: comment on exported method CreateDataTypeRequest.SetDataType should be of the form "SetDataType ..." (golint)
    • Line 108: warning: exported type CreateDataTypeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateDataTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 77: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 119: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 132: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 137: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 142: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 173: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 179: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeGeoAreas.go
    • Line 24: warning: exported type DescribeGeoAreasRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeGeoAreasRequest should be of the form "NewDescribeGeoAreasRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeGeoAreasRequestWithAllParams should be of the form "NewDescribeGeoAreasRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeGeoAreasRequestWithoutParam should be of the form "NewDescribeGeoAreasRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeGeoAreasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeGeoAreasResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/CreateMountTarget.go
    • Line 23: warning: exported type CreateMountTargetRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateMountTargetRequest should be of the form "NewCreateMountTargetRequest ..." (golint)
    • Line 78: warning: comment on exported function NewCreateMountTargetRequestWithAllParams should be of the form "NewCreateMountTargetRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewCreateMountTargetRequestWithoutParam should be of the form "NewCreateMountTargetRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method CreateMountTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method CreateMountTargetRequest.SetFileSystemId should be of the form "SetFileSystemId ..." (golint)
    • Line 134: warning: comment on exported method CreateMountTargetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 139: warning: comment on exported method CreateMountTargetRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 144: warning: comment on exported method CreateMountTargetRequest.SetSecurityGroupId should be of the form "SetSecurityGroupId ..." (golint)
    • Line 149: warning: comment on exported method CreateMountTargetRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 160: warning: exported type CreateMountTargetResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type CreateMountTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/ModifyContainerAttribute.go
    • Line 23: warning: exported type ModifyContainerAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyContainerAttributeRequest should be of the form "NewModifyContainerAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyContainerAttributeRequestWithAllParams should be of the form "NewModifyContainerAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyContainerAttributeRequestWithoutParam should be of the form "NewModifyContainerAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyContainerAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyContainerAttributeRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 113: warning: comment on exported method ModifyContainerAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyContainerAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyContainerAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyContainerAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/SignContract.go
    • Line 24: warning: exported type SignContractRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewSignContractRequest should be of the form "NewSignContractRequest ..." (golint)
    • Line 52: warning: comment on exported function NewSignContractRequestWithAllParams should be of the form "NewSignContractRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewSignContractRequestWithoutParam should be of the form "NewSignContractRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method SignContractRequest.SetContractSpec should be of the form "SetContractSpec ..." (golint)
    • Line 94: warning: exported type SignContractResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type SignContractResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsAccountsByInstId.go
    • Line 24: warning: exported type GetRdsAccountsByInstIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRdsAccountsByInstIdRequest should be of the form "NewGetRdsAccountsByInstIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRdsAccountsByInstIdRequestWithAllParams should be of the form "NewGetRdsAccountsByInstIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRdsAccountsByInstIdRequestWithoutParam should be of the form "NewGetRdsAccountsByInstIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRdsAccountsByInstIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRdsAccountsByInstIdRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 108: warning: exported type GetRdsAccountsByInstIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRdsAccountsByInstIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateNetworkInterface.go
    • Line 23: warning: exported type CreateNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewCreateNetworkInterfaceRequest should be of the form "NewCreateNetworkInterfaceRequest ..." (golint)
    • Line 81: warning: comment on exported function NewCreateNetworkInterfaceRequestWithAllParams should be of the form "NewCreateNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 126: warning: comment on exported function NewCreateNetworkInterfaceRequestWithoutParam should be of the form "NewCreateNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 139: warning: comment on exported method CreateNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 144: warning: comment on exported method CreateNetworkInterfaceRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 149: warning: comment on exported method CreateNetworkInterfaceRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 154: warning: comment on exported method CreateNetworkInterfaceRequest.SetNetworkInterfaceName should be of the form "SetNetworkInterfaceName ..." (golint)
    • Line 159: warning: comment on exported method CreateNetworkInterfaceRequest.SetPrimaryIpAddress should be of the form "SetPrimaryIpAddress ..." (golint)
    • Line 164: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecondaryIpAddresses should be of the form "SetSecondaryIpAddresses ..." (golint)
    • Line 169: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecondaryIpCount should be of the form "SetSecondaryIpCount ..." (golint)
    • Line 174: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecurityGroups should be of the form "SetSecurityGroups ..." (golint)
    • Line 179: warning: comment on exported method CreateNetworkInterfaceRequest.SetSanityCheck should be of the form "SetSanityCheck ..." (golint)
    • Line 184: warning: comment on exported method CreateNetworkInterfaceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 195: warning: exported type CreateNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 201: warning: exported type CreateNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/AssociateSecurityGroup.go
    • Line 23: warning: exported type AssociateSecurityGroupRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateSecurityGroupRequest should be of the form "NewAssociateSecurityGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateSecurityGroupRequestWithAllParams should be of the form "NewAssociateSecurityGroupRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateSecurityGroupRequestWithoutParam should be of the form "NewAssociateSecurityGroupRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateSecurityGroupRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 110: warning: comment on exported method AssociateSecurityGroupRequest.SetSecurityGroupIds should be of the form "SetSecurityGroupIds ..." (golint)
    • Line 121: warning: exported type AssociateSecurityGroupResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeMaskRuleList.go
    • Line 24: warning: exported type DescribeMaskRuleListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeMaskRuleListRequest should be of the form "NewDescribeMaskRuleListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeMaskRuleListRequestWithAllParams should be of the form "NewDescribeMaskRuleListRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeMaskRuleListRequestWithoutParam should be of the form "NewDescribeMaskRuleListRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeMaskRuleListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeMaskRuleListRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 123: warning: comment on exported method DescribeMaskRuleListRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 128: warning: comment on exported method DescribeMaskRuleListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 133: warning: comment on exported method DescribeMaskRuleListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 144: warning: exported type DescribeMaskRuleListResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeMaskRuleListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeAlarmHistory.go
    • Line 24: warning: exported type DescribeAlarmHistoryRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeAlarmHistoryRequest should be of the form "NewDescribeAlarmHistoryRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeAlarmHistoryRequestWithAllParams should be of the form "NewDescribeAlarmHistoryRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeAlarmHistoryRequestWithoutParam should be of the form "NewDescribeAlarmHistoryRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeAlarmHistoryRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 115: warning: comment on exported method DescribeAlarmHistoryRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeAlarmHistoryRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 125: warning: comment on exported method DescribeAlarmHistoryRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 130: warning: comment on exported method DescribeAlarmHistoryRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 135: warning: comment on exported method DescribeAlarmHistoryRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 146: warning: exported type DescribeAlarmHistoryResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeAlarmHistoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeProductWithAdmin.go
    • Line 23: warning: exported type DescribeProductWithAdminRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeProductWithAdminRequest should be of the form "NewDescribeProductWithAdminRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeProductWithAdminRequestWithAllParams should be of the form "NewDescribeProductWithAdminRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeProductWithAdminRequestWithoutParam should be of the form "NewDescribeProductWithAdminRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeProductWithAdminRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeProductWithAdminRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeProductWithAdminRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type DescribeProductWithAdminResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeProductWithAdminResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetPySparkExecuteState.go
    • Line 23: warning: exported type GetPySparkExecuteStateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetPySparkExecuteStateRequest should be of the form "NewGetPySparkExecuteStateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetPySparkExecuteStateRequestWithAllParams should be of the form "NewGetPySparkExecuteStateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetPySparkExecuteStateRequestWithoutParam should be of the form "NewGetPySparkExecuteStateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetPySparkExecuteStateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetPySparkExecuteStateRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method GetPySparkExecuteStateRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type GetPySparkExecuteStateResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetPySparkExecuteStateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/GetLogs.go
    • Line 23: warning: exported type GetLogsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewGetLogsRequest should be of the form "NewGetLogsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewGetLogsRequestWithAllParams should be of the form "NewGetLogsRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewGetLogsRequestWithoutParam should be of the form "NewGetLogsRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method GetLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method GetLogsRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 125: warning: comment on exported method GetLogsRequest.SetTailLines should be of the form "SetTailLines ..." (golint)
    • Line 131: warning: comment on exported method GetLogsRequest.SetSinceSeconds should be of the form "SetSinceSeconds ..." (golint)
    • Line 137: warning: comment on exported method GetLogsRequest.SetLimitBytes should be of the form "SetLimitBytes ..." (golint)
    • Line 149: warning: exported type GetLogsResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type GetLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/Offline.go
    • Line 23: warning: exported type OfflineRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewOfflineRequest should be of the form "NewOfflineRequest ..." (golint)
    • Line 63: warning: comment on exported function NewOfflineRequestWithAllParams should be of the form "NewOfflineRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewOfflineRequestWithoutParam should be of the form "NewOfflineRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method OfflineRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method OfflineRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 110: warning: comment on exported method OfflineRequest.SetDeploymentId should be of the form "SetDeploymentId ..." (golint)
    • Line 121: warning: exported type OfflineResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type OfflineResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeDisks.go
    • Line 25: warning: exported type DescribeDisksRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewDescribeDisksRequest should be of the form "NewDescribeDisksRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeDisksRequestWithAllParams should be of the form "NewDescribeDisksRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewDescribeDisksRequestWithoutParam should be of the form "NewDescribeDisksRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method DescribeDisksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 135: warning: comment on exported method DescribeDisksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 140: warning: comment on exported method DescribeDisksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 145: warning: comment on exported method DescribeDisksRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 150: warning: comment on exported method DescribeDisksRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 172: warning: exported type DescribeDisksResponse should have comment or be unexported (golint)
    • Line 178: warning: exported type DescribeDisksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeProtectionStatistics.go
    • Line 24: warning: exported type DescribeProtectionStatisticsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeProtectionStatisticsRequest should be of the form "NewDescribeProtectionStatisticsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeProtectionStatisticsRequestWithAllParams should be of the form "NewDescribeProtectionStatisticsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeProtectionStatisticsRequestWithoutParam should be of the form "NewDescribeProtectionStatisticsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeProtectionStatisticsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeProtectionStatisticsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeProtectionStatisticsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/ResetKey.go
    • Line 24: warning: exported type ResetKeyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewResetKeyRequest should be of the form "NewResetKeyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewResetKeyRequestWithAllParams should be of the form "NewResetKeyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewResetKeyRequestWithoutParam should be of the form "NewResetKeyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ResetKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ResetKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 108: warning: exported type ResetKeyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ResetKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeProperty.go
    • Line 24: warning: exported type DescribePropertyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribePropertyRequest should be of the form "NewDescribePropertyRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribePropertyRequestWithAllParams should be of the form "NewDescribePropertyRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribePropertyRequestWithoutParam should be of the form "NewDescribePropertyRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribePropertyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribePropertyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribePropertyRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 122: warning: exported type DescribePropertyResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribePropertyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ModifyInstancePassword.go
    • Line 23: warning: exported type ModifyInstancePasswordRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstancePasswordRequest should be of the form "NewModifyInstancePasswordRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstancePasswordRequestWithAllParams should be of the form "NewModifyInstancePasswordRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstancePasswordRequestWithoutParam should be of the form "NewModifyInstancePasswordRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstancePasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstancePasswordRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstancePasswordRequest.SetPassword should be of the form "SetPassword ..." (golint)
    • Line 121: warning: exported type ModifyInstancePasswordResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstancePasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/CreateDatabase.go
    • Line 23: warning: exported type CreateDatabaseRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateDatabaseRequest should be of the form "NewCreateDatabaseRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateDatabaseRequestWithAllParams should be of the form "NewCreateDatabaseRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateDatabaseRequestWithoutParam should be of the form "NewCreateDatabaseRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateDatabaseRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 116: warning: comment on exported method CreateDatabaseRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 121: warning: comment on exported method CreateDatabaseRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateDatabaseResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeServiceIpList.go
    • Line 24: warning: exported type DescribeServiceIpListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeServiceIpListRequest should be of the form "NewDescribeServiceIpListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeServiceIpListRequestWithAllParams should be of the form "NewDescribeServiceIpListRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeServiceIpListRequestWithoutParam should be of the form "NewDescribeServiceIpListRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeServiceIpListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeServiceIpListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeServiceIpListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeServiceIpListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeServiceIpListResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeServiceIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskEvents.go
    • Line 24: warning: exported type ListRiskEventsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskEventsRequest should be of the form "NewListRiskEventsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskEventsRequestWithAllParams should be of the form "NewListRiskEventsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskEventsRequestWithoutParam should be of the form "NewListRiskEventsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskEventsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskEventsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskEventsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskEventsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskEventsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DeleteSecret.go
    • Line 23: warning: exported type DeleteSecretRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSecretRequest should be of the form "NewDeleteSecretRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSecretRequestWithAllParams should be of the form "NewDeleteSecretRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSecretRequestWithoutParam should be of the form "NewDeleteSecretRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteSecretResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeSecrets.go
    • Line 25: warning: exported type DescribeSecretsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeSecretsRequest should be of the form "NewDescribeSecretsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeSecretsRequestWithAllParams should be of the form "NewDescribeSecretsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeSecretsRequestWithoutParam should be of the form "NewDescribeSecretsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeSecretsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeSecretsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method DescribeSecretsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method DescribeSecretsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type DescribeSecretsResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type DescribeSecretsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/ResumeLiveStream.go
    • Line 23: warning: exported type ResumeLiveStreamRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewResumeLiveStreamRequest should be of the form "NewResumeLiveStreamRequest ..." (golint)
    • Line 63: warning: comment on exported function NewResumeLiveStreamRequestWithAllParams should be of the form "NewResumeLiveStreamRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewResumeLiveStreamRequestWithoutParam should be of the form "NewResumeLiveStreamRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ResumeLiveStreamRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 105: warning: comment on exported method ResumeLiveStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 110: warning: comment on exported method ResumeLiveStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 121: warning: exported type ResumeLiveStreamResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ResumeLiveStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/DescribeResources.go
    • Line 24: warning: exported type DescribeResourcesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeResourcesRequest should be of the form "NewDescribeResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeResourcesRequestWithAllParams should be of the form "NewDescribeResourcesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeResourcesRequestWithoutParam should be of the form "NewDescribeResourcesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeResourcesRequest.SetResourceVo should be of the form "SetResourceVo ..." (golint)
    • Line 108: warning: exported type DescribeResourcesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/BatchOffline.go
    • Line 24: warning: exported type BatchOfflineRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBatchOfflineRequest should be of the form "NewBatchOfflineRequest ..." (golint)
    • Line 61: warning: comment on exported function NewBatchOfflineRequestWithAllParams should be of the form "NewBatchOfflineRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewBatchOfflineRequestWithoutParam should be of the form "NewBatchOfflineRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method BatchOfflineRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method BatchOfflineRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 108: warning: comment on exported method BatchOfflineRequest.SetDeploymentIds should be of the form "SetDeploymentIds ..." (golint)
    • Line 119: warning: exported type BatchOfflineResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type BatchOfflineResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/renewal/apis/RenewInstance.go
    • Line 24: warning: exported type RenewInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewRenewInstanceRequest should be of the form "NewRenewInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewRenewInstanceRequestWithAllParams should be of the form "NewRenewInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewRenewInstanceRequestWithoutParam should be of the form "NewRenewInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method RenewInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method RenewInstanceRequest.SetRenewInstanceParam should be of the form "SetRenewInstanceParam ..." (golint)
    • Line 108: warning: exported type RenewInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type RenewInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/ListDeadLetters.go
    • Line 24: warning: exported type ListDeadLettersRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewListDeadLettersRequest should be of the form "NewListDeadLettersRequest ..." (golint)
    • Line 82: warning: comment on exported function NewListDeadLettersRequestWithAllParams should be of the form "NewListDeadLettersRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewListDeadLettersRequestWithoutParam should be of the form "NewListDeadLettersRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method ListDeadLettersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method ListDeadLettersRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 141: warning: comment on exported method ListDeadLettersRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 146: warning: comment on exported method ListDeadLettersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 151: warning: comment on exported method ListDeadLettersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 156: warning: comment on exported method ListDeadLettersRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 161: warning: comment on exported method ListDeadLettersRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 172: warning: exported type ListDeadLettersResponse should have comment or be unexported (golint)
    • Line 178: warning: exported type ListDeadLettersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/RemoveNetworkAclRules.go
    • Line 23: warning: exported type RemoveNetworkAclRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemoveNetworkAclRulesRequest should be of the form "NewRemoveNetworkAclRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemoveNetworkAclRulesRequestWithAllParams should be of the form "NewRemoveNetworkAclRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemoveNetworkAclRulesRequestWithoutParam should be of the form "NewRemoveNetworkAclRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemoveNetworkAclRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RemoveNetworkAclRulesRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 110: warning: comment on exported method RemoveNetworkAclRulesRequest.SetRuleIds should be of the form "SetRuleIds ..." (golint)
    • Line 121: warning: exported type RemoveNetworkAclRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemoveNetworkAclRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/TextScan.go
    • Line 24: warning: exported type TextScanRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewTextScanRequest should be of the form "NewTextScanRequest ..." (golint)
    • Line 52: warning: comment on exported function NewTextScanRequestWithAllParams should be of the form "NewTextScanRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewTextScanRequestWithoutParam should be of the form "NewTextScanRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method TextScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 91: warning: comment on exported method TextScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 102: warning: exported type TextScanResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type TextScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeDevice.go
    • Line 24: warning: exported type DescribeDeviceRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDeviceRequest should be of the form "NewDescribeDeviceRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeDeviceRequestWithAllParams should be of the form "NewDescribeDeviceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDeviceRequestWithoutParam should be of the form "NewDescribeDeviceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 122: warning: exported type DescribeDeviceResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CloneDeployment.go
    • Line 24: warning: exported type CloneDeploymentRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCloneDeploymentRequest should be of the form "NewCloneDeploymentRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCloneDeploymentRequestWithAllParams should be of the form "NewCloneDeploymentRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCloneDeploymentRequestWithoutParam should be of the form "NewCloneDeploymentRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CloneDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CloneDeploymentRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method CloneDeploymentRequest.SetDeployment should be of the form "SetDeployment ..." (golint)
    • Line 122: warning: exported type CloneDeploymentResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CloneDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/client/JdccsClient.go
    • Line 26: warning: exported type JdccsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJdccsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JdccsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JdccsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method JdccsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method JdccsClient.CreateAlarm should be of the form "CreateAlarm ..." (golint)
    • Line 80: warning: comment on exported method JdccsClient.DescribeTickets should be of the form "DescribeTickets ..." (golint)
    • Line 100: warning: comment on exported method JdccsClient.DescribeAlarmHistory should be of the form "DescribeAlarmHistory ..." (golint)
    • Line 120: warning: comment on exported method JdccsClient.DescribeIdcs should be of the form "DescribeIdcs ..." (golint)
    • Line 140: warning: comment on exported method JdccsClient.SwitchAlarm should be of the form "SwitchAlarm ..." (golint)
    • Line 160: warning: comment on exported method JdccsClient.DescribeOpenDevicesData should be of the form "DescribeOpenDevicesData ..." (golint)
    • Line 180: warning: comment on exported method JdccsClient.DescribeBandwidth should be of the form "DescribeBandwidth ..." (golint)
    • Line 200: warning: comment on exported method JdccsClient.CreateGeneralServicesTicket should be of the form "CreateGeneralServicesTicket ..." (golint)
    • Line 220: warning: comment on exported method JdccsClient.DescribeCabinets should be of the form "DescribeCabinets ..." (golint)
    • Line 240: warning: comment on exported method JdccsClient.DescribeOpenDevices should be of the form "DescribeOpenDevices ..." (golint)
    • Line 260: warning: comment on exported method JdccsClient.DescribeMetricData should be of the form "DescribeMetricData ..." (golint)
    • Line 280: warning: comment on exported method JdccsClient.DescribeTicket should be of the form "DescribeTicket ..." (golint)
    • Line 300: warning: comment on exported method JdccsClient.LastDownsample should be of the form "LastDownsample ..." (golint)
    • Line 320: warning: comment on exported method JdccsClient.DescribeRooms should be of the form "DescribeRooms ..." (golint)
    • Line 340: warning: comment on exported method JdccsClient.DescribeBandwidthTraffic should be of the form "DescribeBandwidthTraffic ..." (golint)
    • Line 360: warning: comment on exported method JdccsClient.DescribeDevice should be of the form "DescribeDevice ..." (golint)
    • Line 380: warning: comment on exported method JdccsClient.DescribeBandwidthTraffics should be of the form "DescribeBandwidthTraffics ..." (golint)
    • Line 400: warning: comment on exported method JdccsClient.DescribeAlarms should be of the form "DescribeAlarms ..." (golint)
    • Line 420: warning: comment on exported method JdccsClient.DescribeBandwidths should be of the form "DescribeBandwidths ..." (golint)
    • Line 440: warning: comment on exported method JdccsClient.DescribeDevices should be of the form "DescribeDevices ..." (golint)
    • Line 460: warning: comment on exported method JdccsClient.DescribeIps should be of the form "DescribeIps ..." (golint)
    • Line 480: warning: comment on exported method JdccsClient.UpdateAlarm should be of the form "UpdateAlarm ..." (golint)
    • Line 500: warning: comment on exported method JdccsClient.DescribeMetrics should be of the form "DescribeMetrics ..." (golint)
    • Line 520: warning: comment on exported method JdccsClient.DescribeTrafficSampling should be of the form "DescribeTrafficSampling ..." (golint)
    • Line 540: warning: comment on exported method JdccsClient.DescribeCabinet should be of the form "DescribeCabinet ..." (golint)
    • Line 560: warning: comment on exported method JdccsClient.DescribeIdcOverview should be of the form "DescribeIdcOverview ..." (golint)
    • Line 580: warning: comment on exported method JdccsClient.DescribeAlarm should be of the form "DescribeAlarm ..." (golint)
    • Line 600: warning: comment on exported method JdccsClient.DeleteAlarm should be of the form "DeleteAlarm ..." (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteDataType.go
    • Line 23: warning: exported type DeleteDataTypeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDataTypeRequest should be of the form "NewDeleteDataTypeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDataTypeRequestWithAllParams should be of the form "NewDeleteDataTypeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDataTypeRequestWithoutParam should be of the form "NewDeleteDataTypeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDataTypeRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDataTypeRequest.SetTypeId should be of the form "SetTypeId ..." (golint)
    • Line 107: warning: exported type DeleteDataTypeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDataTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/EnabledUserAccessKey.go
    • Line 23: warning: exported type EnabledUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnabledUserAccessKeyRequest should be of the form "NewEnabledUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnabledUserAccessKeyRequestWithAllParams should be of the form "NewEnabledUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnabledUserAccessKeyRequestWithoutParam should be of the form "NewEnabledUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnabledUserAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnabledUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type EnabledUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnabledUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeTrafficSampling.go
    • Line 24: warning: exported type DescribeTrafficSamplingRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeTrafficSamplingRequest should be of the form "NewDescribeTrafficSamplingRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeTrafficSamplingRequestWithAllParams should be of the form "NewDescribeTrafficSamplingRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeTrafficSamplingRequestWithoutParam should be of the form "NewDescribeTrafficSamplingRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeTrafficSamplingRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 106: warning: comment on exported method DescribeTrafficSamplingRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 111: warning: comment on exported method DescribeTrafficSamplingRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 122: warning: exported type DescribeTrafficSamplingResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeTrafficSamplingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryOnlineBillingType.go
    • Line 23: warning: exported type QueryOnlineBillingTypeRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryOnlineBillingTypeRequest should be of the form "NewQueryOnlineBillingTypeRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryOnlineBillingTypeRequestWithAllParams should be of the form "NewQueryOnlineBillingTypeRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryOnlineBillingTypeRequestWithoutParam should be of the form "NewQueryOnlineBillingTypeRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryOnlineBillingTypeResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryOnlineBillingTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskJs.go
    • Line 24: warning: exported type SetRiskJsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskJsRequest should be of the form "NewSetRiskJsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskJsRequestWithAllParams should be of the form "NewSetRiskJsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskJsRequestWithoutParam should be of the form "NewSetRiskJsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskJsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskJsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskJsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskJsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskJsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteAudit.go
    • Line 23: warning: exported type DeleteAuditRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteAuditRequest should be of the form "NewDeleteAuditRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteAuditRequestWithAllParams should be of the form "NewDeleteAuditRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteAuditRequestWithoutParam should be of the form "NewDeleteAuditRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteAuditResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveRestartAuthKey.go
    • Line 23: warning: exported type DescribeLiveRestartAuthKeyRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewDescribeLiveRestartAuthKeyRequest should be of the form "NewDescribeLiveRestartAuthKeyRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeLiveRestartAuthKeyRequestWithAllParams should be of the form "NewDescribeLiveRestartAuthKeyRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeLiveRestartAuthKeyRequestWithoutParam should be of the form "NewDescribeLiveRestartAuthKeyRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeLiveRestartAuthKeyRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 101: warning: exported type DescribeLiveRestartAuthKeyResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type DescribeLiveRestartAuthKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/RemoveServer.go
    • Line 23: warning: exported type RemoveServerRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemoveServerRequest should be of the form "NewRemoveServerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemoveServerRequestWithAllParams should be of the form "NewRemoveServerRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemoveServerRequestWithoutParam should be of the form "NewRemoveServerRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemoveServerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RemoveServerRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 110: warning: comment on exported method RemoveServerRequest.SetServerId should be of the form "SetServerId ..." (golint)
    • Line 121: warning: exported type RemoveServerResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemoveServerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/AttachVpcNetworkInterfaceById.go
    • Line 24: warning: exported type AttachVpcNetworkInterfaceByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAttachVpcNetworkInterfaceByIdRequest should be of the form "NewAttachVpcNetworkInterfaceByIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAttachVpcNetworkInterfaceByIdRequestWithAllParams should be of the form "NewAttachVpcNetworkInterfaceByIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAttachVpcNetworkInterfaceByIdRequestWithoutParam should be of the form "NewAttachVpcNetworkInterfaceByIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AttachVpcNetworkInterfaceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AttachVpcNetworkInterfaceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method AttachVpcNetworkInterfaceByIdRequest.SetAttach should be of the form "SetAttach ..." (golint)
    • Line 122: warning: exported type AttachVpcNetworkInterfaceByIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AttachVpcNetworkInterfaceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateElasticIpRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DeleteSnapshotPolicy.go
    • Line 23: warning: exported type DeleteSnapshotPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSnapshotPolicyRequest should be of the form "NewDeleteSnapshotPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSnapshotPolicyRequestWithAllParams should be of the form "NewDeleteSnapshotPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSnapshotPolicyRequestWithoutParam should be of the form "NewDeleteSnapshotPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSnapshotPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSnapshotPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 107: warning: exported type DeleteSnapshotPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSnapshotPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/UpdateNamespace.go
    • Line 24: warning: exported type UpdateNamespaceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateNamespaceRequest should be of the form "NewUpdateNamespaceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateNamespaceRequestWithAllParams should be of the form "NewUpdateNamespaceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateNamespaceRequestWithoutParam should be of the form "NewUpdateNamespaceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateNamespaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method UpdateNamespaceRequest.SetNamespaceStr should be of the form "SetNamespaceStr ..." (golint)
    • Line 108: warning: exported type UpdateNamespaceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateNamespaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/CreateSmsTaskUsingPOST.go
    • Line 23: warning: exported type CreateSmsTaskUsingPOSTRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewCreateSmsTaskUsingPOSTRequest should be of the form "NewCreateSmsTaskUsingPOSTRequest ..." (golint)
    • Line 78: warning: comment on exported function NewCreateSmsTaskUsingPOSTRequestWithAllParams should be of the form "NewCreateSmsTaskUsingPOSTRequestWithAllParams ..." (golint)
    • Line 114: warning: comment on exported function NewCreateSmsTaskUsingPOSTRequestWithoutParam should be of the form "NewCreateSmsTaskUsingPOSTRequestWithoutParam ..." (golint)
    • Line 127: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 132: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetSendNumberUrl should be of the form "SetSendNumberUrl ..." (golint)
    • Line 137: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetSendTime should be of the form "SetSendTime ..." (golint)
    • Line 142: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 147: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetTaskName should be of the form "SetTaskName ..." (golint)
    • Line 152: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 157: warning: comment on exported method CreateSmsTaskUsingPOSTRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 168: warning: exported type CreateSmsTaskUsingPOSTResponse should have comment or be unexported (golint)
    • Line 174: warning: exported type CreateSmsTaskUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamDomainSnapshot.go
    • Line 23: warning: exported type DeleteLiveStreamDomainSnapshotRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLiveStreamDomainSnapshotRequest should be of the form "NewDeleteLiveStreamDomainSnapshotRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLiveStreamDomainSnapshotRequestWithAllParams should be of the form "NewDeleteLiveStreamDomainSnapshotRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLiveStreamDomainSnapshotRequestWithoutParam should be of the form "NewDeleteLiveStreamDomainSnapshotRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLiveStreamDomainSnapshotRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 96: warning: comment on exported method DeleteLiveStreamDomainSnapshotRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 107: warning: exported type DeleteLiveStreamDomainSnapshotResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLiveStreamDomainSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/EnableContractSave.go
    • Line 23: warning: exported type EnableContractSaveRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewEnableContractSaveRequest should be of the form "NewEnableContractSaveRequest ..." (golint)
    • Line 45: warning: comment on exported function NewEnableContractSaveRequestWithAllParams should be of the form "NewEnableContractSaveRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewEnableContractSaveRequestWithoutParam should be of the form "NewEnableContractSaveRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type EnableContractSaveResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type EnableContractSaveResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/ValidateSiteMonitorAddress.go
    • Line 23: warning: exported type ValidateSiteMonitorAddressRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewValidateSiteMonitorAddressRequest should be of the form "NewValidateSiteMonitorAddressRequest ..." (golint)
    • Line 48: warning: comment on exported function NewValidateSiteMonitorAddressRequestWithAllParams should be of the form "NewValidateSiteMonitorAddressRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewValidateSiteMonitorAddressRequestWithoutParam should be of the form "NewValidateSiteMonitorAddressRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method ValidateSiteMonitorAddressRequest.SetAddress should be of the form "SetAddress ..." (golint)
    • Line 90: warning: exported type ValidateSiteMonitorAddressResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type ValidateSiteMonitorAddressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/StartJob.go
    • Line 23: warning: exported type StartJobRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStartJobRequest should be of the form "NewStartJobRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStartJobRequestWithAllParams should be of the form "NewStartJobRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewStartJobRequestWithoutParam should be of the form "NewStartJobRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method StartJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method StartJobRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 110: warning: comment on exported method StartJobRequest.SetJobId should be of the form "SetJobId ..." (golint)
    • Line 121: warning: exported type StartJobResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type StartJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteWebRule.go
    • Line 23: warning: exported type DeleteWebRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteWebRuleRequest should be of the form "NewDeleteWebRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteWebRuleRequestWithAllParams should be of the form "NewDeleteWebRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteWebRuleRequestWithoutParam should be of the form "NewDeleteWebRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DeleteWebRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListSnapshotTemplates.go
    • Line 24: warning: exported type ListSnapshotTemplatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListSnapshotTemplatesRequest should be of the form "NewListSnapshotTemplatesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListSnapshotTemplatesRequestWithAllParams should be of the form "NewListSnapshotTemplatesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListSnapshotTemplatesRequestWithoutParam should be of the form "NewListSnapshotTemplatesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListSnapshotTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListSnapshotTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListSnapshotTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListSnapshotTemplatesResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListSnapshotTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/client/DatastarClient.go
    • Line 26: warning: exported type DatastarClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDatastarClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DatastarClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DatastarClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method DatastarClient.GetLargeScreenData should be of the form "GetLargeScreenData ..." (golint)
    • jdcloud-sdk-go/services/censor/models/AudioDetailList.go
    • Line 20: warning: exported type AudioDetailList should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Audio_time should be AudioTime (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Audio_pass_time should be AudioPassTime (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Audio_review_time should be AudioReviewTime (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Audio_block_time should be AudioBlockTime (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAccountPrivilege.go
    • Line 24: warning: exported type DescribeAccountPrivilegeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeAccountPrivilegeRequest should be of the form "NewDescribeAccountPrivilegeRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeAccountPrivilegeRequestWithAllParams should be of the form "NewDescribeAccountPrivilegeRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeAccountPrivilegeRequestWithoutParam should be of the form "NewDescribeAccountPrivilegeRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeAccountPrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeAccountPrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeAccountPrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 122: warning: exported type DescribeAccountPrivilegeResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeAccountPrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/OpenIotCard.go
    • Line 24: warning: exported type OpenIotCardRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOpenIotCardRequest should be of the form "NewOpenIotCardRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOpenIotCardRequestWithAllParams should be of the form "NewOpenIotCardRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOpenIotCardRequestWithoutParam should be of the form "NewOpenIotCardRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OpenIotCardRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OpenIotCardRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type OpenIotCardResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OpenIotCardResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/SearchLogContext.go
    • Line 24: warning: exported type SearchLogContextRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewSearchLogContextRequest should be of the form "NewSearchLogContextRequest ..." (golint)
    • Line 94: warning: comment on exported function NewSearchLogContextRequestWithAllParams should be of the form "NewSearchLogContextRequestWithAllParams ..." (golint)
    • Line 136: warning: comment on exported function NewSearchLogContextRequestWithoutParam should be of the form "NewSearchLogContextRequestWithoutParam ..." (golint)
    • Line 149: warning: comment on exported method SearchLogContextRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 154: warning: comment on exported method SearchLogContextRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 159: warning: comment on exported method SearchLogContextRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 164: warning: comment on exported method SearchLogContextRequest.SetAnchor should be of the form "SetAnchor ..." (golint)
    • Line 169: warning: comment on exported method SearchLogContextRequest.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 174: warning: comment on exported method SearchLogContextRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 179: warning: comment on exported method SearchLogContextRequest.SetId should be of the form "SetId ..." (golint)
    • Line 184: warning: comment on exported method SearchLogContextRequest.SetLineSize should be of the form "SetLineSize ..." (golint)
    • Line 189: warning: comment on exported method SearchLogContextRequest.SetTime should be of the form "SetTime ..." (golint)
    • Line 200: warning: exported type SearchLogContextResponse should have comment or be unexported (golint)
    • Line 206: warning: exported type SearchLogContextResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamSnapshotConfig.go
    • Line 24: warning: exported type DescribeCustomLiveStreamSnapshotConfigRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotConfigRequest should be of the form "NewDescribeCustomLiveStreamSnapshotConfigRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotConfigRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamSnapshotConfigRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotConfigRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamSnapshotConfigRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeCustomLiveStreamSnapshotConfigRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 121: warning: comment on exported method DescribeCustomLiveStreamSnapshotConfigRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeCustomLiveStreamSnapshotConfigRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: exported type DescribeCustomLiveStreamSnapshotConfigResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeCustomLiveStreamSnapshotConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DeleteMonitor.go
    • Line 23: warning: exported type DeleteMonitorRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteMonitorRequest should be of the form "NewDeleteMonitorRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteMonitorRequestWithAllParams should be of the form "NewDeleteMonitorRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteMonitorRequestWithoutParam should be of the form "NewDeleteMonitorRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method DeleteMonitorRequest.SetMonitorId should be of the form "SetMonitorId ..." (golint)
    • Line 121: warning: exported type DeleteMonitorResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeCustomMetricData.go
    • Line 24: warning: exported type DescribeCustomMetricDataRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeCustomMetricDataRequest should be of the form "NewDescribeCustomMetricDataRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeCustomMetricDataRequestWithAllParams should be of the form "NewDescribeCustomMetricDataRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeCustomMetricDataRequestWithoutParam should be of the form "NewDescribeCustomMetricDataRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeCustomMetricDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeCustomMetricDataRequest.SetNamespaceUID should be of the form "SetNamespaceUID ..." (golint)
    • Line 129: warning: comment on exported method DescribeCustomMetricDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 134: warning: comment on exported method DescribeCustomMetricDataRequest.SetQuery should be of the form "SetQuery ..." (golint)
    • Line 139: warning: comment on exported method DescribeCustomMetricDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 144: warning: comment on exported method DescribeCustomMetricDataRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 155: warning: exported type DescribeCustomMetricDataResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type DescribeCustomMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeServerConfig.go
    • Line 24: warning: exported type DescribeServerConfigRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeServerConfigRequest should be of the form "NewDescribeServerConfigRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeServerConfigRequestWithAllParams should be of the form "NewDescribeServerConfigRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeServerConfigRequestWithoutParam should be of the form "NewDescribeServerConfigRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeServerConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeServerConfigResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeServerConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateServerGroup.go
    • Line 24: warning: exported type CreateServerGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateServerGroupRequest should be of the form "NewCreateServerGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateServerGroupRequestWithAllParams should be of the form "NewCreateServerGroupRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateServerGroupRequestWithoutParam should be of the form "NewCreateServerGroupRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateServerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateServerGroupRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateServerGroupRequest.SetServerGroupSpec should be of the form "SetServerGroupSpec ..." (golint)
    • Line 125: warning: exported type CreateServerGroupResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateServerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/client/IotedgeClient.go
    • Line 26: warning: exported type IotedgeClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIotedgeClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IotedgeClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IotedgeClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IotedgeClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IotedgeClient.DelSubDeviceWithCore should be of the form "DelSubDeviceWithCore ..." (golint)
    • Line 80: warning: comment on exported method IotedgeClient.UnInstallApp should be of the form "UnInstallApp ..." (golint)
    • Line 100: warning: comment on exported method IotedgeClient.DescribeDeployApp should be of the form "DescribeDeployApp ..." (golint)
    • Line 120: warning: comment on exported method IotedgeClient.DeleteEdgeWithCore should be of the form "DeleteEdgeWithCore ..." (golint)
    • Line 140: warning: comment on exported method IotedgeClient.DescribeDeployDetails should be of the form "DescribeDeployDetails ..." (golint)
    • Line 160: warning: comment on exported method IotedgeClient.SetAppStatus should be of the form "SetAppStatus ..." (golint)
    • Line 180: warning: comment on exported method IotedgeClient.DescribeConfig should be of the form "DescribeConfig ..." (golint)
    • Line 200: warning: comment on exported method IotedgeClient.AddSubDeviceWithCore should be of the form "AddSubDeviceWithCore ..." (golint)
    • Line 220: warning: comment on exported method IotedgeClient.DeployApp should be of the form "DeployApp ..." (golint)
    • Line 240: warning: comment on exported method IotedgeClient.AddEdgeWithCore should be of the form "AddEdgeWithCore ..." (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateLiveToVodTask.go
    • Line 24: warning: exported type CreateLiveToVodTaskRequest should have comment or be unexported (golint)
    • Line 91: warning: comment on exported function NewCreateLiveToVodTaskRequest should be of the form "NewCreateLiveToVodTaskRequest ..." (golint)
    • Line 137: warning: comment on exported function NewCreateLiveToVodTaskRequestWithAllParams should be of the form "NewCreateLiveToVodTaskRequestWithAllParams ..." (golint)
    • Line 214: warning: comment on exported function NewCreateLiveToVodTaskRequestWithoutParam should be of the form "NewCreateLiveToVodTaskRequestWithoutParam ..." (golint)
    • Line 227: warning: comment on exported method CreateLiveToVodTaskRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 232: warning: comment on exported method CreateLiveToVodTaskRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 237: warning: comment on exported method CreateLiveToVodTaskRequest.SetFileSize should be of the form "SetFileSize ..." (golint)
    • Line 242: warning: comment on exported method CreateLiveToVodTaskRequest.SetCoverUrl should be of the form "SetCoverUrl ..." (golint)
    • Line 247: warning: comment on exported method CreateLiveToVodTaskRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 252: warning: comment on exported method CreateLiveToVodTaskRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 257: warning: comment on exported method CreateLiveToVodTaskRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 262: warning: comment on exported method CreateLiveToVodTaskRequest.SetTranscodeTemplateGroupId should be of the form "SetTranscodeTemplateGroupId ..." (golint)
    • Line 267: warning: comment on exported method CreateLiveToVodTaskRequest.SetTranscodeTemplateIds should be of the form "SetTranscodeTemplateIds ..." (golint)
    • Line 272: warning: comment on exported method CreateLiveToVodTaskRequest.SetWatermarkIds should be of the form "SetWatermarkIds ..." (golint)
    • Line 277: warning: comment on exported method CreateLiveToVodTaskRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 282: warning: comment on exported method CreateLiveToVodTaskRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 287: warning: comment on exported method CreateLiveToVodTaskRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 292: warning: comment on exported method CreateLiveToVodTaskRequest.SetRecordTimes should be of the form "SetRecordTimes ..." (golint)
    • Line 302: warning: comment on exported method CreateLiveToVodTaskRequest.SetRecordFileType should be of the form "SetRecordFileType ..." (golint)
    • Line 310: warning: comment on exported method CreateLiveToVodTaskRequest.SetTaskExternalId should be of the form "SetTaskExternalId ..." (golint)
    • Line 315: warning: comment on exported method CreateLiveToVodTaskRequest.SetPriority should be of the form "SetPriority ..." (golint)
    • Line 329: warning: exported type CreateLiveToVodTaskResponse should have comment or be unexported (golint)
    • Line 335: warning: exported type CreateLiveToVodTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryRateLimitPolicy.go
    • Line 24: warning: exported type QueryRateLimitPolicyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryRateLimitPolicyRequest should be of the form "NewQueryRateLimitPolicyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryRateLimitPolicyRequestWithAllParams should be of the form "NewQueryRateLimitPolicyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryRateLimitPolicyRequestWithoutParam should be of the form "NewQueryRateLimitPolicyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryRateLimitPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryRateLimitPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 108: warning: exported type QueryRateLimitPolicyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryRateLimitPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeProductsForAlarm.go
    • Line 24: warning: exported type DescribeProductsForAlarmRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeProductsForAlarmRequest should be of the form "NewDescribeProductsForAlarmRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeProductsForAlarmRequestWithAllParams should be of the form "NewDescribeProductsForAlarmRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeProductsForAlarmRequestWithoutParam should be of the form "NewDescribeProductsForAlarmRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method DescribeProductsForAlarmRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 91: warning: comment on exported method DescribeProductsForAlarmRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 102: warning: exported type DescribeProductsForAlarmResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type DescribeProductsForAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/CloseLiveRestart.go
    • Line 23: warning: exported type CloseLiveRestartRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCloseLiveRestartRequest should be of the form "NewCloseLiveRestartRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCloseLiveRestartRequestWithAllParams should be of the form "NewCloseLiveRestartRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCloseLiveRestartRequestWithoutParam should be of the form "NewCloseLiveRestartRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CloseLiveRestartRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 93: warning: exported type CloseLiveRestartResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CloseLiveRestartResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeUrlRanking.go
    • Line 24: warning: exported type DescribeUrlRankingRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeUrlRankingRequest should be of the form "NewDescribeUrlRankingRequest ..." (golint)
    • Line 84: warning: comment on exported function NewDescribeUrlRankingRequestWithAllParams should be of the form "NewDescribeUrlRankingRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewDescribeUrlRankingRequestWithoutParam should be of the form "NewDescribeUrlRankingRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method DescribeUrlRankingRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 145: warning: comment on exported method DescribeUrlRankingRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 150: warning: comment on exported method DescribeUrlRankingRequest.SetRankfield should be of the form "SetRankfield ..." (golint)
    • Line 159: warning: comment on exported method DescribeUrlRankingRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 168: warning: comment on exported method DescribeUrlRankingRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 184: warning: exported type DescribeUrlRankingResponse should have comment or be unexported (golint)
    • Line 190: warning: exported type DescribeUrlRankingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/DescribeInstanceVoucherTypes.go
    • Line 25: warning: exported type DescribeInstanceVoucherTypesRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeInstanceVoucherTypesRequest should be of the form "NewDescribeInstanceVoucherTypesRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeInstanceVoucherTypesRequestWithAllParams should be of the form "NewDescribeInstanceVoucherTypesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeInstanceVoucherTypesRequestWithoutParam should be of the form "NewDescribeInstanceVoucherTypesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeInstanceVoucherTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeInstanceVoucherTypesRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 120: warning: comment on exported method DescribeInstanceVoucherTypesRequest.SetReservedType should be of the form "SetReservedType ..." (golint)
    • Line 125: warning: comment on exported method DescribeInstanceVoucherTypesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeInstanceVoucherTypesResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeInstanceVoucherTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribePermissionDetail.go
    • Line 24: warning: exported type DescribePermissionDetailRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribePermissionDetailRequest should be of the form "NewDescribePermissionDetailRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribePermissionDetailRequestWithAllParams should be of the form "NewDescribePermissionDetailRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribePermissionDetailRequestWithoutParam should be of the form "NewDescribePermissionDetailRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribePermissionDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribePermissionDetailRequest.SetPermissionId should be of the form "SetPermissionId ..." (golint)
    • Line 108: warning: exported type DescribePermissionDetailResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribePermissionDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ConfigHttp2.go
    • Line 23: warning: exported type ConfigHttp2Request should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewConfigHttp2Request should be of the form "NewConfigHttp2Request ..." (golint)
    • Line 54: warning: comment on exported function NewConfigHttp2RequestWithAllParams should be of the form "NewConfigHttp2RequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewConfigHttp2RequestWithoutParam should be of the form "NewConfigHttp2RequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method ConfigHttp2Request.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method ConfigHttp2Request.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type ConfigHttp2Response should have comment or be unexported (golint)
    • Line 110: warning: exported type ConfigHttp2Result should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeRoomOnlineUserNum.go
    • Line 23: warning: exported type DescribeRoomOnlineUserNumRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeRoomOnlineUserNumRequest should be of the form "NewDescribeRoomOnlineUserNumRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeRoomOnlineUserNumRequestWithAllParams should be of the form "NewDescribeRoomOnlineUserNumRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeRoomOnlineUserNumRequestWithoutParam should be of the form "NewDescribeRoomOnlineUserNumRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeRoomOnlineUserNumRequest.SetRoomId should be of the form "SetRoomId ..." (golint)
    • Line 93: warning: exported type DescribeRoomOnlineUserNumResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeRoomOnlineUserNumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyDataSourceTableField.go
    • Line 24: warning: exported type ModifyDataSourceTableFieldRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyDataSourceTableFieldRequest should be of the form "NewModifyDataSourceTableFieldRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyDataSourceTableFieldRequestWithAllParams should be of the form "NewModifyDataSourceTableFieldRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyDataSourceTableFieldRequestWithoutParam should be of the form "NewModifyDataSourceTableFieldRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyDataSourceTableFieldRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyDataSourceTableFieldRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 129: warning: comment on exported method ModifyDataSourceTableFieldRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 134: warning: comment on exported method ModifyDataSourceTableFieldRequest.SetFieldName should be of the form "SetFieldName ..." (golint)
    • Line 139: warning: comment on exported method ModifyDataSourceTableFieldRequest.SetFieldSpec should be of the form "SetFieldSpec ..." (golint)
    • Line 150: warning: exported type ModifyDataSourceTableFieldResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyDataSourceTableFieldResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModifyInstance.go
    • Line 23: warning: exported type ModifyInstanceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyInstanceRequest should be of the form "NewModifyInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceRequestWithAllParams should be of the form "NewModifyInstanceRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyInstanceRequestWithoutParam should be of the form "NewModifyInstanceRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 113: warning: comment on exported method ModifyInstanceRequest.SetInsName should be of the form "SetInsName ..." (golint)
    • Line 118: warning: comment on exported method ModifyInstanceRequest.SetInsDesc should be of the form "SetInsDesc ..." (golint)
    • Line 129: warning: exported type ModifyInstanceResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/CloseIotFlow.go
    • Line 24: warning: exported type CloseIotFlowRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCloseIotFlowRequest should be of the form "NewCloseIotFlowRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCloseIotFlowRequestWithAllParams should be of the form "NewCloseIotFlowRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCloseIotFlowRequestWithoutParam should be of the form "NewCloseIotFlowRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CloseIotFlowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CloseIotFlowRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type CloseIotFlowResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CloseIotFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeClusterInfo.go
    • Line 24: warning: exported type DescribeClusterInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeClusterInfoRequest should be of the form "NewDescribeClusterInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeClusterInfoRequestWithAllParams should be of the form "NewDescribeClusterInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeClusterInfoRequestWithoutParam should be of the form "NewDescribeClusterInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeClusterInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeClusterInfoRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeClusterInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeClusterInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribePods.go
    • Line 25: warning: exported type DescribePodsRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribePodsRequest should be of the form "NewDescribePodsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribePodsRequestWithAllParams should be of the form "NewDescribePodsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribePodsRequestWithoutParam should be of the form "NewDescribePodsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribePodsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribePodsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribePodsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribePodsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: comment on exported method DescribePodsRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 160: warning: exported type DescribePodsResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribePodsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/apis/DeviceControl.go
    • Line 24: warning: exported type DeviceControlRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeviceControlRequest should be of the form "NewDeviceControlRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeviceControlRequestWithAllParams should be of the form "NewDeviceControlRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeviceControlRequestWithoutParam should be of the form "NewDeviceControlRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeviceControlRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeviceControlRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeviceControlRequest.SetDevicecmd should be of the form "SetDevicecmd ..." (golint)
    • Line 122: warning: exported type DeviceControlResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeviceControlResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteElasticIp.go
    • Line 23: warning: exported type DeleteElasticIpRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteElasticIpRequest should be of the form "NewDeleteElasticIpRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteElasticIpRequestWithAllParams should be of the form "NewDeleteElasticIpRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteElasticIpRequestWithoutParam should be of the form "NewDeleteElasticIpRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 107: warning: exported type DeleteElasticIpResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/UnTagResources.go
    • Line 24: warning: exported type UnTagResourcesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUnTagResourcesRequest should be of the form "NewUnTagResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUnTagResourcesRequestWithAllParams should be of the form "NewUnTagResourcesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUnTagResourcesRequestWithoutParam should be of the form "NewUnTagResourcesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UnTagResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method UnTagResourcesRequest.SetUnTagResources should be of the form "SetUnTagResources ..." (golint)
    • Line 108: warning: exported type UnTagResourcesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UnTagResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/StartJob.go
    • Line 23: warning: exported type StartJobRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewStartJobRequest should be of the form "NewStartJobRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStartJobRequestWithAllParams should be of the form "NewStartJobRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewStartJobRequestWithoutParam should be of the form "NewStartJobRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method StartJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method StartJobRequest.SetId should be of the form "SetId ..." (golint)
    • Line 113: warning: comment on exported method StartJobRequest.SetCategory should be of the form "SetCategory ..." (golint)
    • Line 118: warning: comment on exported method StartJobRequest.SetBranch should be of the form "SetBranch ..." (golint)
    • Line 129: warning: exported type StartJobResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type StartJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/CreateProbeTask.go
    • Line 24: warning: exported type CreateProbeTaskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateProbeTaskRequest should be of the form "NewCreateProbeTaskRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateProbeTaskRequestWithAllParams should be of the form "NewCreateProbeTaskRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateProbeTaskRequestWithoutParam should be of the form "NewCreateProbeTaskRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateProbeTaskRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 97: warning: comment on exported method CreateProbeTaskRequest.SetCreateProbeTaskSpec should be of the form "SetCreateProbeTaskSpec ..." (golint)
    • Line 108: warning: exported type CreateProbeTaskResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateProbeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DeleteUserView.go
    • Line 24: warning: exported type DeleteUserViewRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteUserViewRequest should be of the form "NewDeleteUserViewRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteUserViewRequestWithAllParams should be of the form "NewDeleteUserViewRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteUserViewRequestWithoutParam should be of the form "NewDeleteUserViewRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteUserViewRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method DeleteUserViewRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DeleteUserViewResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/GprsStatus.go
    • Line 24: warning: exported type GprsStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGprsStatusRequest should be of the form "NewGprsStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGprsStatusRequestWithAllParams should be of the form "NewGprsStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGprsStatusRequestWithoutParam should be of the form "NewGprsStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GprsStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GprsStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type GprsStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GprsStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetExtraCacheTime.go
    • Line 23: warning: exported type SetExtraCacheTimeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetExtraCacheTimeRequest should be of the form "NewSetExtraCacheTimeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetExtraCacheTimeRequestWithAllParams should be of the form "NewSetExtraCacheTimeRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetExtraCacheTimeRequestWithoutParam should be of the form "NewSetExtraCacheTimeRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetExtraCacheTimeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetExtraCacheTimeRequest.SetHttpCode should be of the form "SetHttpCode ..." (golint)
    • Line 104: warning: comment on exported method SetExtraCacheTimeRequest.SetCacheTime should be of the form "SetCacheTime ..." (golint)
    • Line 115: warning: exported type SetExtraCacheTimeResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetExtraCacheTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ams/client/AmsClient.go
    • Line 26: warning: exported type AmsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAmsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method AmsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method AmsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method AmsClient.DescribeAuthenticate should be of the form "DescribeAuthenticate ..." (golint)
    • Line 76: warning: comment on exported method AmsClient.DescribeStreamsInput should be of the form "DescribeStreamsInput ..." (golint)
    • jdcloud-sdk-go/services/live/apis/AddCustomLiveStreamTranscodeTemplate.go
    • Line 23: warning: exported type AddCustomLiveStreamTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 119: warning: comment on exported function NewAddCustomLiveStreamTranscodeTemplateRequest should be of the form "NewAddCustomLiveStreamTranscodeTemplateRequest ..." (golint)
    • Line 185: warning: comment on exported function NewAddCustomLiveStreamTranscodeTemplateRequestWithAllParams should be of the form "NewAddCustomLiveStreamTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 291: warning: comment on exported function NewAddCustomLiveStreamTranscodeTemplateRequestWithoutParam should be of the form "NewAddCustomLiveStreamTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 304: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 311: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetVideoCodec should be of the form "SetVideoCodec ..." (golint)
    • Line 319: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetVideoCodeRate should be of the form "SetVideoCodeRate ..." (golint)
    • Line 327: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetVideoFrameRate should be of the form "SetVideoFrameRate ..." (golint)
    • Line 334: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 343: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 352: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 369: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioCodec should be of the form "SetAudioCodec ..." (golint)
    • Line 377: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioFormat should be of the form "SetAudioFormat ..." (golint)
    • Line 385: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioSampleRate should be of the form "SetAudioSampleRate ..." (golint)
    • Line 392: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioChannel should be of the form "SetAudioChannel ..." (golint)
    • Line 400: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioCodeRate should be of the form "SetAudioCodeRate ..." (golint)
    • Line 408: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetJdchd should be of the form "SetJdchd ..." (golint)
    • Line 416: warning: comment on exported method AddCustomLiveStreamTranscodeTemplateRequest.SetAudioComfort should be of the form "SetAudioComfort ..." (golint)
    • Line 429: warning: exported type AddCustomLiveStreamTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 435: warning: exported type AddCustomLiveStreamTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/UpdateKeyDescription.go
    • Line 24: warning: exported type UpdateKeyDescriptionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateKeyDescriptionRequest should be of the form "NewUpdateKeyDescriptionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateKeyDescriptionRequestWithAllParams should be of the form "NewUpdateKeyDescriptionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateKeyDescriptionRequestWithoutParam should be of the form "NewUpdateKeyDescriptionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateKeyDescriptionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 97: warning: comment on exported method UpdateKeyDescriptionRequest.SetKeyCfg should be of the form "SetKeyCfg ..." (golint)
    • Line 108: warning: exported type UpdateKeyDescriptionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateKeyDescriptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/client/HufuClient.go
    • Line 26: warning: exported type HufuClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewHufuClient should have comment or be unexported (golint)
    • Line 48: warning: exported method HufuClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method HufuClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method HufuClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method HufuClient.Encrypt should be of the form "Encrypt ..." (golint)
    • Line 80: warning: comment on exported method HufuClient.DescribeDeployment should be of the form "DescribeDeployment ..." (golint)
    • Line 100: warning: comment on exported method HufuClient.QueryAccessLog should be of the form "QueryAccessLog ..." (golint)
    • Line 120: warning: comment on exported method HufuClient.Deploy should be of the form "Deploy ..." (golint)
    • Line 140: warning: comment on exported method HufuClient.IsEncryptData should be of the form "IsEncryptData ..." (golint)
    • jdcloud-sdk-go/services/vm/apis/UnShareImage.go
    • Line 23: warning: exported type UnShareImageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUnShareImageRequest should be of the form "NewUnShareImageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUnShareImageRequestWithAllParams should be of the form "NewUnShareImageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUnShareImageRequestWithoutParam should be of the form "NewUnShareImageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UnShareImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method UnShareImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 110: warning: comment on exported method UnShareImageRequest.SetPins should be of the form "SetPins ..." (golint)
    • Line 121: warning: exported type UnShareImageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type UnShareImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmInstances.go
    • Line 24: warning: exported type GetVmInstancesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVmInstancesRequest should be of the form "NewGetVmInstancesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVmInstancesRequestWithAllParams should be of the form "NewGetVmInstancesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVmInstancesRequestWithoutParam should be of the form "NewGetVmInstancesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVmInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVmInstancesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVmInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyLoadBalancer.go
    • Line 24: warning: exported type ModifyLoadBalancerRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyLoadBalancerRequest should be of the form "NewModifyLoadBalancerRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyLoadBalancerRequestWithAllParams should be of the form "NewModifyLoadBalancerRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewModifyLoadBalancerRequestWithoutParam should be of the form "NewModifyLoadBalancerRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ModifyLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ModifyLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 114: warning: comment on exported method ModifyLoadBalancerRequest.SetName should be of the form "SetName ..." (golint)
    • Line 119: warning: comment on exported method ModifyLoadBalancerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type ModifyLoadBalancerResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ModifyLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jke/client/JkeClient.go
    • Line 26: warning: exported type JkeClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJkeClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JkeClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JkeClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method JkeClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • jdcloud-sdk-go/services/vm/apis/StartInstance.go
    • Line 23: warning: exported type StartInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartInstanceRequest should be of the form "NewStartInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartInstanceRequestWithAllParams should be of the form "NewStartInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartInstanceRequestWithoutParam should be of the form "NewStartInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type StartInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcById.go
    • Line 23: warning: exported type DeleteVpcByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcByIdRequest should be of the form "NewDeleteVpcByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcByIdRequestWithAllParams should be of the form "NewDeleteVpcByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcByIdRequestWithoutParam should be of the form "NewDeleteVpcByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeDDoSGraph.go
    • Line 23: warning: exported type DescribeDDoSGraphRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeDDoSGraphRequest should be of the form "NewDescribeDDoSGraphRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeDDoSGraphRequestWithAllParams should be of the form "NewDescribeDDoSGraphRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeDDoSGraphRequestWithoutParam should be of the form "NewDescribeDDoSGraphRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DescribeDDoSGraphRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DescribeDDoSGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 113: warning: comment on exported method DescribeDDoSGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 118: warning: comment on exported method DescribeDDoSGraphRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: exported type DescribeDDoSGraphResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DescribeDDoSGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeNameList.go
    • Line 24: warning: exported type DescribeNameListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeNameListRequest should be of the form "NewDescribeNameListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeNameListRequestWithAllParams should be of the form "NewDescribeNameListRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeNameListRequestWithoutParam should be of the form "NewDescribeNameListRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeNameListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeNameListRequest.SetId should be of the form "SetId ..." (golint)
    • Line 117: warning: comment on exported method DescribeNameListRequest.SetName should be of the form "SetName ..." (golint)
    • Line 122: warning: comment on exported method DescribeNameListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 127: warning: comment on exported method DescribeNameListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 138: warning: exported type DescribeNameListResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeNameListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeIpWhiteList.go
    • Line 23: warning: exported type DescribeIpWhiteListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeIpWhiteListRequest should be of the form "NewDescribeIpWhiteListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeIpWhiteListRequestWithAllParams should be of the form "NewDescribeIpWhiteListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeIpWhiteListRequestWithoutParam should be of the form "NewDescribeIpWhiteListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeIpWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeIpWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeIpWhiteListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeIpWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteVpc.go
    • Line 23: warning: exported type DeleteVpcRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteVpcRequest should be of the form "NewDeleteVpcRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteVpcRequestWithAllParams should be of the form "NewDeleteVpcRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteVpcRequestWithoutParam should be of the form "NewDeleteVpcRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 111: warning: comment on exported method DeleteVpcRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteVpcResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstancePrivateIpAddress.go
    • Line 25: warning: exported type DescribeInstancePrivateIpAddressRequest should have comment or be unexported (golint)
    • Line 51: warning: comment on exported function NewDescribeInstancePrivateIpAddressRequest should be of the form "NewDescribeInstancePrivateIpAddressRequest ..." (golint)
    • Line 71: warning: comment on exported function NewDescribeInstancePrivateIpAddressRequestWithAllParams should be of the form "NewDescribeInstancePrivateIpAddressRequestWithAllParams ..." (golint)
    • Line 107: warning: comment on exported function NewDescribeInstancePrivateIpAddressRequestWithoutParam should be of the form "NewDescribeInstancePrivateIpAddressRequestWithoutParam ..." (golint)
    • Line 120: warning: comment on exported method DescribeInstancePrivateIpAddressRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 125: warning: comment on exported method DescribeInstancePrivateIpAddressRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeInstancePrivateIpAddressRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method DescribeInstancePrivateIpAddressRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 155: warning: exported type DescribeInstancePrivateIpAddressResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type DescribeInstancePrivateIpAddressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/ModifyFileSystemAttribute.go
    • Line 23: warning: exported type ModifyFileSystemAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyFileSystemAttributeRequest should be of the form "NewModifyFileSystemAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyFileSystemAttributeRequestWithAllParams should be of the form "NewModifyFileSystemAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyFileSystemAttributeRequestWithoutParam should be of the form "NewModifyFileSystemAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyFileSystemAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyFileSystemAttributeRequest.SetFileSystemId should be of the form "SetFileSystemId ..." (golint)
    • Line 113: warning: comment on exported method ModifyFileSystemAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyFileSystemAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyFileSystemAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyFileSystemAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QueryReceiptRecordUsingGET.go
    • Line 24: warning: exported type QueryReceiptRecordUsingGETRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewQueryReceiptRecordUsingGETRequest should be of the form "NewQueryReceiptRecordUsingGETRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryReceiptRecordUsingGETRequestWithAllParams should be of the form "NewQueryReceiptRecordUsingGETRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewQueryReceiptRecordUsingGETRequestWithoutParam should be of the form "NewQueryReceiptRecordUsingGETRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method QueryReceiptRecordUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 106: warning: comment on exported method QueryReceiptRecordUsingGETRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 111: warning: comment on exported method QueryReceiptRecordUsingGETRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 122: warning: exported type QueryReceiptRecordUsingGETResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type QueryReceiptRecordUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyJsPageOfWebRule.go
    • Line 24: warning: exported type ModifyJsPageOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyJsPageOfWebRuleRequest should be of the form "NewModifyJsPageOfWebRuleRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyJsPageOfWebRuleRequestWithAllParams should be of the form "NewModifyJsPageOfWebRuleRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyJsPageOfWebRuleRequestWithoutParam should be of the form "NewModifyJsPageOfWebRuleRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyJsPageOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyJsPageOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ModifyJsPageOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 134: warning: comment on exported method ModifyJsPageOfWebRuleRequest.SetJsPageId should be of the form "SetJsPageId ..." (golint)
    • Line 139: warning: comment on exported method ModifyJsPageOfWebRuleRequest.SetJsPageSpec should be of the form "SetJsPageSpec ..." (golint)
    • Line 150: warning: exported type ModifyJsPageOfWebRuleResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyJsPageOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/CreateSecret.go
    • Line 24: warning: exported type CreateSecretRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewCreateSecretRequest should be of the form "NewCreateSecretRequest ..." (golint)
    • Line 78: warning: comment on exported function NewCreateSecretRequestWithAllParams should be of the form "NewCreateSecretRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewCreateSecretRequestWithoutParam should be of the form "NewCreateSecretRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method CreateSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method CreateSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 133: warning: comment on exported method CreateSecretRequest.SetSecretType should be of the form "SetSecretType ..." (golint)
    • Line 139: warning: comment on exported method CreateSecretRequest.SetData should be of the form "SetData ..." (golint)
    • Line 152: warning: exported type CreateSecretResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type CreateSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteApi.go
    • Line 23: warning: exported type DeleteApiRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteApiRequest should be of the form "NewDeleteApiRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteApiRequestWithAllParams should be of the form "NewDeleteApiRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteApiRequestWithoutParam should be of the form "NewDeleteApiRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteApiRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteApiRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 119: warning: comment on exported method DeleteApiRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 124: warning: comment on exported method DeleteApiRequest.SetApiId should be of the form "SetApiId ..." (golint)
    • Line 135: warning: exported type DeleteApiResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteApiResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeRouteTables.go
    • Line 25: warning: exported type DescribeRouteTablesRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeRouteTablesRequest should be of the form "NewDescribeRouteTablesRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeRouteTablesRequestWithAllParams should be of the form "NewDescribeRouteTablesRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeRouteTablesRequestWithoutParam should be of the form "NewDescribeRouteTablesRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeRouteTablesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeRouteTablesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeRouteTablesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeRouteTablesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeRouteTablesResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeRouteTablesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeRegistries.go
    • Line 24: warning: exported type DescribeRegistriesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRegistriesRequest should be of the form "NewDescribeRegistriesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeRegistriesRequestWithAllParams should be of the form "NewDescribeRegistriesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeRegistriesRequestWithoutParam should be of the form "NewDescribeRegistriesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeRegistriesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeRegistriesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeRegistriesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteVideo.go
    • Line 23: warning: exported type DeleteVideoRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteVideoRequest should be of the form "NewDeleteVideoRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteVideoRequestWithAllParams should be of the form "NewDeleteVideoRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteVideoRequestWithoutParam should be of the form "NewDeleteVideoRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteVideoRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 93: warning: exported type DeleteVideoResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteVideoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/CreateSecretVersion.go
    • Line 24: warning: exported type CreateSecretVersionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateSecretVersionRequest should be of the form "NewCreateSecretVersionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateSecretVersionRequestWithAllParams should be of the form "NewCreateSecretVersionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateSecretVersionRequestWithoutParam should be of the form "NewCreateSecretVersionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateSecretVersionRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 97: warning: comment on exported method CreateSecretVersionRequest.SetSecretVersionCfg should be of the form "SetSecretVersionCfg ..." (golint)
    • Line 108: warning: exported type CreateSecretVersionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateSecretVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DisabledUserAccessKey.go
    • Line 23: warning: exported type DisabledUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisabledUserAccessKeyRequest should be of the form "NewDisabledUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisabledUserAccessKeyRequestWithAllParams should be of the form "NewDisabledUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisabledUserAccessKeyRequestWithoutParam should be of the form "NewDisabledUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisabledUserAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisabledUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type DisabledUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisabledUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyAnalysisTime.go
    • Line 23: warning: exported type ModifyAnalysisTimeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyAnalysisTimeRequest should be of the form "NewModifyAnalysisTimeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyAnalysisTimeRequestWithAllParams should be of the form "NewModifyAnalysisTimeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyAnalysisTimeRequestWithoutParam should be of the form "NewModifyAnalysisTimeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyAnalysisTimeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyAnalysisTimeRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyAnalysisTimeRequest.SetAnalysisTime should be of the form "SetAnalysisTime ..." (golint)
    • Line 121: warning: exported type ModifyAnalysisTimeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyAnalysisTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/DelDomains.go
    • Line 23: warning: exported type DelDomainsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDelDomainsRequest should be of the form "NewDelDomainsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDelDomainsRequestWithAllParams should be of the form "NewDelDomainsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDelDomainsRequestWithoutParam should be of the form "NewDelDomainsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DelDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DelDomainsRequest.SetDomainNames should be of the form "SetDomainNames ..." (golint)
    • Line 107: warning: exported type DelDomainsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DelDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateJsPageOfWebRule.go
    • Line 24: warning: exported type CreateJsPageOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateJsPageOfWebRuleRequest should be of the form "NewCreateJsPageOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateJsPageOfWebRuleRequestWithAllParams should be of the form "NewCreateJsPageOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateJsPageOfWebRuleRequestWithoutParam should be of the form "NewCreateJsPageOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateJsPageOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateJsPageOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateJsPageOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method CreateJsPageOfWebRuleRequest.SetJsPageSpec should be of the form "SetJsPageSpec ..." (golint)
    • Line 136: warning: exported type CreateJsPageOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateJsPageOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/CreateBackupSynchronicity.go
    • Line 23: warning: exported type CreateBackupSynchronicityRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateBackupSynchronicityRequest should be of the form "NewCreateBackupSynchronicityRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateBackupSynchronicityRequestWithAllParams should be of the form "NewCreateBackupSynchronicityRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateBackupSynchronicityRequestWithoutParam should be of the form "NewCreateBackupSynchronicityRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateBackupSynchronicityRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateBackupSynchronicityRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateBackupSynchronicityRequest.SetSrcRegion should be of the form "SetSrcRegion ..." (golint)
    • Line 124: warning: comment on exported method CreateBackupSynchronicityRequest.SetDstRegion should be of the form "SetDstRegion ..." (golint)
    • Line 135: warning: exported type CreateBackupSynchronicityResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateBackupSynchronicityResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DeleteCacheInstance.go
    • Line 23: warning: exported type DeleteCacheInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteCacheInstanceRequest should be of the form "NewDeleteCacheInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteCacheInstanceRequestWithAllParams should be of the form "NewDeleteCacheInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteCacheInstanceRequestWithoutParam should be of the form "NewDeleteCacheInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteCacheInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteCacheInstanceRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteCacheInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteCacheInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteSlbsListener.go
    • Line 23: warning: exported type DeleteSlbsListenerRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteSlbsListenerRequest should be of the form "NewDeleteSlbsListenerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteSlbsListenerRequestWithAllParams should be of the form "NewDeleteSlbsListenerRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteSlbsListenerRequestWithoutParam should be of the form "NewDeleteSlbsListenerRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteSlbsListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteSlbsListenerRequest.SetId should be of the form "SetId ..." (golint)
    • Line 110: warning: comment on exported method DeleteSlbsListenerRequest.SetListenerPort should be of the form "SetListenerPort ..." (golint)
    • Line 121: warning: exported type DeleteSlbsListenerResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteSlbsListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyInstanceName.go
    • Line 24: warning: exported type ModifyInstanceNameRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceNameRequest should be of the form "NewModifyInstanceNameRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceNameRequestWithAllParams should be of the form "NewModifyInstanceNameRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceNameRequestWithoutParam should be of the form "NewModifyInstanceNameRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceNameRequest.SetRenameInstanceSpec should be of the form "SetRenameInstanceSpec ..." (golint)
    • Line 122: warning: exported type ModifyInstanceNameResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeParameters.go
    • Line 24: warning: exported type DescribeParametersRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeParametersRequest should be of the form "NewDescribeParametersRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeParametersRequestWithAllParams should be of the form "NewDescribeParametersRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeParametersRequestWithoutParam should be of the form "NewDescribeParametersRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeParametersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeParametersRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeParametersResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeParametersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskJs.go
    • Line 24: warning: exported type ListRiskJsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskJsRequest should be of the form "NewListRiskJsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskJsRequestWithAllParams should be of the form "NewListRiskJsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskJsRequestWithoutParam should be of the form "NewListRiskJsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskJsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskJsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskJsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskJsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskJsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetWatermark.go
    • Line 23: warning: exported type GetWatermarkRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetWatermarkRequest should be of the form "NewGetWatermarkRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetWatermarkRequestWithAllParams should be of the form "NewGetWatermarkRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetWatermarkRequestWithoutParam should be of the form "NewGetWatermarkRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetWatermarkRequest.SetWatermarkId should be of the form "SetWatermarkId ..." (golint)
    • Line 93: warning: exported type GetWatermarkResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/client/LogsClient.go
    • Line 26: warning: exported type LogsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewLogsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method LogsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method LogsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method LogsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method LogsClient.DescribeLogtopic should be of the form "DescribeLogtopic ..." (golint)
    • Line 80: warning: comment on exported method LogsClient.DescribeLogdCA should be of the form "DescribeLogdCA ..." (golint)
    • Line 100: warning: comment on exported method LogsClient.DescribeLogset should be of the form "DescribeLogset ..." (golint)
    • Line 120: warning: comment on exported method LogsClient.DescribeInstanceCollectConfs should be of the form "DescribeInstanceCollectConfs ..." (golint)
    • Line 140: warning: comment on exported method LogsClient.DeleteLogtopic should be of the form "DeleteLogtopic ..." (golint)
    • Line 160: warning: comment on exported method LogsClient.DescribeCollectResources should be of the form "DescribeCollectResources ..." (golint)
    • Line 180: warning: comment on exported method LogsClient.UpdateLogtopic should be of the form "UpdateLogtopic ..." (golint)
    • Line 200: warning: comment on exported method LogsClient.DescribeLogsets should be of the form "DescribeLogsets ..." (golint)
    • Line 220: warning: comment on exported method LogsClient.UpdateCollectInfo should be of the form "UpdateCollectInfo ..." (golint)
    • Line 240: warning: comment on exported method LogsClient.Put should be of the form "Put ..." (golint)
    • Line 260: warning: comment on exported method LogsClient.DescribeCollectInfo should be of the form "DescribeCollectInfo ..." (golint)
    • Line 280: warning: comment on exported method LogsClient.CreateLogset should be of the form "CreateLogset ..." (golint)
    • Line 300: warning: comment on exported method LogsClient.UpdateLogset should be of the form "UpdateLogset ..." (golint)
    • Line 320: warning: comment on exported method LogsClient.DescribeLogtopics should be of the form "DescribeLogtopics ..." (golint)
    • Line 340: warning: comment on exported method LogsClient.SearchLogContext should be of the form "SearchLogContext ..." (golint)
    • Line 360: warning: comment on exported method LogsClient.CreateCollectInfo should be of the form "CreateCollectInfo ..." (golint)
    • Line 380: warning: comment on exported method LogsClient.DeleteLogset should be of the form "DeleteLogset ..." (golint)
    • Line 400: warning: comment on exported method LogsClient.Search should be of the form "Search ..." (golint)
    • Line 420: warning: comment on exported method LogsClient.UpdateCollectResources should be of the form "UpdateCollectResources ..." (golint)
    • Line 440: warning: comment on exported method LogsClient.CreateLogtopic should be of the form "CreateLogtopic ..." (golint)
    • jdcloud-sdk-go/services/function/apis/CreateAlias.go
    • Line 24: warning: exported type CreateAliasRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateAliasRequest should be of the form "NewCreateAliasRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateAliasRequestWithAllParams should be of the form "NewCreateAliasRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewCreateAliasRequestWithoutParam should be of the form "NewCreateAliasRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method CreateAliasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method CreateAliasRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 123: warning: comment on exported method CreateAliasRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 128: warning: comment on exported method CreateAliasRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 133: warning: comment on exported method CreateAliasRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 144: warning: exported type CreateAliasResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type CreateAliasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteBackend.go
    • Line 23: warning: exported type DeleteBackendRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackendRequest should be of the form "NewDeleteBackendRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackendRequestWithAllParams should be of the form "NewDeleteBackendRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackendRequestWithoutParam should be of the form "NewDeleteBackendRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackendRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackendRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 107: warning: exported type DeleteBackendResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackendResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/industrydata/apis/GetLargeScreenData.go
    • Line 24: warning: exported type GetLargeScreenDataRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewGetLargeScreenDataRequest should be of the form "NewGetLargeScreenDataRequest ..." (golint)
    • Line 85: warning: comment on exported function NewGetLargeScreenDataRequestWithAllParams should be of the form "NewGetLargeScreenDataRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewGetLargeScreenDataRequestWithoutParam should be of the form "NewGetLargeScreenDataRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method GetLargeScreenDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 139: warning: comment on exported method GetLargeScreenDataRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 144: warning: comment on exported method GetLargeScreenDataRequest.SetIndustry should be of the form "SetIndustry ..." (golint)
    • Line 149: warning: comment on exported method GetLargeScreenDataRequest.SetStartDate should be of the form "SetStartDate ..." (golint)
    • Line 154: warning: comment on exported method GetLargeScreenDataRequest.SetEndDate should be of the form "SetEndDate ..." (golint)
    • Line 159: warning: comment on exported method GetLargeScreenDataRequest.SetFirstIndex should be of the form "SetFirstIndex ..." (golint)
    • Line 164: warning: comment on exported method GetLargeScreenDataRequest.SetSecondIndex should be of the form "SetSecondIndex ..." (golint)
    • Line 175: warning: exported type GetLargeScreenDataResponse should have comment or be unexported (golint)
    • Line 181: warning: exported type GetLargeScreenDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeStackTemplate.go
    • Line 23: warning: exported type DescribeStackTemplateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeStackTemplateRequest should be of the form "NewDescribeStackTemplateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeStackTemplateRequestWithAllParams should be of the form "NewDescribeStackTemplateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeStackTemplateRequestWithoutParam should be of the form "NewDescribeStackTemplateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeStackTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeStackTemplateRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 107: warning: exported type DescribeStackTemplateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeStackTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ApplyElasticIps.go
    • Line 24: warning: exported type ApplyElasticIpsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewApplyElasticIpsRequest should be of the form "NewApplyElasticIpsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewApplyElasticIpsRequestWithAllParams should be of the form "NewApplyElasticIpsRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewApplyElasticIpsRequestWithoutParam should be of the form "NewApplyElasticIpsRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method ApplyElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method ApplyElasticIpsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method ApplyElasticIpsRequest.SetElasticIpSpec should be of the form "SetElasticIpSpec ..." (golint)
    • Line 125: warning: exported type ApplyElasticIpsResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type ApplyElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/billing/client/BillingClient.go
    • Line 26: warning: exported type BillingClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewBillingClient should have comment or be unexported (golint)
    • Line 48: warning: exported method BillingClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method BillingClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method BillingClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method BillingClient.CalculateTotalPrice should be of the form "CalculateTotalPrice ..." (golint)
    • Line 80: warning: comment on exported method BillingClient.QueryBillSummary should be of the form "QueryBillSummary ..." (golint)
    • Line 100: warning: comment on exported method BillingClient.QueryBillDetail should be of the form "QueryBillDetail ..." (golint)
    • jdcloud-sdk-go/services/domainservice/apis/ModifyResourceRecord.go
    • Line 24: warning: exported type ModifyResourceRecordRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyResourceRecordRequest should be of the form "NewModifyResourceRecordRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyResourceRecordRequestWithAllParams should be of the form "NewModifyResourceRecordRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyResourceRecordRequestWithoutParam should be of the form "NewModifyResourceRecordRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyResourceRecordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyResourceRecordRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method ModifyResourceRecordRequest.SetResourceRecordId should be of the form "SetResourceRecordId ..." (golint)
    • Line 125: warning: comment on exported method ModifyResourceRecordRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 136: warning: exported type ModifyResourceRecordResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyResourceRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/RecoverInstanceAcl.go
    • Line 23: warning: exported type RecoverInstanceAclRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRecoverInstanceAclRequest should be of the form "NewRecoverInstanceAclRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRecoverInstanceAclRequestWithAllParams should be of the form "NewRecoverInstanceAclRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRecoverInstanceAclRequestWithoutParam should be of the form "NewRecoverInstanceAclRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RecoverInstanceAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RecoverInstanceAclRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type RecoverInstanceAclResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RecoverInstanceAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/EnableCCProtectRule.go
    • Line 23: warning: exported type EnableCCProtectRuleRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableCCProtectRuleRequest should be of the form "NewEnableCCProtectRuleRequest ..." (golint)
    • Line 54: warning: comment on exported function NewEnableCCProtectRuleRequestWithAllParams should be of the form "NewEnableCCProtectRuleRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewEnableCCProtectRuleRequestWithoutParam should be of the form "NewEnableCCProtectRuleRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method EnableCCProtectRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method EnableCCProtectRuleRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: exported type EnableCCProtectRuleResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type EnableCCProtectRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVserverGroupsById.go
    • Line 24: warning: exported type GetVserverGroupsByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVserverGroupsByIdRequest should be of the form "NewGetVserverGroupsByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVserverGroupsByIdRequestWithAllParams should be of the form "NewGetVserverGroupsByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVserverGroupsByIdRequestWithoutParam should be of the form "NewGetVserverGroupsByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVserverGroupsByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVserverGroupsByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVserverGroupsByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVserverGroupsByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryUnForbiddenStatus.go
    • Line 24: warning: exported type QueryUnForbiddenStatusRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryUnForbiddenStatusRequest should be of the form "NewQueryUnForbiddenStatusRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryUnForbiddenStatusRequestWithAllParams should be of the form "NewQueryUnForbiddenStatusRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryUnForbiddenStatusRequestWithoutParam should be of the form "NewQueryUnForbiddenStatusRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryUnForbiddenStatusRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 109: warning: comment on exported method QueryUnForbiddenStatusRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 114: warning: comment on exported method QueryUnForbiddenStatusRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 119: warning: comment on exported method QueryUnForbiddenStatusRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 124: warning: comment on exported method QueryUnForbiddenStatusRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: exported type QueryUnForbiddenStatusResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type QueryUnForbiddenStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelWafCondition.go
    • Line 24: warning: exported type DelWafConditionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelWafConditionRequest should be of the form "NewDelWafConditionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelWafConditionRequestWithAllParams should be of the form "NewDelWafConditionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelWafConditionRequestWithoutParam should be of the form "NewDelWafConditionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelWafConditionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelWafConditionRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelWafConditionRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelWafConditionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelWafConditionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/GetBuildStatus.go
    • Line 23: warning: exported type GetBuildStatusRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetBuildStatusRequest should be of the form "NewGetBuildStatusRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetBuildStatusRequestWithAllParams should be of the form "NewGetBuildStatusRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetBuildStatusRequestWithoutParam should be of the form "NewGetBuildStatusRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetBuildStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetBuildStatusRequest.SetJobid should be of the form "SetJobid ..." (golint)
    • Line 110: warning: comment on exported method GetBuildStatusRequest.SetId should be of the form "SetId ..." (golint)
    • Line 121: warning: exported type GetBuildStatusResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetBuildStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DeleteUserViewIP.go
    • Line 24: warning: exported type DeleteUserViewIPRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteUserViewIPRequest should be of the form "NewDeleteUserViewIPRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteUserViewIPRequestWithAllParams should be of the form "NewDeleteUserViewIPRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteUserViewIPRequestWithoutParam should be of the form "NewDeleteUserViewIPRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteUserViewIPRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method DeleteUserViewIPRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DeleteUserViewIPResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SubmitQualityDetectionJob.go
    • Line 23: warning: exported type SubmitQualityDetectionJobRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSubmitQualityDetectionJobRequest should be of the form "NewSubmitQualityDetectionJobRequest ..." (golint)
    • Line 51: warning: comment on exported function NewSubmitQualityDetectionJobRequestWithAllParams should be of the form "NewSubmitQualityDetectionJobRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewSubmitQualityDetectionJobRequestWithoutParam should be of the form "NewSubmitQualityDetectionJobRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method SubmitQualityDetectionJobRequest.SetMediaId should be of the form "SetMediaId ..." (golint)
    • Line 90: warning: comment on exported method SubmitQualityDetectionJobRequest.SetTemplateIds should be of the form "SetTemplateIds ..." (golint)
    • Line 101: warning: exported type SubmitQualityDetectionJobResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type SubmitQualityDetectionJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeDomainsLog.go
    • Line 24: warning: exported type DescribeDomainsLogRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeDomainsLogRequest should be of the form "NewDescribeDomainsLogRequest ..." (golint)
    • Line 80: warning: comment on exported function NewDescribeDomainsLogRequestWithAllParams should be of the form "NewDescribeDomainsLogRequestWithAllParams ..." (golint)
    • Line 119: warning: comment on exported function NewDescribeDomainsLogRequestWithoutParam should be of the form "NewDescribeDomainsLogRequestWithoutParam ..." (golint)
    • Line 132: warning: comment on exported method DescribeDomainsLogRequest.SetDomains should be of the form "SetDomains ..." (golint)
    • Line 137: warning: comment on exported method DescribeDomainsLogRequest.SetInterval should be of the form "SetInterval ..." (golint)
    • Line 145: warning: comment on exported method DescribeDomainsLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 154: warning: comment on exported method DescribeDomainsLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 170: warning: exported type DescribeDomainsLogResponse should have comment or be unexported (golint)
    • Line 176: warning: exported type DescribeDomainsLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/CreateSnapshot.go
    • Line 24: warning: exported type CreateSnapshotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateSnapshotRequest should be of the form "NewCreateSnapshotRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateSnapshotRequestWithAllParams should be of the form "NewCreateSnapshotRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateSnapshotRequestWithoutParam should be of the form "NewCreateSnapshotRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateSnapshotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateSnapshotRequest.SetSnapshotSpec should be of the form "SetSnapshotSpec ..." (golint)
    • Line 111: warning: comment on exported method CreateSnapshotRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: exported type CreateSnapshotResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateTranscodeTemplateGroup.go
    • Line 24: warning: exported type UpdateTranscodeTemplateGroupRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateTranscodeTemplateGroupRequest should be of the form "NewUpdateTranscodeTemplateGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateTranscodeTemplateGroupRequestWithAllParams should be of the form "NewUpdateTranscodeTemplateGroupRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewUpdateTranscodeTemplateGroupRequestWithoutParam should be of the form "NewUpdateTranscodeTemplateGroupRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method UpdateTranscodeTemplateGroupRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 100: warning: comment on exported method UpdateTranscodeTemplateGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 105: warning: comment on exported method UpdateTranscodeTemplateGroupRequest.SetTemplates should be of the form "SetTemplates ..." (golint)
    • Line 116: warning: exported type UpdateTranscodeTemplateGroupResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type UpdateTranscodeTemplateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ReinstallInstance.go
    • Line 24: warning: exported type ReinstallInstanceRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewReinstallInstanceRequest should be of the form "NewReinstallInstanceRequest ..." (golint)
    • Line 69: warning: comment on exported function NewReinstallInstanceRequestWithAllParams should be of the form "NewReinstallInstanceRequestWithAllParams ..." (golint)
    • Line 98: warning: comment on exported function NewReinstallInstanceRequestWithoutParam should be of the form "NewReinstallInstanceRequestWithoutParam ..." (golint)
    • Line 111: warning: comment on exported method ReinstallInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 116: warning: comment on exported method ReinstallInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 121: warning: comment on exported method ReinstallInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 128: warning: comment on exported method ReinstallInstanceRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 139: warning: exported type ReinstallInstanceResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type ReinstallInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryStatisticsTopUrl.go
    • Line 24: warning: exported type QueryStatisticsTopUrlRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryStatisticsTopUrlRequest should be of the form "NewQueryStatisticsTopUrlRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryStatisticsTopUrlRequestWithAllParams should be of the form "NewQueryStatisticsTopUrlRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryStatisticsTopUrlRequestWithoutParam should be of the form "NewQueryStatisticsTopUrlRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryStatisticsTopUrlRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 115: warning: comment on exported method QueryStatisticsTopUrlRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 120: warning: comment on exported method QueryStatisticsTopUrlRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 125: warning: comment on exported method QueryStatisticsTopUrlRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 130: warning: comment on exported method QueryStatisticsTopUrlRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 135: warning: comment on exported method QueryStatisticsTopUrlRequest.SetTopBy should be of the form "SetTopBy ..." (golint)
    • Line 146: warning: exported type QueryStatisticsTopUrlResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type QueryStatisticsTopUrlResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetBotThreatIpRule.go
    • Line 24: warning: exported type SetBotThreatIpRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetBotThreatIpRuleRequest should be of the form "NewSetBotThreatIpRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetBotThreatIpRuleRequestWithAllParams should be of the form "NewSetBotThreatIpRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetBotThreatIpRuleRequestWithoutParam should be of the form "NewSetBotThreatIpRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetBotThreatIpRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetBotThreatIpRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetBotThreatIpRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetBotThreatIpRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetBotThreatIpRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/client/IamClient.go
    • Line 26: warning: exported type IamClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIamClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IamClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IamClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method IamClient.DescribeSubUserPermissions should be of the form "DescribeSubUserPermissions ..." (golint)
    • Line 76: warning: comment on exported method IamClient.DeleteSubUser should be of the form "DeleteSubUser ..." (golint)
    • Line 96: warning: comment on exported method IamClient.UpdatePermission should be of the form "UpdatePermission ..." (golint)
    • Line 116: warning: comment on exported method IamClient.AttachSubUserPolicy should be of the form "AttachSubUserPolicy ..." (golint)
    • Line 136: warning: comment on exported method IamClient.DescribeGroups should be of the form "DescribeGroups ..." (golint)
    • Line 156: warning: comment on exported method IamClient.DescribeSubUsers should be of the form "DescribeSubUsers ..." (golint)
    • Line 176: warning: comment on exported method IamClient.DescribeAttachedGroupPolicies should be of the form "DescribeAttachedGroupPolicies ..." (golint)
    • Line 196: warning: comment on exported method IamClient.CreateSubUser should be of the form "CreateSubUser ..." (golint)
    • Line 216: warning: comment on exported method IamClient.DeletePolicy should be of the form "DeletePolicy ..." (golint)
    • Line 236: warning: comment on exported method IamClient.DisableSubUserAccessKey should be of the form "DisableSubUserAccessKey ..." (golint)
    • Line 256: warning: comment on exported method IamClient.DetachRolePolicy should be of the form "DetachRolePolicy ..." (golint)
    • Line 276: warning: comment on exported method IamClient.DescribePolicies should be of the form "DescribePolicies ..." (golint)
    • Line 296: warning: comment on exported method IamClient.DescribeSubUserGroups should be of the form "DescribeSubUserGroups ..." (golint)
    • Line 316: warning: comment on exported method IamClient.DescribePermissions should be of the form "DescribePermissions ..." (golint)
    • Line 336: warning: comment on exported method IamClient.CreatePolicy should be of the form "CreatePolicy ..." (golint)
    • Line 356: warning: comment on exported method IamClient.DescribeGroup should be of the form "DescribeGroup ..." (golint)
    • Line 376: warning: comment on exported method IamClient.DescribeSubUser should be of the form "DescribeSubUser ..." (golint)
    • Line 396: warning: comment on exported method IamClient.UpdatePolicyDescription should be of the form "UpdatePolicyDescription ..." (golint)
    • Line 416: warning: comment on exported method IamClient.DescribeRolePolicies should be of the form "DescribeRolePolicies ..." (golint)
    • Line 436: warning: comment on exported method IamClient.DeleteUserAccessKey should be of the form "DeleteUserAccessKey ..." (golint)
    • Line 456: warning: comment on exported method IamClient.EnabledUserAccessKey should be of the form "EnabledUserAccessKey ..." (golint)
    • Line 476: warning: comment on exported method IamClient.DetachSubUserPolicy should be of the form "DetachSubUserPolicy ..." (golint)
    • Line 496: warning: comment on exported method IamClient.UpdateGroup should be of the form "UpdateGroup ..." (golint)
    • Line 516: warning: comment on exported method IamClient.RemovePermissionOfSubUser should be of the form "RemovePermissionOfSubUser ..." (golint)
    • Line 536: warning: comment on exported method IamClient.DescribeUserAccessKeys should be of the form "DescribeUserAccessKeys ..." (golint)
    • Line 556: warning: comment on exported method IamClient.AttachGroupPolicy should be of the form "AttachGroupPolicy ..." (golint)
    • Line 576: warning: comment on exported method IamClient.DescribeAttachedSubUserPolicies should be of the form "DescribeAttachedSubUserPolicies ..." (golint)
    • Line 596: warning: comment on exported method IamClient.UpdateSubUser should be of the form "UpdateSubUser ..." (golint)
    • Line 616: warning: comment on exported method IamClient.DescribeGroupSubUsers should be of the form "DescribeGroupSubUsers ..." (golint)
    • Line 636: warning: comment on exported method IamClient.CreatePermission should be of the form "CreatePermission ..." (golint)
    • Line 656: warning: comment on exported method IamClient.DetachGroupPolicy should be of the form "DetachGroupPolicy ..." (golint)
    • Line 676: warning: comment on exported method IamClient.DescribeRole should be of the form "DescribeRole ..." (golint)
    • Line 696: warning: comment on exported method IamClient.AddSubUserToGroup should be of the form "AddSubUserToGroup ..." (golint)
    • Line 716: warning: comment on exported method IamClient.UpdateAssumeRolePolicy should be of the form "UpdateAssumeRolePolicy ..." (golint)
    • Line 736: warning: comment on exported method IamClient.DescribeRoles should be of the form "DescribeRoles ..." (golint)
    • Line 756: warning: comment on exported method IamClient.CreateGroup should be of the form "CreateGroup ..." (golint)
    • Line 776: warning: comment on exported method IamClient.DeleteGroup should be of the form "DeleteGroup ..." (golint)
    • Line 796: warning: comment on exported method IamClient.DescribePermissionDetail should be of the form "DescribePermissionDetail ..." (golint)
    • Line 816: warning: comment on exported method IamClient.AddPermissionsToSubUser should be of the form "AddPermissionsToSubUser ..." (golint)
    • Line 836: warning: comment on exported method IamClient.DescribePolicy should be of the form "DescribePolicy ..." (golint)
    • Line 856: warning: comment on exported method IamClient.DeleteSubUserAccessKey should be of the form "DeleteSubUserAccessKey ..." (golint)
    • Line 876: warning: comment on exported method IamClient.AttachRolePolicy should be of the form "AttachRolePolicy ..." (golint)
    • Line 896: warning: comment on exported method IamClient.DisabledUserAccessKey should be of the form "DisabledUserAccessKey ..." (golint)
    • Line 916: warning: comment on exported method IamClient.CreateUserAccessKey should be of the form "CreateUserAccessKey ..." (golint)
    • Line 936: warning: comment on exported method IamClient.RemoveSubUserFromGroup should be of the form "RemoveSubUserFromGroup ..." (golint)
    • Line 956: warning: comment on exported method IamClient.EnableSubUserAccessKey should be of the form "EnableSubUserAccessKey ..." (golint)
    • Line 976: warning: comment on exported method IamClient.CreateRole should be of the form "CreateRole ..." (golint)
    • Line 996: warning: comment on exported method IamClient.DeleteRole should be of the form "DeleteRole ..." (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteTranscodeTemplateGroup.go
    • Line 23: warning: exported type DeleteTranscodeTemplateGroupRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteTranscodeTemplateGroupRequest should be of the form "NewDeleteTranscodeTemplateGroupRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteTranscodeTemplateGroupRequestWithAllParams should be of the form "NewDeleteTranscodeTemplateGroupRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteTranscodeTemplateGroupRequestWithoutParam should be of the form "NewDeleteTranscodeTemplateGroupRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteTranscodeTemplateGroupRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 93: warning: exported type DeleteTranscodeTemplateGroupResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteTranscodeTemplateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DeleteDomain.go
    • Line 24: warning: exported type DeleteDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteDomainRequest should be of the form "NewDeleteDomainRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteDomainRequestWithAllParams should be of the form "NewDeleteDomainRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteDomainRequestWithoutParam should be of the form "NewDeleteDomainRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteDomainRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeleteDomainRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DeleteDomainResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetPySparkExecuteResult.go
    • Line 23: warning: exported type GetPySparkExecuteResultRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetPySparkExecuteResultRequest should be of the form "NewGetPySparkExecuteResultRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetPySparkExecuteResultRequestWithAllParams should be of the form "NewGetPySparkExecuteResultRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetPySparkExecuteResultRequestWithoutParam should be of the form "NewGetPySparkExecuteResultRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetPySparkExecuteResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetPySparkExecuteResultRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method GetPySparkExecuteResultRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type GetPySparkExecuteResultResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetPySparkExecuteResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModifyMask.go
    • Line 24: warning: exported type ModifyMaskRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyMaskRequest should be of the form "NewModifyMaskRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyMaskRequestWithAllParams should be of the form "NewModifyMaskRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyMaskRequestWithoutParam should be of the form "NewModifyMaskRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyMaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyMaskRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 129: warning: comment on exported method ModifyMaskRequest.SetMaskRuleId should be of the form "SetMaskRuleId ..." (golint)
    • Line 134: warning: comment on exported method ModifyMaskRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 139: warning: comment on exported method ModifyMaskRequest.SetMaskRuleSpec should be of the form "SetMaskRuleSpec ..." (golint)
    • Line 150: warning: exported type ModifyMaskResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyMaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyBlackListRuleOfWebRule.go
    • Line 24: warning: exported type ModifyBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyBlackListRuleOfWebRuleRequest should be of the form "NewModifyBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewModifyBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewModifyBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ModifyBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 134: warning: comment on exported method ModifyBlackListRuleOfWebRuleRequest.SetWebBlackListRuleId should be of the form "SetWebBlackListRuleId ..." (golint)
    • Line 139: warning: comment on exported method ModifyBlackListRuleOfWebRuleRequest.SetWebBlackListRuleSpec should be of the form "SetWebBlackListRuleSpec ..." (golint)
    • Line 150: warning: exported type ModifyBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeTranscodeBinding.go
    • Line 24: warning: exported type DescribeTranscodeBindingRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeTranscodeBindingRequest should be of the form "NewDescribeTranscodeBindingRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeTranscodeBindingRequestWithAllParams should be of the form "NewDescribeTranscodeBindingRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeTranscodeBindingRequestWithoutParam should be of the form "NewDescribeTranscodeBindingRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeTranscodeBindingRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 94: warning: exported type DescribeTranscodeBindingResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeTranscodeBindingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/ModifyResourceRecordStatus.go
    • Line 23: warning: exported type ModifyResourceRecordStatusRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyResourceRecordStatusRequest should be of the form "NewModifyResourceRecordStatusRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModifyResourceRecordStatusRequestWithAllParams should be of the form "NewModifyResourceRecordStatusRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifyResourceRecordStatusRequestWithoutParam should be of the form "NewModifyResourceRecordStatusRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifyResourceRecordStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifyResourceRecordStatusRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 119: warning: comment on exported method ModifyResourceRecordStatusRequest.SetResourceRecordId should be of the form "SetResourceRecordId ..." (golint)
    • Line 124: warning: comment on exported method ModifyResourceRecordStatusRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 135: warning: exported type ModifyResourceRecordStatusResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModifyResourceRecordStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeServers.go
    • Line 25: warning: exported type DescribeServersRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeServersRequest should be of the form "NewDescribeServersRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeServersRequestWithAllParams should be of the form "NewDescribeServersRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeServersRequestWithoutParam should be of the form "NewDescribeServersRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeServersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeServersRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 129: warning: comment on exported method DescribeServersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method DescribeServersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 139: warning: comment on exported method DescribeServersRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 144: warning: comment on exported method DescribeServersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 156: warning: exported type DescribeServersResponse should have comment or be unexported (golint)
    • Line 162: warning: exported type DescribeServersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcEipById.go
    • Line 24: warning: exported type GetVpcEipByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcEipByIdRequest should be of the form "NewGetVpcEipByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcEipByIdRequestWithAllParams should be of the form "NewGetVpcEipByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcEipByIdRequestWithoutParam should be of the form "NewGetVpcEipByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcEipByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcEipByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcEipByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcEipByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableReadWriteProxyInternetAccess.go
    • Line 23: warning: exported type EnableReadWriteProxyInternetAccessRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableReadWriteProxyInternetAccessRequest should be of the form "NewEnableReadWriteProxyInternetAccessRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableReadWriteProxyInternetAccessRequestWithAllParams should be of the form "NewEnableReadWriteProxyInternetAccessRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableReadWriteProxyInternetAccessRequestWithoutParam should be of the form "NewEnableReadWriteProxyInternetAccessRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableReadWriteProxyInternetAccessRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableReadWriteProxyInternetAccessRequest.SetReadWriteProxyId should be of the form "SetReadWriteProxyId ..." (golint)
    • Line 107: warning: exported type EnableReadWriteProxyInternetAccessResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableReadWriteProxyInternetAccessResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpResources.go
    • Line 24: warning: exported type DescribeIpResourcesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpResourcesRequest should be of the form "NewDescribeIpResourcesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeIpResourcesRequestWithAllParams should be of the form "NewDescribeIpResourcesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeIpResourcesRequestWithoutParam should be of the form "NewDescribeIpResourcesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeIpResourcesRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 105: warning: exported type DescribeIpResourcesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeAttackTypeCount.go
    • Line 24: warning: exported type DescribeAttackTypeCountRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeAttackTypeCountRequest should be of the form "NewDescribeAttackTypeCountRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeAttackTypeCountRequestWithAllParams should be of the form "NewDescribeAttackTypeCountRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeAttackTypeCountRequestWithoutParam should be of the form "NewDescribeAttackTypeCountRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeAttackTypeCountRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 103: warning: comment on exported method DescribeAttackTypeCountRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 108: warning: comment on exported method DescribeAttackTypeCountRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 119: warning: exported type DescribeAttackTypeCountResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeAttackTypeCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/DescribeTags.go
    • Line 24: warning: exported type DescribeTagsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTagsRequest should be of the form "NewDescribeTagsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTagsRequestWithAllParams should be of the form "NewDescribeTagsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTagsRequestWithoutParam should be of the form "NewDescribeTagsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTagsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTagsRequest.SetTagKeysVo should be of the form "SetTagKeysVo ..." (golint)
    • Line 108: warning: exported type DescribeTagsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTagsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsPackageSpecificationsUsingGET.go
    • Line 24: warning: exported type GetSmsPackageSpecificationsUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsPackageSpecificationsUsingGETRequest should be of the form "NewGetSmsPackageSpecificationsUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsPackageSpecificationsUsingGETRequestWithAllParams should be of the form "NewGetSmsPackageSpecificationsUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsPackageSpecificationsUsingGETRequestWithoutParam should be of the form "NewGetSmsPackageSpecificationsUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsPackageSpecificationsUsingGETRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 94: warning: exported type GetSmsPackageSpecificationsUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsPackageSpecificationsUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeVpcPeering.go
    • Line 24: warning: exported type DescribeVpcPeeringRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeVpcPeeringRequest should be of the form "NewDescribeVpcPeeringRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeVpcPeeringRequestWithAllParams should be of the form "NewDescribeVpcPeeringRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeVpcPeeringRequestWithoutParam should be of the form "NewDescribeVpcPeeringRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeVpcPeeringRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeVpcPeeringRequest.SetVpcPeeringId should be of the form "SetVpcPeeringId ..." (golint)
    • Line 108: warning: exported type DescribeVpcPeeringResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeVpcPeeringResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/Encrypt.go
    • Line 23: warning: exported type EncryptRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEncryptRequest should be of the form "NewEncryptRequest ..." (golint)
    • Line 54: warning: comment on exported function NewEncryptRequestWithAllParams should be of the form "NewEncryptRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewEncryptRequestWithoutParam should be of the form "NewEncryptRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method EncryptRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: comment on exported method EncryptRequest.SetPlaintext should be of the form "SetPlaintext ..." (golint)
    • Line 104: warning: exported type EncryptResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type EncryptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetUserMetrics.go
    • Line 23: warning: exported type SetUserMetricsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetUserMetricsRequest should be of the form "NewSetUserMetricsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewSetUserMetricsRequestWithAllParams should be of the form "NewSetUserMetricsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetUserMetricsRequestWithoutParam should be of the form "NewSetUserMetricsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetUserMetricsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method SetUserMetricsRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 107: warning: comment on exported method SetUserMetricsRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 118: warning: exported type SetUserMetricsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type SetUserMetricsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ListProductAbilities.go
    • Line 25: warning: exported type ListProductAbilitiesRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewListProductAbilitiesRequest should be of the form "NewListProductAbilitiesRequest ..." (golint)
    • Line 76: warning: comment on exported function NewListProductAbilitiesRequestWithAllParams should be of the form "NewListProductAbilitiesRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewListProductAbilitiesRequestWithoutParam should be of the form "NewListProductAbilitiesRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method ListProductAbilitiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method ListProductAbilitiesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 134: warning: comment on exported method ListProductAbilitiesRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 139: warning: comment on exported method ListProductAbilitiesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 144: warning: comment on exported method ListProductAbilitiesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 149: warning: comment on exported method ListProductAbilitiesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 162: warning: exported type ListProductAbilitiesResponse should have comment or be unexported (golint)
    • Line 168: warning: exported type ListProductAbilitiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeProtectionRuleOfForwardRule.go
    • Line 24: warning: exported type DescribeProtectionRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeProtectionRuleOfForwardRuleRequest should be of the form "NewDescribeProtectionRuleOfForwardRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeProtectionRuleOfForwardRuleRequestWithAllParams should be of the form "NewDescribeProtectionRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeProtectionRuleOfForwardRuleRequestWithoutParam should be of the form "NewDescribeProtectionRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeProtectionRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeProtectionRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeProtectionRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 122: warning: exported type DescribeProtectionRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeProtectionRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyAlarmConfig.go
    • Line 24: warning: exported type ModifyAlarmConfigRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyAlarmConfigRequest should be of the form "NewModifyAlarmConfigRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyAlarmConfigRequestWithAllParams should be of the form "NewModifyAlarmConfigRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyAlarmConfigRequestWithoutParam should be of the form "NewModifyAlarmConfigRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyAlarmConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyAlarmConfigRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyAlarmConfigRequest.SetAlarmConfigSpec should be of the form "SetAlarmConfigSpec ..." (golint)
    • Line 122: warning: exported type ModifyAlarmConfigResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyAlarmConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/client/IotcardClient.go
    • Line 26: warning: exported type IotcardClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIotcardClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IotcardClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IotcardClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IotcardClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IotcardClient.OnOffStatus should be of the form "OnOffStatus ..." (golint)
    • Line 80: warning: comment on exported method IotcardClient.CloseIotFlow should be of the form "CloseIotFlow ..." (golint)
    • Line 100: warning: comment on exported method IotcardClient.OpenIotCard should be of the form "OpenIotCard ..." (golint)
    • Line 120: warning: comment on exported method IotcardClient.OpenIotFlow should be of the form "OpenIotFlow ..." (golint)
    • Line 140: warning: comment on exported method IotcardClient.LifeStatus should be of the form "LifeStatus ..." (golint)
    • Line 160: warning: comment on exported method IotcardClient.CloseIotCard should be of the form "CloseIotCard ..." (golint)
    • Line 180: warning: comment on exported method IotcardClient.GprsRealtimeInfo should be of the form "GprsRealtimeInfo ..." (golint)
    • Line 200: warning: comment on exported method IotcardClient.GprsStatus should be of the form "GprsStatus ..." (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeDatabases.go
    • Line 24: warning: exported type DescribeDatabasesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDatabasesRequest should be of the form "NewDescribeDatabasesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeDatabasesRequestWithAllParams should be of the form "NewDescribeDatabasesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeDatabasesRequestWithoutParam should be of the form "NewDescribeDatabasesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeDatabasesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeDatabasesRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 108: warning: exported type DescribeDatabasesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeDatabasesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/CopyImages.go
    • Line 24: warning: exported type CopyImagesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCopyImagesRequest should be of the form "NewCopyImagesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCopyImagesRequestWithAllParams should be of the form "NewCopyImagesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCopyImagesRequestWithoutParam should be of the form "NewCopyImagesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CopyImagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CopyImagesRequest.SetSourceImageIds should be of the form "SetSourceImageIds ..." (golint)
    • Line 111: warning: comment on exported method CopyImagesRequest.SetDestinationRegion should be of the form "SetDestinationRegion ..." (golint)
    • Line 122: warning: exported type CopyImagesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CopyImagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ImageTasks.go
    • Line 24: warning: exported type ImageTasksRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewImageTasksRequest should be of the form "NewImageTasksRequest ..." (golint)
    • Line 76: warning: comment on exported function NewImageTasksRequestWithAllParams should be of the form "NewImageTasksRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewImageTasksRequestWithoutParam should be of the form "NewImageTasksRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method ImageTasksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method ImageTasksRequest.SetTaskAction should be of the form "SetTaskAction ..." (golint)
    • Line 138: warning: comment on exported method ImageTasksRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 143: warning: comment on exported method ImageTasksRequest.SetTaskStatus should be of the form "SetTaskStatus ..." (golint)
    • Line 148: warning: comment on exported method ImageTasksRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 153: warning: comment on exported method ImageTasksRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 158: warning: comment on exported method ImageTasksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 163: warning: comment on exported method ImageTasksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 174: warning: exported type ImageTasksResponse should have comment or be unexported (golint)
    • Line 180: warning: exported type ImageTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/RegisterDevice.go
    • Line 24: warning: exported type RegisterDeviceRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewRegisterDeviceRequest should be of the form "NewRegisterDeviceRequest ..." (golint)
    • Line 64: warning: comment on exported function NewRegisterDeviceRequestWithAllParams should be of the form "NewRegisterDeviceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRegisterDeviceRequestWithoutParam should be of the form "NewRegisterDeviceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RegisterDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RegisterDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method RegisterDeviceRequest.SetDeviceInfoVO should be of the form "SetDeviceInfoVO ..." (golint)
    • Line 122: warning: exported type RegisterDeviceResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type RegisterDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetVideoSourceInfo.go
    • Line 24: warning: exported type GetVideoSourceInfoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVideoSourceInfoRequest should be of the form "NewGetVideoSourceInfoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVideoSourceInfoRequestWithAllParams should be of the form "NewGetVideoSourceInfoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVideoSourceInfoRequestWithoutParam should be of the form "NewGetVideoSourceInfoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVideoSourceInfoRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 94: warning: exported type GetVideoSourceInfoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVideoSourceInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateSubnet.go
    • Line 24: warning: exported type CreateSubnetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateSubnetRequest should be of the form "NewCreateSubnetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSubnetRequestWithAllParams should be of the form "NewCreateSubnetRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateSubnetRequestWithoutParam should be of the form "NewCreateSubnetRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateSubnetRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateSubnetRequest.SetSubnetSpec should be of the form "SetSubnetSpec ..." (golint)
    • Line 125: warning: exported type CreateSubnetResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/OpenIotFlow.go
    • Line 24: warning: exported type OpenIotFlowRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOpenIotFlowRequest should be of the form "NewOpenIotFlowRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOpenIotFlowRequestWithAllParams should be of the form "NewOpenIotFlowRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOpenIotFlowRequestWithoutParam should be of the form "NewOpenIotFlowRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OpenIotFlowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OpenIotFlowRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type OpenIotFlowResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OpenIotFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DeleteImage.go
    • Line 23: warning: exported type DeleteImageRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDeleteImageRequest should be of the form "NewDeleteImageRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteImageRequestWithAllParams should be of the form "NewDeleteImageRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDeleteImageRequestWithoutParam should be of the form "NewDeleteImageRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DeleteImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DeleteImageRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 128: warning: comment on exported method DeleteImageRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 133: warning: comment on exported method DeleteImageRequest.SetImageDigest should be of the form "SetImageDigest ..." (golint)
    • Line 138: warning: comment on exported method DeleteImageRequest.SetImageTag should be of the form "SetImageTag ..." (golint)
    • Line 143: warning: comment on exported method DeleteImageRequest.SetImageTagStatus should be of the form "SetImageTagStatus ..." (golint)
    • Line 154: warning: exported type DeleteImageResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type DeleteImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteRateLimitPolicy.go
    • Line 23: warning: exported type DeleteRateLimitPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRateLimitPolicyRequest should be of the form "NewDeleteRateLimitPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRateLimitPolicyRequestWithAllParams should be of the form "NewDeleteRateLimitPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRateLimitPolicyRequestWithoutParam should be of the form "NewDeleteRateLimitPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRateLimitPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRateLimitPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 107: warning: exported type DeleteRateLimitPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRateLimitPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPublishBandwidthData.go
    • Line 24: warning: exported type DescribeLiveStreamPublishBandwidthDataRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamPublishBandwidthDataRequest should be of the form "NewDescribeLiveStreamPublishBandwidthDataRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveStreamPublishBandwidthDataRequestWithAllParams should be of the form "NewDescribeLiveStreamPublishBandwidthDataRequestWithAllParams ..." (golint)
    • Line 137: warning: comment on exported function NewDescribeLiveStreamPublishBandwidthDataRequestWithoutParam should be of the form "NewDescribeLiveStreamPublishBandwidthDataRequestWithoutParam ..." (golint)
    • Line 150: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 156: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 192: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 198: warning: comment on exported method DescribeLiveStreamPublishBandwidthDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 210: warning: exported type DescribeLiveStreamPublishBandwidthDataResponse should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeLiveStreamPublishBandwidthDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribePropertySnapshot.go
    • Line 24: warning: exported type DescribePropertySnapshotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribePropertySnapshotRequest should be of the form "NewDescribePropertySnapshotRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribePropertySnapshotRequestWithAllParams should be of the form "NewDescribePropertySnapshotRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribePropertySnapshotRequestWithoutParam should be of the form "NewDescribePropertySnapshotRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribePropertySnapshotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribePropertySnapshotRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribePropertySnapshotRequest.SetDeviceSnapshotRequestVO should be of the form "SetDeviceSnapshotRequestVO ..." (golint)
    • Line 122: warning: exported type DescribePropertySnapshotResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribePropertySnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainConfig.go
    • Line 24: warning: exported type QueryDomainConfigRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryDomainConfigRequest should be of the form "NewQueryDomainConfigRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryDomainConfigRequestWithAllParams should be of the form "NewQueryDomainConfigRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryDomainConfigRequestWithoutParam should be of the form "NewQueryDomainConfigRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryDomainConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryDomainConfigResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryDomainConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteWafBlackRules.go
    • Line 23: warning: exported type DeleteWafBlackRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteWafBlackRulesRequest should be of the form "NewDeleteWafBlackRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteWafBlackRulesRequestWithAllParams should be of the form "NewDeleteWafBlackRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteWafBlackRulesRequestWithoutParam should be of the form "NewDeleteWafBlackRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteWafBlackRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method DeleteWafBlackRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 110: warning: comment on exported method DeleteWafBlackRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 121: warning: exported type DeleteWafBlackRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteWafBlackRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeLoadBalancers.go
    • Line 25: warning: exported type DescribeLoadBalancersRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewDescribeLoadBalancersRequest should be of the form "NewDescribeLoadBalancersRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeLoadBalancersRequestWithAllParams should be of the form "NewDescribeLoadBalancersRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewDescribeLoadBalancersRequestWithoutParam should be of the form "NewDescribeLoadBalancersRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method DescribeLoadBalancersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method DescribeLoadBalancersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 138: warning: comment on exported method DescribeLoadBalancersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 143: warning: comment on exported method DescribeLoadBalancersRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 148: warning: comment on exported method DescribeLoadBalancersRequest.SetName should be of the form "SetName ..." (golint)
    • Line 153: warning: comment on exported method DescribeLoadBalancersRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 158: warning: comment on exported method DescribeLoadBalancersRequest.SetBindEip should be of the form "SetBindEip ..." (golint)
    • Line 163: warning: comment on exported method DescribeLoadBalancersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 175: warning: exported type DescribeLoadBalancersResponse should have comment or be unexported (golint)
    • Line 181: warning: exported type DescribeLoadBalancersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryKeyInfo.go
    • Line 24: warning: exported type QueryKeyInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryKeyInfoRequest should be of the form "NewQueryKeyInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryKeyInfoRequestWithAllParams should be of the form "NewQueryKeyInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryKeyInfoRequestWithoutParam should be of the form "NewQueryKeyInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryKeyInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryKeyInfoRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 108: warning: exported type QueryKeyInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryKeyInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteRdsByInstId.go
    • Line 23: warning: exported type DeleteRdsByInstIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRdsByInstIdRequest should be of the form "NewDeleteRdsByInstIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRdsByInstIdRequestWithAllParams should be of the form "NewDeleteRdsByInstIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRdsByInstIdRequestWithoutParam should be of the form "NewDeleteRdsByInstIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRdsByInstIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRdsByInstIdRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 107: warning: exported type DeleteRdsByInstIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRdsByInstIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StopChannel.go
    • Line 23: warning: exported type StopChannelRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopChannelRequest should be of the form "NewStopChannelRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopChannelRequestWithAllParams should be of the form "NewStopChannelRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopChannelRequestWithoutParam should be of the form "NewStopChannelRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopChannelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopChannelRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StopChannelResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopChannelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskPolicys.go
    • Line 24: warning: exported type DelRiskPolicysRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskPolicysRequest should be of the form "NewDelRiskPolicysRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskPolicysRequestWithAllParams should be of the form "NewDelRiskPolicysRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskPolicysRequestWithoutParam should be of the form "NewDelRiskPolicysRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskPolicysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskPolicysRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskPolicysRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskPolicysResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskPolicysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateChannel.go
    • Line 24: warning: exported type CreateChannelRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateChannelRequest should be of the form "NewCreateChannelRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateChannelRequestWithAllParams should be of the form "NewCreateChannelRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateChannelRequestWithoutParam should be of the form "NewCreateChannelRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateChannelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateChannelRequest.SetChannel should be of the form "SetChannel ..." (golint)
    • Line 108: warning: exported type CreateChannelResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateChannelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeContainers.go
    • Line 25: warning: exported type DescribeContainersRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeContainersRequest should be of the form "NewDescribeContainersRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeContainersRequestWithAllParams should be of the form "NewDescribeContainersRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeContainersRequestWithoutParam should be of the form "NewDescribeContainersRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeContainersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeContainersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeContainersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeContainersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: comment on exported method DescribeContainersRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 160: warning: exported type DescribeContainersResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeContainersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/ExecGetExitCode.go
    • Line 23: warning: exported type ExecGetExitCodeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewExecGetExitCodeRequest should be of the form "NewExecGetExitCodeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewExecGetExitCodeRequestWithAllParams should be of the form "NewExecGetExitCodeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewExecGetExitCodeRequestWithoutParam should be of the form "NewExecGetExitCodeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ExecGetExitCodeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ExecGetExitCodeRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method ExecGetExitCodeRequest.SetExecId should be of the form "SetExecId ..." (golint)
    • Line 121: warning: exported type ExecGetExitCodeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ExecGetExitCodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetUserViewIP.go
    • Line 23: warning: exported type GetUserViewIPRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewGetUserViewIPRequest should be of the form "NewGetUserViewIPRequest ..." (golint)
    • Line 78: warning: comment on exported function NewGetUserViewIPRequestWithAllParams should be of the form "NewGetUserViewIPRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewGetUserViewIPRequestWithoutParam should be of the form "NewGetUserViewIPRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method GetUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method GetUserViewIPRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 134: warning: comment on exported method GetUserViewIPRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 139: warning: comment on exported method GetUserViewIPRequest.SetViewName should be of the form "SetViewName ..." (golint)
    • Line 144: warning: comment on exported method GetUserViewIPRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 149: warning: comment on exported method GetUserViewIPRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 160: warning: exported type GetUserViewIPResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type GetUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DescribeConfig.go
    • Line 24: warning: exported type DescribeConfigRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeConfigRequest should be of the form "NewDescribeConfigRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeConfigRequestWithAllParams should be of the form "NewDescribeConfigRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewDescribeConfigRequestWithoutParam should be of the form "NewDescribeConfigRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method DescribeConfigRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 142: warning: comment on exported method DescribeConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 147: warning: comment on exported method DescribeConfigRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 152: warning: comment on exported method DescribeConfigRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 157: warning: comment on exported method DescribeConfigRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 162: warning: comment on exported method DescribeConfigRequest.SetAppVersion should be of the form "SetAppVersion ..." (golint)
    • Line 167: warning: comment on exported method DescribeConfigRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 178: warning: exported type DescribeConfigResponse should have comment or be unexported (golint)
    • Line 184: warning: exported type DescribeConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/AddMaskRule.go
    • Line 24: warning: exported type AddMaskRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewAddMaskRuleRequest should be of the form "NewAddMaskRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewAddMaskRuleRequestWithAllParams should be of the form "NewAddMaskRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewAddMaskRuleRequestWithoutParam should be of the form "NewAddMaskRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method AddMaskRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method AddMaskRuleRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 120: warning: comment on exported method AddMaskRuleRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 125: warning: comment on exported method AddMaskRuleRequest.SetMaskRuleSpec should be of the form "SetMaskRuleSpec ..." (golint)
    • Line 136: warning: exported type AddMaskRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type AddMaskRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeAuditLogList.go
    • Line 24: warning: exported type DescribeAuditLogListRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeAuditLogListRequest should be of the form "NewDescribeAuditLogListRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeAuditLogListRequestWithAllParams should be of the form "NewDescribeAuditLogListRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewDescribeAuditLogListRequestWithoutParam should be of the form "NewDescribeAuditLogListRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method DescribeAuditLogListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method DescribeAuditLogListRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 138: warning: comment on exported method DescribeAuditLogListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 143: warning: comment on exported method DescribeAuditLogListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 148: warning: comment on exported method DescribeAuditLogListRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 153: warning: comment on exported method DescribeAuditLogListRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 158: warning: comment on exported method DescribeAuditLogListRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 163: warning: comment on exported method DescribeAuditLogListRequest.SetRiskLevel should be of the form "SetRiskLevel ..." (golint)
    • Line 174: warning: exported type DescribeAuditLogListResponse should have comment or be unexported (golint)
    • Line 180: warning: exported type DescribeAuditLogListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/BatchCreateLiveDomain.go
    • Line 24: warning: exported type BatchCreateLiveDomainRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewBatchCreateLiveDomainRequest should be of the form "NewBatchCreateLiveDomainRequest ..." (golint)
    • Line 76: warning: comment on exported function NewBatchCreateLiveDomainRequestWithAllParams should be of the form "NewBatchCreateLiveDomainRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewBatchCreateLiveDomainRequestWithoutParam should be of the form "NewBatchCreateLiveDomainRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method BatchCreateLiveDomainRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 139: warning: comment on exported method BatchCreateLiveDomainRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 144: warning: comment on exported method BatchCreateLiveDomainRequest.SetSourceType should be of the form "SetSourceType ..." (golint)
    • Line 149: warning: comment on exported method BatchCreateLiveDomainRequest.SetBackHttpType should be of the form "SetBackHttpType ..." (golint)
    • Line 154: warning: comment on exported method BatchCreateLiveDomainRequest.SetDefaultSourceHost should be of the form "SetDefaultSourceHost ..." (golint)
    • Line 159: warning: comment on exported method BatchCreateLiveDomainRequest.SetSiteType should be of the form "SetSiteType ..." (golint)
    • Line 164: warning: comment on exported method BatchCreateLiveDomainRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 169: warning: comment on exported method BatchCreateLiveDomainRequest.SetIpSource should be of the form "SetIpSource ..." (golint)
    • Line 174: warning: comment on exported method BatchCreateLiveDomainRequest.SetDomainSource should be of the form "SetDomainSource ..." (golint)
    • Line 179: warning: comment on exported method BatchCreateLiveDomainRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 190: warning: exported type BatchCreateLiveDomainResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type BatchCreateLiveDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableRiskCtl.go
    • Line 24: warning: exported type EnableRiskCtlRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableRiskCtlRequest should be of the form "NewEnableRiskCtlRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableRiskCtlRequestWithAllParams should be of the form "NewEnableRiskCtlRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableRiskCtlRequestWithoutParam should be of the form "NewEnableRiskCtlRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableRiskCtlRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableRiskCtlRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableRiskCtlRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableRiskCtlResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableRiskCtlResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribeContainer.go
    • Line 24: warning: exported type DescribeContainerRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeContainerRequest should be of the form "NewDescribeContainerRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeContainerRequestWithAllParams should be of the form "NewDescribeContainerRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeContainerRequestWithoutParam should be of the form "NewDescribeContainerRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeContainerRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 111: warning: comment on exported method DescribeContainerRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 122: warning: exported type DescribeContainerResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskVar.go
    • Line 24: warning: exported type SetRiskVarRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskVarRequest should be of the form "NewSetRiskVarRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskVarRequestWithAllParams should be of the form "NewSetRiskVarRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskVarRequestWithoutParam should be of the form "NewSetRiskVarRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskVarRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskVarRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskVarRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskVarResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskVarResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/client/MonitorClient.go
    • Line 26: warning: exported type MonitorClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewMonitorClient should have comment or be unexported (golint)
    • Line 48: warning: exported method MonitorClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method MonitorClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method MonitorClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method MonitorClient.CreateAlarm should be of the form "CreateAlarm ..." (golint)
    • Line 80: warning: comment on exported method MonitorClient.DescribeMetricData should be of the form "DescribeMetricData ..." (golint)
    • Line 100: warning: comment on exported method MonitorClient.DescribeServices should be of the form "DescribeServices ..." (golint)
    • Line 120: warning: comment on exported method MonitorClient.DescribeMetricsForAlarm should be of the form "DescribeMetricsForAlarm ..." (golint)
    • Line 140: warning: comment on exported method MonitorClient.DescribeAlarmContacts should be of the form "DescribeAlarmContacts ..." (golint)
    • Line 160: warning: comment on exported method MonitorClient.DescribeAlarmHistory should be of the form "DescribeAlarmHistory ..." (golint)
    • Line 180: warning: comment on exported method MonitorClient.DescribeAlarm should be of the form "DescribeAlarm ..." (golint)
    • Line 200: warning: comment on exported method MonitorClient.DeleteAlarms should be of the form "DeleteAlarms ..." (golint)
    • Line 220: warning: comment on exported method MonitorClient.LastDownsample should be of the form "LastDownsample ..." (golint)
    • Line 240: warning: comment on exported method MonitorClient.DescribeProductsForAlarm should be of the form "DescribeProductsForAlarm ..." (golint)
    • Line 260: warning: comment on exported method MonitorClient.UpdateAlarm should be of the form "UpdateAlarm ..." (golint)
    • Line 280: warning: comment on exported method MonitorClient.DescribeCustomMetricData should be of the form "DescribeCustomMetricData ..." (golint)
    • Line 300: warning: comment on exported method MonitorClient.EnableAlarms should be of the form "EnableAlarms ..." (golint)
    • Line 320: warning: comment on exported method MonitorClient.DescribeTagValues should be of the form "DescribeTagValues ..." (golint)
    • Line 340: warning: comment on exported method MonitorClient.PutCustomMetricData should be of the form "PutCustomMetricData ..." (golint)
    • Line 360: warning: comment on exported method MonitorClient.PutMetricData should be of the form "PutMetricData ..." (golint)
    • Line 380: warning: comment on exported method MonitorClient.DescribeAlarms should be of the form "DescribeAlarms ..." (golint)
    • Line 400: warning: comment on exported method MonitorClient.DescribeMetrics should be of the form "DescribeMetrics ..." (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeForwardRules.go
    • Line 25: warning: exported type DescribeForwardRulesRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeForwardRulesRequest should be of the form "NewDescribeForwardRulesRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeForwardRulesRequestWithAllParams should be of the form "NewDescribeForwardRulesRequestWithAllParams ..." (golint)
    • Line 114: warning: comment on exported function NewDescribeForwardRulesRequestWithoutParam should be of the form "NewDescribeForwardRulesRequestWithoutParam ..." (golint)
    • Line 127: warning: comment on exported method DescribeForwardRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 132: warning: comment on exported method DescribeForwardRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 137: warning: comment on exported method DescribeForwardRulesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 142: warning: comment on exported method DescribeForwardRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeForwardRulesRequest.SetSearchType should be of the form "SetSearchType ..." (golint)
    • Line 152: warning: comment on exported method DescribeForwardRulesRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 157: warning: comment on exported method DescribeForwardRulesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 170: warning: exported type DescribeForwardRulesResponse should have comment or be unexported (golint)
    • Line 176: warning: exported type DescribeForwardRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateLooDevice.go
    • Line 24: warning: exported type UpdateLooDeviceRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewUpdateLooDeviceRequest should be of the form "NewUpdateLooDeviceRequest ..." (golint)
    • Line 82: warning: comment on exported function NewUpdateLooDeviceRequestWithAllParams should be of the form "NewUpdateLooDeviceRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewUpdateLooDeviceRequestWithoutParam should be of the form "NewUpdateLooDeviceRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method UpdateLooDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 142: warning: comment on exported method UpdateLooDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 147: warning: comment on exported method UpdateLooDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 152: warning: comment on exported method UpdateLooDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 157: warning: comment on exported method UpdateLooDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 162: warning: comment on exported method UpdateLooDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 167: warning: comment on exported method UpdateLooDeviceRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 172: warning: comment on exported method UpdateLooDeviceRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 177: warning: comment on exported method UpdateLooDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 188: warning: exported type UpdateLooDeviceResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type UpdateLooDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/OpenLiveTimeshift.go
    • Line 23: warning: exported type OpenLiveTimeshiftRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewOpenLiveTimeshiftRequest should be of the form "NewOpenLiveTimeshiftRequest ..." (golint)
    • Line 51: warning: comment on exported function NewOpenLiveTimeshiftRequestWithAllParams should be of the form "NewOpenLiveTimeshiftRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewOpenLiveTimeshiftRequestWithoutParam should be of the form "NewOpenLiveTimeshiftRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method OpenLiveTimeshiftRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 93: warning: exported type OpenLiveTimeshiftResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type OpenLiveTimeshiftResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateKeypairs.go
    • Line 23: warning: exported type CreateKeypairsRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateKeypairsRequest should be of the form "NewCreateKeypairsRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateKeypairsRequestWithAllParams should be of the form "NewCreateKeypairsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateKeypairsRequestWithoutParam should be of the form "NewCreateKeypairsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateKeypairsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 113: warning: comment on exported method CreateKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 124: warning: exported type CreateKeypairsResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type CreateKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVmInstance.go
    • Line 24: warning: exported type CreateVmInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVmInstanceRequest should be of the form "NewCreateVmInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVmInstanceRequestWithAllParams should be of the form "NewCreateVmInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVmInstanceRequestWithoutParam should be of the form "NewCreateVmInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVmInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVmInstanceRequest.SetVm should be of the form "SetVm ..." (golint)
    • Line 108: warning: exported type CreateVmInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVmInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RestoreInstance.go
    • Line 23: warning: exported type RestoreInstanceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRestoreInstanceRequest should be of the form "NewRestoreInstanceRequest ..." (golint)
    • Line 60: warning: comment on exported function NewRestoreInstanceRequestWithAllParams should be of the form "NewRestoreInstanceRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewRestoreInstanceRequestWithoutParam should be of the form "NewRestoreInstanceRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method RestoreInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method RestoreInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: comment on exported method RestoreInstanceRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 118: warning: exported type RestoreInstanceResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type RestoreInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/TaskDeleteUsingDelete.go
    • Line 23: warning: exported type TaskDeleteUsingDeleteRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewTaskDeleteUsingDeleteRequest should be of the form "NewTaskDeleteUsingDeleteRequest ..." (golint)
    • Line 51: warning: comment on exported function NewTaskDeleteUsingDeleteRequestWithAllParams should be of the form "NewTaskDeleteUsingDeleteRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewTaskDeleteUsingDeleteRequestWithoutParam should be of the form "NewTaskDeleteUsingDeleteRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method TaskDeleteUsingDeleteRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 93: warning: exported type TaskDeleteUsingDeleteResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type TaskDeleteUsingDeleteResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetNetProtectionRules.go
    • Line 23: warning: exported type SetNetProtectionRulesRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewSetNetProtectionRulesRequest should be of the form "NewSetNetProtectionRulesRequest ..." (golint)
    • Line 72: warning: comment on exported function NewSetNetProtectionRulesRequestWithAllParams should be of the form "NewSetNetProtectionRulesRequestWithAllParams ..." (golint)
    • Line 114: warning: comment on exported function NewSetNetProtectionRulesRequestWithoutParam should be of the form "NewSetNetProtectionRulesRequestWithoutParam ..." (golint)
    • Line 127: warning: comment on exported method SetNetProtectionRulesRequest.SetSrcNewConnLimitEnable should be of the form "SetSrcNewConnLimitEnable ..." (golint)
    • Line 132: warning: comment on exported method SetNetProtectionRulesRequest.SetDstNewConnLimitEnable should be of the form "SetDstNewConnLimitEnable ..." (golint)
    • Line 137: warning: comment on exported method SetNetProtectionRulesRequest.SetDatagramRangeMin should be of the form "SetDatagramRangeMin ..." (golint)
    • Line 142: warning: comment on exported method SetNetProtectionRulesRequest.SetDatagramRangeMax should be of the form "SetDatagramRangeMax ..." (golint)
    • Line 147: warning: comment on exported method SetNetProtectionRulesRequest.SetDstNewConnLimitValue should be of the form "SetDstNewConnLimitValue ..." (golint)
    • Line 152: warning: comment on exported method SetNetProtectionRulesRequest.SetSrcNewConnLimitValue should be of the form "SetSrcNewConnLimitValue ..." (golint)
    • Line 157: warning: comment on exported method SetNetProtectionRulesRequest.SetGeoBlack should be of the form "SetGeoBlack ..." (golint)
    • Line 162: warning: comment on exported method SetNetProtectionRulesRequest.SetIpBlack should be of the form "SetIpBlack ..." (golint)
    • Line 167: warning: comment on exported method SetNetProtectionRulesRequest.SetIpWhite should be of the form "SetIpWhite ..." (golint)
    • Line 178: warning: exported type SetNetProtectionRulesResponse should have comment or be unexported (golint)
    • Line 184: warning: exported type SetNetProtectionRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskVars.go
    • Line 24: warning: exported type ListRiskVarsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskVarsRequest should be of the form "NewListRiskVarsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskVarsRequestWithAllParams should be of the form "NewListRiskVarsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskVarsRequestWithoutParam should be of the form "NewListRiskVarsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskVarsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskVarsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskVarsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskVarsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskVarsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/DelUserView.go
    • Line 24: warning: exported type DelUserViewRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDelUserViewRequest should be of the form "NewDelUserViewRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDelUserViewRequestWithAllParams should be of the form "NewDelUserViewRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDelUserViewRequestWithoutParam should be of the form "NewDelUserViewRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DelUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DelUserViewRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type DelUserViewResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DelUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/GetDomainTransferOutPassWord.go
    • Line 23: warning: exported type GetDomainTransferOutPassWordRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetDomainTransferOutPassWordRequest should be of the form "NewGetDomainTransferOutPassWordRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetDomainTransferOutPassWordRequestWithAllParams should be of the form "NewGetDomainTransferOutPassWordRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetDomainTransferOutPassWordRequestWithoutParam should be of the form "NewGetDomainTransferOutPassWordRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetDomainTransferOutPassWordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetDomainTransferOutPassWordRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 107: warning: exported type GetDomainTransferOutPassWordResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetDomainTransferOutPassWordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeAuthorizationTokens.go
    • Line 25: warning: exported type DescribeAuthorizationTokensRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeAuthorizationTokensRequest should be of the form "NewDescribeAuthorizationTokensRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeAuthorizationTokensRequestWithAllParams should be of the form "NewDescribeAuthorizationTokensRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeAuthorizationTokensRequestWithoutParam should be of the form "NewDescribeAuthorizationTokensRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeAuthorizationTokensRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeAuthorizationTokensRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 123: warning: comment on exported method DescribeAuthorizationTokensRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 129: warning: comment on exported method DescribeAuthorizationTokensRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method DescribeAuthorizationTokensRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 145: warning: exported type DescribeAuthorizationTokensResponse should have comment or be unexported (golint)
    • Line 151: warning: exported type DescribeAuthorizationTokensResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/RemoveCert.go
    • Line 23: warning: exported type RemoveCertRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRemoveCertRequest should be of the form "NewRemoveCertRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRemoveCertRequestWithAllParams should be of the form "NewRemoveCertRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRemoveCertRequestWithoutParam should be of the form "NewRemoveCertRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RemoveCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RemoveCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 107: warning: exported type RemoveCertResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RemoveCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/RegisterTargets.go
    • Line 24: warning: exported type RegisterTargetsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewRegisterTargetsRequest should be of the form "NewRegisterTargetsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewRegisterTargetsRequestWithAllParams should be of the form "NewRegisterTargetsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRegisterTargetsRequestWithoutParam should be of the form "NewRegisterTargetsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RegisterTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RegisterTargetsRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 111: warning: comment on exported method RegisterTargetsRequest.SetTargetSpecs should be of the form "SetTargetSpecs ..." (golint)
    • Line 122: warning: exported type RegisterTargetsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type RegisterTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstanceStatus.go
    • Line 23: warning: exported type DescribeInstanceStatusRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceStatusRequest should be of the form "NewDescribeInstanceStatusRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceStatusRequestWithAllParams should be of the form "NewDescribeInstanceStatusRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceStatusRequestWithoutParam should be of the form "NewDescribeInstanceStatusRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceStatusRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceStatusResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeLatestRestoreTime.go
    • Line 23: warning: exported type DescribeLatestRestoreTimeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeLatestRestoreTimeRequest should be of the form "NewDescribeLatestRestoreTimeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeLatestRestoreTimeRequestWithAllParams should be of the form "NewDescribeLatestRestoreTimeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeLatestRestoreTimeRequestWithoutParam should be of the form "NewDescribeLatestRestoreTimeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeLatestRestoreTimeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeLatestRestoreTimeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeLatestRestoreTimeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeLatestRestoreTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetBucketFiles.go
    • Line 24: warning: exported type GetBucketFilesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetBucketFilesRequest should be of the form "NewGetBucketFilesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewGetBucketFilesRequestWithAllParams should be of the form "NewGetBucketFilesRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewGetBucketFilesRequestWithoutParam should be of the form "NewGetBucketFilesRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method GetBucketFilesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method GetBucketFilesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: comment on exported method GetBucketFilesRequest.SetMarker should be of the form "SetMarker ..." (golint)
    • Line 119: warning: exported type GetBucketFilesResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type GetBucketFilesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StartLoadBalancer.go
    • Line 23: warning: exported type StartLoadBalancerRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStartLoadBalancerRequest should be of the form "NewStartLoadBalancerRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStartLoadBalancerRequestWithAllParams should be of the form "NewStartLoadBalancerRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartLoadBalancerRequestWithoutParam should be of the form "NewStartLoadBalancerRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 111: warning: comment on exported method StartLoadBalancerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StartLoadBalancerResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StartLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeRdsAccounts.go
    • Line 24: warning: exported type DescribeRdsAccountsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeRdsAccountsRequest should be of the form "NewDescribeRdsAccountsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeRdsAccountsRequestWithAllParams should be of the form "NewDescribeRdsAccountsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeRdsAccountsRequestWithoutParam should be of the form "NewDescribeRdsAccountsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeRdsAccountsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeRdsAccountsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeRdsAccountsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeRdsAccountsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeRdsAccountsResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeRdsAccountsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/RemoveNetworkSecurityGroupRules.go
    • Line 23: warning: exported type RemoveNetworkSecurityGroupRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemoveNetworkSecurityGroupRulesRequest should be of the form "NewRemoveNetworkSecurityGroupRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemoveNetworkSecurityGroupRulesRequestWithAllParams should be of the form "NewRemoveNetworkSecurityGroupRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemoveNetworkSecurityGroupRulesRequestWithoutParam should be of the form "NewRemoveNetworkSecurityGroupRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemoveNetworkSecurityGroupRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RemoveNetworkSecurityGroupRulesRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 110: warning: comment on exported method RemoveNetworkSecurityGroupRulesRequest.SetRuleIds should be of the form "SetRuleIds ..." (golint)
    • Line 121: warning: exported type RemoveNetworkSecurityGroupRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemoveNetworkSecurityGroupRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateCategory.go
    • Line 23: warning: exported type UpdateCategoryRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewUpdateCategoryRequest should be of the form "NewUpdateCategoryRequest ..." (golint)
    • Line 61: warning: comment on exported function NewUpdateCategoryRequestWithAllParams should be of the form "NewUpdateCategoryRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewUpdateCategoryRequestWithoutParam should be of the form "NewUpdateCategoryRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method UpdateCategoryRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 107: warning: comment on exported method UpdateCategoryRequest.SetName should be of the form "SetName ..." (golint)
    • Line 112: warning: comment on exported method UpdateCategoryRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 118: warning: comment on exported method UpdateCategoryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type UpdateCategoryResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetNodeGroupCA.go
    • Line 24: warning: exported type SetNodeGroupCARequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetNodeGroupCARequest should be of the form "NewSetNodeGroupCARequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetNodeGroupCARequestWithAllParams should be of the form "NewSetNodeGroupCARequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetNodeGroupCARequestWithoutParam should be of the form "NewSetNodeGroupCARequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetNodeGroupCARequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetNodeGroupCARequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 111: warning: comment on exported method SetNodeGroupCARequest.SetCaConfig should be of the form "SetCaConfig ..." (golint)
    • Line 122: warning: exported type SetNodeGroupCAResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetNodeGroupCAResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryRevision.go
    • Line 25: warning: exported type QueryRevisionRequest should have comment or be unexported (golint)
    • Line 51: warning: comment on exported function NewQueryRevisionRequest should be of the form "NewQueryRevisionRequest ..." (golint)
    • Line 77: warning: comment on exported function NewQueryRevisionRequestWithAllParams should be of the form "NewQueryRevisionRequestWithAllParams ..." (golint)
    • Line 113: warning: comment on exported function NewQueryRevisionRequestWithoutParam should be of the form "NewQueryRevisionRequestWithoutParam ..." (golint)
    • Line 126: warning: comment on exported method QueryRevisionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 131: warning: comment on exported method QueryRevisionRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 136: warning: comment on exported method QueryRevisionRequest.SetRevisionId should be of the form "SetRevisionId ..." (golint)
    • Line 141: warning: comment on exported method QueryRevisionRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 146: warning: comment on exported method QueryRevisionRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 151: warning: comment on exported method QueryRevisionRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 165: warning: exported type QueryRevisionResponse should have comment or be unexported (golint)
    • Line 171: warning: exported type QueryRevisionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DisableAuditResponse.go
    • Line 23: warning: exported type DisableAuditResponseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableAuditResponseRequest should be of the form "NewDisableAuditResponseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableAuditResponseRequestWithAllParams should be of the form "NewDisableAuditResponseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableAuditResponseRequestWithoutParam should be of the form "NewDisableAuditResponseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableAuditResponseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableAuditResponseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 110: warning: comment on exported method DisableAuditResponseRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 121: warning: exported type DisableAuditResponseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableAuditResponseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StartVmInstanceById.go
    • Line 23: warning: exported type StartVmInstanceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartVmInstanceByIdRequest should be of the form "NewStartVmInstanceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartVmInstanceByIdRequestWithAllParams should be of the form "NewStartVmInstanceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartVmInstanceByIdRequestWithoutParam should be of the form "NewStartVmInstanceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartVmInstanceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartVmInstanceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StartVmInstanceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartVmInstanceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcSecurityGroup.go
    • Line 24: warning: exported type CreateVpcSecurityGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcSecurityGroupRequest should be of the form "NewCreateVpcSecurityGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcSecurityGroupRequestWithAllParams should be of the form "NewCreateVpcSecurityGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcSecurityGroupRequestWithoutParam should be of the form "NewCreateVpcSecurityGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcSecurityGroupRequest.SetSecurityGroup should be of the form "SetSecurityGroup ..." (golint)
    • Line 108: warning: exported type CreateVpcSecurityGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/SetInstanceAccessKey.go
    • Line 23: warning: exported type SetInstanceAccessKeyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetInstanceAccessKeyRequest should be of the form "NewSetInstanceAccessKeyRequest ..." (golint)
    • Line 69: warning: comment on exported function NewSetInstanceAccessKeyRequestWithAllParams should be of the form "NewSetInstanceAccessKeyRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewSetInstanceAccessKeyRequestWithoutParam should be of the form "NewSetInstanceAccessKeyRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method SetInstanceAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method SetInstanceAccessKeyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method SetInstanceAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 124: warning: comment on exported method SetInstanceAccessKeyRequest.SetSecretKey should be of the form "SetSecretKey ..." (golint)
    • Line 135: warning: exported type SetInstanceAccessKeyResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type SetInstanceAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreateRole.go
    • Line 24: warning: exported type CreateRoleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateRoleRequest should be of the form "NewCreateRoleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateRoleRequestWithAllParams should be of the form "NewCreateRoleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateRoleRequestWithoutParam should be of the form "NewCreateRoleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateRoleRequest.SetCreateRoleInfo should be of the form "SetCreateRoleInfo ..." (golint)
    • Line 94: warning: exported type CreateRoleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateRoleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/QueryDeviceDetail.go
    • Line 23: warning: exported type QueryDeviceDetailRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewQueryDeviceDetailRequest should be of the form "NewQueryDeviceDetailRequest ..." (golint)
    • Line 63: warning: comment on exported function NewQueryDeviceDetailRequestWithAllParams should be of the form "NewQueryDeviceDetailRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewQueryDeviceDetailRequestWithoutParam should be of the form "NewQueryDeviceDetailRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method QueryDeviceDetailRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 105: warning: comment on exported method QueryDeviceDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 110: warning: comment on exported method QueryDeviceDetailRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type QueryDeviceDetailResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type QueryDeviceDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/DescribeApps.go
    • Line 25: warning: exported type DescribeAppsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeAppsRequest should be of the form "NewDescribeAppsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeAppsRequestWithAllParams should be of the form "NewDescribeAppsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeAppsRequestWithoutParam should be of the form "NewDescribeAppsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeAppsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeAppsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeAppsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeAppsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeAppsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeAppsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeAttackTypeCount.go
    • Line 24: warning: exported type DescribeAttackTypeCountRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeAttackTypeCountRequest should be of the form "NewDescribeAttackTypeCountRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeAttackTypeCountRequestWithAllParams should be of the form "NewDescribeAttackTypeCountRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeAttackTypeCountRequestWithoutParam should be of the form "NewDescribeAttackTypeCountRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeAttackTypeCountRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 113: warning: comment on exported method DescribeAttackTypeCountRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 118: warning: comment on exported method DescribeAttackTypeCountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method DescribeAttackTypeCountRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 136: warning: exported type DescribeAttackTypeCountResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeAttackTypeCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeJsPagesOfWebRule.go
    • Line 24: warning: exported type DescribeJsPagesOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeJsPagesOfWebRuleRequest should be of the form "NewDescribeJsPagesOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeJsPagesOfWebRuleRequestWithAllParams should be of the form "NewDescribeJsPagesOfWebRuleRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeJsPagesOfWebRuleRequestWithoutParam should be of the form "NewDescribeJsPagesOfWebRuleRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeJsPagesOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeJsPagesOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method DescribeJsPagesOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 128: warning: comment on exported method DescribeJsPagesOfWebRuleRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 133: warning: comment on exported method DescribeJsPagesOfWebRuleRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 144: warning: exported type DescribeJsPagesOfWebRuleResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeJsPagesOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeVpc.go
    • Line 24: warning: exported type DescribeVpcRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeVpcRequest should be of the form "NewDescribeVpcRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeVpcRequestWithAllParams should be of the form "NewDescribeVpcRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeVpcRequestWithoutParam should be of the form "NewDescribeVpcRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 108: warning: exported type DescribeVpcResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/UpdateAssumeRolePolicy.go
    • Line 24: warning: exported type UpdateAssumeRolePolicyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateAssumeRolePolicyRequest should be of the form "NewUpdateAssumeRolePolicyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateAssumeRolePolicyRequestWithAllParams should be of the form "NewUpdateAssumeRolePolicyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateAssumeRolePolicyRequestWithoutParam should be of the form "NewUpdateAssumeRolePolicyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateAssumeRolePolicyRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 97: warning: comment on exported method UpdateAssumeRolePolicyRequest.SetUpdateAssumeRolePolicyInfo should be of the form "SetUpdateAssumeRolePolicyInfo ..." (golint)
    • Line 108: warning: exported type UpdateAssumeRolePolicyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateAssumeRolePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeVpcs.go
    • Line 25: warning: exported type DescribeVpcsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeVpcsRequest should be of the form "NewDescribeVpcsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeVpcsRequestWithAllParams should be of the form "NewDescribeVpcsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeVpcsRequestWithoutParam should be of the form "NewDescribeVpcsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeVpcsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeVpcsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeVpcsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeVpcsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeVpcsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeVpcsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeVpcsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateCCProtectRule.go
    • Line 23: warning: exported type UpdateCCProtectRuleRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewUpdateCCProtectRuleRequest should be of the form "NewUpdateCCProtectRuleRequest ..." (golint)
    • Line 72: warning: comment on exported function NewUpdateCCProtectRuleRequestWithAllParams should be of the form "NewUpdateCCProtectRuleRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewUpdateCCProtectRuleRequestWithoutParam should be of the form "NewUpdateCCProtectRuleRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method UpdateCCProtectRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 126: warning: comment on exported method UpdateCCProtectRuleRequest.SetId should be of the form "SetId ..." (golint)
    • Line 131: warning: comment on exported method UpdateCCProtectRuleRequest.SetUri should be of the form "SetUri ..." (golint)
    • Line 136: warning: comment on exported method UpdateCCProtectRuleRequest.SetDetectPeriod should be of the form "SetDetectPeriod ..." (golint)
    • Line 141: warning: comment on exported method UpdateCCProtectRuleRequest.SetSingleIpLimit should be of the form "SetSingleIpLimit ..." (golint)
    • Line 146: warning: comment on exported method UpdateCCProtectRuleRequest.SetBlockType should be of the form "SetBlockType ..." (golint)
    • Line 151: warning: comment on exported method UpdateCCProtectRuleRequest.SetBlockTime should be of the form "SetBlockTime ..." (golint)
    • Line 162: warning: exported type UpdateCCProtectRuleResponse should have comment or be unexported (golint)
    • Line 168: warning: exported type UpdateCCProtectRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteTransferTask.go
    • Line 23: warning: exported type DeleteTransferTaskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteTransferTaskRequest should be of the form "NewDeleteTransferTaskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteTransferTaskRequestWithAllParams should be of the form "NewDeleteTransferTaskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteTransferTaskRequestWithoutParam should be of the form "NewDeleteTransferTaskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteTransferTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteTransferTaskRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteTransferTaskResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteTransferTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/DelDomain.go
    • Line 23: warning: exported type DelDomainRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDelDomainRequest should be of the form "NewDelDomainRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDelDomainRequestWithAllParams should be of the form "NewDelDomainRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDelDomainRequestWithoutParam should be of the form "NewDelDomainRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DelDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DelDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 107: warning: exported type DelDomainResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DelDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyInstanceConfig.go
    • Line 24: warning: exported type ModifyInstanceConfigRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceConfigRequest should be of the form "NewModifyInstanceConfigRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceConfigRequestWithAllParams should be of the form "NewModifyInstanceConfigRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceConfigRequestWithoutParam should be of the form "NewModifyInstanceConfigRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceConfigRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceConfigRequest.SetInstanceConfig should be of the form "SetInstanceConfig ..." (golint)
    • Line 122: warning: exported type ModifyInstanceConfigResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 139: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 148: warning: comment on exported method DescribeInstancesRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 153: warning: comment on exported method DescribeInstancesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 165: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 171: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/Create.go
    • Line 23: warning: exported type CreateRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateRequest should be of the form "NewCreateRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateRequestWithAllParams should be of the form "NewCreateRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateRequestWithoutParam should be of the form "NewCreateRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateRequest.SetMallId should be of the form "SetMallId ..." (golint)
    • Line 119: warning: comment on exported method CreateRequest.SetProfileId should be of the form "SetProfileId ..." (golint)
    • Line 124: warning: comment on exported method CreateRequest.SetDimensions should be of the form "SetDimensions ..." (golint)
    • Line 135: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DisassociateElasticIpLB.go
    • Line 23: warning: exported type DisassociateElasticIpLBRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDisassociateElasticIpLBRequest should be of the form "NewDisassociateElasticIpLBRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDisassociateElasticIpLBRequestWithAllParams should be of the form "NewDisassociateElasticIpLBRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDisassociateElasticIpLBRequestWithoutParam should be of the form "NewDisassociateElasticIpLBRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpLBRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DisassociateElasticIpLBRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 120: warning: comment on exported method DisassociateElasticIpLBRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method DisassociateElasticIpLBRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 138: warning: exported type DisassociateElasticIpLBResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DisassociateElasticIpLBResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeDevices.go
    • Line 25: warning: exported type DescribeDevicesRequest should have comment or be unexported (golint)
    • Line 76: warning: comment on exported function NewDescribeDevicesRequest should be of the form "NewDescribeDevicesRequest ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeDevicesRequestWithAllParams should be of the form "NewDescribeDevicesRequestWithAllParams ..." (golint)
    • Line 157: warning: comment on exported function NewDescribeDevicesRequestWithoutParam should be of the form "NewDescribeDevicesRequestWithoutParam ..." (golint)
    • Line 170: warning: comment on exported method DescribeDevicesRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 175: warning: comment on exported method DescribeDevicesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 180: warning: comment on exported method DescribeDevicesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 185: warning: comment on exported method DescribeDevicesRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 190: warning: comment on exported method DescribeDevicesRequest.SetCabinetId should be of the form "SetCabinetId ..." (golint)
    • Line 195: warning: comment on exported method DescribeDevicesRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 200: warning: comment on exported method DescribeDevicesRequest.SetAssetStatus should be of the form "SetAssetStatus ..." (golint)
    • Line 205: warning: comment on exported method DescribeDevicesRequest.SetAssetBelong should be of the form "SetAssetBelong ..." (golint)
    • Line 210: warning: comment on exported method DescribeDevicesRequest.SetDeviceNo should be of the form "SetDeviceNo ..." (golint)
    • Line 215: warning: comment on exported method DescribeDevicesRequest.SetSnNo should be of the form "SetSnNo ..." (golint)
    • Line 220: warning: comment on exported method DescribeDevicesRequest.SetCabinetNo should be of the form "SetCabinetNo ..." (golint)
    • Line 225: warning: comment on exported method DescribeDevicesRequest.SetTicketTemplateCode should be of the form "SetTicketTemplateCode ..." (golint)
    • Line 230: warning: comment on exported method DescribeDevicesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 239: warning: comment on exported method DescribeDevicesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 250: warning: exported type DescribeDevicesResponse should have comment or be unexported (golint)
    • Line 256: warning: exported type DescribeDevicesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeResourceRecord.go
    • Line 24: warning: exported type DescribeResourceRecordRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeResourceRecordRequest should be of the form "NewDescribeResourceRecordRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeResourceRecordRequestWithAllParams should be of the form "NewDescribeResourceRecordRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeResourceRecordRequestWithoutParam should be of the form "NewDescribeResourceRecordRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeResourceRecordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeResourceRecordRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method DescribeResourceRecordRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeResourceRecordRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeResourceRecordRequest.SetSearch should be of the form "SetSearch ..." (golint)
    • Line 141: warning: exported type DescribeResourceRecordResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeResourceRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeReadWriteProxies.go
    • Line 24: warning: exported type DescribeReadWriteProxiesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeReadWriteProxiesRequest should be of the form "NewDescribeReadWriteProxiesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeReadWriteProxiesRequestWithAllParams should be of the form "NewDescribeReadWriteProxiesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeReadWriteProxiesRequestWithoutParam should be of the form "NewDescribeReadWriteProxiesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeReadWriteProxiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeReadWriteProxiesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeReadWriteProxiesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeReadWriteProxiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StopInstances.go
    • Line 23: warning: exported type StopInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStopInstancesRequest should be of the form "NewStopInstancesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStopInstancesRequestWithAllParams should be of the form "NewStopInstancesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopInstancesRequestWithoutParam should be of the form "NewStopInstancesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 113: warning: comment on exported method StopInstancesRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 124: warning: exported type StopInstancesResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StopInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DeleteRdsAccount.go
    • Line 23: warning: exported type DeleteRdsAccountRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRdsAccountRequest should be of the form "NewDeleteRdsAccountRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRdsAccountRequestWithAllParams should be of the form "NewDeleteRdsAccountRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRdsAccountRequestWithoutParam should be of the form "NewDeleteRdsAccountRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRdsAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRdsAccountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRdsAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 121: warning: exported type DeleteRdsAccountResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRdsAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/AbandonInstances.go
    • Line 23: warning: exported type AbandonInstancesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAbandonInstancesRequest should be of the form "NewAbandonInstancesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAbandonInstancesRequestWithAllParams should be of the form "NewAbandonInstancesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAbandonInstancesRequestWithoutParam should be of the form "NewAbandonInstancesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AbandonInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AbandonInstancesRequest.SetAgId should be of the form "SetAgId ..." (golint)
    • Line 110: warning: comment on exported method AbandonInstancesRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 121: warning: exported type AbandonInstancesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AbandonInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeRule.go
    • Line 24: warning: exported type DescribeRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeRuleRequest should be of the form "NewDescribeRuleRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeRuleRequestWithAllParams should be of the form "NewDescribeRuleRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeRuleRequestWithoutParam should be of the form "NewDescribeRuleRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeRuleRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 126: warning: comment on exported method DescribeRuleRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 131: warning: comment on exported method DescribeRuleRequest.SetRuleId should be of the form "SetRuleId ..." (golint)
    • Line 136: warning: comment on exported method DescribeRuleRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 147: warning: exported type DescribeRuleResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type DescribeRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetLiveDomainBackSourceHost.go
    • Line 23: warning: exported type SetLiveDomainBackSourceHostRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetLiveDomainBackSourceHostRequest should be of the form "NewSetLiveDomainBackSourceHostRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetLiveDomainBackSourceHostRequestWithAllParams should be of the form "NewSetLiveDomainBackSourceHostRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetLiveDomainBackSourceHostRequestWithoutParam should be of the form "NewSetLiveDomainBackSourceHostRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetLiveDomainBackSourceHostRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetLiveDomainBackSourceHostRequest.SetSourceHost should be of the form "SetSourceHost ..." (golint)
    • Line 104: warning: exported type SetLiveDomainBackSourceHostResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetLiveDomainBackSourceHostResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/DescribeGroup.go
    • Line 24: warning: exported type DescribeGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeGroupRequest should be of the form "NewDescribeGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeGroupRequestWithAllParams should be of the form "NewDescribeGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeGroupRequestWithoutParam should be of the form "NewDescribeGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeGroupRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 108: warning: exported type DescribeGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeIsDeployApiGroups.go
    • Line 25: warning: exported type DescribeIsDeployApiGroupsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeIsDeployApiGroupsRequest should be of the form "NewDescribeIsDeployApiGroupsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeIsDeployApiGroupsRequestWithAllParams should be of the form "NewDescribeIsDeployApiGroupsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIsDeployApiGroupsRequestWithoutParam should be of the form "NewDescribeIsDeployApiGroupsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIsDeployApiGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIsDeployApiGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeIsDeployApiGroupsResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeIsDeployApiGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DescribeLbOutIp.go
    • Line 23: warning: exported type DescribeLbOutIpRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLbOutIpRequest should be of the form "NewDescribeLbOutIpRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeLbOutIpRequestWithAllParams should be of the form "NewDescribeLbOutIpRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLbOutIpRequestWithoutParam should be of the form "NewDescribeLbOutIpRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeLbOutIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type DescribeLbOutIpResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeLbOutIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateQualityDetectionTemplate.go
    • Line 23: warning: exported type CreateQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewCreateQualityDetectionTemplateRequest should be of the form "NewCreateQualityDetectionTemplateRequest ..." (golint)
    • Line 79: warning: comment on exported function NewCreateQualityDetectionTemplateRequestWithAllParams should be of the form "NewCreateQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewCreateQualityDetectionTemplateRequestWithoutParam should be of the form "NewCreateQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method CreateQualityDetectionTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method CreateQualityDetectionTemplateRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 135: warning: comment on exported method CreateQualityDetectionTemplateRequest.SetDetections should be of the form "SetDetections ..." (golint)
    • Line 153: warning: exported type CreateQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type CreateQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/EnableDomain.go
    • Line 23: warning: exported type EnableDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewEnableDomainRequest should be of the form "NewEnableDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewEnableDomainRequestWithAllParams should be of the form "NewEnableDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewEnableDomainRequestWithoutParam should be of the form "NewEnableDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method EnableDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type EnableDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type EnableDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/DeleteTopic.go
    • Line 23: warning: exported type DeleteTopicRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteTopicRequest should be of the form "NewDeleteTopicRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteTopicRequestWithAllParams should be of the form "NewDeleteTopicRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteTopicRequestWithoutParam should be of the form "NewDeleteTopicRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteTopicRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteTopicResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyInstanceAcl.go
    • Line 24: warning: exported type ModifyInstanceAclRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceAclRequest should be of the form "NewModifyInstanceAclRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceAclRequestWithAllParams should be of the form "NewModifyInstanceAclRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceAclRequestWithoutParam should be of the form "NewModifyInstanceAclRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceAclRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceAclRequest.SetInstanceAclSpec should be of the form "SetInstanceAclSpec ..." (golint)
    • Line 122: warning: exported type ModifyInstanceAclResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateRdsAccounts.go
    • Line 24: warning: exported type CreateRdsAccountsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateRdsAccountsRequest should be of the form "NewCreateRdsAccountsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateRdsAccountsRequestWithAllParams should be of the form "NewCreateRdsAccountsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateRdsAccountsRequestWithoutParam should be of the form "NewCreateRdsAccountsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateRdsAccountsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateRdsAccountsRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 111: warning: comment on exported method CreateRdsAccountsRequest.SetAccount should be of the form "SetAccount ..." (golint)
    • Line 122: warning: exported type CreateRdsAccountsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateRdsAccountsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListTranscodeTemplates.go
    • Line 24: warning: exported type ListTranscodeTemplatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListTranscodeTemplatesRequest should be of the form "NewListTranscodeTemplatesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListTranscodeTemplatesRequestWithAllParams should be of the form "NewListTranscodeTemplatesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListTranscodeTemplatesRequestWithoutParam should be of the form "NewListTranscodeTemplatesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListTranscodeTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListTranscodeTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListTranscodeTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListTranscodeTemplatesResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListTranscodeTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/JdxQueryDeliveryInfo.go
    • Line 24: warning: exported type JdxQueryDeliveryInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewJdxQueryDeliveryInfoRequest should be of the form "NewJdxQueryDeliveryInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewJdxQueryDeliveryInfoRequestWithAllParams should be of the form "NewJdxQueryDeliveryInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewJdxQueryDeliveryInfoRequestWithoutParam should be of the form "NewJdxQueryDeliveryInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method JdxQueryDeliveryInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method JdxQueryDeliveryInfoRequest.SetOrderNumber should be of the form "SetOrderNumber ..." (golint)
    • Line 108: warning: exported type JdxQueryDeliveryInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type JdxQueryDeliveryInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeMessage.go
    • Line 24: warning: exported type DescribeMessageRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeMessageRequest should be of the form "NewDescribeMessageRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeMessageRequestWithAllParams should be of the form "NewDescribeMessageRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeMessageRequestWithoutParam should be of the form "NewDescribeMessageRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeMessageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeMessageRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 111: warning: comment on exported method DescribeMessageRequest.SetMessageId should be of the form "SetMessageId ..." (golint)
    • Line 122: warning: exported type DescribeMessageResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeMessageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/DescribeInstanceVouchers.go
    • Line 25: warning: exported type DescribeInstanceVouchersRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeInstanceVouchersRequest should be of the form "NewDescribeInstanceVouchersRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeInstanceVouchersRequestWithAllParams should be of the form "NewDescribeInstanceVouchersRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeInstanceVouchersRequestWithoutParam should be of the form "NewDescribeInstanceVouchersRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeInstanceVouchersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeInstanceVouchersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeInstanceVouchersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeInstanceVouchersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: exported type DescribeInstanceVouchersResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeInstanceVouchersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchForwardRuleOrigin.go
    • Line 23: warning: exported type SwitchForwardRuleOriginRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchForwardRuleOriginRequest should be of the form "NewSwitchForwardRuleOriginRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchForwardRuleOriginRequestWithAllParams should be of the form "NewSwitchForwardRuleOriginRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchForwardRuleOriginRequestWithoutParam should be of the form "NewSwitchForwardRuleOriginRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchForwardRuleOriginRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchForwardRuleOriginRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchForwardRuleOriginRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type SwitchForwardRuleOriginResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchForwardRuleOriginResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/ValidateTemplate.go
    • Line 24: warning: exported type ValidateTemplateRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewValidateTemplateRequest should be of the form "NewValidateTemplateRequest ..." (golint)
    • Line 64: warning: comment on exported function NewValidateTemplateRequestWithAllParams should be of the form "NewValidateTemplateRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewValidateTemplateRequestWithoutParam should be of the form "NewValidateTemplateRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ValidateTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ValidateTemplateRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 114: warning: comment on exported method ValidateTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 119: warning: comment on exported method ValidateTemplateRequest.SetValidateMode should be of the form "SetValidateMode ..." (golint)
    • Line 130: warning: exported type ValidateTemplateResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ValidateTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/AttachDisk.go
    • Line 23: warning: exported type AttachDiskRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAttachDiskRequest should be of the form "NewAttachDiskRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAttachDiskRequestWithAllParams should be of the form "NewAttachDiskRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewAttachDiskRequestWithoutParam should be of the form "NewAttachDiskRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method AttachDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method AttachDiskRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 122: warning: comment on exported method AttachDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 127: warning: comment on exported method AttachDiskRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 132: warning: comment on exported method AttachDiskRequest.SetAutoDelete should be of the form "SetAutoDelete ..." (golint)
    • Line 143: warning: exported type AttachDiskResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type AttachDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyServerGroup.go
    • Line 23: warning: exported type ModifyServerGroupRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyServerGroupRequest should be of the form "NewModifyServerGroupRequest ..." (golint)
    • Line 60: warning: comment on exported function NewModifyServerGroupRequestWithAllParams should be of the form "NewModifyServerGroupRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewModifyServerGroupRequestWithoutParam should be of the form "NewModifyServerGroupRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ModifyServerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method ModifyServerGroupRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 107: warning: comment on exported method ModifyServerGroupRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: exported type ModifyServerGroupResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ModifyServerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetAutoUpgrade.go
    • Line 24: warning: exported type SetAutoUpgradeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewSetAutoUpgradeRequest should be of the form "NewSetAutoUpgradeRequest ..." (golint)
    • Line 67: warning: comment on exported function NewSetAutoUpgradeRequestWithAllParams should be of the form "NewSetAutoUpgradeRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewSetAutoUpgradeRequestWithoutParam should be of the form "NewSetAutoUpgradeRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method SetAutoUpgradeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method SetAutoUpgradeRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 117: warning: comment on exported method SetAutoUpgradeRequest.SetAutoUpgrade should be of the form "SetAutoUpgrade ..." (golint)
    • Line 122: warning: comment on exported method SetAutoUpgradeRequest.SetMaintenanceWindow should be of the form "SetMaintenanceWindow ..." (golint)
    • Line 133: warning: exported type SetAutoUpgradeResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type SetAutoUpgradeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteSubnet.go
    • Line 23: warning: exported type DeleteSubnetRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteSubnetRequest should be of the form "NewDeleteSubnetRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteSubnetRequestWithAllParams should be of the form "NewDeleteSubnetRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteSubnetRequestWithoutParam should be of the form "NewDeleteSubnetRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 111: warning: comment on exported method DeleteSubnetRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteSubnetResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamTrafficData.go
    • Line 24: warning: exported type DescribeLiveStreamTrafficDataRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamTrafficDataRequest should be of the form "NewDescribeLiveStreamTrafficDataRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveStreamTrafficDataRequestWithAllParams should be of the form "NewDescribeLiveStreamTrafficDataRequestWithAllParams ..." (golint)
    • Line 137: warning: comment on exported function NewDescribeLiveStreamTrafficDataRequestWithoutParam should be of the form "NewDescribeLiveStreamTrafficDataRequestWithoutParam ..." (golint)
    • Line 150: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 156: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 192: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 198: warning: comment on exported method DescribeLiveStreamTrafficDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 210: warning: exported type DescribeLiveStreamTrafficDataResponse should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeLiveStreamTrafficDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveStatisticsAreaDataGroupBy.go
    • Line 24: warning: exported type QueryLiveStatisticsAreaDataGroupByRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewQueryLiveStatisticsAreaDataGroupByRequest should be of the form "NewQueryLiveStatisticsAreaDataGroupByRequest ..." (golint)
    • Line 88: warning: comment on exported function NewQueryLiveStatisticsAreaDataGroupByRequestWithAllParams should be of the form "NewQueryLiveStatisticsAreaDataGroupByRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewQueryLiveStatisticsAreaDataGroupByRequestWithoutParam should be of the form "NewQueryLiveStatisticsAreaDataGroupByRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 163: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 168: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 173: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 178: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 183: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 188: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 193: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 198: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 203: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 208: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 213: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetScheme should be of the form "SetScheme ..." (golint)
    • Line 218: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetReqMethod should be of the form "SetReqMethod ..." (golint)
    • Line 223: warning: comment on exported method QueryLiveStatisticsAreaDataGroupByRequest.SetCacheLevel should be of the form "SetCacheLevel ..." (golint)
    • Line 234: warning: exported type QueryLiveStatisticsAreaDataGroupByResponse should have comment or be unexported (golint)
    • Line 240: warning: exported type QueryLiveStatisticsAreaDataGroupByResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteDeployment.go
    • Line 23: warning: exported type DeleteDeploymentRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDeploymentRequest should be of the form "NewDeleteDeploymentRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDeploymentRequestWithAllParams should be of the form "NewDeleteDeploymentRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDeploymentRequestWithoutParam should be of the form "NewDeleteDeploymentRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDeploymentRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteDeploymentResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/VerifyInstanceTemplate.go
    • Line 23: warning: exported type VerifyInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewVerifyInstanceTemplateRequest should be of the form "NewVerifyInstanceTemplateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewVerifyInstanceTemplateRequestWithAllParams should be of the form "NewVerifyInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewVerifyInstanceTemplateRequestWithoutParam should be of the form "NewVerifyInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method VerifyInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method VerifyInstanceTemplateRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 107: warning: exported type VerifyInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type VerifyInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateInstanceByTimeInCrossRegion.go
    • Line 24: warning: exported type CreateInstanceByTimeInCrossRegionRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateInstanceByTimeInCrossRegionRequest should be of the form "NewCreateInstanceByTimeInCrossRegionRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateInstanceByTimeInCrossRegionRequestWithAllParams should be of the form "NewCreateInstanceByTimeInCrossRegionRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateInstanceByTimeInCrossRegionRequestWithoutParam should be of the form "NewCreateInstanceByTimeInCrossRegionRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateInstanceByTimeInCrossRegionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateInstanceByTimeInCrossRegionRequest.SetRestoreTime should be of the form "SetRestoreTime ..." (golint)
    • Line 120: warning: comment on exported method CreateInstanceByTimeInCrossRegionRequest.SetServiceId should be of the form "SetServiceId ..." (golint)
    • Line 125: warning: comment on exported method CreateInstanceByTimeInCrossRegionRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 136: warning: exported type CreateInstanceByTimeInCrossRegionResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateInstanceByTimeInCrossRegionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/GprsRealtimeInfo.go
    • Line 24: warning: exported type GprsRealtimeInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGprsRealtimeInfoRequest should be of the form "NewGprsRealtimeInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGprsRealtimeInfoRequestWithAllParams should be of the form "NewGprsRealtimeInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGprsRealtimeInfoRequestWithoutParam should be of the form "NewGprsRealtimeInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GprsRealtimeInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GprsRealtimeInfoRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type GprsRealtimeInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GprsRealtimeInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/ExecutePySparkQuery.go
    • Line 23: warning: exported type ExecutePySparkQueryRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewExecutePySparkQueryRequest should be of the form "NewExecutePySparkQueryRequest ..." (golint)
    • Line 75: warning: comment on exported function NewExecutePySparkQueryRequestWithAllParams should be of the form "NewExecutePySparkQueryRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewExecutePySparkQueryRequestWithoutParam should be of the form "NewExecutePySparkQueryRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method ExecutePySparkQueryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method ExecutePySparkQueryRequest.SetScript should be of the form "SetScript ..." (golint)
    • Line 131: warning: comment on exported method ExecutePySparkQueryRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 136: warning: comment on exported method ExecutePySparkQueryRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 141: warning: comment on exported method ExecutePySparkQueryRequest.SetInstanceOwnerName should be of the form "SetInstanceOwnerName ..." (golint)
    • Line 146: warning: comment on exported method ExecutePySparkQueryRequest.SetScriptType should be of the form "SetScriptType ..." (golint)
    • Line 157: warning: exported type ExecutePySparkQueryResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type ExecutePySparkQueryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeRole.go
    • Line 24: warning: exported type DescribeRoleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRoleRequest should be of the form "NewDescribeRoleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeRoleRequestWithAllParams should be of the form "NewDescribeRoleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeRoleRequestWithoutParam should be of the form "NewDescribeRoleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeRoleRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 94: warning: exported type DescribeRoleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeRoleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteHttpHeader.go
    • Line 23: warning: exported type DeleteHttpHeaderRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteHttpHeaderRequest should be of the form "NewDeleteHttpHeaderRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteHttpHeaderRequestWithAllParams should be of the form "NewDeleteHttpHeaderRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDeleteHttpHeaderRequestWithoutParam should be of the form "NewDeleteHttpHeaderRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DeleteHttpHeaderRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method DeleteHttpHeaderRequest.SetHeaderType should be of the form "SetHeaderType ..." (golint)
    • Line 104: warning: comment on exported method DeleteHttpHeaderRequest.SetHeaderName should be of the form "SetHeaderName ..." (golint)
    • Line 115: warning: exported type DeleteHttpHeaderResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DeleteHttpHeaderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/QueryDevicePage.go
    • Line 24: warning: exported type QueryDevicePageRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewQueryDevicePageRequest should be of the form "NewQueryDevicePageRequest ..." (golint)
    • Line 79: warning: comment on exported function NewQueryDevicePageRequestWithAllParams should be of the form "NewQueryDevicePageRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewQueryDevicePageRequestWithoutParam should be of the form "NewQueryDevicePageRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method QueryDevicePageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method QueryDevicePageRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 147: warning: comment on exported method QueryDevicePageRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 152: warning: comment on exported method QueryDevicePageRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 157: warning: comment on exported method QueryDevicePageRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 162: warning: comment on exported method QueryDevicePageRequest.SetNowPage should be of the form "SetNowPage ..." (golint)
    • Line 167: warning: comment on exported method QueryDevicePageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 172: warning: comment on exported method QueryDevicePageRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 177: warning: comment on exported method QueryDevicePageRequest.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 182: warning: comment on exported method QueryDevicePageRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 193: warning: exported type QueryDevicePageResponse should have comment or be unexported (golint)
    • Line 199: warning: exported type QueryDevicePageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/AddDomains.go
    • Line 23: warning: exported type AddDomainsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAddDomainsRequest should be of the form "NewAddDomainsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAddDomainsRequestWithAllParams should be of the form "NewAddDomainsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAddDomainsRequestWithoutParam should be of the form "NewAddDomainsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AddDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method AddDomainsRequest.SetDomainNames should be of the form "SetDomainNames ..." (golint)
    • Line 107: warning: exported type AddDomainsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AddDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/apis/DescribeInstances.go
    • Line 24: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeLogsets.go
    • Line 24: warning: exported type DescribeLogsetsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeLogsetsRequest should be of the form "NewDescribeLogsetsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeLogsetsRequestWithAllParams should be of the form "NewDescribeLogsetsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeLogsetsRequestWithoutParam should be of the form "NewDescribeLogsetsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeLogsetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeLogsetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method DescribeLogsetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method DescribeLogsetsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 127: warning: exported type DescribeLogsetsResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeLogsetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeActionLog.go
    • Line 24: warning: exported type DescribeActionLogRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeActionLogRequest should be of the form "NewDescribeActionLogRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeActionLogRequestWithAllParams should be of the form "NewDescribeActionLogRequestWithAllParams ..." (golint)
    • Line 103: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 124: warning: comment on exported function NewDescribeActionLogRequestWithoutParam should be of the form "NewDescribeActionLogRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method DescribeActionLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method DescribeActionLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 147: warning: comment on exported method DescribeActionLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 152: warning: comment on exported method DescribeActionLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 157: warning: comment on exported method DescribeActionLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 162: warning: comment on exported method DescribeActionLogRequest.SetKeyWord should be of the form "SetKeyWord ..." (golint)
    • Line 167: warning: comment on exported method DescribeActionLogRequest.SetSuccess should be of the form "SetSuccess ..." (golint)
    • Line 172: warning: comment on exported method DescribeActionLogRequest.SetType should be of the form "SetType ..." (golint)
    • Line 173: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 183: warning: exported type DescribeActionLogResponse should have comment or be unexported (golint)
    • Line 189: warning: exported type DescribeActionLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeAttachedSubUserPolicies.go
    • Line 24: warning: exported type DescribeAttachedSubUserPoliciesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeAttachedSubUserPoliciesRequest should be of the form "NewDescribeAttachedSubUserPoliciesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAttachedSubUserPoliciesRequestWithAllParams should be of the form "NewDescribeAttachedSubUserPoliciesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAttachedSubUserPoliciesRequestWithoutParam should be of the form "NewDescribeAttachedSubUserPoliciesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeAttachedSubUserPoliciesRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 94: warning: exported type DescribeAttachedSubUserPoliciesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeAttachedSubUserPoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeInstances.go
    • Line 24: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method DescribeInstancesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 127: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/Sign.go
    • Line 23: warning: exported type SignRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSignRequest should be of the form "NewSignRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSignRequestWithAllParams should be of the form "NewSignRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSignRequestWithoutParam should be of the form "NewSignRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SignRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: comment on exported method SignRequest.SetPlaintext should be of the form "SetPlaintext ..." (golint)
    • Line 104: warning: exported type SignResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SignResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeParameterGroupAttachedInstances.go
    • Line 24: warning: exported type DescribeParameterGroupAttachedInstancesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeParameterGroupAttachedInstancesRequest should be of the form "NewDescribeParameterGroupAttachedInstancesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeParameterGroupAttachedInstancesRequestWithAllParams should be of the form "NewDescribeParameterGroupAttachedInstancesRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeParameterGroupAttachedInstancesRequestWithoutParam should be of the form "NewDescribeParameterGroupAttachedInstancesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeParameterGroupAttachedInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeParameterGroupAttachedInstancesRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 114: warning: comment on exported method DescribeParameterGroupAttachedInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeParameterGroupAttachedInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeParameterGroupAttachedInstancesResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeParameterGroupAttachedInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeSubnet.go
    • Line 24: warning: exported type DescribeSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSubnetRequest should be of the form "NewDescribeSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSubnetRequestWithAllParams should be of the form "NewDescribeSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSubnetRequestWithoutParam should be of the form "NewDescribeSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/BindGroupAuth.go
    • Line 24: warning: exported type BindGroupAuthRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBindGroupAuthRequest should be of the form "NewBindGroupAuthRequest ..." (golint)
    • Line 64: warning: comment on exported function NewBindGroupAuthRequestWithAllParams should be of the form "NewBindGroupAuthRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewBindGroupAuthRequestWithoutParam should be of the form "NewBindGroupAuthRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method BindGroupAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method BindGroupAuthRequest.SetAccessAuthId should be of the form "SetAccessAuthId ..." (golint)
    • Line 111: warning: comment on exported method BindGroupAuthRequest.SetDeploymentIds should be of the form "SetDeploymentIds ..." (golint)
    • Line 122: warning: exported type BindGroupAuthResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type BindGroupAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSubnetById.go
    • Line 24: warning: exported type GetVpcSubnetByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcSubnetByIdRequest should be of the form "NewGetVpcSubnetByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcSubnetByIdRequestWithAllParams should be of the form "NewGetVpcSubnetByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcSubnetByIdRequestWithoutParam should be of the form "NewGetVpcSubnetByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcSubnetByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcSubnetByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcSubnetByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcSubnetByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkSecurityGroup.go
    • Line 24: warning: exported type DescribeNetworkSecurityGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNetworkSecurityGroupRequest should be of the form "NewDescribeNetworkSecurityGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNetworkSecurityGroupRequestWithAllParams should be of the form "NewDescribeNetworkSecurityGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNetworkSecurityGroupRequestWithoutParam should be of the form "NewDescribeNetworkSecurityGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNetworkSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNetworkSecurityGroupRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 108: warning: exported type DescribeNetworkSecurityGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNetworkSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/GprsStatus.go
    • Line 24: warning: exported type GprsStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGprsStatusRequest should be of the form "NewGprsStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGprsStatusRequestWithAllParams should be of the form "NewGprsStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGprsStatusRequestWithoutParam should be of the form "NewGprsStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GprsStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GprsStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type GprsStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GprsStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskEvents.go
    • Line 24: warning: exported type DelRiskEventsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskEventsRequest should be of the form "NewDelRiskEventsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskEventsRequestWithAllParams should be of the form "NewDelRiskEventsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskEventsRequestWithoutParam should be of the form "NewDelRiskEventsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskEventsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskEventsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskEventsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskEventsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskEventsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DeleteProtectedIp.go
    • Line 24: warning: exported type DeleteProtectedIpRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteProtectedIpRequest should be of the form "NewDeleteProtectedIpRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteProtectedIpRequestWithAllParams should be of the form "NewDeleteProtectedIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteProtectedIpRequestWithoutParam should be of the form "NewDeleteProtectedIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteProtectedIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteProtectedIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeleteProtectedIpRequest.SetProtectedIpSpec should be of the form "SetProtectedIpSpec ..." (golint)
    • Line 122: warning: exported type DeleteProtectedIpResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteProtectedIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/client/WafClient.go
    • Line 26: warning: exported type WafClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewWafClient should have comment or be unexported (golint)
    • Line 48: warning: exported method WafClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method WafClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method WafClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method WafClient.ListWafFilter should be of the form "ListWafFilter ..." (golint)
    • Line 80: warning: comment on exported method WafClient.ListRiskEvents should be of the form "ListRiskEvents ..." (golint)
    • Line 100: warning: comment on exported method WafClient.GetQpsData should be of the form "GetQpsData ..." (golint)
    • Line 120: warning: comment on exported method WafClient.SetBotStdRules should be of the form "SetBotStdRules ..." (golint)
    • Line 140: warning: comment on exported method WafClient.AddDomain should be of the form "AddDomain ..." (golint)
    • Line 160: warning: comment on exported method WafClient.DelRiskEvents should be of the form "DelRiskEvents ..." (golint)
    • Line 180: warning: comment on exported method WafClient.DeleteDomain should be of the form "DeleteDomain ..." (golint)
    • Line 200: warning: comment on exported method WafClient.GetAntiEvent should be of the form "GetAntiEvent ..." (golint)
    • Line 220: warning: comment on exported method WafClient.BindCert should be of the form "BindCert ..." (golint)
    • Line 240: warning: comment on exported method WafClient.ListMainCfg should be of the form "ListMainCfg ..." (golint)
    • Line 260: warning: comment on exported method WafClient.EnableBotThreatIp should be of the form "EnableBotThreatIp ..." (golint)
    • Line 280: warning: comment on exported method WafClient.SetBotThreatIpRule should be of the form "SetBotThreatIpRule ..." (golint)
    • Line 300: warning: comment on exported method WafClient.GetDomainAntiConfig should be of the form "GetDomainAntiConfig ..." (golint)
    • Line 320: warning: comment on exported method WafClient.AntiLevelWaf should be of the form "AntiLevelWaf ..." (golint)
    • Line 340: warning: comment on exported method WafClient.ListRiskJs should be of the form "ListRiskJs ..." (golint)
    • Line 360: warning: comment on exported method WafClient.DelRiskVars should be of the form "DelRiskVars ..." (golint)
    • Line 380: warning: comment on exported method WafClient.DescribeJsPages should be of the form "DescribeJsPages ..." (golint)
    • Line 400: warning: comment on exported method WafClient.ListBotUsrRules should be of the form "ListBotUsrRules ..." (golint)
    • Line 420: warning: comment on exported method WafClient.DisableRules should be of the form "DisableRules ..." (golint)
    • Line 440: warning: comment on exported method WafClient.GetDomainLbConfig should be of the form "GetDomainLbConfig ..." (golint)
    • Line 460: warning: comment on exported method WafClient.EnableWafUserDefine should be of the form "EnableWafUserDefine ..." (golint)
    • Line 480: warning: comment on exported method WafClient.SetWafRule should be of the form "SetWafRule ..." (golint)
    • Line 500: warning: comment on exported method WafClient.EnableWaf should be of the form "EnableWaf ..." (golint)
    • Line 520: warning: comment on exported method WafClient.DelRiskUsrLists should be of the form "DelRiskUsrLists ..." (golint)
    • Line 540: warning: comment on exported method WafClient.ListIps should be of the form "ListIps ..." (golint)
    • Line 560: warning: comment on exported method WafClient.DelRiskRule should be of the form "DelRiskRule ..." (golint)
    • Line 580: warning: comment on exported method WafClient.DescribeLbOutIp should be of the form "DescribeLbOutIp ..." (golint)
    • Line 600: warning: comment on exported method WafClient.GetAvailableCertForDomain should be of the form "GetAvailableCertForDomain ..." (golint)
    • Line 620: warning: comment on exported method WafClient.DelJsPage should be of the form "DelJsPage ..." (golint)
    • Line 640: warning: comment on exported method WafClient.ListWafRules should be of the form "ListWafRules ..." (golint)
    • Line 660: warning: comment on exported method WafClient.ListBotStdRules should be of the form "ListBotStdRules ..." (golint)
    • Line 680: warning: comment on exported method WafClient.EnableRiskAccount should be of the form "EnableRiskAccount ..." (golint)
    • Line 700: warning: comment on exported method WafClient.SetRiskPolicy should be of the form "SetRiskPolicy ..." (golint)
    • Line 720: warning: comment on exported method WafClient.EnableRisk should be of the form "EnableRisk ..." (golint)
    • Line 740: warning: comment on exported method WafClient.SetRiskJs should be of the form "SetRiskJs ..." (golint)
    • Line 760: warning: comment on exported method WafClient.SetWafCondition should be of the form "SetWafCondition ..." (golint)
    • Line 780: warning: comment on exported method WafClient.ListBotThreatIpRule should be of the form "ListBotThreatIpRule ..." (golint)
    • Line 800: warning: comment on exported method WafClient.UpdateBotUsrRule should be of the form "UpdateBotUsrRule ..." (golint)
    • Line 820: warning: comment on exported method WafClient.ListRiskUsrLists should be of the form "ListRiskUsrLists ..." (golint)
    • Line 840: warning: comment on exported method WafClient.DelBotUsrRule should be of the form "DelBotUsrRule ..." (golint)
    • Line 860: warning: comment on exported method WafClient.EnableRiskCtl should be of the form "EnableRiskCtl ..." (golint)
    • Line 880: warning: comment on exported method WafClient.AddIps should be of the form "AddIps ..." (golint)
    • Line 900: warning: comment on exported method WafClient.DelRiskPolicys should be of the form "DelRiskPolicys ..." (golint)
    • Line 920: warning: comment on exported method WafClient.ListRiskConfDefault should be of the form "ListRiskConfDefault ..." (golint)
    • Line 940: warning: comment on exported method WafClient.GetWafInstance should be of the form "GetWafInstance ..." (golint)
    • Line 960: warning: comment on exported method WafClient.UpdateIps should be of the form "UpdateIps ..." (golint)
    • Line 980: warning: comment on exported method WafClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 1000: warning: comment on exported method WafClient.EnableBot should be of the form "EnableBot ..." (golint)
    • Line 1020: warning: comment on exported method WafClient.UpdateDomain should be of the form "UpdateDomain ..." (golint)
    • Line 1040: warning: comment on exported method WafClient.ListDomains should be of the form "ListDomains ..." (golint)
    • Line 1060: warning: comment on exported method WafClient.SetJsPage should be of the form "SetJsPage ..." (golint)
    • Line 1080: warning: comment on exported method WafClient.ListRiskVars should be of the form "ListRiskVars ..." (golint)
    • Line 1100: warning: comment on exported method WafClient.ListRiskPolicys should be of the form "ListRiskPolicys ..." (golint)
    • Line 1120: warning: comment on exported method WafClient.GetEsLogDetail should be of the form "GetEsLogDetail ..." (golint)
    • Line 1140: warning: comment on exported method WafClient.GetBpsData should be of the form "GetBpsData ..." (golint)
    • Line 1160: warning: comment on exported method WafClient.DelWafRule should be of the form "DelWafRule ..." (golint)
    • Line 1180: warning: comment on exported method WafClient.SetRiskRule should be of the form "SetRiskRule ..." (golint)
    • Line 1200: warning: comment on exported method WafClient.SetRiskEvent should be of the form "SetRiskEvent ..." (golint)
    • Line 1220: warning: comment on exported method WafClient.EnableUsrBot should be of the form "EnableUsrBot ..." (golint)
    • Line 1240: warning: comment on exported method WafClient.ListRiskEventVars should be of the form "ListRiskEventVars ..." (golint)
    • Line 1260: warning: comment on exported method WafClient.AntiModeWaf should be of the form "AntiModeWaf ..." (golint)
    • Line 1280: warning: comment on exported method WafClient.SetRiskUsrList should be of the form "SetRiskUsrList ..." (golint)
    • Line 1300: warning: comment on exported method WafClient.ListRiskRules should be of the form "ListRiskRules ..." (golint)
    • Line 1320: warning: comment on exported method WafClient.DelRiskJs should be of the form "DelRiskJs ..." (golint)
    • Line 1340: warning: comment on exported method WafClient.DelWafCondition should be of the form "DelWafCondition ..." (golint)
    • Line 1360: warning: comment on exported method WafClient.AddBotUsrRule should be of the form "AddBotUsrRule ..." (golint)
    • Line 1380: warning: comment on exported method WafClient.ListWafConditions should be of the form "ListWafConditions ..." (golint)
    • Line 1400: warning: comment on exported method WafClient.SetRiskEventVars should be of the form "SetRiskEventVars ..." (golint)
    • Line 1420: warning: comment on exported method WafClient.DelRiskEventVars should be of the form "DelRiskEventVars ..." (golint)
    • Line 1440: warning: comment on exported method WafClient.DelIps should be of the form "DelIps ..." (golint)
    • Line 1460: warning: comment on exported method WafClient.SetRiskVar should be of the form "SetRiskVar ..." (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifySmsAppUsingPOST.go
    • Line 23: warning: exported type ModifySmsAppUsingPOSTRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifySmsAppUsingPOSTRequest should be of the form "NewModifySmsAppUsingPOSTRequest ..." (golint)
    • Line 57: warning: comment on exported function NewModifySmsAppUsingPOSTRequestWithAllParams should be of the form "NewModifySmsAppUsingPOSTRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewModifySmsAppUsingPOSTRequestWithoutParam should be of the form "NewModifySmsAppUsingPOSTRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method ModifySmsAppUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 99: warning: comment on exported method ModifySmsAppUsingPOSTRequest.SetAppDesc should be of the form "SetAppDesc ..." (golint)
    • Line 104: warning: comment on exported method ModifySmsAppUsingPOSTRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 115: warning: exported type ModifySmsAppUsingPOSTResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type ModifySmsAppUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DetachSubUserPolicy.go
    • Line 23: warning: exported type DetachSubUserPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDetachSubUserPolicyRequest should be of the form "NewDetachSubUserPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDetachSubUserPolicyRequestWithAllParams should be of the form "NewDetachSubUserPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDetachSubUserPolicyRequestWithoutParam should be of the form "NewDetachSubUserPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DetachSubUserPolicyRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 96: warning: comment on exported method DetachSubUserPolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type DetachSubUserPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DetachSubUserPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/CheckRegistryName.go
    • Line 23: warning: exported type CheckRegistryNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckRegistryNameRequest should be of the form "NewCheckRegistryNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckRegistryNameRequestWithAllParams should be of the form "NewCheckRegistryNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckRegistryNameRequestWithoutParam should be of the form "NewCheckRegistryNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckRegistryNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckRegistryNameRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 107: warning: exported type CheckRegistryNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckRegistryNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QuerySubscriptionKey.go
    • Line 24: warning: exported type QuerySubscriptionKeyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQuerySubscriptionKeyRequest should be of the form "NewQuerySubscriptionKeyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQuerySubscriptionKeyRequestWithAllParams should be of the form "NewQuerySubscriptionKeyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQuerySubscriptionKeyRequestWithoutParam should be of the form "NewQuerySubscriptionKeyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QuerySubscriptionKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QuerySubscriptionKeyRequest.SetSubscriptionKeyId should be of the form "SetSubscriptionKeyId ..." (golint)
    • Line 108: warning: exported type QuerySubscriptionKeyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QuerySubscriptionKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/EnableWafWhiteRules.go
    • Line 23: warning: exported type EnableWafWhiteRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWafWhiteRulesRequest should be of the form "NewEnableWafWhiteRulesRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableWafWhiteRulesRequestWithAllParams should be of the form "NewEnableWafWhiteRulesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewEnableWafWhiteRulesRequestWithoutParam should be of the form "NewEnableWafWhiteRulesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method EnableWafWhiteRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method EnableWafWhiteRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: comment on exported method EnableWafWhiteRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 115: warning: exported type EnableWafWhiteRulesResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type EnableWafWhiteRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/UpdateAlarm.go
    • Line 23: warning: exported type UpdateAlarmRequest should have comment or be unexported (golint)
    • Line 67: warning: comment on exported function NewUpdateAlarmRequest should be of the form "NewUpdateAlarmRequest ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateAlarmRequestWithAllParams should be of the form "NewUpdateAlarmRequestWithAllParams ..." (golint)
    • Line 141: warning: comment on exported function NewUpdateAlarmRequestWithoutParam should be of the form "NewUpdateAlarmRequestWithoutParam ..." (golint)
    • Line 154: warning: comment on exported method UpdateAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 159: warning: comment on exported method UpdateAlarmRequest.SetName should be of the form "SetName ..." (golint)
    • Line 164: warning: comment on exported method UpdateAlarmRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 169: warning: comment on exported method UpdateAlarmRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 174: warning: comment on exported method UpdateAlarmRequest.SetStatisticMethod should be of the form "SetStatisticMethod ..." (golint)
    • Line 179: warning: comment on exported method UpdateAlarmRequest.SetOperator should be of the form "SetOperator ..." (golint)
    • Line 184: warning: comment on exported method UpdateAlarmRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 189: warning: comment on exported method UpdateAlarmRequest.SetTimes should be of the form "SetTimes ..." (golint)
    • Line 194: warning: comment on exported method UpdateAlarmRequest.SetNoticePeriod should be of the form "SetNoticePeriod ..." (golint)
    • Line 199: warning: comment on exported method UpdateAlarmRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 204: warning: comment on exported method UpdateAlarmRequest.SetNoticeMethod should be of the form "SetNoticeMethod ..." (golint)
    • Line 209: warning: comment on exported method UpdateAlarmRequest.SetUserId should be of the form "SetUserId ..." (golint)
    • Line 214: warning: comment on exported method UpdateAlarmRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 225: warning: exported type UpdateAlarmResponse should have comment or be unexported (golint)
    • Line 231: warning: exported type UpdateAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DeleteCluster.go
    • Line 23: warning: exported type DeleteClusterRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteClusterRequest should be of the form "NewDeleteClusterRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteClusterRequestWithAllParams should be of the form "NewDeleteClusterRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteClusterRequestWithoutParam should be of the form "NewDeleteClusterRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 107: warning: exported type DeleteClusterResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/GetBuildLog.go
    • Line 23: warning: exported type GetBuildLogRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewGetBuildLogRequest should be of the form "NewGetBuildLogRequest ..." (golint)
    • Line 66: warning: comment on exported function NewGetBuildLogRequestWithAllParams should be of the form "NewGetBuildLogRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewGetBuildLogRequestWithoutParam should be of the form "NewGetBuildLogRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method GetBuildLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method GetBuildLogRequest.SetJobid should be of the form "SetJobid ..." (golint)
    • Line 116: warning: comment on exported method GetBuildLogRequest.SetId should be of the form "SetId ..." (golint)
    • Line 121: warning: comment on exported method GetBuildLogRequest.SetOffsetNumber should be of the form "SetOffsetNumber ..." (golint)
    • Line 132: warning: exported type GetBuildLogResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type GetBuildLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteTask.go
    • Line 23: warning: exported type DeleteTaskRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteTaskRequest should be of the form "NewDeleteTaskRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteTaskRequestWithAllParams should be of the form "NewDeleteTaskRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteTaskRequestWithoutParam should be of the form "NewDeleteTaskRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 110: warning: comment on exported method DeleteTaskRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 121: warning: exported type DeleteTaskResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryCustomErrorPage.go
    • Line 24: warning: exported type QueryCustomErrorPageRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryCustomErrorPageRequest should be of the form "NewQueryCustomErrorPageRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryCustomErrorPageRequestWithAllParams should be of the form "NewQueryCustomErrorPageRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryCustomErrorPageRequestWithoutParam should be of the form "NewQueryCustomErrorPageRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryCustomErrorPageRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryCustomErrorPageResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryCustomErrorPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeDeviceRaids.go
    • Line 24: warning: exported type DescribeDeviceRaidsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDeviceRaidsRequest should be of the form "NewDescribeDeviceRaidsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeDeviceRaidsRequestWithAllParams should be of the form "NewDescribeDeviceRaidsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeDeviceRaidsRequestWithoutParam should be of the form "NewDescribeDeviceRaidsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeDeviceRaidsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeDeviceRaidsRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 108: warning: comment on exported method DescribeDeviceRaidsRequest.SetVolumeType should be of the form "SetVolumeType ..." (golint)
    • Line 119: warning: exported type DescribeDeviceRaidsResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeDeviceRaidsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/oss/apis/ListBuckets.go
    • Line 24: warning: exported type ListBucketsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewListBucketsRequest should be of the form "NewListBucketsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListBucketsRequestWithAllParams should be of the form "NewListBucketsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewListBucketsRequestWithoutParam should be of the form "NewListBucketsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method ListBucketsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type ListBucketsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type ListBucketsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteCustomLiveStreamRecordTemplate.go
    • Line 23: warning: exported type DeleteCustomLiveStreamRecordTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCustomLiveStreamRecordTemplateRequest should be of the form "NewDeleteCustomLiveStreamRecordTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCustomLiveStreamRecordTemplateRequestWithAllParams should be of the form "NewDeleteCustomLiveStreamRecordTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCustomLiveStreamRecordTemplateRequestWithoutParam should be of the form "NewDeleteCustomLiveStreamRecordTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCustomLiveStreamRecordTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 93: warning: exported type DeleteCustomLiveStreamRecordTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCustomLiveStreamRecordTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/CreateUrlMap.go
    • Line 23: warning: exported type CreateUrlMapRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateUrlMapRequest should be of the form "NewCreateUrlMapRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateUrlMapRequestWithAllParams should be of the form "NewCreateUrlMapRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateUrlMapRequestWithoutParam should be of the form "NewCreateUrlMapRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateUrlMapRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateUrlMapRequest.SetUrlMapName should be of the form "SetUrlMapName ..." (golint)
    • Line 116: warning: comment on exported method CreateUrlMapRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 121: warning: comment on exported method CreateUrlMapRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateUrlMapResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateUrlMapResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/PutCustomMetricData.go
    • Line 24: warning: exported type PutCustomMetricDataRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewPutCustomMetricDataRequest should be of the form "NewPutCustomMetricDataRequest ..." (golint)
    • Line 49: warning: comment on exported function NewPutCustomMetricDataRequestWithAllParams should be of the form "NewPutCustomMetricDataRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewPutCustomMetricDataRequestWithoutParam should be of the form "NewPutCustomMetricDataRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method PutCustomMetricDataRequest.SetMetricDataList should be of the form "SetMetricDataList ..." (golint)
    • Line 91: warning: exported type PutCustomMetricDataResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type PutCustomMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DisableContractSave.go
    • Line 23: warning: exported type DisableContractSaveRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewDisableContractSaveRequest should be of the form "NewDisableContractSaveRequest ..." (golint)
    • Line 45: warning: comment on exported function NewDisableContractSaveRequestWithAllParams should be of the form "NewDisableContractSaveRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewDisableContractSaveRequestWithoutParam should be of the form "NewDisableContractSaveRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type DisableContractSaveResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type DisableContractSaveResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/CreateVersion.go
    • Line 24: warning: exported type CreateVersionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateVersionRequest should be of the form "NewCreateVersionRequest ..." (golint)
    • Line 61: warning: comment on exported function NewCreateVersionRequestWithAllParams should be of the form "NewCreateVersionRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewCreateVersionRequestWithoutParam should be of the form "NewCreateVersionRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method CreateVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method CreateVersionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 108: warning: comment on exported method CreateVersionRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 119: warning: exported type CreateVersionResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type CreateVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateVpc.go
    • Line 24: warning: exported type CreateVpcRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateVpcRequest should be of the form "NewCreateVpcRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateVpcRequestWithAllParams should be of the form "NewCreateVpcRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateVpcRequestWithoutParam should be of the form "NewCreateVpcRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateVpcRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateVpcRequest.SetVpcSpec should be of the form "SetVpcSpec ..." (golint)
    • Line 125: warning: exported type CreateVpcResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeQuota.go
    • Line 24: warning: exported type DescribeQuotaRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeQuotaRequest should be of the form "NewDescribeQuotaRequest ..." (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 58: warning: comment on exported function NewDescribeQuotaRequestWithAllParams should be of the form "NewDescribeQuotaRequestWithAllParams ..." (golint)
    • Line 64: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotaRequestWithoutParam should be of the form "NewDescribeQuotaRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotaRequest.SetType should be of the form "SetType ..." (golint)
    • Line 98: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 108: warning: exported type DescribeQuotaResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CreateProduct.go
    • Line 23: warning: exported type CreateProductRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewCreateProductRequest should be of the form "NewCreateProductRequest ..." (golint)
    • Line 84: warning: comment on exported function NewCreateProductRequestWithAllParams should be of the form "NewCreateProductRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewCreateProductRequestWithoutParam should be of the form "NewCreateProductRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method CreateProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 141: warning: comment on exported method CreateProductRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 146: warning: comment on exported method CreateProductRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 151: warning: comment on exported method CreateProductRequest.SetProductType should be of the form "SetProductType ..." (golint)
    • Line 159: warning: comment on exported method CreateProductRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 164: warning: comment on exported method CreateProductRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 169: warning: comment on exported method CreateProductRequest.SetInternalTags should be of the form "SetInternalTags ..." (golint)
    • Line 180: warning: exported type CreateProductResponse should have comment or be unexported (golint)
    • Line 186: warning: exported type CreateProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeImageConstraints.go
    • Line 24: warning: exported type DescribeImageConstraintsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeImageConstraintsRequest should be of the form "NewDescribeImageConstraintsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeImageConstraintsRequestWithAllParams should be of the form "NewDescribeImageConstraintsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeImageConstraintsRequestWithoutParam should be of the form "NewDescribeImageConstraintsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeImageConstraintsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeImageConstraintsRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 108: warning: exported type DescribeImageConstraintsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeImageConstraintsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/OpenLiveP2p.go
    • Line 23: warning: exported type OpenLiveP2pRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewOpenLiveP2pRequest should be of the form "NewOpenLiveP2pRequest ..." (golint)
    • Line 48: warning: comment on exported function NewOpenLiveP2pRequestWithAllParams should be of the form "NewOpenLiveP2pRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewOpenLiveP2pRequestWithoutParam should be of the form "NewOpenLiveP2pRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method OpenLiveP2pRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 90: warning: exported type OpenLiveP2pResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type OpenLiveP2pResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/CreateNodeGroup.go
    • Line 24: warning: exported type CreateNodeGroupRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewCreateNodeGroupRequest should be of the form "NewCreateNodeGroupRequest ..." (golint)
    • Line 100: warning: comment on exported function NewCreateNodeGroupRequestWithAllParams should be of the form "NewCreateNodeGroupRequestWithAllParams ..." (golint)
    • Line 151: warning: comment on exported function NewCreateNodeGroupRequestWithoutParam should be of the form "NewCreateNodeGroupRequestWithoutParam ..." (golint)
    • Line 164: warning: comment on exported method CreateNodeGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 169: warning: comment on exported method CreateNodeGroupRequest.SetName should be of the form "SetName ..." (golint)
    • Line 174: warning: comment on exported method CreateNodeGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 179: warning: comment on exported method CreateNodeGroupRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 184: warning: comment on exported method CreateNodeGroupRequest.SetNodeConfig should be of the form "SetNodeConfig ..." (golint)
    • Line 189: warning: comment on exported method CreateNodeGroupRequest.SetAzs should be of the form "SetAzs ..." (golint)
    • Line 194: warning: comment on exported method CreateNodeGroupRequest.SetInitialNodeCount should be of the form "SetInitialNodeCount ..." (golint)
    • Line 199: warning: comment on exported method CreateNodeGroupRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 204: warning: comment on exported method CreateNodeGroupRequest.SetNodeCidr should be of the form "SetNodeCidr ..." (golint)
    • Line 209: warning: comment on exported method CreateNodeGroupRequest.SetAutoRepair should be of the form "SetAutoRepair ..." (golint)
    • Line 214: warning: comment on exported method CreateNodeGroupRequest.SetCaConfig should be of the form "SetCaConfig ..." (golint)
    • Line 219: warning: comment on exported method CreateNodeGroupRequest.SetNodeGroupNetwork should be of the form "SetNodeGroupNetwork ..." (golint)
    • Line 230: warning: exported type CreateNodeGroupResponse should have comment or be unexported (golint)
    • Line 236: warning: exported type CreateNodeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamTranscodeConfig.go
    • Line 24: warning: exported type DescribeLiveStreamTranscodeConfigRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeLiveStreamTranscodeConfigRequest should be of the form "NewDescribeLiveStreamTranscodeConfigRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeLiveStreamTranscodeConfigRequestWithAllParams should be of the form "NewDescribeLiveStreamTranscodeConfigRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeLiveStreamTranscodeConfigRequestWithoutParam should be of the form "NewDescribeLiveStreamTranscodeConfigRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeLiveStreamTranscodeConfigRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 121: warning: comment on exported method DescribeLiveStreamTranscodeConfigRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeLiveStreamTranscodeConfigRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: exported type DescribeLiveStreamTranscodeConfigResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeLiveStreamTranscodeConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/UpdateLogset.go
    • Line 23: warning: exported type UpdateLogsetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateLogsetRequest should be of the form "NewUpdateLogsetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateLogsetRequestWithAllParams should be of the form "NewUpdateLogsetRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateLogsetRequestWithoutParam should be of the form "NewUpdateLogsetRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateLogsetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateLogsetRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 113: warning: comment on exported method UpdateLogsetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateLogsetRequest.SetLifeCycle should be of the form "SetLifeCycle ..." (golint)
    • Line 129: warning: exported type UpdateLogsetResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateLogsetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/partner/apis/QueryMyCustomerList.go
    • Line 24: warning: exported type QueryMyCustomerListRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewQueryMyCustomerListRequest should be of the form "NewQueryMyCustomerListRequest ..." (golint)
    • Line 73: warning: comment on exported function NewQueryMyCustomerListRequestWithAllParams should be of the form "NewQueryMyCustomerListRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewQueryMyCustomerListRequestWithoutParam should be of the form "NewQueryMyCustomerListRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method QueryMyCustomerListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method QueryMyCustomerListRequest.SetCustomerPin should be of the form "SetCustomerPin ..." (golint)
    • Line 135: warning: comment on exported method QueryMyCustomerListRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 140: warning: comment on exported method QueryMyCustomerListRequest.SetLoginName should be of the form "SetLoginName ..." (golint)
    • Line 145: warning: comment on exported method QueryMyCustomerListRequest.SetStartRelTime should be of the form "SetStartRelTime ..." (golint)
    • Line 150: warning: comment on exported method QueryMyCustomerListRequest.SetEndRelTime should be of the form "SetEndRelTime ..." (golint)
    • Line 155: warning: comment on exported method QueryMyCustomerListRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 160: warning: comment on exported method QueryMyCustomerListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 171: warning: exported type QueryMyCustomerListResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type QueryMyCustomerListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteBackupSynchronicity.go
    • Line 23: warning: exported type DeleteBackupSynchronicityRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackupSynchronicityRequest should be of the form "NewDeleteBackupSynchronicityRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackupSynchronicityRequestWithAllParams should be of the form "NewDeleteBackupSynchronicityRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackupSynchronicityRequestWithoutParam should be of the form "NewDeleteBackupSynchronicityRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackupSynchronicityRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackupSynchronicityRequest.SetServiceId should be of the form "SetServiceId ..." (golint)
    • Line 107: warning: exported type DeleteBackupSynchronicityResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackupSynchronicityResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/AddDevice.go
    • Line 23: warning: exported type AddDeviceRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewAddDeviceRequest should be of the form "NewAddDeviceRequest ..." (golint)
    • Line 66: warning: comment on exported function NewAddDeviceRequestWithAllParams should be of the form "NewAddDeviceRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewAddDeviceRequestWithoutParam should be of the form "NewAddDeviceRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method AddDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method AddDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 122: warning: comment on exported method AddDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 127: warning: comment on exported method AddDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 132: warning: comment on exported method AddDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 137: warning: comment on exported method AddDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 148: warning: exported type AddDeviceResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type AddDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeDeployments.go
    • Line 25: warning: exported type DescribeDeploymentsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeDeploymentsRequest should be of the form "NewDescribeDeploymentsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeDeploymentsRequestWithAllParams should be of the form "NewDescribeDeploymentsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDeploymentsRequestWithoutParam should be of the form "NewDescribeDeploymentsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDeploymentsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDeploymentsRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDeploymentsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 123: warning: exported type DescribeDeploymentsResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type DescribeDeploymentsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeMonitor.go
    • Line 24: warning: exported type DescribeMonitorRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeMonitorRequest should be of the form "NewDescribeMonitorRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeMonitorRequestWithAllParams should be of the form "NewDescribeMonitorRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeMonitorRequestWithoutParam should be of the form "NewDescribeMonitorRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method DescribeMonitorRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 125: warning: comment on exported method DescribeMonitorRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeMonitorRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 141: warning: exported type DescribeMonitorResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateRefreshTask.go
    • Line 23: warning: exported type CreateRefreshTaskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCreateRefreshTaskRequest should be of the form "NewCreateRefreshTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCreateRefreshTaskRequestWithAllParams should be of the form "NewCreateRefreshTaskRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewCreateRefreshTaskRequestWithoutParam should be of the form "NewCreateRefreshTaskRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method CreateRefreshTaskRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 90: warning: comment on exported method CreateRefreshTaskRequest.SetUrls should be of the form "SetUrls ..." (golint)
    • Line 101: warning: exported type CreateRefreshTaskResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type CreateRefreshTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeImages.go
    • Line 24: warning: exported type DescribeImagesRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeImagesRequest should be of the form "NewDescribeImagesRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeImagesRequestWithAllParams should be of the form "NewDescribeImagesRequestWithAllParams ..." (golint)
    • Line 136: warning: comment on exported function NewDescribeImagesRequestWithoutParam should be of the form "NewDescribeImagesRequestWithoutParam ..." (golint)
    • Line 149: warning: comment on exported method DescribeImagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 154: warning: comment on exported method DescribeImagesRequest.SetImageSource should be of the form "SetImageSource ..." (golint)
    • Line 159: warning: comment on exported method DescribeImagesRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 164: warning: comment on exported method DescribeImagesRequest.SetOffline should be of the form "SetOffline ..." (golint)
    • Line 169: warning: comment on exported method DescribeImagesRequest.SetPlatform should be of the form "SetPlatform ..." (golint)
    • Line 174: warning: comment on exported method DescribeImagesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 179: warning: comment on exported method DescribeImagesRequest.SetImageName should be of the form "SetImageName ..." (golint)
    • Line 184: warning: comment on exported method DescribeImagesRequest.SetRootDeviceType should be of the form "SetRootDeviceType ..." (golint)
    • Line 189: warning: comment on exported method DescribeImagesRequest.SetLaunchPermission should be of the form "SetLaunchPermission ..." (golint)
    • Line 194: warning: comment on exported method DescribeImagesRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 199: warning: comment on exported method DescribeImagesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 204: warning: comment on exported method DescribeImagesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 215: warning: exported type DescribeImagesResponse should have comment or be unexported (golint)
    • Line 221: warning: exported type DescribeImagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/AddRule.go
    • Line 24: warning: exported type AddRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewAddRuleRequest should be of the form "NewAddRuleRequest ..." (golint)
    • Line 73: warning: comment on exported function NewAddRuleRequestWithAllParams should be of the form "NewAddRuleRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewAddRuleRequestWithoutParam should be of the form "NewAddRuleRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method AddRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method AddRuleRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 126: warning: comment on exported method AddRuleRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 131: warning: comment on exported method AddRuleRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 136: warning: comment on exported method AddRuleRequest.SetRule should be of the form "SetRule ..." (golint)
    • Line 147: warning: exported type AddRuleResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type AddRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/ListAlias.go
    • Line 24: warning: exported type ListAliasRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListAliasRequest should be of the form "NewListAliasRequest ..." (golint)
    • Line 58: warning: comment on exported function NewListAliasRequestWithAllParams should be of the form "NewListAliasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListAliasRequestWithoutParam should be of the form "NewListAliasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListAliasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ListAliasRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 108: warning: exported type ListAliasResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ListAliasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateAliasIp.go
    • Line 24: warning: exported type CreateAliasIpRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateAliasIpRequest should be of the form "NewCreateAliasIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateAliasIpRequestWithAllParams should be of the form "NewCreateAliasIpRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateAliasIpRequestWithoutParam should be of the form "NewCreateAliasIpRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateAliasIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateAliasIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateAliasIpRequest.SetAliasIpSpec should be of the form "SetAliasIpSpec ..." (golint)
    • Line 125: warning: exported type CreateAliasIpResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateAliasIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeleteSubUserAccessKey.go
    • Line 23: warning: exported type DeleteSubUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSubUserAccessKeyRequest should be of the form "NewDeleteSubUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSubUserAccessKeyRequestWithAllParams should be of the form "NewDeleteSubUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSubUserAccessKeyRequestWithoutParam should be of the form "NewDeleteSubUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSubUserAccessKeyRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 96: warning: comment on exported method DeleteSubUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type DeleteSubUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSubUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeAnalysisTime.go
    • Line 23: warning: exported type DescribeAnalysisTimeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeAnalysisTimeRequest should be of the form "NewDescribeAnalysisTimeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeAnalysisTimeRequestWithAllParams should be of the form "NewDescribeAnalysisTimeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeAnalysisTimeRequestWithoutParam should be of the form "NewDescribeAnalysisTimeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeAnalysisTimeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeAnalysisTimeRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeAnalysisTimeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeAnalysisTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeElasticIps.go
    • Line 25: warning: exported type DescribeElasticIpsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeElasticIpsRequest should be of the form "NewDescribeElasticIpsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeElasticIpsRequestWithAllParams should be of the form "NewDescribeElasticIpsRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDescribeElasticIpsRequestWithoutParam should be of the form "NewDescribeElasticIpsRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeElasticIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 128: warning: comment on exported method DescribeElasticIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 133: warning: comment on exported method DescribeElasticIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: comment on exported method DescribeElasticIpsRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 154: warning: exported type DescribeElasticIpsResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type DescribeElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkAcl.go
    • Line 24: warning: exported type DescribeNetworkAclRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNetworkAclRequest should be of the form "NewDescribeNetworkAclRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNetworkAclRequestWithAllParams should be of the form "NewDescribeNetworkAclRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNetworkAclRequestWithoutParam should be of the form "NewDescribeNetworkAclRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNetworkAclRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 108: warning: exported type DescribeNetworkAclResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetMonitorAlarmInfo.go
    • Line 24: warning: exported type GetMonitorAlarmInfoRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewGetMonitorAlarmInfoRequest should be of the form "NewGetMonitorAlarmInfoRequest ..." (golint)
    • Line 67: warning: comment on exported function NewGetMonitorAlarmInfoRequestWithAllParams should be of the form "NewGetMonitorAlarmInfoRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGetMonitorAlarmInfoRequestWithoutParam should be of the form "NewGetMonitorAlarmInfoRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GetMonitorAlarmInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GetMonitorAlarmInfoRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method GetMonitorAlarmInfoRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 125: warning: comment on exported method GetMonitorAlarmInfoRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method GetMonitorAlarmInfoRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 141: warning: exported type GetMonitorAlarmInfoResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type GetMonitorAlarmInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/GetSiteMonitorDataPoints.go
    • Line 24: warning: exported type GetSiteMonitorDataPointsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetSiteMonitorDataPointsRequest should be of the form "NewGetSiteMonitorDataPointsRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetSiteMonitorDataPointsRequestWithAllParams should be of the form "NewGetSiteMonitorDataPointsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetSiteMonitorDataPointsRequestWithoutParam should be of the form "NewGetSiteMonitorDataPointsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetSiteMonitorDataPointsRequest.SetId should be of the form "SetId ..." (golint)
    • Line 97: warning: comment on exported method GetSiteMonitorDataPointsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 102: warning: comment on exported method GetSiteMonitorDataPointsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 113: warning: exported type GetSiteMonitorDataPointsResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type GetSiteMonitorDataPointsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DeleteSiteMonitor.go
    • Line 24: warning: exported type DeleteSiteMonitorRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDeleteSiteMonitorRequest should be of the form "NewDeleteSiteMonitorRequest ..." (golint)
    • Line 49: warning: comment on exported function NewDeleteSiteMonitorRequestWithAllParams should be of the form "NewDeleteSiteMonitorRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewDeleteSiteMonitorRequestWithoutParam should be of the form "NewDeleteSiteMonitorRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method DeleteSiteMonitorRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 91: warning: exported type DeleteSiteMonitorResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type DeleteSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteKeypairs.go
    • Line 23: warning: exported type DeleteKeypairsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteKeypairsRequest should be of the form "NewDeleteKeypairsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteKeypairsRequestWithAllParams should be of the form "NewDeleteKeypairsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteKeypairsRequestWithoutParam should be of the form "NewDeleteKeypairsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteKeypairsRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 107: warning: exported type DeleteKeypairsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetGzip.go
    • Line 23: warning: exported type SetGzipRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetGzipRequest should be of the form "NewSetGzipRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetGzipRequestWithAllParams should be of the form "NewSetGzipRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetGzipRequestWithoutParam should be of the form "NewSetGzipRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetGzipRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetGzipRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: comment on exported method SetGzipRequest.SetGzipTypes should be of the form "SetGzipTypes ..." (golint)
    • Line 115: warning: exported type SetGzipResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetGzipResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StartTransferTask.go
    • Line 23: warning: exported type StartTransferTaskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartTransferTaskRequest should be of the form "NewStartTransferTaskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartTransferTaskRequestWithAllParams should be of the form "NewStartTransferTaskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartTransferTaskRequestWithoutParam should be of the form "NewStartTransferTaskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartTransferTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartTransferTaskRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StartTransferTaskResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartTransferTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamAppRecord.go
    • Line 23: warning: exported type AddLiveStreamAppRecordRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAddLiveStreamAppRecordRequest should be of the form "NewAddLiveStreamAppRecordRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAddLiveStreamAppRecordRequestWithAllParams should be of the form "NewAddLiveStreamAppRecordRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAddLiveStreamAppRecordRequestWithoutParam should be of the form "NewAddLiveStreamAppRecordRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AddLiveStreamAppRecordRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 105: warning: comment on exported method AddLiveStreamAppRecordRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 110: warning: comment on exported method AddLiveStreamAppRecordRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 121: warning: exported type AddLiveStreamAppRecordResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AddLiveStreamAppRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/UpdateFunction.go
    • Line 24: warning: exported type UpdateFunctionRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewUpdateFunctionRequest should be of the form "NewUpdateFunctionRequest ..." (golint)
    • Line 94: warning: comment on exported function NewUpdateFunctionRequestWithAllParams should be of the form "NewUpdateFunctionRequestWithAllParams ..." (golint)
    • Line 151: warning: comment on exported function NewUpdateFunctionRequestWithoutParam should be of the form "NewUpdateFunctionRequestWithoutParam ..." (golint)
    • Line 164: warning: comment on exported method UpdateFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 169: warning: comment on exported method UpdateFunctionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 174: warning: comment on exported method UpdateFunctionRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 179: warning: comment on exported method UpdateFunctionRequest.SetEntrance should be of the form "SetEntrance ..." (golint)
    • Line 184: warning: comment on exported method UpdateFunctionRequest.SetMemory should be of the form "SetMemory ..." (golint)
    • Line 189: warning: comment on exported method UpdateFunctionRequest.SetRunTime should be of the form "SetRunTime ..." (golint)
    • Line 194: warning: comment on exported method UpdateFunctionRequest.SetOverTime should be of the form "SetOverTime ..." (golint)
    • Line 199: warning: comment on exported method UpdateFunctionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 204: warning: comment on exported method UpdateFunctionRequest.SetCode should be of the form "SetCode ..." (golint)
    • Line 209: warning: comment on exported method UpdateFunctionRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 214: warning: comment on exported method UpdateFunctionRequest.SetLogSetId should be of the form "SetLogSetId ..." (golint)
    • Line 219: warning: comment on exported method UpdateFunctionRequest.SetLogTopicId should be of the form "SetLogTopicId ..." (golint)
    • Line 224: warning: comment on exported method UpdateFunctionRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 229: warning: comment on exported method UpdateFunctionRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 240: warning: exported type UpdateFunctionResponse should have comment or be unexported (golint)
    • Line 246: warning: exported type UpdateFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateSnapshotTemplate.go
    • Line 23: warning: exported type CreateSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateSnapshotTemplateRequest should be of the form "NewCreateSnapshotTemplateRequest ..." (golint)
    • Line 75: warning: comment on exported function NewCreateSnapshotTemplateRequestWithAllParams should be of the form "NewCreateSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewCreateSnapshotTemplateRequestWithoutParam should be of the form "NewCreateSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method CreateSnapshotTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 123: warning: comment on exported method CreateSnapshotTemplateRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 131: warning: comment on exported method CreateSnapshotTemplateRequest.SetTemplateConfig should be of the form "SetTemplateConfig ..." (golint)
    • Line 145: warning: exported type CreateSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 151: warning: exported type CreateSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleWhiteList.go
    • Line 23: warning: exported type DisableWebRuleWhiteListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleWhiteListRequest should be of the form "NewDisableWebRuleWhiteListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleWhiteListRequestWithAllParams should be of the form "NewDisableWebRuleWhiteListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleWhiteListRequestWithoutParam should be of the form "NewDisableWebRuleWhiteListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleWhiteListRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleWhiteListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CheckName.go
    • Line 23: warning: exported type CheckNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckNameRequest should be of the form "NewCheckNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckNameRequestWithAllParams should be of the form "NewCheckNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckNameRequestWithoutParam should be of the form "NewCheckNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckNameRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type CheckNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckPolicyName.go
    • Line 23: warning: exported type CheckPolicyNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckPolicyNameRequest should be of the form "NewCheckPolicyNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckPolicyNameRequestWithAllParams should be of the form "NewCheckPolicyNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckPolicyNameRequestWithoutParam should be of the form "NewCheckPolicyNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckPolicyNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckPolicyNameRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type CheckPolicyNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckPolicyNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyNetworkInterface.go
    • Line 23: warning: exported type ModifyNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifyNetworkInterfaceRequest should be of the form "NewModifyNetworkInterfaceRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyNetworkInterfaceRequestWithAllParams should be of the form "NewModifyNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifyNetworkInterfaceRequestWithoutParam should be of the form "NewModifyNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifyNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifyNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 119: warning: comment on exported method ModifyNetworkInterfaceRequest.SetNetworkInterfaceName should be of the form "SetNetworkInterfaceName ..." (golint)
    • Line 124: warning: comment on exported method ModifyNetworkInterfaceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: comment on exported method ModifyNetworkInterfaceRequest.SetSecurityGroups should be of the form "SetSecurityGroups ..." (golint)
    • Line 140: warning: exported type ModifyNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type ModifyNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DownloadTemplates.go
    • Line 23: warning: exported type DownloadTemplatesRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDownloadTemplatesRequest should be of the form "NewDownloadTemplatesRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDownloadTemplatesRequestWithAllParams should be of the form "NewDownloadTemplatesRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDownloadTemplatesRequestWithoutParam should be of the form "NewDownloadTemplatesRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DownloadTemplatesRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DownloadTemplatesResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DownloadTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeMetrics.go
    • Line 24: warning: exported type DescribeMetricsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeMetricsRequest should be of the form "NewDescribeMetricsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeMetricsRequestWithAllParams should be of the form "NewDescribeMetricsRequestWithAllParams ..." (golint)
    • Line 66: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 82: warning: comment on exported function NewDescribeMetricsRequestWithoutParam should be of the form "NewDescribeMetricsRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeMetricsRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 100: warning: comment on exported method DescribeMetricsRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 105: warning: comment on exported method DescribeMetricsRequest.SetType should be of the form "SetType ..." (golint)
    • Line 106: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 116: warning: exported type DescribeMetricsResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeMetricsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetTranscodeTaskSummaries.go
    • Line 24: warning: exported type GetTranscodeTaskSummariesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTranscodeTaskSummariesRequest should be of the form "NewGetTranscodeTaskSummariesRequest ..." (golint)
    • Line 49: warning: comment on exported function NewGetTranscodeTaskSummariesRequestWithAllParams should be of the form "NewGetTranscodeTaskSummariesRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewGetTranscodeTaskSummariesRequestWithoutParam should be of the form "NewGetTranscodeTaskSummariesRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method GetTranscodeTaskSummariesRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 91: warning: exported type GetTranscodeTaskSummariesResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type GetTranscodeTaskSummariesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeSubnets.go
    • Line 25: warning: exported type DescribeSubnetsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeSubnetsRequest should be of the form "NewDescribeSubnetsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeSubnetsRequestWithAllParams should be of the form "NewDescribeSubnetsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeSubnetsRequestWithoutParam should be of the form "NewDescribeSubnetsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeSubnetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeSubnetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeSubnetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeSubnetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: exported type DescribeSubnetsResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeSubnetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableEnhancedBackup.go
    • Line 23: warning: exported type EnableEnhancedBackupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableEnhancedBackupRequest should be of the form "NewEnableEnhancedBackupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableEnhancedBackupRequestWithAllParams should be of the form "NewEnableEnhancedBackupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableEnhancedBackupRequestWithoutParam should be of the form "NewEnableEnhancedBackupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableEnhancedBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableEnhancedBackupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableEnhancedBackupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableEnhancedBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeIdcs.go
    • Line 24: warning: exported type DescribeIdcsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeIdcsRequest should be of the form "NewDescribeIdcsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIdcsRequestWithAllParams should be of the form "NewDescribeIdcsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeIdcsRequestWithoutParam should be of the form "NewDescribeIdcsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeIdcsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method DescribeIdcsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method DescribeIdcsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 113: warning: comment on exported method DescribeIdcsRequest.SetIncludeExternalIdc should be of the form "SetIncludeExternalIdc ..." (golint)
    • Line 124: warning: exported type DescribeIdcsResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeIdcsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/CreateSecret.go
    • Line 24: warning: exported type CreateSecretRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewCreateSecretRequest should be of the form "NewCreateSecretRequest ..." (golint)
    • Line 75: warning: comment on exported function NewCreateSecretRequestWithAllParams should be of the form "NewCreateSecretRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewCreateSecretRequestWithoutParam should be of the form "NewCreateSecretRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method CreateSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method CreateSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 132: warning: comment on exported method CreateSecretRequest.SetSecretType should be of the form "SetSecretType ..." (golint)
    • Line 138: warning: comment on exported method CreateSecretRequest.SetData should be of the form "SetData ..." (golint)
    • Line 153: warning: exported type CreateSecretResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type CreateSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/CreateViTemplate.go
    • Line 23: warning: exported type CreateViTemplateRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewCreateViTemplateRequest should be of the form "NewCreateViTemplateRequest ..." (golint)
    • Line 80: warning: comment on exported function NewCreateViTemplateRequestWithAllParams should be of the form "NewCreateViTemplateRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewCreateViTemplateRequestWithoutParam should be of the form "NewCreateViTemplateRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method CreateViTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 142: warning: comment on exported method CreateViTemplateRequest.SetShotInterval should be of the form "SetShotInterval ..." (golint)
    • Line 147: warning: comment on exported method CreateViTemplateRequest.SetShotIntervalType should be of the form "SetShotIntervalType ..." (golint)
    • Line 152: warning: comment on exported method CreateViTemplateRequest.SetShotFormat should be of the form "SetShotFormat ..." (golint)
    • Line 157: warning: comment on exported method CreateViTemplateRequest.SetShotFrameType should be of the form "SetShotFrameType ..." (golint)
    • Line 162: warning: comment on exported method CreateViTemplateRequest.SetShotWidth should be of the form "SetShotWidth ..." (golint)
    • Line 167: warning: comment on exported method CreateViTemplateRequest.SetShotHeight should be of the form "SetShotHeight ..." (golint)
    • Line 172: warning: comment on exported method CreateViTemplateRequest.SetShotFillType should be of the form "SetShotFillType ..." (golint)
    • Line 177: warning: comment on exported method CreateViTemplateRequest.SetInspectItems should be of the form "SetInspectItems ..." (golint)
    • Line 188: warning: exported type CreateViTemplateResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type CreateViTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/industrydata/client/IndustrydataClient.go
    • Line 26: warning: exported type IndustrydataClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIndustrydataClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IndustrydataClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IndustrydataClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method IndustrydataClient.GetLargeScreenData should be of the form "GetLargeScreenData ..." (golint)
    • jdcloud-sdk-go/services/httpdns/client/HttpdnsClient.go
    • Line 26: warning: exported type HttpdnsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewHttpdnsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method HttpdnsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method HttpdnsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method HttpdnsClient.GetAccountInfo should be of the form "GetAccountInfo ..." (golint)
    • Line 76: warning: comment on exported method HttpdnsClient.AddDomains should be of the form "AddDomains ..." (golint)
    • Line 98: warning: comment on exported method HttpdnsClient.DelDomains should be of the form "DelDomains ..." (golint)
    • Line 118: warning: comment on exported method HttpdnsClient.CreateAccount should be of the form "CreateAccount ..." (golint)
    • Line 138: warning: comment on exported method HttpdnsClient.GetAccountId should be of the form "GetAccountId ..." (golint)
    • Line 158: warning: comment on exported method HttpdnsClient.GetDomains should be of the form "GetDomains ..." (golint)
    • Line 178: warning: comment on exported method HttpdnsClient.OperateKey should be of the form "OperateKey ..." (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyVpcPeering.go
    • Line 23: warning: exported type ModifyVpcPeeringRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyVpcPeeringRequest should be of the form "NewModifyVpcPeeringRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyVpcPeeringRequestWithAllParams should be of the form "NewModifyVpcPeeringRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyVpcPeeringRequestWithoutParam should be of the form "NewModifyVpcPeeringRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyVpcPeeringRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyVpcPeeringRequest.SetVpcPeeringId should be of the form "SetVpcPeeringId ..." (golint)
    • Line 113: warning: comment on exported method ModifyVpcPeeringRequest.SetVpcPeeringName should be of the form "SetVpcPeeringName ..." (golint)
    • Line 118: warning: comment on exported method ModifyVpcPeeringRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyVpcPeeringResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyVpcPeeringResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/AddPermissionsToSubUser.go
    • Line 24: warning: exported type AddPermissionsToSubUserRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddPermissionsToSubUserRequest should be of the form "NewAddPermissionsToSubUserRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddPermissionsToSubUserRequestWithAllParams should be of the form "NewAddPermissionsToSubUserRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddPermissionsToSubUserRequestWithoutParam should be of the form "NewAddPermissionsToSubUserRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddPermissionsToSubUserRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddPermissionsToSubUserRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 111: warning: comment on exported method AddPermissionsToSubUserRequest.SetAddPermissionsInfo should be of the form "SetAddPermissionsInfo ..." (golint)
    • Line 122: warning: exported type AddPermissionsToSubUserResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddPermissionsToSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/UpdateSnapshotPolicy.go
    • Line 24: warning: exported type UpdateSnapshotPolicyRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewUpdateSnapshotPolicyRequest should be of the form "NewUpdateSnapshotPolicyRequest ..." (golint)
    • Line 91: warning: comment on exported function NewUpdateSnapshotPolicyRequestWithAllParams should be of the form "NewUpdateSnapshotPolicyRequestWithAllParams ..." (golint)
    • Line 130: warning: comment on exported function NewUpdateSnapshotPolicyRequestWithoutParam should be of the form "NewUpdateSnapshotPolicyRequestWithoutParam ..." (golint)
    • Line 143: warning: comment on exported method UpdateSnapshotPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 148: warning: comment on exported method UpdateSnapshotPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 153: warning: comment on exported method UpdateSnapshotPolicyRequest.SetName should be of the form "SetName ..." (golint)
    • Line 158: warning: comment on exported method UpdateSnapshotPolicyRequest.SetInterval should be of the form "SetInterval ..." (golint)
    • Line 163: warning: comment on exported method UpdateSnapshotPolicyRequest.SetEffectiveTime should be of the form "SetEffectiveTime ..." (golint)
    • Line 168: warning: comment on exported method UpdateSnapshotPolicyRequest.SetSnapshotLifecycle should be of the form "SetSnapshotLifecycle ..." (golint)
    • Line 173: warning: comment on exported method UpdateSnapshotPolicyRequest.SetContactInfo should be of the form "SetContactInfo ..." (golint)
    • Line 178: warning: comment on exported method UpdateSnapshotPolicyRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 189: warning: exported type UpdateSnapshotPolicyResponse should have comment or be unexported (golint)
    • Line 195: warning: exported type UpdateSnapshotPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/OnOffStatus.go
    • Line 24: warning: exported type OnOffStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOnOffStatusRequest should be of the form "NewOnOffStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOnOffStatusRequestWithAllParams should be of the form "NewOnOffStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOnOffStatusRequestWithoutParam should be of the form "NewOnOffStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OnOffStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OnOffStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type OnOffStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OnOffStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryHttpHeader.go
    • Line 24: warning: exported type QueryHttpHeaderRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryHttpHeaderRequest should be of the form "NewQueryHttpHeaderRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryHttpHeaderRequestWithAllParams should be of the form "NewQueryHttpHeaderRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryHttpHeaderRequestWithoutParam should be of the form "NewQueryHttpHeaderRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryHttpHeaderRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryHttpHeaderResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryHttpHeaderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/client/AntiproClient.go
    • Line 26: warning: exported type AntiproClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAntiproClient should have comment or be unexported (golint)
    • Line 48: warning: exported method AntiproClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method AntiproClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method AntiproClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 76: warning: comment on exported method AntiproClient.DescribeCcsIpResources should be of the form "DescribeCcsIpResources ..." (golint)
    • Line 96: warning: comment on exported method AntiproClient.DeleteProtectedIp should be of the form "DeleteProtectedIp ..." (golint)
    • Line 116: warning: comment on exported method AntiproClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 136: warning: comment on exported method AntiproClient.AddProtectedIp should be of the form "AddProtectedIp ..." (golint)
    • Line 161: warning: comment on exported method AntiproClient.DescribeIpMonitorFlow should be of the form "DescribeIpMonitorFlow ..." (golint)
    • Line 181: warning: comment on exported method AntiproClient.DescribeCpsIpResources should be of the form "DescribeCpsIpResources ..." (golint)
    • Line 201: warning: comment on exported method AntiproClient.DescribeGeoAreas should be of the form "DescribeGeoAreas ..." (golint)
    • Line 221: warning: comment on exported method AntiproClient.DescribeAttackStatistics should be of the form "DescribeAttackStatistics ..." (golint)
    • Line 245: warning: comment on exported method AntiproClient.DescribeAttackSource should be of the form "DescribeAttackSource ..." (golint)
    • Line 265: warning: comment on exported method AntiproClient.ModifyInstance should be of the form "ModifyInstance ..." (golint)
    • Line 285: warning: comment on exported method AntiproClient.DescribeProtectionOutline should be of the form "DescribeProtectionOutline ..." (golint)
    • Line 305: warning: comment on exported method AntiproClient.DescribeProtectionRule should be of the form "DescribeProtectionRule ..." (golint)
    • Line 325: warning: comment on exported method AntiproClient.ModifyInstanceName should be of the form "ModifyInstanceName ..." (golint)
    • Line 345: warning: comment on exported method AntiproClient.DescribeProtectedIpList should be of the form "DescribeProtectedIpList ..." (golint)
    • Line 365: warning: comment on exported method AntiproClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 385: warning: comment on exported method AntiproClient.DescribeAttackLogs should be of the form "DescribeAttackLogs ..." (golint)
    • Line 409: warning: comment on exported method AntiproClient.CheckInstanceName should be of the form "CheckInstanceName ..." (golint)
    • Line 429: warning: comment on exported method AntiproClient.DescribeAttackTypeCount should be of the form "DescribeAttackTypeCount ..." (golint)
    • Line 453: warning: comment on exported method AntiproClient.ModifyProtectionRule should be of the form "ModifyProtectionRule ..." (golint)
    • Line 473: warning: comment on exported method AntiproClient.DescribeElasticIpResources should be of the form "DescribeElasticIpResources ..." (golint)
    • Line 493: warning: comment on exported method AntiproClient.DescribeOperationRecords should be of the form "DescribeOperationRecords ..." (golint)
    • jdcloud-sdk-go/services/waf/apis/UpdateBotUsrRule.go
    • Line 24: warning: exported type UpdateBotUsrRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateBotUsrRuleRequest should be of the form "NewUpdateBotUsrRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateBotUsrRuleRequestWithAllParams should be of the form "NewUpdateBotUsrRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateBotUsrRuleRequestWithoutParam should be of the form "NewUpdateBotUsrRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateBotUsrRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateBotUsrRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method UpdateBotUsrRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type UpdateBotUsrRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateBotUsrRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeCpsIpResources.go
    • Line 24: warning: exported type DescribeCpsIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCpsIpResourcesRequest should be of the form "NewDescribeCpsIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCpsIpResourcesRequestWithAllParams should be of the form "NewDescribeCpsIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCpsIpResourcesRequestWithoutParam should be of the form "NewDescribeCpsIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCpsIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCpsIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCpsIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCpsIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCpsIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/client/CpsClient.go
    • Line 26: warning: exported type CpsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCpsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CpsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CpsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CpsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CpsClient.DescribeServers should be of the form "DescribeServers ..." (golint)
    • Line 80: warning: comment on exported method CpsClient.DescribeSubnet should be of the form "DescribeSubnet ..." (golint)
    • Line 100: warning: comment on exported method CpsClient.ModifyListener should be of the form "ModifyListener ..." (golint)
    • Line 120: warning: comment on exported method CpsClient.AssociateElasticIpLB should be of the form "AssociateElasticIpLB ..." (golint)
    • Line 140: warning: comment on exported method CpsClient.DeleteVpc should be of the form "DeleteVpc ..." (golint)
    • Line 161: warning: comment on exported method CpsClient.DescribeInstanceStatus should be of the form "DescribeInstanceStatus ..." (golint)
    • Line 181: warning: comment on exported method CpsClient.AddServers should be of the form "AddServers ..." (golint)
    • Line 201: warning: comment on exported method CpsClient.ReinstallInstance should be of the form "ReinstallInstance ..." (golint)
    • Line 223: warning: comment on exported method CpsClient.DeleteServerGroup should be of the form "DeleteServerGroup ..." (golint)
    • Line 243: warning: comment on exported method CpsClient.DescribeKeypair should be of the form "DescribeKeypair ..." (golint)
    • Line 263: warning: comment on exported method CpsClient.DescribeDeviceRaids should be of the form "DescribeDeviceRaids ..." (golint)
    • Line 283: warning: comment on exported method CpsClient.ModifyIpv6Gateway should be of the form "ModifyIpv6Gateway ..." (golint)
    • Line 303: warning: comment on exported method CpsClient.DisassociateElasticIpLB should be of the form "DisassociateElasticIpLB ..." (golint)
    • Line 323: warning: comment on exported method CpsClient.DescribeServerGroups should be of the form "DescribeServerGroups ..." (golint)
    • Line 343: warning: comment on exported method CpsClient.ModifyVpc should be of the form "ModifyVpc ..." (golint)
    • Line 364: warning: comment on exported method CpsClient.ModifyIpv6AddressBandwidth should be of the form "ModifyIpv6AddressBandwidth ..." (golint)
    • Line 385: warning: comment on exported method CpsClient.DeleteAliasIp should be of the form "DeleteAliasIp ..." (golint)
    • Line 405: warning: comment on exported method CpsClient.DescribeCert should be of the form "DescribeCert ..." (golint)
    • Line 425: warning: comment on exported method CpsClient.DescribeInstanceName should be of the form "DescribeInstanceName ..." (golint)
    • Line 445: warning: comment on exported method CpsClient.ModifySubnet should be of the form "ModifySubnet ..." (golint)
    • Line 465: warning: comment on exported method CpsClient.DescribeVpcs should be of the form "DescribeVpcs ..." (golint)
    • Line 485: warning: comment on exported method CpsClient.DescribeIpv6Gateways should be of the form "DescribeIpv6Gateways ..." (golint)
    • Line 505: warning: comment on exported method CpsClient.StopInstances should be of the form "StopInstances ..." (golint)
    • Line 525: warning: comment on exported method CpsClient.DescribeInstanceRaid should be of the form "DescribeInstanceRaid ..." (golint)
    • Line 545: warning: comment on exported method CpsClient.DescribeIpv6Address should be of the form "DescribeIpv6Address ..." (golint)
    • Line 565: warning: comment on exported method CpsClient.DescribeListeners should be of the form "DescribeListeners ..." (golint)
    • Line 585: warning: comment on exported method CpsClient.DescribeRegiones should be of the form "DescribeRegiones ..." (golint)
    • Line 605: warning: comment on exported method CpsClient.CreateCert should be of the form "CreateCert ..." (golint)
    • Line 626: warning: comment on exported method CpsClient.ModifyServerGroup should be of the form "ModifyServerGroup ..." (golint)
    • Line 646: warning: comment on exported method CpsClient.ModifyInstance should be of the form "ModifyInstance ..." (golint)
    • Line 666: warning: comment on exported method CpsClient.DescribeKeypairs should be of the form "DescribeKeypairs ..." (golint)
    • Line 686: warning: comment on exported method CpsClient.AssignIpv6Gateway should be of the form "AssignIpv6Gateway ..." (golint)
    • Line 707: warning: comment on exported method CpsClient.DescribeDeviceTypes should be of the form "DescribeDeviceTypes ..." (golint)
    • Line 727: warning: comment on exported method CpsClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 748: warning: comment on exported method CpsClient.DescribeElasticIp should be of the form "DescribeElasticIp ..." (golint)
    • Line 768: warning: comment on exported method CpsClient.RestartInstances should be of the form "RestartInstances ..." (golint)
    • Line 788: warning: comment on exported method CpsClient.DeleteSecondaryCidr should be of the form "DeleteSecondaryCidr ..." (golint)
    • Line 808: warning: comment on exported method CpsClient.DescribeSecondaryCidrs should be of the form "DescribeSecondaryCidrs ..." (golint)
    • Line 828: warning: comment on exported method CpsClient.DescribeSlbsName should be of the form "DescribeSlbsName ..." (golint)
    • Line 848: warning: comment on exported method CpsClient.ModifyLoadBalancer should be of the form "ModifyLoadBalancer ..." (golint)
    • Line 868: warning: comment on exported method CpsClient.StartLoadBalancer should be of the form "StartLoadBalancer ..." (golint)
    • Line 888: warning: comment on exported method CpsClient.DescribeRouteTables should be of the form "DescribeRouteTables ..." (golint)
    • Line 908: warning: comment on exported method CpsClient.StopLoadBalancer should be of the form "StopLoadBalancer ..." (golint)
    • Line 928: warning: comment on exported method CpsClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 948: warning: comment on exported method CpsClient.ModifyBandwidth should be of the form "ModifyBandwidth ..." (golint)
    • Line 971: warning: comment on exported method CpsClient.AssignIpv6Address should be of the form "AssignIpv6Address ..." (golint)
    • Line 991: warning: comment on exported method CpsClient.DescribeInstanceMonitorInfo should be of the form "DescribeInstanceMonitorInfo ..." (golint)
    • Line 1011: warning: comment on exported method CpsClient.CreateInstances should be of the form "CreateInstances ..." (golint)
    • Line 1048: warning: comment on exported method CpsClient.ResetPassword should be of the form "ResetPassword ..." (golint)
    • Line 1069: warning: comment on exported method CpsClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 1090: warning: comment on exported method CpsClient.DescribeListener should be of the form "DescribeListener ..." (golint)
    • Line 1110: warning: comment on exported method CpsClient.StopInstance should be of the form "StopInstance ..." (golint)
    • Line 1130: warning: comment on exported method CpsClient.DescribeVpc should be of the form "DescribeVpc ..." (golint)
    • Line 1150: warning: comment on exported method CpsClient.DescribeSubnets should be of the form "DescribeSubnets ..." (golint)
    • Line 1170: warning: comment on exported method CpsClient.StartInstances should be of the form "StartInstances ..." (golint)
    • Line 1190: warning: comment on exported method CpsClient.ApplyElasticIps should be of the form "ApplyElasticIps ..." (golint)
    • Line 1211: warning: comment on exported method CpsClient.DeleteListener should be of the form "DeleteListener ..." (golint)
    • Line 1231: warning: comment on exported method CpsClient.CreateKeypairs should be of the form "CreateKeypairs ..." (golint)
    • Line 1251: warning: comment on exported method CpsClient.AssignIpv6AddressesBandwidth should be of the form "AssignIpv6AddressesBandwidth ..." (golint)
    • Line 1272: warning: comment on exported method CpsClient.RemoveServer should be of the form "RemoveServer ..." (golint)
    • Line 1292: warning: comment on exported method CpsClient.ImportKeypairs should be of the form "ImportKeypairs ..." (golint)
    • Line 1312: warning: comment on exported method CpsClient.CreateServerGroup should be of the form "CreateServerGroup ..." (golint)
    • Line 1332: warning: comment on exported method CpsClient.StartListener should be of the form "StartListener ..." (golint)
    • Line 1352: warning: comment on exported method CpsClient.DescribeLoadBalancers should be of the form "DescribeLoadBalancers ..." (golint)
    • Line 1372: warning: comment on exported method CpsClient.DescribeElasticIpName should be of the form "DescribeElasticIpName ..." (golint)
    • Line 1392: warning: comment on exported method CpsClient.StartInstance should be of the form "StartInstance ..." (golint)
    • Line 1412: warning: comment on exported method CpsClient.DescribeIpv6Gateway should be of the form "DescribeIpv6Gateway ..." (golint)
    • Line 1432: warning: comment on exported method CpsClient.AssignIpv6Cidr should be of the form "AssignIpv6Cidr ..." (golint)
    • Line 1453: warning: comment on exported method CpsClient.DescribeCPSLBRegions should be of the form "DescribeCPSLBRegions ..." (golint)
    • Line 1473: warning: comment on exported method CpsClient.DescribeRouteTable should be of the form "DescribeRouteTable ..." (golint)
    • Line 1493: warning: comment on exported method CpsClient.RemoveCert should be of the form "RemoveCert ..." (golint)
    • Line 1513: warning: comment on exported method CpsClient.CreateAliasIp should be of the form "CreateAliasIp ..." (golint)
    • Line 1533: warning: comment on exported method CpsClient.CreateSubnet should be of the form "CreateSubnet ..." (golint)
    • Line 1553: warning: comment on exported method CpsClient.RestartInstance should be of the form "RestartInstance ..." (golint)
    • Line 1573: warning: comment on exported method CpsClient.DescribeLoadBalancer should be of the form "DescribeLoadBalancer ..." (golint)
    • Line 1593: warning: comment on exported method CpsClient.DescribeElasticIps should be of the form "DescribeElasticIps ..." (golint)
    • Line 1615: warning: comment on exported method CpsClient.DescribeIpv6Addresses should be of the form "DescribeIpv6Addresses ..." (golint)
    • Line 1637: warning: comment on exported method CpsClient.DescribeOS should be of the form "DescribeOS ..." (golint)
    • Line 1657: warning: comment on exported method CpsClient.DescribeEventLogs should be of the form "DescribeEventLogs ..." (golint)
    • Line 1677: warning: comment on exported method CpsClient.ModifyCert should be of the form "ModifyCert ..." (golint)
    • Line 1697: warning: comment on exported method CpsClient.DescribeServerGroup should be of the form "DescribeServerGroup ..." (golint)
    • Line 1717: warning: comment on exported method CpsClient.CreateListener should be of the form "CreateListener ..." (golint)
    • Line 1737: warning: comment on exported method CpsClient.ModifyElasticIpBandwidth should be of the form "ModifyElasticIpBandwidth ..." (golint)
    • Line 1758: warning: comment on exported method CpsClient.CreateSecondaryCidr should be of the form "CreateSecondaryCidr ..." (golint)
    • Line 1778: warning: comment on exported method CpsClient.ModifyServer should be of the form "ModifyServer ..." (golint)
    • Line 1798: warning: comment on exported method CpsClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 1820: warning: comment on exported method CpsClient.DescribeAvailablePrivateIp should be of the form "DescribeAvailablePrivateIp ..." (golint)
    • Line 1840: warning: comment on exported method CpsClient.DescribeCerts should be of the form "DescribeCerts ..." (golint)
    • Line 1862: warning: comment on exported method CpsClient.CreateLoadBalancer should be of the form "CreateLoadBalancer ..." (golint)
    • Line 1882: warning: comment on exported method CpsClient.CreateVpc should be of the form "CreateVpc ..." (golint)
    • Line 1902: warning: comment on exported method CpsClient.DescribeAliasIps should be of the form "DescribeAliasIps ..." (golint)
    • Line 1922: warning: comment on exported method CpsClient.DeleteKeypairs should be of the form "DeleteKeypairs ..." (golint)
    • Line 1942: warning: comment on exported method CpsClient.StopListener should be of the form "StopListener ..." (golint)
    • Line 1962: warning: comment on exported method CpsClient.DeleteSubnet should be of the form "DeleteSubnet ..." (golint)
    • Line 1982: warning: comment on exported method CpsClient.DescribeBasicSubnet should be of the form "DescribeBasicSubnet ..." (golint)
    • jdcloud-sdk-go/services/ag/apis/CreateAg.go
    • Line 23: warning: exported type CreateAgRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateAgRequest should be of the form "NewCreateAgRequest ..." (golint)
    • Line 75: warning: comment on exported function NewCreateAgRequestWithAllParams should be of the form "NewCreateAgRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewCreateAgRequestWithoutParam should be of the form "NewCreateAgRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method CreateAgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method CreateAgRequest.SetAzs should be of the form "SetAzs ..." (golint)
    • Line 131: warning: comment on exported method CreateAgRequest.SetAgName should be of the form "SetAgName ..." (golint)
    • Line 136: warning: comment on exported method CreateAgRequest.SetAgType should be of the form "SetAgType ..." (golint)
    • Line 141: warning: comment on exported method CreateAgRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 146: warning: comment on exported method CreateAgRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 157: warning: exported type CreateAgResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type CreateAgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModyfyAgentLimits.go
    • Line 23: warning: exported type ModyfyAgentLimitsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModyfyAgentLimitsRequest should be of the form "NewModyfyAgentLimitsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModyfyAgentLimitsRequestWithAllParams should be of the form "NewModyfyAgentLimitsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModyfyAgentLimitsRequestWithoutParam should be of the form "NewModyfyAgentLimitsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModyfyAgentLimitsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModyfyAgentLimitsRequest.SetAgentId should be of the form "SetAgentId ..." (golint)
    • Line 119: warning: comment on exported method ModyfyAgentLimitsRequest.SetLimitStatus should be of the form "SetLimitStatus ..." (golint)
    • Line 124: warning: comment on exported method ModyfyAgentLimitsRequest.SetCpuLimit should be of the form "SetCpuLimit ..." (golint)
    • Line 129: warning: comment on exported method ModyfyAgentLimitsRequest.SetMemLimit should be of the form "SetMemLimit ..." (golint)
    • Line 140: warning: exported type ModyfyAgentLimitsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type ModyfyAgentLimitsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetAccesskeyConfig.go
    • Line 23: warning: exported type SetAccesskeyConfigRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetAccesskeyConfigRequest should be of the form "NewSetAccesskeyConfigRequest ..." (golint)
    • Line 60: warning: comment on exported function NewSetAccesskeyConfigRequestWithAllParams should be of the form "NewSetAccesskeyConfigRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetAccesskeyConfigRequestWithoutParam should be of the form "NewSetAccesskeyConfigRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetAccesskeyConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method SetAccesskeyConfigRequest.SetAccesskeyType should be of the form "SetAccesskeyType ..." (golint)
    • Line 110: warning: comment on exported method SetAccesskeyConfigRequest.SetAccesskeyKey should be of the form "SetAccesskeyKey ..." (golint)
    • Line 115: warning: comment on exported method SetAccesskeyConfigRequest.SetAccesskeyKeep should be of the form "SetAccesskeyKeep ..." (golint)
    • Line 126: warning: exported type SetAccesskeyConfigResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type SetAccesskeyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyForwardRule.go
    • Line 24: warning: exported type ModifyForwardRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyForwardRuleRequest should be of the form "NewModifyForwardRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyForwardRuleRequestWithAllParams should be of the form "NewModifyForwardRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyForwardRuleRequestWithoutParam should be of the form "NewModifyForwardRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyForwardRuleRequest.SetForwardRuleSpec should be of the form "SetForwardRuleSpec ..." (golint)
    • Line 136: warning: exported type ModifyForwardRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/GetStorageList.go
    • Line 24: warning: exported type GetStorageListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetStorageListRequest should be of the form "NewGetStorageListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetStorageListRequestWithAllParams should be of the form "NewGetStorageListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetStorageListRequestWithoutParam should be of the form "NewGetStorageListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetStorageListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetStorageListRequest.SetStorageType should be of the form "SetStorageType ..." (golint)
    • Line 111: warning: comment on exported method GetStorageListRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 122: warning: exported type GetStorageListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetStorageListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeSlbsName.go
    • Line 23: warning: exported type DescribeSlbsNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeSlbsNameRequest should be of the form "NewDescribeSlbsNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeSlbsNameRequestWithAllParams should be of the form "NewDescribeSlbsNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeSlbsNameRequestWithoutParam should be of the form "NewDescribeSlbsNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeSlbsNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeSlbsNameRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 107: warning: exported type DescribeSlbsNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeSlbsNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/CreateInstanceTemplate.go
    • Line 24: warning: exported type CreateInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateInstanceTemplateRequest should be of the form "NewCreateInstanceTemplateRequest ..." (golint)
    • Line 67: warning: comment on exported function NewCreateInstanceTemplateRequestWithAllParams should be of the form "NewCreateInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewCreateInstanceTemplateRequestWithoutParam should be of the form "NewCreateInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method CreateInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method CreateInstanceTemplateRequest.SetInstanceTemplateData should be of the form "SetInstanceTemplateData ..." (golint)
    • Line 117: warning: comment on exported method CreateInstanceTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 122: warning: comment on exported method CreateInstanceTemplateRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 133: warning: exported type CreateInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type CreateInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/GetVersion.go
    • Line 24: warning: exported type GetVersionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetVersionRequest should be of the form "NewGetVersionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetVersionRequestWithAllParams should be of the form "NewGetVersionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetVersionRequestWithoutParam should be of the form "NewGetVersionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetVersionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 111: warning: comment on exported method GetVersionRequest.SetVersionName should be of the form "SetVersionName ..." (golint)
    • Line 122: warning: exported type GetVersionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/Deploy.go
    • Line 23: warning: exported type DeployRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewDeployRequest should be of the form "NewDeployRequest ..." (golint)
    • Line 87: warning: comment on exported function NewDeployRequestWithAllParams should be of the form "NewDeployRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewDeployRequestWithoutParam should be of the form "NewDeployRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method DeployRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 150: warning: comment on exported method DeployRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 155: warning: comment on exported method DeployRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 160: warning: comment on exported method DeployRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 165: warning: comment on exported method DeployRequest.SetBackendServiceType should be of the form "SetBackendServiceType ..." (golint)
    • Line 170: warning: comment on exported method DeployRequest.SetBackendUrl should be of the form "SetBackendUrl ..." (golint)
    • Line 175: warning: comment on exported method DeployRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 180: warning: comment on exported method DeployRequest.SetJdsfName should be of the form "SetJdsfName ..." (golint)
    • Line 185: warning: comment on exported method DeployRequest.SetJdsfRegistryName should be of the form "SetJdsfRegistryName ..." (golint)
    • Line 190: warning: comment on exported method DeployRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 201: warning: exported type DeployResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type DeployResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DeleteRoom.go
    • Line 23: warning: exported type DeleteRoomRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRoomRequest should be of the form "NewDeleteRoomRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRoomRequestWithAllParams should be of the form "NewDeleteRoomRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRoomRequestWithoutParam should be of the form "NewDeleteRoomRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRoomRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRoomRequest.SetRoomId should be of the form "SetRoomId ..." (golint)
    • Line 107: warning: exported type DeleteRoomResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRoomResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/ProbeTaskEnable.go
    • Line 23: warning: exported type ProbeTaskEnableRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewProbeTaskEnableRequest should be of the form "NewProbeTaskEnableRequest ..." (golint)
    • Line 54: warning: comment on exported function NewProbeTaskEnableRequestWithAllParams should be of the form "NewProbeTaskEnableRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewProbeTaskEnableRequestWithoutParam should be of the form "NewProbeTaskEnableRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method ProbeTaskEnableRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 93: warning: comment on exported method ProbeTaskEnableRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 104: warning: exported type ProbeTaskEnableResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type ProbeTaskEnableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AssignSecondaryIps.go
    • Line 23: warning: exported type AssignSecondaryIpsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAssignSecondaryIpsRequest should be of the form "NewAssignSecondaryIpsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewAssignSecondaryIpsRequestWithAllParams should be of the form "NewAssignSecondaryIpsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAssignSecondaryIpsRequestWithoutParam should be of the form "NewAssignSecondaryIpsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AssignSecondaryIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AssignSecondaryIpsRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 119: warning: comment on exported method AssignSecondaryIpsRequest.SetForce should be of the form "SetForce ..." (golint)
    • Line 124: warning: comment on exported method AssignSecondaryIpsRequest.SetSecondaryIps should be of the form "SetSecondaryIps ..." (golint)
    • Line 129: warning: comment on exported method AssignSecondaryIpsRequest.SetSecondaryIpCount should be of the form "SetSecondaryIpCount ..." (golint)
    • Line 140: warning: exported type AssignSecondaryIpsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type AssignSecondaryIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamWatermarkConfig.go
    • Line 24: warning: exported type DescribeCustomLiveStreamWatermarkConfigRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkConfigRequest should be of the form "NewDescribeCustomLiveStreamWatermarkConfigRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkConfigRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamWatermarkConfigRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkConfigRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamWatermarkConfigRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeCustomLiveStreamWatermarkConfigRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 121: warning: comment on exported method DescribeCustomLiveStreamWatermarkConfigRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeCustomLiveStreamWatermarkConfigRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: exported type DescribeCustomLiveStreamWatermarkConfigResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeCustomLiveStreamWatermarkConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcEip.go
    • Line 24: warning: exported type CreateVpcEipRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcEipRequest should be of the form "NewCreateVpcEipRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcEipRequestWithAllParams should be of the form "NewCreateVpcEipRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcEipRequestWithoutParam should be of the form "NewCreateVpcEipRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcEipRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcEipRequest.SetAllocate should be of the form "SetAllocate ..." (golint)
    • Line 108: warning: exported type CreateVpcEipResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcEipResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/JdxQueryProduct.go
    • Line 24: warning: exported type JdxQueryProductRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewJdxQueryProductRequest should be of the form "NewJdxQueryProductRequest ..." (golint)
    • Line 64: warning: comment on exported function NewJdxQueryProductRequestWithAllParams should be of the form "NewJdxQueryProductRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewJdxQueryProductRequestWithoutParam should be of the form "NewJdxQueryProductRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method JdxQueryProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method JdxQueryProductRequest.SetPageNo should be of the form "SetPageNo ..." (golint)
    • Line 111: warning: comment on exported method JdxQueryProductRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: exported type JdxQueryProductResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type JdxQueryProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/GetFunction.go
    • Line 24: warning: exported type GetFunctionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetFunctionRequest should be of the form "NewGetFunctionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetFunctionRequestWithAllParams should be of the form "NewGetFunctionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetFunctionRequestWithoutParam should be of the form "NewGetFunctionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetFunctionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 108: warning: exported type GetFunctionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryAccessKeys.go
    • Line 25: warning: exported type QueryAccessKeysRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryAccessKeysRequest should be of the form "NewQueryAccessKeysRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryAccessKeysRequestWithAllParams should be of the form "NewQueryAccessKeysRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewQueryAccessKeysRequestWithoutParam should be of the form "NewQueryAccessKeysRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method QueryAccessKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method QueryAccessKeysRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method QueryAccessKeysRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method QueryAccessKeysRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type QueryAccessKeysResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type QueryAccessKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/DeleteConsumerGroup.go
    • Line 23: warning: exported type DeleteConsumerGroupRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteConsumerGroupRequest should be of the form "NewDeleteConsumerGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteConsumerGroupRequestWithAllParams should be of the form "NewDeleteConsumerGroupRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteConsumerGroupRequestWithoutParam should be of the form "NewDeleteConsumerGroupRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteConsumerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteConsumerGroupRequest.SetTopicId should be of the form "SetTopicId ..." (golint)
    • Line 110: warning: comment on exported method DeleteConsumerGroupRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 121: warning: exported type DeleteConsumerGroupResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteConsumerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/InvokeFunction.go
    • Line 24: warning: exported type InvokeFunctionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewInvokeFunctionRequest should be of the form "NewInvokeFunctionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewInvokeFunctionRequestWithAllParams should be of the form "NewInvokeFunctionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewInvokeFunctionRequestWithoutParam should be of the form "NewInvokeFunctionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method InvokeFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method InvokeFunctionRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method InvokeFunctionRequest.SetDeviceFunctionVO should be of the form "SetDeviceFunctionVO ..." (golint)
    • Line 122: warning: exported type InvokeFunctionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type InvokeFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StartChannel.go
    • Line 23: warning: exported type StartChannelRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartChannelRequest should be of the form "NewStartChannelRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartChannelRequestWithAllParams should be of the form "NewStartChannelRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartChannelRequestWithoutParam should be of the form "NewStartChannelRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartChannelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartChannelRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StartChannelResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartChannelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/DeleteVqdTemplate.go
    • Line 23: warning: exported type DeleteVqdTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteVqdTemplateRequest should be of the form "NewDeleteVqdTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteVqdTemplateRequestWithAllParams should be of the form "NewDeleteVqdTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteVqdTemplateRequestWithoutParam should be of the form "NewDeleteVqdTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteVqdTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteVqdTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteVqdTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkInterfaces.go
    • Line 25: warning: exported type DescribeNetworkInterfacesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeNetworkInterfacesRequest should be of the form "NewDescribeNetworkInterfacesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeNetworkInterfacesRequestWithAllParams should be of the form "NewDescribeNetworkInterfacesRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeNetworkInterfacesRequestWithoutParam should be of the form "NewDescribeNetworkInterfacesRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeNetworkInterfacesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeNetworkInterfacesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeNetworkInterfacesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeNetworkInterfacesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: exported type DescribeNetworkInterfacesResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeNetworkInterfacesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/ModifyDns.go
    • Line 23: warning: exported type ModifyDnsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyDnsRequest should be of the form "NewModifyDnsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyDnsRequestWithAllParams should be of the form "NewModifyDnsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyDnsRequestWithoutParam should be of the form "NewModifyDnsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyDnsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyDnsRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 110: warning: comment on exported method ModifyDnsRequest.SetDns should be of the form "SetDns ..." (golint)
    • Line 121: warning: exported type ModifyDnsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyDnsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/client/ClouddnsserviceClient.go
    • Line 26: warning: exported type ClouddnsserviceClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewClouddnsserviceClient should have comment or be unexported (golint)
    • Line 48: warning: exported method ClouddnsserviceClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method ClouddnsserviceClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method ClouddnsserviceClient.DelDomain should be of the form "DelDomain ..." (golint)
    • Line 76: warning: comment on exported method ClouddnsserviceClient.GetDomainQueryCount should be of the form "GetDomainQueryCount ..." (golint)
    • Line 96: warning: comment on exported method ClouddnsserviceClient.BatchSetDnsResolve should be of the form "BatchSetDnsResolve ..." (golint)
    • Line 118: warning: comment on exported method ClouddnsserviceClient.GetActionLog should be of the form "GetActionLog ..." (golint)
    • Line 138: warning: comment on exported method ClouddnsserviceClient.GetDomainQueryTraffic should be of the form "GetDomainQueryTraffic ..." (golint)
    • Line 158: warning: comment on exported method ClouddnsserviceClient.OperateMonitor should be of the form "OperateMonitor ..." (golint)
    • Line 178: warning: comment on exported method ClouddnsserviceClient.AddUserViewIP should be of the form "AddUserViewIP ..." (golint)
    • Line 198: warning: comment on exported method ClouddnsserviceClient.AddMonitorTarget should be of the form "AddMonitorTarget ..." (golint)
    • Line 218: warning: comment on exported method ClouddnsserviceClient.AddRR should be of the form "AddRR ..." (golint)
    • Line 238: warning: comment on exported method ClouddnsserviceClient.DelUserView should be of the form "DelUserView ..." (golint)
    • Line 258: warning: comment on exported method ClouddnsserviceClient.OperateRR should be of the form "OperateRR ..." (golint)
    • Line 278: warning: comment on exported method ClouddnsserviceClient.DelUserViewIP should be of the form "DelUserViewIP ..." (golint)
    • Line 298: warning: comment on exported method ClouddnsserviceClient.GetMonitor should be of the form "GetMonitor ..." (golint)
    • Line 318: warning: comment on exported method ClouddnsserviceClient.UpdateMonitor should be of the form "UpdateMonitor ..." (golint)
    • Line 338: warning: comment on exported method ClouddnsserviceClient.GetUserViewIP should be of the form "GetUserViewIP ..." (golint)
    • Line 358: warning: comment on exported method ClouddnsserviceClient.GetTargets should be of the form "GetTargets ..." (golint)
    • Line 378: warning: comment on exported method ClouddnsserviceClient.GetMonitorAlarmInfo should be of the form "GetMonitorAlarmInfo ..." (golint)
    • Line 398: warning: comment on exported method ClouddnsserviceClient.AddMonitor should be of the form "AddMonitor ..." (golint)
    • Line 418: warning: comment on exported method ClouddnsserviceClient.UpdateDomain should be of the form "UpdateDomain ..." (golint)
    • Line 438: warning: comment on exported method ClouddnsserviceClient.UpdateRR should be of the form "UpdateRR ..." (golint)
    • Line 458: warning: comment on exported method ClouddnsserviceClient.AddUserView should be of the form "AddUserView ..." (golint)
    • Line 478: warning: comment on exported method ClouddnsserviceClient.SearchRR should be of the form "SearchRR ..." (golint)
    • Line 500: warning: comment on exported method ClouddnsserviceClient.GetUserView should be of the form "GetUserView ..." (golint)
    • Line 520: warning: comment on exported method ClouddnsserviceClient.GetDomains should be of the form "GetDomains ..." (golint)
    • Line 543: warning: comment on exported method ClouddnsserviceClient.AddDomain should be of the form "AddDomain ..." (golint)
    • Line 567: warning: comment on exported method ClouddnsserviceClient.GetViewTree should be of the form "GetViewTree ..." (golint)
    • jdcloud-sdk-go/services/vm/client/VmClient.go
    • Line 26: warning: exported type VmClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewVmClient should have comment or be unexported (golint)
    • Line 48: warning: exported method VmClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method VmClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method VmClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method VmClient.DescribeImageMembers should be of the form "DescribeImageMembers ..." (golint)
    • Line 81: warning: comment on exported method VmClient.DescribeInstancesCustomData should be of the form "DescribeInstancesCustomData ..." (golint)
    • Line 101: warning: comment on exported method VmClient.CreateInstances should be of the form "CreateInstances ..." (golint)
    • Line 172: warning: comment on exported method VmClient.ShareImage should be of the form "ShareImage ..." (golint)
    • Line 194: warning: comment on exported method VmClient.DescribeInstanceTemplatesCustomdata should be of the form "DescribeInstanceTemplatesCustomdata ..." (golint)
    • Line 215: warning: comment on exported method VmClient.AttachKeypair should be of the form "AttachKeypair ..." (golint)
    • Line 236: warning: comment on exported method VmClient.ExportImage should be of the form "ExportImage ..." (golint)
    • Line 257: warning: comment on exported method VmClient.StartInstance should be of the form "StartInstance ..." (golint)
    • Line 279: warning: comment on exported method VmClient.UnReleaseImage should be of the form "UnReleaseImage ..." (golint)
    • Line 300: warning: comment on exported method VmClient.UnShareImage should be of the form "UnShareImage ..." (golint)
    • Line 321: warning: comment on exported method VmClient.DescribeImageConstraintsBatch should be of the form "DescribeImageConstraintsBatch ..." (golint)
    • Line 343: warning: comment on exported method VmClient.UpdateInstanceTemplate should be of the form "UpdateInstanceTemplate ..." (golint)
    • Line 364: warning: comment on exported method VmClient.AttachDisk should be of the form "AttachDisk ..." (golint)
    • Line 387: warning: comment on exported method VmClient.ModifyInstancePassword should be of the form "ModifyInstancePassword ..." (golint)
    • Line 409: warning: comment on exported method VmClient.AttachNetworkInterface should be of the form "AttachNetworkInterface ..." (golint)
    • Line 434: warning: comment on exported method VmClient.DeleteKeypair should be of the form "DeleteKeypair ..." (golint)
    • Line 455: warning: comment on exported method VmClient.DescribeImage should be of the form "DescribeImage ..." (golint)
    • Line 476: warning: comment on exported method VmClient.ImportKeypair should be of the form "ImportKeypair ..." (golint)
    • Line 498: warning: comment on exported method VmClient.CopyImages should be of the form "CopyImages ..." (golint)
    • Line 520: warning: comment on exported method VmClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 541: warning: comment on exported method VmClient.ModifyInstanceNetworkAttribute should be of the form "ModifyInstanceNetworkAttribute ..." (golint)
    • Line 563: warning: comment on exported method VmClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 584: warning: comment on exported method VmClient.ModifyImageAttribute should be of the form "ModifyImageAttribute ..." (golint)
    • Line 605: warning: comment on exported method VmClient.RebootInstance should be of the form "RebootInstance ..." (golint)
    • Line 626: warning: comment on exported method VmClient.DescribeKeypairs should be of the form "DescribeKeypairs ..." (golint)
    • Line 648: warning: comment on exported method VmClient.DetachDisk should be of the form "DetachDisk ..." (golint)
    • Line 669: warning: comment on exported method VmClient.ImportImage should be of the form "ImportImage ..." (golint)
    • Line 690: warning: comment on exported method VmClient.CreateInstanceTemplate should be of the form "CreateInstanceTemplate ..." (golint)
    • Line 714: warning: comment on exported method VmClient.CreateImage should be of the form "CreateImage ..." (golint)
    • Line 738: warning: comment on exported method VmClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 760: warning: comment on exported method VmClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 781: warning: comment on exported method VmClient.StopInstance should be of the form "StopInstance ..." (golint)
    • Line 802: warning: comment on exported method VmClient.DescribeInstanceTemplate should be of the form "DescribeInstanceTemplate ..." (golint)
    • Line 823: warning: comment on exported method VmClient.DescribeImages should be of the form "DescribeImages ..." (golint)
    • Line 846: warning: comment on exported method VmClient.DescribeImageConstraints should be of the form "DescribeImageConstraints ..." (golint)
    • Line 868: warning: comment on exported method VmClient.DescribeInstanceVncUrl should be of the form "DescribeInstanceVncUrl ..." (golint)
    • Line 890: warning: comment on exported method VmClient.RebuildInstance should be of the form "RebuildInstance ..." (golint)
    • Line 915: warning: comment on exported method VmClient.ReleaseImage should be of the form "ReleaseImage ..." (golint)
    • Line 936: warning: comment on exported method VmClient.ModifyInstanceAttribute should be of the form "ModifyInstanceAttribute ..." (golint)
    • Line 957: warning: comment on exported method VmClient.ResizeInstance should be of the form "ResizeInstance ..." (golint)
    • Line 986: warning: comment on exported method VmClient.DeleteImage should be of the form "DeleteImage ..." (golint)
    • Line 1008: warning: comment on exported method VmClient.DescribeInstanceTypes should be of the form "DescribeInstanceTypes ..." (golint)
    • Line 1029: warning: comment on exported method VmClient.DetachNetworkInterface should be of the form "DetachNetworkInterface ..." (golint)
    • Line 1052: warning: comment on exported method VmClient.DeleteInstanceTemplate should be of the form "DeleteInstanceTemplate ..." (golint)
    • Line 1073: warning: comment on exported method VmClient.DescribeInstanceTemplates should be of the form "DescribeInstanceTemplates ..." (golint)
    • Line 1094: warning: comment on exported method VmClient.ModifyInstanceDiskAttribute should be of the form "ModifyInstanceDiskAttribute ..." (golint)
    • Line 1116: warning: comment on exported method VmClient.DescribeInstancePrivateIpAddress should be of the form "DescribeInstancePrivateIpAddress ..." (golint)
    • Line 1136: warning: comment on exported method VmClient.ImageTasks should be of the form "ImageTasks ..." (golint)
    • Line 1157: warning: comment on exported method VmClient.DescribeInstanceStatus should be of the form "DescribeInstanceStatus ..." (golint)
    • Line 1177: warning: comment on exported method VmClient.DetachKeypair should be of the form "DetachKeypair ..." (golint)
    • Line 1198: warning: comment on exported method VmClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 1221: warning: comment on exported method VmClient.DescribeBriefInstances should be of the form "DescribeBriefInstances ..." (golint)
    • Line 1243: warning: comment on exported method VmClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 1265: warning: comment on exported method VmClient.CreateKeypair should be of the form "CreateKeypair ..." (golint)
    • Line 1287: warning: comment on exported method VmClient.VerifyInstanceTemplate should be of the form "VerifyInstanceTemplate ..." (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveP2pConfigs.go
    • Line 24: warning: exported type DescribeLiveP2pConfigsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeLiveP2pConfigsRequest should be of the form "NewDescribeLiveP2pConfigsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeLiveP2pConfigsRequestWithAllParams should be of the form "NewDescribeLiveP2pConfigsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeLiveP2pConfigsRequestWithoutParam should be of the form "NewDescribeLiveP2pConfigsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeLiveP2pConfigsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeLiveP2pConfigsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeLiveP2pConfigsRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 136: warning: exported type DescribeLiveP2pConfigsResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeLiveP2pConfigsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeInstanceAcl.go
    • Line 24: warning: exported type DescribeInstanceAclRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceAclRequest should be of the form "NewDescribeInstanceAclRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceAclRequestWithAllParams should be of the form "NewDescribeInstanceAclRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceAclRequestWithoutParam should be of the form "NewDescribeInstanceAclRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceAclRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceAclResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/DescribeKeys.go
    • Line 24: warning: exported type DescribeKeysRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeKeysRequest should be of the form "NewDescribeKeysRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeKeysRequestWithAllParams should be of the form "NewDescribeKeysRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeKeysRequestWithoutParam should be of the form "NewDescribeKeysRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeKeysRequest.SetTagKeysVo should be of the form "SetTagKeysVo ..." (golint)
    • Line 108: warning: exported type DescribeKeysResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/JdxQueryPrice.go
    • Line 24: warning: exported type JdxQueryPriceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewJdxQueryPriceRequest should be of the form "NewJdxQueryPriceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewJdxQueryPriceRequestWithAllParams should be of the form "NewJdxQueryPriceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewJdxQueryPriceRequestWithoutParam should be of the form "NewJdxQueryPriceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method JdxQueryPriceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method JdxQueryPriceRequest.SetQueryPriceParam should be of the form "SetQueryPriceParam ..." (golint)
    • Line 108: warning: exported type JdxQueryPriceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type JdxQueryPriceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskPolicys.go
    • Line 24: warning: exported type ListRiskPolicysRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskPolicysRequest should be of the form "NewListRiskPolicysRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskPolicysRequestWithAllParams should be of the form "NewListRiskPolicysRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskPolicysRequestWithoutParam should be of the form "NewListRiskPolicysRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskPolicysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskPolicysRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskPolicysRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskPolicysResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskPolicysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeCPSLBRegions.go
    • Line 24: warning: exported type DescribeCPSLBRegionsRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeCPSLBRegionsRequest should be of the form "NewDescribeCPSLBRegionsRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeCPSLBRegionsRequestWithAllParams should be of the form "NewDescribeCPSLBRegionsRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeCPSLBRegionsRequestWithoutParam should be of the form "NewDescribeCPSLBRegionsRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeCPSLBRegionsResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeCPSLBRegionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeploymentResult.go
    • Line 24: warning: exported type GetDeploymentResultRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetDeploymentResultRequest should be of the form "NewGetDeploymentResultRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetDeploymentResultRequestWithAllParams should be of the form "NewGetDeploymentResultRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetDeploymentResultRequestWithoutParam should be of the form "NewGetDeploymentResultRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetDeploymentResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetDeploymentResultRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetDeploymentResultResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetDeploymentResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetEsLogDetail.go
    • Line 24: warning: exported type GetEsLogDetailRequest should have comment or be unexported (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Remote_addr should be RemoteAddr (golint)
    • Line 41: warning: don't use underscores in Go names; struct field Document_uri should be DocumentURI (golint)
    • Line 47: warning: don't use underscores in Go names; struct field Anti_geo should be AntiGeo (golint)
    • Line 50: warning: don't use underscores in Go names; struct field Request_method should be RequestMethod (golint)
    • Line 77: warning: comment on exported function NewGetEsLogDetailRequest should be of the form "NewGetEsLogDetailRequest ..." (golint)
    • Line 109: warning: comment on exported function NewGetEsLogDetailRequestWithAllParams should be of the form "NewGetEsLogDetailRequestWithAllParams ..." (golint)
    • Line 131: warning: don't use underscores in Go names; func parameter remote_addr should be remoteAddr (golint)
    • Line 132: warning: don't use underscores in Go names; func parameter document_uri should be documentURI (golint)
    • Line 134: warning: don't use underscores in Go names; func parameter anti_geo should be antiGeo (golint)
    • Line 135: warning: don't use underscores in Go names; func parameter request_method should be requestMethod (golint)
    • Line 172: warning: comment on exported function NewGetEsLogDetailRequestWithoutParam should be of the form "NewGetEsLogDetailRequestWithoutParam ..." (golint)
    • Line 185: warning: comment on exported method GetEsLogDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 190: warning: comment on exported method GetEsLogDetailRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 195: warning: comment on exported method GetEsLogDetailRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 200: warning: comment on exported method GetEsLogDetailRequest.SetRemote_addr should be of the form "SetRemote_addr ..." (golint)
    • Line 201: warning: don't use underscores in Go names; method SetRemote_addr should be SetRemoteAddr (golint)
    • Line 201: warning: don't use underscores in Go names; method parameter remote_addr should be remoteAddr (golint)
    • Line 205: warning: comment on exported method GetEsLogDetailRequest.SetDocument_uri should be of the form "SetDocument_uri ..." (golint)
    • Line 206: warning: don't use underscores in Go names; method SetDocument_uri should be SetDocumentURI (golint)
    • Line 206: warning: don't use underscores in Go names; method parameter document_uri should be documentURI (golint)
    • Line 210: warning: comment on exported method GetEsLogDetailRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 215: warning: comment on exported method GetEsLogDetailRequest.SetAnti_geo should be of the form "SetAnti_geo ..." (golint)
    • Line 216: warning: don't use underscores in Go names; method SetAnti_geo should be SetAntiGeo (golint)
    • Line 216: warning: don't use underscores in Go names; method parameter anti_geo should be antiGeo (golint)
    • Line 220: warning: comment on exported method GetEsLogDetailRequest.SetRequest_method should be of the form "SetRequest_method ..." (golint)
    • Line 221: warning: don't use underscores in Go names; method SetRequest_method should be SetRequestMethod (golint)
    • Line 221: warning: don't use underscores in Go names; method parameter request_method should be requestMethod (golint)
    • Line 225: warning: comment on exported method GetEsLogDetailRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 230: warning: comment on exported method GetEsLogDetailRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 235: warning: comment on exported method GetEsLogDetailRequest.SetLogType should be of the form "SetLogType ..." (golint)
    • Line 240: warning: comment on exported method GetEsLogDetailRequest.SetLogId should be of the form "SetLogId ..." (golint)
    • Line 245: warning: comment on exported method GetEsLogDetailRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 250: warning: comment on exported method GetEsLogDetailRequest.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 255: warning: comment on exported method GetEsLogDetailRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 260: warning: comment on exported method GetEsLogDetailRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 271: warning: exported type GetEsLogDetailResponse should have comment or be unexported (golint)
    • Line 277: warning: exported type GetEsLogDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeLoadBalancer.go
    • Line 24: warning: exported type DescribeLoadBalancerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeLoadBalancerRequest should be of the form "NewDescribeLoadBalancerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeLoadBalancerRequestWithAllParams should be of the form "NewDescribeLoadBalancerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeLoadBalancerRequestWithoutParam should be of the form "NewDescribeLoadBalancerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 108: warning: exported type DescribeLoadBalancerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/ModifyContainerAttribute.go
    • Line 23: warning: exported type ModifyContainerAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyContainerAttributeRequest should be of the form "NewModifyContainerAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyContainerAttributeRequestWithAllParams should be of the form "NewModifyContainerAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyContainerAttributeRequestWithoutParam should be of the form "NewModifyContainerAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyContainerAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyContainerAttributeRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 113: warning: comment on exported method ModifyContainerAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyContainerAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyContainerAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyContainerAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeStacks.go
    • Line 24: warning: exported type DescribeStacksRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeStacksRequest should be of the form "NewDescribeStacksRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeStacksRequestWithAllParams should be of the form "NewDescribeStacksRequestWithAllParams ..." (golint)
    • Line 136: warning: comment on exported function NewDescribeStacksRequestWithoutParam should be of the form "NewDescribeStacksRequestWithoutParam ..." (golint)
    • Line 149: warning: comment on exported method DescribeStacksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 154: warning: comment on exported method DescribeStacksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 159: warning: comment on exported method DescribeStacksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 164: warning: comment on exported method DescribeStacksRequest.SetStackName should be of the form "SetStackName ..." (golint)
    • Line 169: warning: comment on exported method DescribeStacksRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 174: warning: comment on exported method DescribeStacksRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 179: warning: comment on exported method DescribeStacksRequest.SetCreateStartTime should be of the form "SetCreateStartTime ..." (golint)
    • Line 184: warning: comment on exported method DescribeStacksRequest.SetCreateEndTime should be of the form "SetCreateEndTime ..." (golint)
    • Line 189: warning: comment on exported method DescribeStacksRequest.SetUpdateStartTime should be of the form "SetUpdateStartTime ..." (golint)
    • Line 194: warning: comment on exported method DescribeStacksRequest.SetUpdateEndTime should be of the form "SetUpdateEndTime ..." (golint)
    • Line 199: warning: comment on exported method DescribeStacksRequest.SetSortField should be of the form "SetSortField ..." (golint)
    • Line 204: warning: comment on exported method DescribeStacksRequest.SetSortBy should be of the form "SetSortBy ..." (golint)
    • Line 215: warning: exported type DescribeStacksResponse should have comment or be unexported (golint)
    • Line 221: warning: exported type DescribeStacksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DisassociateVpcEipById.go
    • Line 24: warning: exported type DisassociateVpcEipByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDisassociateVpcEipByIdRequest should be of the form "NewDisassociateVpcEipByIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDisassociateVpcEipByIdRequestWithAllParams should be of the form "NewDisassociateVpcEipByIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDisassociateVpcEipByIdRequestWithoutParam should be of the form "NewDisassociateVpcEipByIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DisassociateVpcEipByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DisassociateVpcEipByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method DisassociateVpcEipByIdRequest.SetUnassociate should be of the form "SetUnassociate ..." (golint)
    • Line 122: warning: exported type DisassociateVpcEipByIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DisassociateVpcEipByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeploymentVersions.go
    • Line 24: warning: exported type GetDeploymentVersionsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetDeploymentVersionsRequest should be of the form "NewGetDeploymentVersionsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetDeploymentVersionsRequestWithAllParams should be of the form "NewGetDeploymentVersionsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetDeploymentVersionsRequestWithoutParam should be of the form "NewGetDeploymentVersionsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetDeploymentVersionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetDeploymentVersionsRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetDeploymentVersionsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetDeploymentVersionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListQualityDetectionTemplates.go
    • Line 24: warning: exported type ListQualityDetectionTemplatesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListQualityDetectionTemplatesRequest should be of the form "NewListQualityDetectionTemplatesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListQualityDetectionTemplatesRequestWithAllParams should be of the form "NewListQualityDetectionTemplatesRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewListQualityDetectionTemplatesRequestWithoutParam should be of the form "NewListQualityDetectionTemplatesRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method ListQualityDetectionTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 91: warning: comment on exported method ListQualityDetectionTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: exported type ListQualityDetectionTemplatesResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type ListQualityDetectionTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamTranscodeTemplate.go
    • Line 23: warning: exported type DescribeCustomLiveStreamTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplateRequest should be of the form "NewDescribeCustomLiveStreamTranscodeTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplateRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplateRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeCustomLiveStreamTranscodeTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 93: warning: exported type DescribeCustomLiveStreamTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeCustomLiveStreamTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyAudit.go
    • Line 23: warning: exported type ModifyAuditRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyAuditRequest should be of the form "NewModifyAuditRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyAuditRequestWithAllParams should be of the form "NewModifyAuditRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyAuditRequestWithoutParam should be of the form "NewModifyAuditRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 113: warning: comment on exported method ModifyAuditRequest.SetAdd should be of the form "SetAdd ..." (golint)
    • Line 118: warning: comment on exported method ModifyAuditRequest.SetDrop should be of the form "SetDrop ..." (golint)
    • Line 129: warning: exported type ModifyAuditResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/apis/CreateInstance.go
    • Line 25: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method CreateInstanceRequest.SetInstance should be of the form "SetInstance ..." (golint)
    • Line 109: warning: comment on exported method CreateInstanceRequest.SetCharge should be of the form "SetCharge ..." (golint)
    • Line 120: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/BatchCreate.go
    • Line 24: warning: exported type BatchCreateRequest should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewBatchCreateRequest should be of the form "NewBatchCreateRequest ..." (golint)
    • Line 97: warning: comment on exported function NewBatchCreateRequestWithAllParams should be of the form "NewBatchCreateRequestWithAllParams ..." (golint)
    • Line 163: warning: comment on exported function NewBatchCreateRequestWithoutParam should be of the form "NewBatchCreateRequestWithoutParam ..." (golint)
    • Line 176: warning: comment on exported method BatchCreateRequest.SetDomains should be of the form "SetDomains ..." (golint)
    • Line 181: warning: comment on exported method BatchCreateRequest.SetSourceType should be of the form "SetSourceType ..." (golint)
    • Line 186: warning: comment on exported method BatchCreateRequest.SetCdnType should be of the form "SetCdnType ..." (golint)
    • Line 191: warning: comment on exported method BatchCreateRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 196: warning: comment on exported method BatchCreateRequest.SetDailyBandWidth should be of the form "SetDailyBandWidth ..." (golint)
    • Line 201: warning: comment on exported method BatchCreateRequest.SetQuaility should be of the form "SetQuaility ..." (golint)
    • Line 206: warning: comment on exported method BatchCreateRequest.SetMaxFileSize should be of the form "SetMaxFileSize ..." (golint)
    • Line 211: warning: comment on exported method BatchCreateRequest.SetMinFileSize should be of the form "SetMinFileSize ..." (golint)
    • Line 216: warning: comment on exported method BatchCreateRequest.SetSumFileSize should be of the form "SetSumFileSize ..." (golint)
    • Line 221: warning: comment on exported method BatchCreateRequest.SetAvgFileSize should be of the form "SetAvgFileSize ..." (golint)
    • Line 226: warning: comment on exported method BatchCreateRequest.SetDefaultSourceHost should be of the form "SetDefaultSourceHost ..." (golint)
    • Line 231: warning: comment on exported method BatchCreateRequest.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 236: warning: comment on exported method BatchCreateRequest.SetIpSource should be of the form "SetIpSource ..." (golint)
    • Line 241: warning: comment on exported method BatchCreateRequest.SetDomainSource should be of the form "SetDomainSource ..." (golint)
    • Line 246: warning: comment on exported method BatchCreateRequest.SetOssSource should be of the form "SetOssSource ..." (golint)
    • Line 251: warning: comment on exported method BatchCreateRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 256: warning: comment on exported method BatchCreateRequest.SetTempInstId should be of the form "SetTempInstId ..." (golint)
    • Line 267: warning: exported type BatchCreateResponse should have comment or be unexported (golint)
    • Line 273: warning: exported type BatchCreateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ImportKeypair.go
    • Line 23: warning: exported type ImportKeypairRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewImportKeypairRequest should be of the form "NewImportKeypairRequest ..." (golint)
    • Line 65: warning: comment on exported function NewImportKeypairRequestWithAllParams should be of the form "NewImportKeypairRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewImportKeypairRequestWithoutParam should be of the form "NewImportKeypairRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ImportKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ImportKeypairRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 114: warning: comment on exported method ImportKeypairRequest.SetPublicKey should be of the form "SetPublicKey ..." (golint)
    • Line 125: warning: exported type ImportKeypairResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type ImportKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeTargetHealth.go
    • Line 24: warning: exported type DescribeTargetHealthRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTargetHealthRequest should be of the form "NewDescribeTargetHealthRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTargetHealthRequestWithAllParams should be of the form "NewDescribeTargetHealthRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTargetHealthRequestWithoutParam should be of the form "NewDescribeTargetHealthRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTargetHealthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTargetHealthRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 108: warning: exported type DescribeTargetHealthResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTargetHealthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateDatabase.go
    • Line 23: warning: exported type CreateDatabaseRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateDatabaseRequest should be of the form "NewCreateDatabaseRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateDatabaseRequestWithAllParams should be of the form "NewCreateDatabaseRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateDatabaseRequestWithoutParam should be of the form "NewCreateDatabaseRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateDatabaseRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateDatabaseRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 124: warning: comment on exported method CreateDatabaseRequest.SetCharacterSetName should be of the form "SetCharacterSetName ..." (golint)
    • Line 135: warning: exported type CreateDatabaseResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribeQuota.go
    • Line 24: warning: exported type DescribeQuotaRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeQuotaRequest should be of the form "NewDescribeQuotaRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeQuotaRequestWithAllParams should be of the form "NewDescribeQuotaRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeQuotaRequestWithoutParam should be of the form "NewDescribeQuotaRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeQuotaRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 112: warning: exported type DescribeQuotaResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type DescribeQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/Put.go
    • Line 24: warning: exported type PutRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewPutRequest should be of the form "NewPutRequest ..." (golint)
    • Line 82: warning: comment on exported function NewPutRequestWithAllParams should be of the form "NewPutRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewPutRequestWithoutParam should be of the form "NewPutRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method PutRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method PutRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 138: warning: comment on exported method PutRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 143: warning: comment on exported method PutRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 148: warning: comment on exported method PutRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 153: warning: comment on exported method PutRequest.SetDataPoints should be of the form "SetDataPoints ..." (golint)
    • Line 164: warning: exported type PutResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type PutResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteDatabase.go
    • Line 23: warning: exported type DeleteDatabaseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDatabaseRequest should be of the form "NewDeleteDatabaseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDatabaseRequestWithAllParams should be of the form "NewDeleteDatabaseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDatabaseRequestWithoutParam should be of the form "NewDeleteDatabaseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDatabaseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDatabaseRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 121: warning: exported type DeleteDatabaseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CompanyTransfer.go
    • Line 24: warning: exported type CompanyTransferRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCompanyTransferRequest should be of the form "NewCompanyTransferRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCompanyTransferRequestWithAllParams should be of the form "NewCompanyTransferRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCompanyTransferRequestWithoutParam should be of the form "NewCompanyTransferRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CompanyTransferRequest.SetAccountInfo should be of the form "SetAccountInfo ..." (golint)
    • Line 94: warning: exported type CompanyTransferResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CompanyTransferResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ResizeInstance.go
    • Line 23: warning: exported type ResizeInstanceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewResizeInstanceRequest should be of the form "NewResizeInstanceRequest ..." (golint)
    • Line 66: warning: comment on exported function NewResizeInstanceRequestWithAllParams should be of the form "NewResizeInstanceRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewResizeInstanceRequestWithoutParam should be of the form "NewResizeInstanceRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ResizeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ResizeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method ResizeInstanceRequest.SetInstanceType should be of the form "SetInstanceType ..." (golint)
    • Line 121: warning: comment on exported method ResizeInstanceRequest.SetForce should be of the form "SetForce ..." (golint)
    • Line 132: warning: exported type ResizeInstanceResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ResizeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeDatabases.go
    • Line 24: warning: exported type DescribeDatabasesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeDatabasesRequest should be of the form "NewDescribeDatabasesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeDatabasesRequestWithAllParams should be of the form "NewDescribeDatabasesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeDatabasesRequestWithoutParam should be of the form "NewDescribeDatabasesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeDatabasesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeDatabasesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeDatabasesRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 125: warning: comment on exported method DescribeDatabasesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeDatabasesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 141: warning: exported type DescribeDatabasesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeDatabasesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifyBandwidthPackage.go
    • Line 24: warning: exported type ModifyBandwidthPackageRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifyBandwidthPackageRequest should be of the form "NewModifyBandwidthPackageRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyBandwidthPackageRequestWithAllParams should be of the form "NewModifyBandwidthPackageRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewModifyBandwidthPackageRequestWithoutParam should be of the form "NewModifyBandwidthPackageRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method ModifyBandwidthPackageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method ModifyBandwidthPackageRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 118: warning: comment on exported method ModifyBandwidthPackageRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 125: warning: comment on exported method ModifyBandwidthPackageRequest.SetName should be of the form "SetName ..." (golint)
    • Line 136: warning: exported type ModifyBandwidthPackageResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyBandwidthPackageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetDatabaseInfo.go
    • Line 24: warning: exported type GetDatabaseInfoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetDatabaseInfoRequest should be of the form "NewGetDatabaseInfoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetDatabaseInfoRequestWithAllParams should be of the form "NewGetDatabaseInfoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetDatabaseInfoRequestWithoutParam should be of the form "NewGetDatabaseInfoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetDatabaseInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetDatabaseInfoRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 111: warning: comment on exported method GetDatabaseInfoRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 122: warning: exported type GetDatabaseInfoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetDatabaseInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeSecretVersionList.go
    • Line 24: warning: exported type DescribeSecretVersionListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeSecretVersionListRequest should be of the form "NewDescribeSecretVersionListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecretVersionListRequestWithAllParams should be of the form "NewDescribeSecretVersionListRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeSecretVersionListRequestWithoutParam should be of the form "NewDescribeSecretVersionListRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeSecretVersionListRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 100: warning: comment on exported method DescribeSecretVersionListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeSecretVersionListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeSecretVersionListResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeSecretVersionListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateRateLimitPolicy.go
    • Line 24: warning: exported type CreateRateLimitPolicyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateRateLimitPolicyRequest should be of the form "NewCreateRateLimitPolicyRequest ..." (golint)
    • Line 55: warning: comment on exported function NewCreateRateLimitPolicyRequestWithAllParams should be of the form "NewCreateRateLimitPolicyRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewCreateRateLimitPolicyRequestWithoutParam should be of the form "NewCreateRateLimitPolicyRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method CreateRateLimitPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method CreateRateLimitPolicyRequest.SetRateLimitPolicyView should be of the form "SetRateLimitPolicyView ..." (golint)
    • Line 105: warning: exported type CreateRateLimitPolicyResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type CreateRateLimitPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetJsPage.go
    • Line 24: warning: exported type SetJsPageRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetJsPageRequest should be of the form "NewSetJsPageRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetJsPageRequestWithAllParams should be of the form "NewSetJsPageRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetJsPageRequestWithoutParam should be of the form "NewSetJsPageRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetJsPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetJsPageRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetJsPageRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetJsPageResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetJsPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryStatisticsDataGroupSum.go
    • Line 24: warning: exported type QueryStatisticsDataGroupSumRequest should have comment or be unexported (golint)
    • Line 62: warning: comment on exported function NewQueryStatisticsDataGroupSumRequest should be of the form "NewQueryStatisticsDataGroupSumRequest ..." (golint)
    • Line 79: warning: comment on exported function NewQueryStatisticsDataGroupSumRequestWithAllParams should be of the form "NewQueryStatisticsDataGroupSumRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewQueryStatisticsDataGroupSumRequestWithoutParam should be of the form "NewQueryStatisticsDataGroupSumRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 145: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 150: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 155: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 160: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 165: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 170: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 175: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetOrigin should be of the form "SetOrigin ..." (golint)
    • Line 180: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 185: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 190: warning: comment on exported method QueryStatisticsDataGroupSumRequest.SetAbroad should be of the form "SetAbroad ..." (golint)
    • Line 201: warning: exported type QueryStatisticsDataGroupSumResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type QueryStatisticsDataGroupSumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/ListSaleService.go
    • Line 24: warning: exported type ListSaleServiceRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewListSaleServiceRequest should be of the form "NewListSaleServiceRequest ..." (golint)
    • Line 76: warning: comment on exported function NewListSaleServiceRequestWithAllParams should be of the form "NewListSaleServiceRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewListSaleServiceRequestWithoutParam should be of the form "NewListSaleServiceRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method ListSaleServiceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method ListSaleServiceRequest.SetPageNo should be of the form "SetPageNo ..." (golint)
    • Line 135: warning: comment on exported method ListSaleServiceRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 140: warning: comment on exported method ListSaleServiceRequest.SetDeliverNumber should be of the form "SetDeliverNumber ..." (golint)
    • Line 145: warning: comment on exported method ListSaleServiceRequest.SetDeliverStatus should be of the form "SetDeliverStatus ..." (golint)
    • Line 150: warning: comment on exported method ListSaleServiceRequest.SetCreateDtStart should be of the form "SetCreateDtStart ..." (golint)
    • Line 155: warning: comment on exported method ListSaleServiceRequest.SetCreateDtEnd should be of the form "SetCreateDtEnd ..." (golint)
    • Line 166: warning: exported type ListSaleServiceResponse should have comment or be unexported (golint)
    • Line 172: warning: exported type ListSaleServiceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/CloseIotCard.go
    • Line 24: warning: exported type CloseIotCardRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCloseIotCardRequest should be of the form "NewCloseIotCardRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCloseIotCardRequestWithAllParams should be of the form "NewCloseIotCardRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCloseIotCardRequestWithoutParam should be of the form "NewCloseIotCardRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CloseIotCardRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CloseIotCardRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type CloseIotCardResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CloseIotCardResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeElasticIps.go
    • Line 25: warning: exported type DescribeElasticIpsRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewDescribeElasticIpsRequest should be of the form "NewDescribeElasticIpsRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeElasticIpsRequestWithAllParams should be of the form "NewDescribeElasticIpsRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewDescribeElasticIpsRequestWithoutParam should be of the form "NewDescribeElasticIpsRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method DescribeElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 141: warning: comment on exported method DescribeElasticIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 146: warning: comment on exported method DescribeElasticIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 151: warning: comment on exported method DescribeElasticIpsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 156: warning: comment on exported method DescribeElasticIpsRequest.SetIncludeLB should be of the form "SetIncludeLB ..." (golint)
    • Line 161: warning: comment on exported method DescribeElasticIpsRequest.SetChargeMode should be of the form "SetChargeMode ..." (golint)
    • Line 166: warning: comment on exported method DescribeElasticIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 171: warning: comment on exported method DescribeElasticIpsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 176: warning: comment on exported method DescribeElasticIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 189: warning: exported type DescribeElasticIpsResponse should have comment or be unexported (golint)
    • Line 195: warning: exported type DescribeElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/KeyRotation.go
    • Line 23: warning: exported type KeyRotationRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewKeyRotationRequest should be of the form "NewKeyRotationRequest ..." (golint)
    • Line 51: warning: comment on exported function NewKeyRotationRequestWithAllParams should be of the form "NewKeyRotationRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewKeyRotationRequestWithoutParam should be of the form "NewKeyRotationRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method KeyRotationRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type KeyRotationResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type KeyRotationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/CreateCollectInfo.go
    • Line 24: warning: exported type CreateCollectInfoRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewCreateCollectInfoRequest should be of the form "NewCreateCollectInfoRequest ..." (golint)
    • Line 100: warning: comment on exported function NewCreateCollectInfoRequestWithAllParams should be of the form "NewCreateCollectInfoRequestWithAllParams ..." (golint)
    • Line 151: warning: comment on exported function NewCreateCollectInfoRequestWithoutParam should be of the form "NewCreateCollectInfoRequestWithoutParam ..." (golint)
    • Line 164: warning: comment on exported method CreateCollectInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 169: warning: comment on exported method CreateCollectInfoRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 174: warning: comment on exported method CreateCollectInfoRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 179: warning: comment on exported method CreateCollectInfoRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 184: warning: comment on exported method CreateCollectInfoRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 189: warning: comment on exported method CreateCollectInfoRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 194: warning: comment on exported method CreateCollectInfoRequest.SetResources should be of the form "SetResources ..." (golint)
    • Line 199: warning: comment on exported method CreateCollectInfoRequest.SetTemplateUID should be of the form "SetTemplateUID ..." (golint)
    • Line 204: warning: comment on exported method CreateCollectInfoRequest.SetLogPath should be of the form "SetLogPath ..." (golint)
    • Line 209: warning: comment on exported method CreateCollectInfoRequest.SetLogFile should be of the form "SetLogFile ..." (golint)
    • Line 214: warning: comment on exported method CreateCollectInfoRequest.SetLogFilters should be of the form "SetLogFilters ..." (golint)
    • Line 219: warning: comment on exported method CreateCollectInfoRequest.SetFilterEnabled should be of the form "SetFilterEnabled ..." (golint)
    • Line 230: warning: exported type CreateCollectInfoResponse should have comment or be unexported (golint)
    • Line 236: warning: exported type CreateCollectInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateAccessAuth.go
    • Line 24: warning: exported type CreateAccessAuthRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateAccessAuthRequest should be of the form "NewCreateAccessAuthRequest ..." (golint)
    • Line 55: warning: comment on exported function NewCreateAccessAuthRequestWithAllParams should be of the form "NewCreateAccessAuthRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewCreateAccessAuthRequestWithoutParam should be of the form "NewCreateAccessAuthRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method CreateAccessAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method CreateAccessAuthRequest.SetAccessAuthView should be of the form "SetAccessAuthView ..." (golint)
    • Line 105: warning: exported type CreateAccessAuthResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type CreateAccessAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPlayInfoByPage.go
    • Line 24: warning: exported type DescribeLiveStreamPlayInfoByPageRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported function NewDescribeLiveStreamPlayInfoByPageRequest should be of the form "NewDescribeLiveStreamPlayInfoByPageRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeLiveStreamPlayInfoByPageRequestWithAllParams should be of the form "NewDescribeLiveStreamPlayInfoByPageRequestWithAllParams ..." (golint)
    • Line 135: warning: comment on exported function NewDescribeLiveStreamPlayInfoByPageRequestWithoutParam should be of the form "NewDescribeLiveStreamPlayInfoByPageRequestWithoutParam ..." (golint)
    • Line 148: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 153: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 158: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 163: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 172: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 182: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 188: warning: comment on exported method DescribeLiveStreamPlayInfoByPageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 200: warning: exported type DescribeLiveStreamPlayInfoByPageResponse should have comment or be unexported (golint)
    • Line 206: warning: exported type DescribeLiveStreamPlayInfoByPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeResourceTypeSpecification.go
    • Line 24: warning: exported type DescribeResourceTypeSpecificationRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeResourceTypeSpecificationRequest should be of the form "NewDescribeResourceTypeSpecificationRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeResourceTypeSpecificationRequestWithAllParams should be of the form "NewDescribeResourceTypeSpecificationRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeResourceTypeSpecificationRequestWithoutParam should be of the form "NewDescribeResourceTypeSpecificationRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeResourceTypeSpecificationRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeResourceTypeSpecificationRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 108: warning: exported type DescribeResourceTypeSpecificationResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeResourceTypeSpecificationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/apis/DeleteDatapushVender.go
    • Line 23: warning: exported type DeleteDatapushVenderRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDatapushVenderRequest should be of the form "NewDeleteDatapushVenderRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDatapushVenderRequestWithAllParams should be of the form "NewDeleteDatapushVenderRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDatapushVenderRequestWithoutParam should be of the form "NewDeleteDatapushVenderRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDatapushVenderRequest.SetAppkey should be of the form "SetAppkey ..." (golint)
    • Line 105: warning: comment on exported method DeleteDatapushVenderRequest.SetYdRdsInstanceId should be of the form "SetYdRdsInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDatapushVenderRequest.SetVenderId should be of the form "SetVenderId ..." (golint)
    • Line 121: warning: exported type DeleteDatapushVenderResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDatapushVenderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/EnableKey.go
    • Line 23: warning: exported type EnableKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewEnableKeyRequest should be of the form "NewEnableKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewEnableKeyRequestWithAllParams should be of the form "NewEnableKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewEnableKeyRequestWithoutParam should be of the form "NewEnableKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method EnableKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type EnableKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type EnableKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/InnerTextScan.go
    • Line 24: warning: exported type InnerTextScanRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewInnerTextScanRequest should be of the form "NewInnerTextScanRequest ..." (golint)
    • Line 52: warning: comment on exported function NewInnerTextScanRequestWithAllParams should be of the form "NewInnerTextScanRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewInnerTextScanRequestWithoutParam should be of the form "NewInnerTextScanRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method InnerTextScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 91: warning: comment on exported method InnerTextScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 102: warning: exported type InnerTextScanResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type InnerTextScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DescribeContractList.go
    • Line 24: warning: exported type DescribeContractListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeContractListRequest should be of the form "NewDescribeContractListRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeContractListRequestWithAllParams should be of the form "NewDescribeContractListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeContractListRequestWithoutParam should be of the form "NewDescribeContractListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeContractListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method DescribeContractListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method DescribeContractListRequest.SetContractTitle should be of the form "SetContractTitle ..." (golint)
    • Line 113: warning: exported type DescribeContractListResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type DescribeContractListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetAllUpperNodeIpList.go
    • Line 23: warning: exported type GetAllUpperNodeIpListRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewGetAllUpperNodeIpListRequest should be of the form "NewGetAllUpperNodeIpListRequest ..." (golint)
    • Line 45: warning: comment on exported function NewGetAllUpperNodeIpListRequestWithAllParams should be of the form "NewGetAllUpperNodeIpListRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewGetAllUpperNodeIpListRequestWithoutParam should be of the form "NewGetAllUpperNodeIpListRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type GetAllUpperNodeIpListResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type GetAllUpperNodeIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveStatisticsData.go
    • Line 24: warning: exported type QueryLiveStatisticsDataRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported function NewQueryLiveStatisticsDataRequest should be of the form "NewQueryLiveStatisticsDataRequest ..." (golint)
    • Line 85: warning: comment on exported function NewQueryLiveStatisticsDataRequestWithAllParams should be of the form "NewQueryLiveStatisticsDataRequestWithAllParams ..." (golint)
    • Line 139: warning: comment on exported function NewQueryLiveStatisticsDataRequestWithoutParam should be of the form "NewQueryLiveStatisticsDataRequestWithoutParam ..." (golint)
    • Line 152: warning: comment on exported method QueryLiveStatisticsDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 157: warning: comment on exported method QueryLiveStatisticsDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 162: warning: comment on exported method QueryLiveStatisticsDataRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 167: warning: comment on exported method QueryLiveStatisticsDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 172: warning: comment on exported method QueryLiveStatisticsDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 177: warning: comment on exported method QueryLiveStatisticsDataRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 182: warning: comment on exported method QueryLiveStatisticsDataRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 187: warning: comment on exported method QueryLiveStatisticsDataRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 192: warning: comment on exported method QueryLiveStatisticsDataRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 197: warning: comment on exported method QueryLiveStatisticsDataRequest.SetReqMethod should be of the form "SetReqMethod ..." (golint)
    • Line 202: warning: comment on exported method QueryLiveStatisticsDataRequest.SetScheme should be of the form "SetScheme ..." (golint)
    • Line 207: warning: comment on exported method QueryLiveStatisticsDataRequest.SetCacheLevel should be of the form "SetCacheLevel ..." (golint)
    • Line 212: warning: comment on exported method QueryLiveStatisticsDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 223: warning: exported type QueryLiveStatisticsDataResponse should have comment or be unexported (golint)
    • Line 229: warning: exported type QueryLiveStatisticsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeDeviceStock.go
    • Line 24: warning: exported type DescribeDeviceStockRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDeviceStockRequest should be of the form "NewDescribeDeviceStockRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeDeviceStockRequestWithAllParams should be of the form "NewDescribeDeviceStockRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeDeviceStockRequestWithoutParam should be of the form "NewDescribeDeviceStockRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeDeviceStockRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeDeviceStockRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 105: warning: exported type DescribeDeviceStockResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeDeviceStockResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateWebRule.go
    • Line 24: warning: exported type CreateWebRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateWebRuleRequest should be of the form "NewCreateWebRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateWebRuleRequestWithAllParams should be of the form "NewCreateWebRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateWebRuleRequestWithoutParam should be of the form "NewCreateWebRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateWebRuleRequest.SetWebRuleSpec should be of the form "SetWebRuleSpec ..." (golint)
    • Line 122: warning: exported type CreateWebRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryAreaIspListV2.go
    • Line 24: warning: exported type QueryAreaIspListV2Request should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewQueryAreaIspListV2Request should be of the form "NewQueryAreaIspListV2Request ..." (golint)
    • Line 46: warning: comment on exported function NewQueryAreaIspListV2RequestWithAllParams should be of the form "NewQueryAreaIspListV2RequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewQueryAreaIspListV2RequestWithoutParam should be of the form "NewQueryAreaIspListV2RequestWithoutParam ..." (golint)
    • Line 80: warning: exported type QueryAreaIspListV2Response should have comment or be unexported (golint)
    • Line 86: warning: exported type QueryAreaIspListV2Result should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryForbiddenInfoList.go
    • Line 24: warning: exported type QueryForbiddenInfoListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQueryForbiddenInfoListRequest should be of the form "NewQueryForbiddenInfoListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryForbiddenInfoListRequestWithAllParams should be of the form "NewQueryForbiddenInfoListRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewQueryForbiddenInfoListRequestWithoutParam should be of the form "NewQueryForbiddenInfoListRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method QueryForbiddenInfoListRequest.SetQueryDomain should be of the form "SetQueryDomain ..." (golint)
    • Line 103: warning: comment on exported method QueryForbiddenInfoListRequest.SetForbiddenUrl should be of the form "SetForbiddenUrl ..." (golint)
    • Line 108: warning: comment on exported method QueryForbiddenInfoListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 113: warning: comment on exported method QueryForbiddenInfoListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 124: warning: exported type QueryForbiddenInfoListResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type QueryForbiddenInfoListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListBotUsrRules.go
    • Line 24: warning: exported type ListBotUsrRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListBotUsrRulesRequest should be of the form "NewListBotUsrRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListBotUsrRulesRequestWithAllParams should be of the form "NewListBotUsrRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListBotUsrRulesRequestWithoutParam should be of the form "NewListBotUsrRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListBotUsrRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListBotUsrRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListBotUsrRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListBotUsrRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListBotUsrRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/client/MongodbClient.go
    • Line 26: warning: exported type MongodbClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewMongodbClient should have comment or be unexported (golint)
    • Line 48: warning: exported method MongodbClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method MongodbClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method MongodbClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method MongodbClient.DeleteBackupSynchronicities should be of the form "DeleteBackupSynchronicities ..." (golint)
    • Line 80: warning: comment on exported method MongodbClient.ModifyInstanceSpec should be of the form "ModifyInstanceSpec ..." (golint)
    • Line 100: warning: comment on exported method MongodbClient.RestartInstance should be of the form "RestartInstance ..." (golint)
    • Line 120: warning: comment on exported method MongodbClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 140: warning: comment on exported method MongodbClient.ModifyNodeSpec should be of the form "ModifyNodeSpec ..." (golint)
    • Line 160: warning: comment on exported method MongodbClient.DescribeBackupPolicy should be of the form "DescribeBackupPolicy ..." (golint)
    • Line 180: warning: comment on exported method MongodbClient.DescribeSecurityIps should be of the form "DescribeSecurityIps ..." (golint)
    • Line 200: warning: comment on exported method MongodbClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 220: warning: comment on exported method MongodbClient.CreateShardingInstance should be of the form "CreateShardingInstance ..." (golint)
    • Line 240: warning: comment on exported method MongodbClient.BackupDownloadURL should be of the form "BackupDownloadURL ..." (golint)
    • Line 260: warning: comment on exported method MongodbClient.RestartNode should be of the form "RestartNode ..." (golint)
    • Line 280: warning: comment on exported method MongodbClient.DescribeBackupSynchronicities should be of the form "DescribeBackupSynchronicities ..." (golint)
    • Line 300: warning: comment on exported method MongodbClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 320: warning: comment on exported method MongodbClient.RestoreInstance should be of the form "RestoreInstance ..." (golint)
    • Line 340: warning: comment on exported method MongodbClient.CreateBackupSynchronicity should be of the form "CreateBackupSynchronicity ..." (golint)
    • Line 360: warning: comment on exported method MongodbClient.DescribeFlavors should be of the form "DescribeFlavors ..." (golint)
    • Line 380: warning: comment on exported method MongodbClient.ResetPassword should be of the form "ResetPassword ..." (golint)
    • Line 400: warning: comment on exported method MongodbClient.ModifyBackupPolicy should be of the form "ModifyBackupPolicy ..." (golint)
    • Line 420: warning: comment on exported method MongodbClient.CreateBackup should be of the form "CreateBackup ..." (golint)
    • Line 440: warning: comment on exported method MongodbClient.ModifyInstanceName should be of the form "ModifyInstanceName ..." (golint)
    • Line 460: warning: comment on exported method MongodbClient.DescribeAvailableZones should be of the form "DescribeAvailableZones ..." (golint)
    • Line 480: warning: comment on exported method MongodbClient.ModifySecurityIps should be of the form "ModifySecurityIps ..." (golint)
    • Line 500: warning: comment on exported method MongodbClient.DescribeBackups should be of the form "DescribeBackups ..." (golint)
    • Line 520: warning: comment on exported method MongodbClient.DeleteBackup should be of the form "DeleteBackup ..." (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyBackupPolicy.go
    • Line 23: warning: exported type ModifyBackupPolicyRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewModifyBackupPolicyRequest should be of the form "NewModifyBackupPolicyRequest ..." (golint)
    • Line 72: warning: comment on exported function NewModifyBackupPolicyRequestWithAllParams should be of the form "NewModifyBackupPolicyRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewModifyBackupPolicyRequestWithoutParam should be of the form "NewModifyBackupPolicyRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method ModifyBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method ModifyBackupPolicyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 131: warning: comment on exported method ModifyBackupPolicyRequest.SetStartWindow should be of the form "SetStartWindow ..." (golint)
    • Line 136: warning: comment on exported method ModifyBackupPolicyRequest.SetBinlogRetentionPeriod should be of the form "SetBinlogRetentionPeriod ..." (golint)
    • Line 141: warning: comment on exported method ModifyBackupPolicyRequest.SetBinlogUsageLimit should be of the form "SetBinlogUsageLimit ..." (golint)
    • Line 146: warning: comment on exported method ModifyBackupPolicyRequest.SetRetentionPeriod should be of the form "SetRetentionPeriod ..." (golint)
    • Line 151: warning: comment on exported method ModifyBackupPolicyRequest.SetCycleMode should be of the form "SetCycleMode ..." (golint)
    • Line 162: warning: exported type ModifyBackupPolicyResponse should have comment or be unexported (golint)
    • Line 168: warning: exported type ModifyBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/client/JcqClient.go
    • Line 26: warning: exported type JcqClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJcqClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JcqClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JcqClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method JcqClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method JcqClient.ListDeadLetters should be of the form "ListDeadLetters ..." (golint)
    • Line 80: warning: comment on exported method JcqClient.DescribeDeadLetterNumbers should be of the form "DescribeDeadLetterNumbers ..." (golint)
    • Line 100: warning: comment on exported method JcqClient.CleanMessages should be of the form "CleanMessages ..." (golint)
    • Line 120: warning: comment on exported method JcqClient.DeleteTopic should be of the form "DeleteTopic ..." (golint)
    • Line 140: warning: comment on exported method JcqClient.ResendDeadLetters should be of the form "ResendDeadLetters ..." (golint)
    • Line 160: warning: comment on exported method JcqClient.DescribeAccessPoint should be of the form "DescribeAccessPoint ..." (golint)
    • Line 180: warning: comment on exported method JcqClient.DescribeTopics should be of the form "DescribeTopics ..." (golint)
    • Line 200: warning: comment on exported method JcqClient.RemovePermission should be of the form "RemovePermission ..." (golint)
    • Line 220: warning: comment on exported method JcqClient.ResetConsumeOffset should be of the form "ResetConsumeOffset ..." (golint)
    • Line 240: warning: comment on exported method JcqClient.DeleteDeadLetters should be of the form "DeleteDeadLetters ..." (golint)
    • Line 260: warning: comment on exported method JcqClient.CreateTopic should be of the form "CreateTopic ..." (golint)
    • Line 280: warning: comment on exported method JcqClient.CreateSubscription should be of the form "CreateSubscription ..." (golint)
    • Line 300: warning: comment on exported method JcqClient.DescribeMessageTrace should be of the form "DescribeMessageTrace ..." (golint)
    • Line 320: warning: comment on exported method JcqClient.DescribeConsumerGroupIds should be of the form "DescribeConsumerGroupIds ..." (golint)
    • Line 340: warning: comment on exported method JcqClient.ModifySubscriptionAttribute should be of the form "ModifySubscriptionAttribute ..." (golint)
    • Line 360: warning: comment on exported method JcqClient.AddPermission should be of the form "AddPermission ..." (golint)
    • Line 380: warning: comment on exported method JcqClient.DescribeSubscription should be of the form "DescribeSubscription ..." (golint)
    • Line 400: warning: comment on exported method JcqClient.DescribeTopic should be of the form "DescribeTopic ..." (golint)
    • Line 420: warning: comment on exported method JcqClient.DescribeMessages should be of the form "DescribeMessages ..." (golint)
    • Line 440: warning: comment on exported method JcqClient.DescribeSubscriptions should be of the form "DescribeSubscriptions ..." (golint)
    • Line 460: warning: comment on exported method JcqClient.DescribeMessage should be of the form "DescribeMessage ..." (golint)
    • Line 480: warning: comment on exported method JcqClient.DescribeMessagesByBusinessId should be of the form "DescribeMessagesByBusinessId ..." (golint)
    • Line 500: warning: comment on exported method JcqClient.DescribePermission should be of the form "DescribePermission ..." (golint)
    • Line 520: warning: comment on exported method JcqClient.DescribeDeadLetterNumbersWithTopic should be of the form "DescribeDeadLetterNumbersWithTopic ..." (golint)
    • Line 540: warning: comment on exported method JcqClient.DeleteSubscription should be of the form "DeleteSubscription ..." (golint)
    • jdcloud-sdk-go/services/cps/apis/ImportKeypairs.go
    • Line 23: warning: exported type ImportKeypairsRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewImportKeypairsRequest should be of the form "NewImportKeypairsRequest ..." (golint)
    • Line 68: warning: comment on exported function NewImportKeypairsRequestWithAllParams should be of the form "NewImportKeypairsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewImportKeypairsRequestWithoutParam should be of the form "NewImportKeypairsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ImportKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ImportKeypairsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: comment on exported method ImportKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 127: warning: comment on exported method ImportKeypairsRequest.SetPublicKey should be of the form "SetPublicKey ..." (golint)
    • Line 138: warning: exported type ImportKeypairsResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ImportKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/SetCallback.go
    • Line 23: warning: exported type SetCallbackRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewSetCallbackRequest should be of the form "NewSetCallbackRequest ..." (golint)
    • Line 68: warning: comment on exported function NewSetCallbackRequestWithAllParams should be of the form "NewSetCallbackRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewSetCallbackRequestWithoutParam should be of the form "NewSetCallbackRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method SetCallbackRequest.SetCallbackType should be of the form "SetCallbackType ..." (golint)
    • Line 114: warning: comment on exported method SetCallbackRequest.SetHttpUrl should be of the form "SetHttpUrl ..." (golint)
    • Line 119: warning: comment on exported method SetCallbackRequest.SetCallbackEvents should be of the form "SetCallbackEvents ..." (golint)
    • Line 134: warning: exported type SetCallbackResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type SetCallbackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DisableSSL.go
    • Line 23: warning: exported type DisableSSLRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableSSLRequest should be of the form "NewDisableSSLRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableSSLRequestWithAllParams should be of the form "NewDisableSSLRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableSSLRequestWithoutParam should be of the form "NewDisableSSLRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableSSLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableSSLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableSSLResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableSSLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeCcsIpResources.go
    • Line 24: warning: exported type DescribeCcsIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCcsIpResourcesRequest should be of the form "NewDescribeCcsIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCcsIpResourcesRequestWithAllParams should be of the form "NewDescribeCcsIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCcsIpResourcesRequestWithoutParam should be of the form "NewDescribeCcsIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCcsIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCcsIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCcsIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCcsIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCcsIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifySmsTaskUsingPOST.go
    • Line 23: warning: exported type ModifySmsTaskUsingPOSTRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewModifySmsTaskUsingPOSTRequest should be of the form "NewModifySmsTaskUsingPOSTRequest ..." (golint)
    • Line 81: warning: comment on exported function NewModifySmsTaskUsingPOSTRequestWithAllParams should be of the form "NewModifySmsTaskUsingPOSTRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewModifySmsTaskUsingPOSTRequestWithoutParam should be of the form "NewModifySmsTaskUsingPOSTRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 135: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 140: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetSendNumberUrl should be of the form "SetSendNumberUrl ..." (golint)
    • Line 145: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetSendTime should be of the form "SetSendTime ..." (golint)
    • Line 150: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 155: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetTaskName should be of the form "SetTaskName ..." (golint)
    • Line 160: warning: comment on exported method ModifySmsTaskUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 171: warning: exported type ModifySmsTaskUsingPOSTResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type ModifySmsTaskUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DeleteResourceRecord.go
    • Line 23: warning: exported type DeleteResourceRecordRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteResourceRecordRequest should be of the form "NewDeleteResourceRecordRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteResourceRecordRequestWithAllParams should be of the form "NewDeleteResourceRecordRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteResourceRecordRequestWithoutParam should be of the form "NewDeleteResourceRecordRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteResourceRecordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteResourceRecordRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method DeleteResourceRecordRequest.SetResourceRecordId should be of the form "SetResourceRecordId ..." (golint)
    • Line 121: warning: exported type DeleteResourceRecordResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteResourceRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/DomainUnLock.go
    • Line 23: warning: exported type DomainUnLockRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDomainUnLockRequest should be of the form "NewDomainUnLockRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDomainUnLockRequestWithAllParams should be of the form "NewDomainUnLockRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDomainUnLockRequestWithoutParam should be of the form "NewDomainUnLockRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DomainUnLockRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DomainUnLockRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 107: warning: exported type DomainUnLockResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DomainUnLockResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeThingType.go
    • Line 24: warning: exported type DescribeThingTypeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeThingTypeRequest should be of the form "NewDescribeThingTypeRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeThingTypeRequestWithAllParams should be of the form "NewDescribeThingTypeRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeThingTypeRequestWithoutParam should be of the form "NewDescribeThingTypeRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeThingTypeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeThingTypeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: comment on exported method DescribeThingTypeRequest.SetDeviceMetaId should be of the form "SetDeviceMetaId ..." (golint)
    • Line 119: warning: exported type DescribeThingTypeResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeThingTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/EnableKeyVersion.go
    • Line 23: warning: exported type EnableKeyVersionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableKeyVersionRequest should be of the form "NewEnableKeyVersionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableKeyVersionRequestWithAllParams should be of the form "NewEnableKeyVersionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableKeyVersionRequestWithoutParam should be of the form "NewEnableKeyVersionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableKeyVersionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 96: warning: comment on exported method EnableKeyVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type EnableKeyVersionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableKeyVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateLoadBalancer.go
    • Line 23: warning: exported type UpdateLoadBalancerRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewUpdateLoadBalancerRequest should be of the form "NewUpdateLoadBalancerRequest ..." (golint)
    • Line 69: warning: comment on exported function NewUpdateLoadBalancerRequestWithAllParams should be of the form "NewUpdateLoadBalancerRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewUpdateLoadBalancerRequestWithoutParam should be of the form "NewUpdateLoadBalancerRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method UpdateLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method UpdateLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 125: warning: comment on exported method UpdateLoadBalancerRequest.SetLoadBalancerName should be of the form "SetLoadBalancerName ..." (golint)
    • Line 130: warning: comment on exported method UpdateLoadBalancerRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 135: warning: comment on exported method UpdateLoadBalancerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 140: warning: comment on exported method UpdateLoadBalancerRequest.SetDeleteProtection should be of the form "SetDeleteProtection ..." (golint)
    • Line 151: warning: exported type UpdateLoadBalancerResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type UpdateLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeDomainQueryCount.go
    • Line 23: warning: exported type DescribeDomainQueryCountRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeDomainQueryCountRequest should be of the form "NewDescribeDomainQueryCountRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeDomainQueryCountRequestWithAllParams should be of the form "NewDescribeDomainQueryCountRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDescribeDomainQueryCountRequestWithoutParam should be of the form "NewDescribeDomainQueryCountRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeDomainQueryCountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeDomainQueryCountRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 128: warning: comment on exported method DescribeDomainQueryCountRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: comment on exported method DescribeDomainQueryCountRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 138: warning: comment on exported method DescribeDomainQueryCountRequest.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 149: warning: exported type DescribeDomainQueryCountResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeDomainQueryCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/AddDevice.go
    • Line 23: warning: exported type AddDeviceRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewAddDeviceRequest should be of the form "NewAddDeviceRequest ..." (golint)
    • Line 72: warning: comment on exported function NewAddDeviceRequestWithAllParams should be of the form "NewAddDeviceRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewAddDeviceRequestWithoutParam should be of the form "NewAddDeviceRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method AddDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method AddDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 131: warning: comment on exported method AddDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 136: warning: comment on exported method AddDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 141: warning: comment on exported method AddDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 146: warning: comment on exported method AddDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 151: warning: comment on exported method AddDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 162: warning: exported type AddDeviceResponse should have comment or be unexported (golint)
    • Line 168: warning: exported type AddDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRule.go
    • Line 24: warning: exported type DescribeWebRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeWebRuleRequest should be of the form "NewDescribeWebRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeWebRuleRequestWithAllParams should be of the form "NewDescribeWebRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeWebRuleRequestWithoutParam should be of the form "NewDescribeWebRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 122: warning: exported type DescribeWebRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteVideoStreams.go
    • Line 23: warning: exported type DeleteVideoStreamsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVideoStreamsRequest should be of the form "NewDeleteVideoStreamsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVideoStreamsRequestWithAllParams should be of the form "NewDeleteVideoStreamsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVideoStreamsRequestWithoutParam should be of the form "NewDeleteVideoStreamsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVideoStreamsRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVideoStreamsRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 107: warning: exported type DeleteVideoStreamsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVideoStreamsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeCacheAnalysisList.go
    • Line 24: warning: exported type DescribeCacheAnalysisListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCacheAnalysisListRequest should be of the form "NewDescribeCacheAnalysisListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCacheAnalysisListRequestWithAllParams should be of the form "NewDescribeCacheAnalysisListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeCacheAnalysisListRequestWithoutParam should be of the form "NewDescribeCacheAnalysisListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeCacheAnalysisListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeCacheAnalysisListRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeCacheAnalysisListRequest.SetDate should be of the form "SetDate ..." (golint)
    • Line 122: warning: exported type DescribeCacheAnalysisListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeCacheAnalysisListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeAttackStatistics.go
    • Line 23: warning: exported type DescribeAttackStatisticsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeAttackStatisticsRequest should be of the form "NewDescribeAttackStatisticsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeAttackStatisticsRequestWithAllParams should be of the form "NewDescribeAttackStatisticsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewDescribeAttackStatisticsRequestWithoutParam should be of the form "NewDescribeAttackStatisticsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DescribeAttackStatisticsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 102: warning: comment on exported method DescribeAttackStatisticsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 107: warning: comment on exported method DescribeAttackStatisticsRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 118: warning: exported type DescribeAttackStatisticsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type DescribeAttackStatisticsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckApiNameExist.go
    • Line 23: warning: exported type CheckApiNameExistRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCheckApiNameExistRequest should be of the form "NewCheckApiNameExistRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCheckApiNameExistRequestWithAllParams should be of the form "NewCheckApiNameExistRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCheckApiNameExistRequestWithoutParam should be of the form "NewCheckApiNameExistRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CheckApiNameExistRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CheckApiNameExistRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 119: warning: comment on exported method CheckApiNameExistRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 124: warning: comment on exported method CheckApiNameExistRequest.SetApiName should be of the form "SetApiName ..." (golint)
    • Line 135: warning: exported type CheckApiNameExistResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CheckApiNameExistResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/CleanMessages.go
    • Line 23: warning: exported type CleanMessagesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCleanMessagesRequest should be of the form "NewCleanMessagesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCleanMessagesRequestWithAllParams should be of the form "NewCleanMessagesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCleanMessagesRequestWithoutParam should be of the form "NewCleanMessagesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CleanMessagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CleanMessagesRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 110: warning: comment on exported method CleanMessagesRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 121: warning: exported type CleanMessagesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CleanMessagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeIpSetUsage.go
    • Line 23: warning: exported type DescribeIpSetUsageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeIpSetUsageRequest should be of the form "NewDescribeIpSetUsageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeIpSetUsageRequestWithAllParams should be of the form "NewDescribeIpSetUsageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeIpSetUsageRequestWithoutParam should be of the form "NewDescribeIpSetUsageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeIpSetUsageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeIpSetUsageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeIpSetUsageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeIpSetUsageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/ModifyInstance.go
    • Line 24: warning: exported type ModifyInstanceRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceRequest should be of the form "NewModifyInstanceRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceRequestWithAllParams should be of the form "NewModifyInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceRequestWithoutParam should be of the form "NewModifyInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceRequest.SetModifyInstanceSpec should be of the form "SetModifyInstanceSpec ..." (golint)
    • Line 122: warning: exported type ModifyInstanceResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sms/client/SmsClient.go
    • Line 26: warning: exported type SmsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewSmsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method SmsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method SmsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method SmsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method SmsClient.BatchSend should be of the form "BatchSend ..." (golint)
    • Line 80: warning: comment on exported method SmsClient.StatusReport should be of the form "StatusReport ..." (golint)
    • Line 100: warning: comment on exported method SmsClient.Reply should be of the form "Reply ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteCCProtectRule.go
    • Line 23: warning: exported type DeleteCCProtectRuleRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteCCProtectRuleRequest should be of the form "NewDeleteCCProtectRuleRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteCCProtectRuleRequestWithAllParams should be of the form "NewDeleteCCProtectRuleRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteCCProtectRuleRequestWithoutParam should be of the form "NewDeleteCCProtectRuleRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteCCProtectRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 96: warning: comment on exported method DeleteCCProtectRuleRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 107: warning: exported type DeleteCCProtectRuleResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteCCProtectRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateKey.go
    • Line 23: warning: exported type UpdateKeyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateKeyRequest should be of the form "NewUpdateKeyRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateKeyRequestWithAllParams should be of the form "NewUpdateKeyRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateKeyRequestWithoutParam should be of the form "NewUpdateKeyRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 113: warning: comment on exported method UpdateKeyRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 118: warning: comment on exported method UpdateKeyRequest.SetKeyDesc should be of the form "SetKeyDesc ..." (golint)
    • Line 129: warning: exported type UpdateKeyResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskUsrLists.go
    • Line 24: warning: exported type ListRiskUsrListsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskUsrListsRequest should be of the form "NewListRiskUsrListsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskUsrListsRequestWithAllParams should be of the form "NewListRiskUsrListsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskUsrListsRequestWithoutParam should be of the form "NewListRiskUsrListsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskUsrListsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskUsrListsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskUsrListsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskUsrListsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskUsrListsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/CreateDisks.go
    • Line 24: warning: exported type CreateDisksRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateDisksRequest should be of the form "NewCreateDisksRequest ..." (golint)
    • Line 73: warning: comment on exported function NewCreateDisksRequestWithAllParams should be of the form "NewCreateDisksRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewCreateDisksRequestWithoutParam should be of the form "NewCreateDisksRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method CreateDisksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method CreateDisksRequest.SetDiskSpec should be of the form "SetDiskSpec ..." (golint)
    • Line 126: warning: comment on exported method CreateDisksRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 131: warning: comment on exported method CreateDisksRequest.SetUserTags should be of the form "SetUserTags ..." (golint)
    • Line 136: warning: comment on exported method CreateDisksRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 147: warning: exported type CreateDisksResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type CreateDisksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/client/ZfsClient.go
    • Line 26: warning: exported type ZfsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewZfsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method ZfsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method ZfsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method ZfsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method ZfsClient.CreateMountTarget should be of the form "CreateMountTarget ..." (golint)
    • Line 82: warning: comment on exported method ZfsClient.CreateFileSystem should be of the form "CreateFileSystem ..." (golint)
    • Line 103: warning: comment on exported method ZfsClient.DescribeFileSystem should be of the form "DescribeFileSystem ..." (golint)
    • Line 123: warning: comment on exported method ZfsClient.DeleteMountTarget should be of the form "DeleteMountTarget ..." (golint)
    • Line 144: warning: comment on exported method ZfsClient.DescribeFileSystems should be of the form "DescribeFileSystems ..." (golint)
    • Line 166: warning: comment on exported method ZfsClient.DeleteFileSystem should be of the form "DeleteFileSystem ..." (golint)
    • Line 187: warning: comment on exported method ZfsClient.ModifyFileSystemAttribute should be of the form "ModifyFileSystemAttribute ..." (golint)
    • Line 207: warning: comment on exported method ZfsClient.DescribeMountTargets should be of the form "DescribeMountTargets ..." (golint)
    • Line 228: warning: comment on exported method ZfsClient.DescribeMountTarget should be of the form "DescribeMountTarget ..." (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeCpsIpResources.go
    • Line 24: warning: exported type DescribeCpsIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCpsIpResourcesRequest should be of the form "NewDescribeCpsIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCpsIpResourcesRequestWithAllParams should be of the form "NewDescribeCpsIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCpsIpResourcesRequestWithoutParam should be of the form "NewDescribeCpsIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCpsIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCpsIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCpsIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCpsIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCpsIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeInstanceList.go
    • Line 25: warning: exported type DescribeInstanceListRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeInstanceListRequest should be of the form "NewDescribeInstanceListRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeInstanceListRequestWithAllParams should be of the form "NewDescribeInstanceListRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeInstanceListRequestWithoutParam should be of the form "NewDescribeInstanceListRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeInstanceListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeInstanceListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeInstanceListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeInstanceListRequest.SetNameFilter should be of the form "SetNameFilter ..." (golint)
    • Line 128: warning: comment on exported method DescribeInstanceListRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 139: warning: exported type DescribeInstanceListResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type DescribeInstanceListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteCustomLiveStreamSnapshotTemplate.go
    • Line 23: warning: exported type DeleteCustomLiveStreamSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCustomLiveStreamSnapshotTemplateRequest should be of the form "NewDeleteCustomLiveStreamSnapshotTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCustomLiveStreamSnapshotTemplateRequestWithAllParams should be of the form "NewDeleteCustomLiveStreamSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCustomLiveStreamSnapshotTemplateRequestWithoutParam should be of the form "NewDeleteCustomLiveStreamSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCustomLiveStreamSnapshotTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 93: warning: exported type DeleteCustomLiveStreamSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCustomLiveStreamSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/AddDatabase.go
    • Line 24: warning: exported type AddDatabaseRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddDatabaseRequest should be of the form "NewAddDatabaseRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddDatabaseRequestWithAllParams should be of the form "NewAddDatabaseRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddDatabaseRequestWithoutParam should be of the form "NewAddDatabaseRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddDatabaseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 111: warning: comment on exported method AddDatabaseRequest.SetDatabaseSpec should be of the form "SetDatabaseSpec ..." (golint)
    • Line 122: warning: exported type AddDatabaseResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryBindGroupKey.go
    • Line 24: warning: exported type QueryBindGroupKeyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryBindGroupKeyRequest should be of the form "NewQueryBindGroupKeyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryBindGroupKeyRequestWithAllParams should be of the form "NewQueryBindGroupKeyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryBindGroupKeyRequestWithoutParam should be of the form "NewQueryBindGroupKeyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryBindGroupKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryBindGroupKeyRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 108: warning: exported type QueryBindGroupKeyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryBindGroupKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/CreateGeneralServicesTicket.go
    • Line 24: warning: exported type CreateGeneralServicesTicketRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewCreateGeneralServicesTicketRequest should be of the form "NewCreateGeneralServicesTicketRequest ..." (golint)
    • Line 76: warning: comment on exported function NewCreateGeneralServicesTicketRequestWithAllParams should be of the form "NewCreateGeneralServicesTicketRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewCreateGeneralServicesTicketRequestWithoutParam should be of the form "NewCreateGeneralServicesTicketRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method CreateGeneralServicesTicketRequest.SetPhone should be of the form "SetPhone ..." (golint)
    • Line 139: warning: comment on exported method CreateGeneralServicesTicketRequest.SetEmail should be of the form "SetEmail ..." (golint)
    • Line 144: warning: comment on exported method CreateGeneralServicesTicketRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 149: warning: comment on exported method CreateGeneralServicesTicketRequest.SetIsExternalIdc should be of the form "SetIsExternalIdc ..." (golint)
    • Line 154: warning: comment on exported method CreateGeneralServicesTicketRequest.SetCount should be of the form "SetCount ..." (golint)
    • Line 159: warning: comment on exported method CreateGeneralServicesTicketRequest.SetExternalIdcAddress should be of the form "SetExternalIdcAddress ..." (golint)
    • Line 164: warning: comment on exported method CreateGeneralServicesTicketRequest.SetExternalIdcContactPerson should be of the form "SetExternalIdcContactPerson ..." (golint)
    • Line 169: warning: comment on exported method CreateGeneralServicesTicketRequest.SetExternalIdcContactPhone should be of the form "SetExternalIdcContactPhone ..." (golint)
    • Line 174: warning: comment on exported method CreateGeneralServicesTicketRequest.SetRemarks should be of the form "SetRemarks ..." (golint)
    • Line 179: warning: comment on exported method CreateGeneralServicesTicketRequest.SetAttach should be of the form "SetAttach ..." (golint)
    • Line 190: warning: exported type CreateGeneralServicesTicketResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type CreateGeneralServicesTicketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/ModifyInstanceName.go
    • Line 24: warning: exported type ModifyInstanceNameRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceNameRequest should be of the form "NewModifyInstanceNameRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceNameRequestWithAllParams should be of the form "NewModifyInstanceNameRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceNameRequestWithoutParam should be of the form "NewModifyInstanceNameRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceNameRequest.SetModifyInstanceNameSpec should be of the form "SetModifyInstanceNameSpec ..." (golint)
    • Line 122: warning: exported type ModifyInstanceNameResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddUserViewIP.go
    • Line 24: warning: exported type AddUserViewIPRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddUserViewIPRequest should be of the form "NewAddUserViewIPRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAddUserViewIPRequestWithAllParams should be of the form "NewAddUserViewIPRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewAddUserViewIPRequestWithoutParam should be of the form "NewAddUserViewIPRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method AddUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method AddUserViewIPRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type AddUserViewIPResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type AddUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDatasources.go
    • Line 24: warning: exported type GetDatasourcesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetDatasourcesRequest should be of the form "NewGetDatasourcesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetDatasourcesRequestWithAllParams should be of the form "NewGetDatasourcesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetDatasourcesRequestWithoutParam should be of the form "NewGetDatasourcesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetDatasourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetDatasourcesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetDatasourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ResetPassword.go
    • Line 23: warning: exported type ResetPasswordRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewResetPasswordRequest should be of the form "NewResetPasswordRequest ..." (golint)
    • Line 68: warning: comment on exported function NewResetPasswordRequestWithAllParams should be of the form "NewResetPasswordRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewResetPasswordRequestWithoutParam should be of the form "NewResetPasswordRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ResetPasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ResetPasswordRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ResetPasswordRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method ResetPasswordRequest.SetPassword should be of the form "SetPassword ..." (golint)
    • Line 138: warning: exported type ResetPasswordResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ResetPasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeClientIpDetail.go
    • Line 24: warning: exported type DescribeClientIpDetailRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeClientIpDetailRequest should be of the form "NewDescribeClientIpDetailRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeClientIpDetailRequestWithAllParams should be of the form "NewDescribeClientIpDetailRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeClientIpDetailRequestWithoutParam should be of the form "NewDescribeClientIpDetailRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeClientIpDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeClientIpDetailRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeClientIpDetailRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 122: warning: exported type DescribeClientIpDetailResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeClientIpDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateRdsDatabase.go
    • Line 24: warning: exported type CreateRdsDatabaseRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateRdsDatabaseRequest should be of the form "NewCreateRdsDatabaseRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateRdsDatabaseRequestWithAllParams should be of the form "NewCreateRdsDatabaseRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateRdsDatabaseRequestWithoutParam should be of the form "NewCreateRdsDatabaseRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateRdsDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateRdsDatabaseRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 111: warning: comment on exported method CreateRdsDatabaseRequest.SetDatabase should be of the form "SetDatabase ..." (golint)
    • Line 122: warning: exported type CreateRdsDatabaseResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateRdsDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/GetAccountInfo.go
    • Line 24: warning: exported type GetAccountInfoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetAccountInfoRequest should be of the form "NewGetAccountInfoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetAccountInfoRequestWithAllParams should be of the form "NewGetAccountInfoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetAccountInfoRequestWithoutParam should be of the form "NewGetAccountInfoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetAccountInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetAccountInfoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetAccountInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/bri/apis/SetBWList.go
    • Line 24: warning: exported type SetBWListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSetBWListRequest should be of the form "NewSetBWListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSetBWListRequestWithAllParams should be of the form "NewSetBWListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewSetBWListRequestWithoutParam should be of the form "NewSetBWListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method SetBWListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method SetBWListRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type SetBWListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type SetBWListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeAuditLog.go
    • Line 24: warning: exported type DescribeAuditLogRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeAuditLogRequest should be of the form "NewDescribeAuditLogRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeAuditLogRequestWithAllParams should be of the form "NewDescribeAuditLogRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeAuditLogRequestWithoutParam should be of the form "NewDescribeAuditLogRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeAuditLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeAuditLogRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 111: warning: comment on exported method DescribeAuditLogRequest.SetLogId should be of the form "SetLogId ..." (golint)
    • Line 122: warning: exported type DescribeAuditLogResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeAuditLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/AttachGroupPolicy.go
    • Line 23: warning: exported type AttachGroupPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAttachGroupPolicyRequest should be of the form "NewAttachGroupPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAttachGroupPolicyRequestWithAllParams should be of the form "NewAttachGroupPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAttachGroupPolicyRequestWithoutParam should be of the form "NewAttachGroupPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AttachGroupPolicyRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 96: warning: comment on exported method AttachGroupPolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type AttachGroupPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AttachGroupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateSubscriptionKey.go
    • Line 23: warning: exported type UpdateSubscriptionKeyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateSubscriptionKeyRequest should be of the form "NewUpdateSubscriptionKeyRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateSubscriptionKeyRequestWithAllParams should be of the form "NewUpdateSubscriptionKeyRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateSubscriptionKeyRequestWithoutParam should be of the form "NewUpdateSubscriptionKeyRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateSubscriptionKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateSubscriptionKeyRequest.SetSubscriptionKeyId should be of the form "SetSubscriptionKeyId ..." (golint)
    • Line 113: warning: comment on exported method UpdateSubscriptionKeyRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateSubscriptionKeyRequest.SetName should be of the form "SetName ..." (golint)
    • Line 129: warning: exported type UpdateSubscriptionKeyResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateSubscriptionKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/QueryNamespaces.go
    • Line 24: warning: exported type QueryNamespacesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryNamespacesRequest should be of the form "NewQueryNamespacesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewQueryNamespacesRequestWithAllParams should be of the form "NewQueryNamespacesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewQueryNamespacesRequestWithoutParam should be of the form "NewQueryNamespacesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method QueryNamespacesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method QueryNamespacesRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 105: warning: exported type QueryNamespacesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type QueryNamespacesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeployments.go
    • Line 24: warning: exported type GetDeploymentsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetDeploymentsRequest should be of the form "NewGetDeploymentsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetDeploymentsRequestWithAllParams should be of the form "NewGetDeploymentsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetDeploymentsRequestWithoutParam should be of the form "NewGetDeploymentsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetDeploymentsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetDeploymentsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetDeploymentsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssignIpv6AddressesBandwidth.go
    • Line 24: warning: exported type AssignIpv6AddressesBandwidthRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewAssignIpv6AddressesBandwidthRequest should be of the form "NewAssignIpv6AddressesBandwidthRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssignIpv6AddressesBandwidthRequestWithAllParams should be of the form "NewAssignIpv6AddressesBandwidthRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewAssignIpv6AddressesBandwidthRequestWithoutParam should be of the form "NewAssignIpv6AddressesBandwidthRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method AssignIpv6AddressesBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method AssignIpv6AddressesBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method AssignIpv6AddressesBandwidthRequest.SetIpv6AddressSpec should be of the form "SetIpv6AddressSpec ..." (golint)
    • Line 125: warning: exported type AssignIpv6AddressesBandwidthResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type AssignIpv6AddressesBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/UpdateThingShadow.go
    • Line 23: warning: exported type UpdateThingShadowRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewUpdateThingShadowRequest should be of the form "NewUpdateThingShadowRequest ..." (golint)
    • Line 75: warning: comment on exported function NewUpdateThingShadowRequestWithAllParams should be of the form "NewUpdateThingShadowRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewUpdateThingShadowRequestWithoutParam should be of the form "NewUpdateThingShadowRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method UpdateThingShadowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method UpdateThingShadowRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 134: warning: comment on exported method UpdateThingShadowRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 139: warning: comment on exported method UpdateThingShadowRequest.SetState should be of the form "SetState ..." (golint)
    • Line 144: warning: comment on exported method UpdateThingShadowRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 161: warning: exported type UpdateThingShadowResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type UpdateThingShadowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/BatchSetDnsResolve.go
    • Line 24: warning: exported type BatchSetDnsResolveRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewBatchSetDnsResolveRequest should be of the form "NewBatchSetDnsResolveRequest ..." (golint)
    • Line 58: warning: comment on exported function NewBatchSetDnsResolveRequestWithAllParams should be of the form "NewBatchSetDnsResolveRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewBatchSetDnsResolveRequestWithoutParam should be of the form "NewBatchSetDnsResolveRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method BatchSetDnsResolveRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method BatchSetDnsResolveRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type BatchSetDnsResolveResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type BatchSetDnsResolveResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/GetLogs.go
    • Line 23: warning: exported type GetLogsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewGetLogsRequest should be of the form "NewGetLogsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewGetLogsRequestWithAllParams should be of the form "NewGetLogsRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewGetLogsRequestWithoutParam should be of the form "NewGetLogsRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method GetLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method GetLogsRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 125: warning: comment on exported method GetLogsRequest.SetTailLines should be of the form "SetTailLines ..." (golint)
    • Line 131: warning: comment on exported method GetLogsRequest.SetSinceSeconds should be of the form "SetSinceSeconds ..." (golint)
    • Line 137: warning: comment on exported method GetLogsRequest.SetLimitBytes should be of the form "SetLimitBytes ..." (golint)
    • Line 149: warning: exported type GetLogsResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type GetLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetProtocolConvert.go
    • Line 24: warning: exported type SetProtocolConvertRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewSetProtocolConvertRequest should be of the form "NewSetProtocolConvertRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSetProtocolConvertRequestWithAllParams should be of the form "NewSetProtocolConvertRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewSetProtocolConvertRequestWithoutParam should be of the form "NewSetProtocolConvertRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method SetProtocolConvertRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 130: warning: comment on exported method SetProtocolConvertRequest.SetCertificate should be of the form "SetCertificate ..." (golint)
    • Line 135: warning: comment on exported method SetProtocolConvertRequest.SetRsaKey should be of the form "SetRsaKey ..." (golint)
    • Line 140: warning: comment on exported method SetProtocolConvertRequest.SetCertFrom should be of the form "SetCertFrom ..." (golint)
    • Line 145: warning: comment on exported method SetProtocolConvertRequest.SetSslCertId should be of the form "SetSslCertId ..." (golint)
    • Line 150: warning: comment on exported method SetProtocolConvertRequest.SetSyncToSsl should be of the form "SetSyncToSsl ..." (golint)
    • Line 155: warning: comment on exported method SetProtocolConvertRequest.SetCertName should be of the form "SetCertName ..." (golint)
    • Line 160: warning: comment on exported method SetProtocolConvertRequest.SetProtocolConverts should be of the form "SetProtocolConverts ..." (golint)
    • Line 171: warning: exported type SetProtocolConvertResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type SetProtocolConvertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyParameters.go
    • Line 24: warning: exported type ModifyParametersRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyParametersRequest should be of the form "NewModifyParametersRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyParametersRequestWithAllParams should be of the form "NewModifyParametersRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyParametersRequestWithoutParam should be of the form "NewModifyParametersRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyParametersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyParametersRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyParametersRequest.SetParameters should be of the form "SetParameters ..." (golint)
    • Line 122: warning: exported type ModifyParametersResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyParametersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ListProductsWithAdmin.go
    • Line 25: warning: exported type ListProductsWithAdminRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewListProductsWithAdminRequest should be of the form "NewListProductsWithAdminRequest ..." (golint)
    • Line 72: warning: comment on exported function NewListProductsWithAdminRequestWithAllParams should be of the form "NewListProductsWithAdminRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewListProductsWithAdminRequestWithoutParam should be of the form "NewListProductsWithAdminRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ListProductsWithAdminRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ListProductsWithAdminRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ListProductsWithAdminRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method ListProductsWithAdminRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 139: warning: comment on exported method ListProductsWithAdminRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 154: warning: exported type ListProductsWithAdminResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type ListProductsWithAdminResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWafBlackRuleSwitch.go
    • Line 23: warning: exported type QueryWafBlackRuleSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryWafBlackRuleSwitchRequest should be of the form "NewQueryWafBlackRuleSwitchRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryWafBlackRuleSwitchRequestWithAllParams should be of the form "NewQueryWafBlackRuleSwitchRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryWafBlackRuleSwitchRequestWithoutParam should be of the form "NewQueryWafBlackRuleSwitchRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryWafBlackRuleSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryWafBlackRuleSwitchResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryWafBlackRuleSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/VerifyContract.go
    • Line 24: warning: exported type VerifyContractRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewVerifyContractRequest should be of the form "NewVerifyContractRequest ..." (golint)
    • Line 58: warning: comment on exported function NewVerifyContractRequestWithAllParams should be of the form "NewVerifyContractRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewVerifyContractRequestWithoutParam should be of the form "NewVerifyContractRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method VerifyContractRequest.SetContractId should be of the form "SetContractId ..." (golint)
    • Line 97: warning: comment on exported method VerifyContractRequest.SetContractVerifySpec should be of the form "SetContractVerifySpec ..." (golint)
    • Line 108: warning: exported type VerifyContractResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type VerifyContractResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/EditTransferTask.go
    • Line 24: warning: exported type EditTransferTaskRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEditTransferTaskRequest should be of the form "NewEditTransferTaskRequest ..." (golint)
    • Line 61: warning: comment on exported function NewEditTransferTaskRequestWithAllParams should be of the form "NewEditTransferTaskRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewEditTransferTaskRequestWithoutParam should be of the form "NewEditTransferTaskRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method EditTransferTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method EditTransferTaskRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: comment on exported method EditTransferTaskRequest.SetTask should be of the form "SetTask ..." (golint)
    • Line 119: warning: exported type EditTransferTaskResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type EditTransferTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/UpdateCollectResources.go
    • Line 24: warning: exported type UpdateCollectResourcesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewUpdateCollectResourcesRequest should be of the form "NewUpdateCollectResourcesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewUpdateCollectResourcesRequestWithAllParams should be of the form "NewUpdateCollectResourcesRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewUpdateCollectResourcesRequestWithoutParam should be of the form "NewUpdateCollectResourcesRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method UpdateCollectResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method UpdateCollectResourcesRequest.SetCollectInfoUID should be of the form "SetCollectInfoUID ..." (golint)
    • Line 117: warning: comment on exported method UpdateCollectResourcesRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 122: warning: comment on exported method UpdateCollectResourcesRequest.SetResources should be of the form "SetResources ..." (golint)
    • Line 133: warning: exported type UpdateCollectResourcesResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type UpdateCollectResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/AddTemplateNew.go
    • Line 24: warning: exported type AddTemplateNewRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewAddTemplateNewRequest should be of the form "NewAddTemplateNewRequest ..." (golint)
    • Line 88: warning: comment on exported function NewAddTemplateNewRequestWithAllParams should be of the form "NewAddTemplateNewRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewAddTemplateNewRequestWithoutParam should be of the form "NewAddTemplateNewRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method AddTemplateNewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method AddTemplateNewRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 147: warning: comment on exported method AddTemplateNewRequest.SetAptitudesId should be of the form "SetAptitudesId ..." (golint)
    • Line 152: warning: comment on exported method AddTemplateNewRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 157: warning: comment on exported method AddTemplateNewRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 162: warning: comment on exported method AddTemplateNewRequest.SetSignContent should be of the form "SetSignContent ..." (golint)
    • Line 167: warning: comment on exported method AddTemplateNewRequest.SetContent should be of the form "SetContent ..." (golint)
    • Line 178: warning: exported type AddTemplateNewResponse should have comment or be unexported (golint)
    • Line 184: warning: exported type AddTemplateNewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetTranscodeJobSummaries.go
    • Line 24: warning: exported type GetTranscodeJobSummariesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTranscodeJobSummariesRequest should be of the form "NewGetTranscodeJobSummariesRequest ..." (golint)
    • Line 49: warning: comment on exported function NewGetTranscodeJobSummariesRequestWithAllParams should be of the form "NewGetTranscodeJobSummariesRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewGetTranscodeJobSummariesRequestWithoutParam should be of the form "NewGetTranscodeJobSummariesRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method GetTranscodeJobSummariesRequest.SetJobIds should be of the form "SetJobIds ..." (golint)
    • Line 91: warning: exported type GetTranscodeJobSummariesResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type GetTranscodeJobSummariesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAccounts.go
    • Line 24: warning: exported type DescribeAccountsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeAccountsRequest should be of the form "NewDescribeAccountsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeAccountsRequestWithAllParams should be of the form "NewDescribeAccountsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeAccountsRequestWithoutParam should be of the form "NewDescribeAccountsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeAccountsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeAccountsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeAccountsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeAccountsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeAccountsResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeAccountsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/apis/QueryInstanceStatus.go
    • Line 23: warning: exported type QueryInstanceStatusRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewQueryInstanceStatusRequest should be of the form "NewQueryInstanceStatusRequest ..." (golint)
    • Line 57: warning: comment on exported function NewQueryInstanceStatusRequestWithAllParams should be of the form "NewQueryInstanceStatusRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewQueryInstanceStatusRequestWithoutParam should be of the form "NewQueryInstanceStatusRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method QueryInstanceStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method QueryInstanceStatusRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type QueryInstanceStatusResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type QueryInstanceStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteKeypairs.go
    • Line 23: warning: exported type DeleteKeypairsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteKeypairsRequest should be of the form "NewDeleteKeypairsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteKeypairsRequestWithAllParams should be of the form "NewDeleteKeypairsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteKeypairsRequestWithoutParam should be of the form "NewDeleteKeypairsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteKeypairsRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 107: warning: exported type DeleteKeypairsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/LifeStatus.go
    • Line 24: warning: exported type LifeStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewLifeStatusRequest should be of the form "NewLifeStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewLifeStatusRequestWithAllParams should be of the form "NewLifeStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewLifeStatusRequestWithoutParam should be of the form "NewLifeStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method LifeStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method LifeStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type LifeStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type LifeStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DeleteKeypair.go
    • Line 23: warning: exported type DeleteKeypairRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteKeypairRequest should be of the form "NewDeleteKeypairRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteKeypairRequestWithAllParams should be of the form "NewDeleteKeypairRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteKeypairRequestWithoutParam should be of the form "NewDeleteKeypairRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteKeypairRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 107: warning: exported type DeleteKeypairResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsSignsUsingGET.go
    • Line 24: warning: exported type ListSmsSignsUsingGETRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewListSmsSignsUsingGETRequest should be of the form "NewListSmsSignsUsingGETRequest ..." (golint)
    • Line 61: warning: comment on exported function NewListSmsSignsUsingGETRequestWithAllParams should be of the form "NewListSmsSignsUsingGETRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListSmsSignsUsingGETRequestWithoutParam should be of the form "NewListSmsSignsUsingGETRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListSmsSignsUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 106: warning: comment on exported method ListSmsSignsUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method ListSmsSignsUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method ListSmsSignsUsingGETRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 127: warning: exported type ListSmsSignsUsingGETResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type ListSmsSignsUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeElasticIpName.go
    • Line 23: warning: exported type DescribeElasticIpNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeElasticIpNameRequest should be of the form "NewDescribeElasticIpNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeElasticIpNameRequestWithAllParams should be of the form "NewDescribeElasticIpNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeElasticIpNameRequestWithoutParam should be of the form "NewDescribeElasticIpNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeElasticIpNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeElasticIpNameRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 107: warning: exported type DescribeElasticIpNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeElasticIpNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetDomain.go
    • Line 23: warning: exported type GetDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetDomainRequest should be of the form "NewGetDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetDomainRequestWithAllParams should be of the form "NewGetDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetDomainRequestWithoutParam should be of the form "NewGetDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type GetDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/AsyncInvoke.go
    • Line 23: warning: exported type AsyncInvokeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewAsyncInvokeRequest should be of the form "NewAsyncInvokeRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAsyncInvokeRequestWithAllParams should be of the form "NewAsyncInvokeRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAsyncInvokeRequestWithoutParam should be of the form "NewAsyncInvokeRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AsyncInvokeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AsyncInvokeRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 119: warning: comment on exported method AsyncInvokeRequest.SetVersionName should be of the form "SetVersionName ..." (golint)
    • Line 124: warning: comment on exported method AsyncInvokeRequest.SetEvent should be of the form "SetEvent ..." (golint)
    • Line 135: warning: exported type AsyncInvokeResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type AsyncInvokeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveRestartDomainCertificate.go
    • Line 23: warning: exported type DescribeLiveRestartDomainCertificateRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewDescribeLiveRestartDomainCertificateRequest should be of the form "NewDescribeLiveRestartDomainCertificateRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeLiveRestartDomainCertificateRequestWithAllParams should be of the form "NewDescribeLiveRestartDomainCertificateRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeLiveRestartDomainCertificateRequestWithoutParam should be of the form "NewDescribeLiveRestartDomainCertificateRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeLiveRestartDomainCertificateRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 101: warning: exported type DescribeLiveRestartDomainCertificateResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type DescribeLiveRestartDomainCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/SetIpCleanThreshold.go
    • Line 24: warning: exported type SetIpCleanThresholdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSetIpCleanThresholdRequest should be of the form "NewSetIpCleanThresholdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSetIpCleanThresholdRequestWithAllParams should be of the form "NewSetIpCleanThresholdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewSetIpCleanThresholdRequestWithoutParam should be of the form "NewSetIpCleanThresholdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method SetIpCleanThresholdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method SetIpCleanThresholdRequest.SetIpCleanThresholdSpec should be of the form "SetIpCleanThresholdSpec ..." (golint)
    • Line 108: warning: exported type SetIpCleanThresholdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type SetIpCleanThresholdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/ListVqdTasks.go
    • Line 24: warning: exported type ListVqdTasksRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListVqdTasksRequest should be of the form "NewListVqdTasksRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListVqdTasksRequestWithAllParams should be of the form "NewListVqdTasksRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListVqdTasksRequestWithoutParam should be of the form "NewListVqdTasksRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListVqdTasksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListVqdTasksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListVqdTasksRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListVqdTasksResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListVqdTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeKeyDetail.go
    • Line 24: warning: exported type DescribeKeyDetailRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeKeyDetailRequest should be of the form "NewDescribeKeyDetailRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeKeyDetailRequestWithAllParams should be of the form "NewDescribeKeyDetailRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeKeyDetailRequestWithoutParam should be of the form "NewDescribeKeyDetailRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeKeyDetailRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 100: warning: comment on exported method DescribeKeyDetailRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeKeyDetailRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeKeyDetailResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeKeyDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCcsIpList.go
    • Line 24: warning: exported type DescribeCcsIpListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCcsIpListRequest should be of the form "NewDescribeCcsIpListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCcsIpListRequestWithAllParams should be of the form "NewDescribeCcsIpListRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCcsIpListRequestWithoutParam should be of the form "NewDescribeCcsIpListRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCcsIpListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCcsIpListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCcsIpListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCcsIpListResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCcsIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteNetworkAcl.go
    • Line 23: warning: exported type DeleteNetworkAclRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNetworkAclRequest should be of the form "NewDeleteNetworkAclRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNetworkAclRequestWithAllParams should be of the form "NewDeleteNetworkAclRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNetworkAclRequestWithoutParam should be of the form "NewDeleteNetworkAclRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNetworkAclRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 107: warning: exported type DeleteNetworkAclResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteSecondaryCidr.go
    • Line 23: warning: exported type DeleteSecondaryCidrRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteSecondaryCidrRequest should be of the form "NewDeleteSecondaryCidrRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteSecondaryCidrRequestWithAllParams should be of the form "NewDeleteSecondaryCidrRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteSecondaryCidrRequestWithoutParam should be of the form "NewDeleteSecondaryCidrRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteSecondaryCidrRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteSecondaryCidrRequest.SetSecondaryCidrId should be of the form "SetSecondaryCidrId ..." (golint)
    • Line 111: warning: comment on exported method DeleteSecondaryCidrRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteSecondaryCidrResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteSecondaryCidrResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/models/OssSpec.go
    • Line 20: warning: exported type OssSpec should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Oss_ak should be OssAk (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Oss_sk should be OssSk (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Oss_region should be OssRegion (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Oss_endpoint should be OssEndpoint (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Oss_bucket should be OssBucket (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCProtectionConfigOfWebRule.go
    • Line 24: warning: exported type DescribeCCProtectionConfigOfWebRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCCProtectionConfigOfWebRuleRequest should be of the form "NewDescribeCCProtectionConfigOfWebRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCCProtectionConfigOfWebRuleRequestWithAllParams should be of the form "NewDescribeCCProtectionConfigOfWebRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeCCProtectionConfigOfWebRuleRequestWithoutParam should be of the form "NewDescribeCCProtectionConfigOfWebRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeCCProtectionConfigOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeCCProtectionConfigOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeCCProtectionConfigOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 122: warning: exported type DescribeCCProtectionConfigOfWebRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeCCProtectionConfigOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeNodeVersion.go
    • Line 24: warning: exported type DescribeNodeVersionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNodeVersionRequest should be of the form "NewDescribeNodeVersionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNodeVersionRequestWithAllParams should be of the form "NewDescribeNodeVersionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNodeVersionRequestWithoutParam should be of the form "NewDescribeNodeVersionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNodeVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNodeVersionRequest.SetNodeVersion should be of the form "SetNodeVersion ..." (golint)
    • Line 108: warning: exported type DescribeNodeVersionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNodeVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyInstanceName.go
    • Line 23: warning: exported type ModifyInstanceNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstanceNameRequest should be of the form "NewModifyInstanceNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceNameRequestWithAllParams should be of the form "NewModifyInstanceNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstanceNameRequestWithoutParam should be of the form "NewModifyInstanceNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 121: warning: exported type ModifyInstanceNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ModifyPodAttribute.go
    • Line 23: warning: exported type ModifyPodAttributeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyPodAttributeRequest should be of the form "NewModifyPodAttributeRequest ..." (golint)
    • Line 60: warning: comment on exported function NewModifyPodAttributeRequestWithAllParams should be of the form "NewModifyPodAttributeRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewModifyPodAttributeRequestWithoutParam should be of the form "NewModifyPodAttributeRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ModifyPodAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method ModifyPodAttributeRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 107: warning: comment on exported method ModifyPodAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: exported type ModifyPodAttributeResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ModifyPodAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/CreateTemplate.go
    • Line 23: warning: exported type CreateTemplateRequest should have comment or be unexported (golint)
    • Line 85: warning: comment on exported function NewCreateTemplateRequest should be of the form "NewCreateTemplateRequest ..." (golint)
    • Line 105: warning: comment on exported function NewCreateTemplateRequestWithAllParams should be of the form "NewCreateTemplateRequestWithAllParams ..." (golint)
    • Line 177: warning: comment on exported function NewCreateTemplateRequestWithoutParam should be of the form "NewCreateTemplateRequestWithoutParam ..." (golint)
    • Line 190: warning: comment on exported method CreateTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 195: warning: comment on exported method CreateTemplateRequest.SetUserNameCh should be of the form "SetUserNameCh ..." (golint)
    • Line 200: warning: comment on exported method CreateTemplateRequest.SetUserNameEn1 should be of the form "SetUserNameEn1 ..." (golint)
    • Line 205: warning: comment on exported method CreateTemplateRequest.SetUserNameEn2 should be of the form "SetUserNameEn2 ..." (golint)
    • Line 210: warning: comment on exported method CreateTemplateRequest.SetOwnerNameCh should be of the form "SetOwnerNameCh ..." (golint)
    • Line 215: warning: comment on exported method CreateTemplateRequest.SetOwnerNameEn should be of the form "SetOwnerNameEn ..." (golint)
    • Line 220: warning: comment on exported method CreateTemplateRequest.SetNationCodeCh should be of the form "SetNationCodeCh ..." (golint)
    • Line 225: warning: comment on exported method CreateTemplateRequest.SetNationCodeEn should be of the form "SetNationCodeEn ..." (golint)
    • Line 230: warning: comment on exported method CreateTemplateRequest.SetProvinceCodeCh should be of the form "SetProvinceCodeCh ..." (golint)
    • Line 235: warning: comment on exported method CreateTemplateRequest.SetProvinceCodeEn should be of the form "SetProvinceCodeEn ..." (golint)
    • Line 240: warning: comment on exported method CreateTemplateRequest.SetCityCodeCh should be of the form "SetCityCodeCh ..." (golint)
    • Line 245: warning: comment on exported method CreateTemplateRequest.SetCityCodeEn should be of the form "SetCityCodeEn ..." (golint)
    • Line 250: warning: comment on exported method CreateTemplateRequest.SetAddressCh should be of the form "SetAddressCh ..." (golint)
    • Line 255: warning: comment on exported method CreateTemplateRequest.SetAddressEn should be of the form "SetAddressEn ..." (golint)
    • Line 260: warning: comment on exported method CreateTemplateRequest.SetZipCode should be of the form "SetZipCode ..." (golint)
    • Line 265: warning: comment on exported method CreateTemplateRequest.SetPhone should be of the form "SetPhone ..." (golint)
    • Line 270: warning: comment on exported method CreateTemplateRequest.SetFax should be of the form "SetFax ..." (golint)
    • Line 275: warning: comment on exported method CreateTemplateRequest.SetEmail should be of the form "SetEmail ..." (golint)
    • Line 280: warning: comment on exported method CreateTemplateRequest.SetOwnerType should be of the form "SetOwnerType ..." (golint)
    • Line 291: warning: exported type CreateTemplateResponse should have comment or be unexported (golint)
    • Line 297: warning: exported type CreateTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DisableKeyVersion.go
    • Line 23: warning: exported type DisableKeyVersionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableKeyVersionRequest should be of the form "NewDisableKeyVersionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableKeyVersionRequestWithAllParams should be of the form "NewDisableKeyVersionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableKeyVersionRequestWithoutParam should be of the form "NewDisableKeyVersionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableKeyVersionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 96: warning: comment on exported method DisableKeyVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type DisableKeyVersionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableKeyVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/CloseLiveTimeshift.go
    • Line 23: warning: exported type CloseLiveTimeshiftRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCloseLiveTimeshiftRequest should be of the form "NewCloseLiveTimeshiftRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCloseLiveTimeshiftRequestWithAllParams should be of the form "NewCloseLiveTimeshiftRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCloseLiveTimeshiftRequestWithoutParam should be of the form "NewCloseLiveTimeshiftRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CloseLiveTimeshiftRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 93: warning: exported type CloseLiveTimeshiftResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CloseLiveTimeshiftResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmKeypairsByName.go
    • Line 24: warning: exported type GetVmKeypairsByNameRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVmKeypairsByNameRequest should be of the form "NewGetVmKeypairsByNameRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVmKeypairsByNameRequestWithAllParams should be of the form "NewGetVmKeypairsByNameRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVmKeypairsByNameRequestWithoutParam should be of the form "NewGetVmKeypairsByNameRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVmKeypairsByNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVmKeypairsByNameRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type GetVmKeypairsByNameResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVmKeypairsByNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeUrlMap.go
    • Line 24: warning: exported type DescribeUrlMapRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeUrlMapRequest should be of the form "NewDescribeUrlMapRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeUrlMapRequestWithAllParams should be of the form "NewDescribeUrlMapRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeUrlMapRequestWithoutParam should be of the form "NewDescribeUrlMapRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeUrlMapRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeUrlMapRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 108: warning: exported type DescribeUrlMapResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeUrlMapResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamAppQualityDetection.go
    • Line 23: warning: exported type DeleteLiveStreamAppQualityDetectionRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteLiveStreamAppQualityDetectionRequest should be of the form "NewDeleteLiveStreamAppQualityDetectionRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteLiveStreamAppQualityDetectionRequestWithAllParams should be of the form "NewDeleteLiveStreamAppQualityDetectionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteLiveStreamAppQualityDetectionRequestWithoutParam should be of the form "NewDeleteLiveStreamAppQualityDetectionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteLiveStreamAppQualityDetectionRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 105: warning: comment on exported method DeleteLiveStreamAppQualityDetectionRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 110: warning: comment on exported method DeleteLiveStreamAppQualityDetectionRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 121: warning: exported type DeleteLiveStreamAppQualityDetectionResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteLiveStreamAppQualityDetectionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssignIpv6Cidr.go
    • Line 23: warning: exported type AssignIpv6CidrRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewAssignIpv6CidrRequest should be of the form "NewAssignIpv6CidrRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAssignIpv6CidrRequestWithAllParams should be of the form "NewAssignIpv6CidrRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewAssignIpv6CidrRequestWithoutParam should be of the form "NewAssignIpv6CidrRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method AssignIpv6CidrRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method AssignIpv6CidrRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 117: warning: comment on exported method AssignIpv6CidrRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: comment on exported method AssignIpv6CidrRequest.SetIpv6Cidr should be of the form "SetIpv6Cidr ..." (golint)
    • Line 135: warning: exported type AssignIpv6CidrResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type AssignIpv6CidrResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/DomainTemplateAssigned.go
    • Line 23: warning: exported type DomainTemplateAssignedRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDomainTemplateAssignedRequest should be of the form "NewDomainTemplateAssignedRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDomainTemplateAssignedRequestWithAllParams should be of the form "NewDomainTemplateAssignedRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDomainTemplateAssignedRequestWithoutParam should be of the form "NewDomainTemplateAssignedRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DomainTemplateAssignedRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DomainTemplateAssignedRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 110: warning: comment on exported method DomainTemplateAssignedRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 121: warning: exported type DomainTemplateAssignedResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DomainTemplateAssignedResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshotsCapacity.go
    • Line 24: warning: exported type DescribeSnapshotsCapacityRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeSnapshotsCapacityRequest should be of the form "NewDescribeSnapshotsCapacityRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSnapshotsCapacityRequestWithAllParams should be of the form "NewDescribeSnapshotsCapacityRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSnapshotsCapacityRequestWithoutParam should be of the form "NewDescribeSnapshotsCapacityRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeSnapshotsCapacityRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeSnapshotsCapacityResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeSnapshotsCapacityResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/ModifyMonitorStatus.go
    • Line 23: warning: exported type ModifyMonitorStatusRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifyMonitorStatusRequest should be of the form "NewModifyMonitorStatusRequest ..." (golint)
    • Line 72: warning: comment on exported function NewModifyMonitorStatusRequestWithAllParams should be of the form "NewModifyMonitorStatusRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewModifyMonitorStatusRequestWithoutParam should be of the form "NewModifyMonitorStatusRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ModifyMonitorStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ModifyMonitorStatusRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 125: warning: comment on exported method ModifyMonitorStatusRequest.SetMonitorId should be of the form "SetMonitorId ..." (golint)
    • Line 130: warning: comment on exported method ModifyMonitorStatusRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 135: warning: comment on exported method ModifyMonitorStatusRequest.SetSwitchTarget should be of the form "SetSwitchTarget ..." (golint)
    • Line 146: warning: exported type ModifyMonitorStatusResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type ModifyMonitorStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribePermission.go
    • Line 24: warning: exported type DescribePermissionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribePermissionRequest should be of the form "NewDescribePermissionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribePermissionRequestWithAllParams should be of the form "NewDescribePermissionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribePermissionRequestWithoutParam should be of the form "NewDescribePermissionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribePermissionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribePermissionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 108: warning: exported type DescribePermissionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribePermissionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCProtectionDefaultConfigOfWebRule.go
    • Line 24: warning: exported type DescribeCCProtectionDefaultConfigOfWebRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCCProtectionDefaultConfigOfWebRuleRequest should be of the form "NewDescribeCCProtectionDefaultConfigOfWebRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCCProtectionDefaultConfigOfWebRuleRequestWithAllParams should be of the form "NewDescribeCCProtectionDefaultConfigOfWebRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeCCProtectionDefaultConfigOfWebRuleRequestWithoutParam should be of the form "NewDescribeCCProtectionDefaultConfigOfWebRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeCCProtectionDefaultConfigOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeCCProtectionDefaultConfigOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeCCProtectionDefaultConfigOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 122: warning: exported type DescribeCCProtectionDefaultConfigOfWebRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeCCProtectionDefaultConfigOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTaskInfoHistoryById.go
    • Line 24: warning: exported type GetTaskInfoHistoryByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetTaskInfoHistoryByIdRequest should be of the form "NewGetTaskInfoHistoryByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetTaskInfoHistoryByIdRequestWithAllParams should be of the form "NewGetTaskInfoHistoryByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetTaskInfoHistoryByIdRequestWithoutParam should be of the form "NewGetTaskInfoHistoryByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetTaskInfoHistoryByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetTaskInfoHistoryByIdRequest.SetTask should be of the form "SetTask ..." (golint)
    • Line 108: warning: exported type GetTaskInfoHistoryByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetTaskInfoHistoryByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetHttpSsl.go
    • Line 23: warning: exported type GetHttpSslRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetHttpSslRequest should be of the form "NewGetHttpSslRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetHttpSslRequestWithAllParams should be of the form "NewGetHttpSslRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetHttpSslRequestWithoutParam should be of the form "NewGetHttpSslRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetHttpSslRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type GetHttpSslResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetHttpSslResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyReadWriteProxy.go
    • Line 24: warning: exported type ModifyReadWriteProxyRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyReadWriteProxyRequest should be of the form "NewModifyReadWriteProxyRequest ..." (golint)
    • Line 67: warning: comment on exported function NewModifyReadWriteProxyRequestWithAllParams should be of the form "NewModifyReadWriteProxyRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyReadWriteProxyRequestWithoutParam should be of the form "NewModifyReadWriteProxyRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyReadWriteProxyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyReadWriteProxyRequest.SetReadWriteProxyId should be of the form "SetReadWriteProxyId ..." (golint)
    • Line 120: warning: comment on exported method ModifyReadWriteProxyRequest.SetDelayThreshold should be of the form "SetDelayThreshold ..." (golint)
    • Line 125: warning: comment on exported method ModifyReadWriteProxyRequest.SetLoadBalancerPolicy should be of the form "SetLoadBalancerPolicy ..." (golint)
    • Line 130: warning: comment on exported method ModifyReadWriteProxyRequest.SetHealthCheckSpec should be of the form "SetHealthCheckSpec ..." (golint)
    • Line 141: warning: exported type ModifyReadWriteProxyResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type ModifyReadWriteProxyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeUpgradableMasterVersions.go
    • Line 24: warning: exported type DescribeUpgradableMasterVersionsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeUpgradableMasterVersionsRequest should be of the form "NewDescribeUpgradableMasterVersionsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeUpgradableMasterVersionsRequestWithAllParams should be of the form "NewDescribeUpgradableMasterVersionsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeUpgradableMasterVersionsRequestWithoutParam should be of the form "NewDescribeUpgradableMasterVersionsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeUpgradableMasterVersionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeUpgradableMasterVersionsRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: exported type DescribeUpgradableMasterVersionsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeUpgradableMasterVersionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteDomain.go
    • Line 23: warning: exported type DeleteDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteDomainRequest should be of the form "NewDeleteDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteDomainRequestWithAllParams should be of the form "NewDeleteDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteDomainRequestWithoutParam should be of the form "NewDeleteDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteDomainRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type DeleteDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleWhiteList.go
    • Line 23: warning: exported type EnableWebRuleWhiteListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleWhiteListRequest should be of the form "NewEnableWebRuleWhiteListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleWhiteListRequestWithAllParams should be of the form "NewEnableWebRuleWhiteListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleWhiteListRequestWithoutParam should be of the form "NewEnableWebRuleWhiteListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleWhiteListRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleWhiteListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeTickets.go
    • Line 25: warning: exported type DescribeTicketsRequest should have comment or be unexported (golint)
    • Line 76: warning: comment on exported function NewDescribeTicketsRequest should be of the form "NewDescribeTicketsRequest ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeTicketsRequestWithAllParams should be of the form "NewDescribeTicketsRequestWithAllParams ..." (golint)
    • Line 115: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 154: warning: comment on exported function NewDescribeTicketsRequestWithoutParam should be of the form "NewDescribeTicketsRequestWithoutParam ..." (golint)
    • Line 167: warning: comment on exported method DescribeTicketsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 172: warning: comment on exported method DescribeTicketsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 177: warning: comment on exported method DescribeTicketsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 182: warning: comment on exported method DescribeTicketsRequest.SetType should be of the form "SetType ..." (golint)
    • Line 183: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 187: warning: comment on exported method DescribeTicketsRequest.SetTicketTypeName should be of the form "SetTicketTypeName ..." (golint)
    • Line 192: warning: comment on exported method DescribeTicketsRequest.SetTicketTypeId should be of the form "SetTicketTypeId ..." (golint)
    • Line 197: warning: comment on exported method DescribeTicketsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 202: warning: comment on exported method DescribeTicketsRequest.SetTicketNo should be of the form "SetTicketNo ..." (golint)
    • Line 207: warning: comment on exported method DescribeTicketsRequest.SetTicketTemplateName should be of the form "SetTicketTemplateName ..." (golint)
    • Line 212: warning: comment on exported method DescribeTicketsRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 217: warning: comment on exported method DescribeTicketsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 222: warning: comment on exported method DescribeTicketsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 227: warning: comment on exported method DescribeTicketsRequest.SetSubmitAccount should be of the form "SetSubmitAccount ..." (golint)
    • Line 232: warning: comment on exported method DescribeTicketsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 238: warning: comment on exported method DescribeTicketsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 249: warning: exported type DescribeTicketsResponse should have comment or be unexported (golint)
    • Line 255: warning: exported type DescribeTicketsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DryrunDeployment.go
    • Line 23: warning: exported type DryrunDeploymentRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDryrunDeploymentRequest should be of the form "NewDryrunDeploymentRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDryrunDeploymentRequestWithAllParams should be of the form "NewDryrunDeploymentRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDryrunDeploymentRequestWithoutParam should be of the form "NewDryrunDeploymentRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DryrunDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DryrunDeploymentRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DryrunDeploymentResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DryrunDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateThingShadow.go
    • Line 23: warning: exported type UpdateThingShadowRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewUpdateThingShadowRequest should be of the form "NewUpdateThingShadowRequest ..." (golint)
    • Line 81: warning: comment on exported function NewUpdateThingShadowRequestWithAllParams should be of the form "NewUpdateThingShadowRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewUpdateThingShadowRequestWithoutParam should be of the form "NewUpdateThingShadowRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method UpdateThingShadowRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 138: warning: comment on exported method UpdateThingShadowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 143: warning: comment on exported method UpdateThingShadowRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 148: warning: comment on exported method UpdateThingShadowRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 153: warning: comment on exported method UpdateThingShadowRequest.SetState should be of the form "SetState ..." (golint)
    • Line 158: warning: comment on exported method UpdateThingShadowRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 175: warning: exported type UpdateThingShadowResponse should have comment or be unexported (golint)
    • Line 181: warning: exported type UpdateThingShadowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeBlackListRuleOfForwardRule.go
    • Line 24: warning: exported type DescribeBlackListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeBlackListRuleOfForwardRuleRequest should be of the form "NewDescribeBlackListRuleOfForwardRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeBlackListRuleOfForwardRuleRequestWithAllParams should be of the form "NewDescribeBlackListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeBlackListRuleOfForwardRuleRequestWithoutParam should be of the form "NewDescribeBlackListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeBlackListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeBlackListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeBlackListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 122: warning: exported type DescribeBlackListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeBlackListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeRooms.go
    • Line 24: warning: exported type DescribeRoomsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeRoomsRequest should be of the form "NewDescribeRoomsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeRoomsRequestWithAllParams should be of the form "NewDescribeRoomsRequestWithAllParams ..." (golint)
    • Line 83: warning: comment on exported function NewDescribeRoomsRequestWithoutParam should be of the form "NewDescribeRoomsRequestWithoutParam ..." (golint)
    • Line 96: warning: comment on exported method DescribeRoomsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 101: warning: comment on exported method DescribeRoomsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 106: warning: comment on exported method DescribeRoomsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 119: warning: exported type DescribeRoomsResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeRoomsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetDomainListByFilter.go
    • Line 24: warning: exported type GetDomainListByFilterRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewGetDomainListByFilterRequest should be of the form "NewGetDomainListByFilterRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGetDomainListByFilterRequestWithAllParams should be of the form "NewGetDomainListByFilterRequestWithAllParams ..." (golint)
    • Line 85: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 109: warning: comment on exported function NewGetDomainListByFilterRequestWithoutParam should be of the form "NewGetDomainListByFilterRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method GetDomainListByFilterRequest.SetKeyWord should be of the form "SetKeyWord ..." (golint)
    • Line 127: warning: comment on exported method GetDomainListByFilterRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method GetDomainListByFilterRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method GetDomainListByFilterRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 142: warning: comment on exported method GetDomainListByFilterRequest.SetType should be of the form "SetType ..." (golint)
    • Line 143: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 147: warning: comment on exported method GetDomainListByFilterRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 152: warning: comment on exported method GetDomainListByFilterRequest.SetFilterBy should be of the form "SetFilterBy ..." (golint)
    • Line 157: warning: comment on exported method GetDomainListByFilterRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 168: warning: exported type GetDomainListByFilterResponse should have comment or be unexported (golint)
    • Line 174: warning: exported type GetDomainListByFilterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DeleteSnapshot.go
    • Line 23: warning: exported type DeleteSnapshotRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSnapshotRequest should be of the form "NewDeleteSnapshotRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSnapshotRequestWithAllParams should be of the form "NewDeleteSnapshotRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSnapshotRequestWithoutParam should be of the form "NewDeleteSnapshotRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSnapshotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSnapshotRequest.SetSnapshotId should be of the form "SetSnapshotId ..." (golint)
    • Line 107: warning: exported type DeleteSnapshotResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeEventList.go
    • Line 24: warning: exported type DescribeEventListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeEventListRequest should be of the form "NewDescribeEventListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeEventListRequestWithAllParams should be of the form "NewDescribeEventListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeEventListRequestWithoutParam should be of the form "NewDescribeEventListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeEventListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeEventListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeEventListRequest.SetEventReportPageBo should be of the form "SetEventReportPageBo ..." (golint)
    • Line 122: warning: exported type DescribeEventListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeEventListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/SwitchAlarm.go
    • Line 23: warning: exported type SwitchAlarmRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSwitchAlarmRequest should be of the form "NewSwitchAlarmRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSwitchAlarmRequestWithAllParams should be of the form "NewSwitchAlarmRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSwitchAlarmRequestWithoutParam should be of the form "NewSwitchAlarmRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SwitchAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 93: warning: comment on exported method SwitchAlarmRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SwitchAlarmResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SwitchAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchWebRuleOrigin.go
    • Line 23: warning: exported type SwitchWebRuleOriginRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchWebRuleOriginRequest should be of the form "NewSwitchWebRuleOriginRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchWebRuleOriginRequestWithAllParams should be of the form "NewSwitchWebRuleOriginRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchWebRuleOriginRequestWithoutParam should be of the form "NewSwitchWebRuleOriginRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchWebRuleOriginRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchWebRuleOriginRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchWebRuleOriginRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type SwitchWebRuleOriginResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchWebRuleOriginResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeIpv6Addresses.go
    • Line 25: warning: exported type DescribeIpv6AddressesRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeIpv6AddressesRequest should be of the form "NewDescribeIpv6AddressesRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeIpv6AddressesRequestWithAllParams should be of the form "NewDescribeIpv6AddressesRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeIpv6AddressesRequestWithoutParam should be of the form "NewDescribeIpv6AddressesRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeIpv6AddressesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeIpv6AddressesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeIpv6AddressesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeIpv6AddressesRequest.SetIpv6GatewayId should be of the form "SetIpv6GatewayId ..." (golint)
    • Line 142: warning: comment on exported method DescribeIpv6AddressesRequest.SetIpv6Address should be of the form "SetIpv6Address ..." (golint)
    • Line 147: warning: comment on exported method DescribeIpv6AddressesRequest.SetEnableInternet should be of the form "SetEnableInternet ..." (golint)
    • Line 152: warning: comment on exported method DescribeIpv6AddressesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 164: warning: exported type DescribeIpv6AddressesResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type DescribeIpv6AddressesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeKeypairs.go
    • Line 25: warning: exported type DescribeKeypairsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeKeypairsRequest should be of the form "NewDescribeKeypairsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeKeypairsRequestWithAllParams should be of the form "NewDescribeKeypairsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeKeypairsRequestWithoutParam should be of the form "NewDescribeKeypairsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeKeypairsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeKeypairsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeKeypairsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeKeypairsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyDataSourceTableFieldTag.go
    • Line 24: warning: exported type ModifyDataSourceTableFieldTagRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyDataSourceTableFieldTagRequest should be of the form "NewModifyDataSourceTableFieldTagRequest ..." (golint)
    • Line 73: warning: comment on exported function NewModifyDataSourceTableFieldTagRequestWithAllParams should be of the form "NewModifyDataSourceTableFieldTagRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewModifyDataSourceTableFieldTagRequestWithoutParam should be of the form "NewModifyDataSourceTableFieldTagRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method ModifyDataSourceTableFieldTagRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method ModifyDataSourceTableFieldTagRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 126: warning: comment on exported method ModifyDataSourceTableFieldTagRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 131: warning: comment on exported method ModifyDataSourceTableFieldTagRequest.SetFieldName should be of the form "SetFieldName ..." (golint)
    • Line 136: warning: comment on exported method ModifyDataSourceTableFieldTagRequest.SetFieldTagSpec should be of the form "SetFieldTagSpec ..." (golint)
    • Line 147: warning: exported type ModifyDataSourceTableFieldTagResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type ModifyDataSourceTableFieldTagResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAccountsForOps.go
    • Line 24: warning: exported type DescribeAccountsForOpsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAccountsForOpsRequest should be of the form "NewDescribeAccountsForOpsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAccountsForOpsRequestWithAllParams should be of the form "NewDescribeAccountsForOpsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAccountsForOpsRequestWithoutParam should be of the form "NewDescribeAccountsForOpsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAccountsForOpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAccountsForOpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeAccountsForOpsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAccountsForOpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DescribeApplyStatus.go
    • Line 23: warning: exported type DescribeApplyStatusRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewDescribeApplyStatusRequest should be of the form "NewDescribeApplyStatusRequest ..." (golint)
    • Line 45: warning: comment on exported function NewDescribeApplyStatusRequestWithAllParams should be of the form "NewDescribeApplyStatusRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeApplyStatusRequestWithoutParam should be of the form "NewDescribeApplyStatusRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type DescribeApplyStatusResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type DescribeApplyStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetCategory.go
    • Line 23: warning: exported type GetCategoryRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetCategoryRequest should be of the form "NewGetCategoryRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetCategoryRequestWithAllParams should be of the form "NewGetCategoryRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetCategoryRequestWithoutParam should be of the form "NewGetCategoryRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetCategoryRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 93: warning: exported type GetCategoryResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/UpdateCollectInfo.go
    • Line 24: warning: exported type UpdateCollectInfoRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewUpdateCollectInfoRequest should be of the form "NewUpdateCollectInfoRequest ..." (golint)
    • Line 85: warning: comment on exported function NewUpdateCollectInfoRequestWithAllParams should be of the form "NewUpdateCollectInfoRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewUpdateCollectInfoRequestWithoutParam should be of the form "NewUpdateCollectInfoRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method UpdateCollectInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 145: warning: comment on exported method UpdateCollectInfoRequest.SetCollectInfoUID should be of the form "SetCollectInfoUID ..." (golint)
    • Line 150: warning: comment on exported method UpdateCollectInfoRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 155: warning: comment on exported method UpdateCollectInfoRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 160: warning: comment on exported method UpdateCollectInfoRequest.SetResources should be of the form "SetResources ..." (golint)
    • Line 165: warning: comment on exported method UpdateCollectInfoRequest.SetLogPath should be of the form "SetLogPath ..." (golint)
    • Line 170: warning: comment on exported method UpdateCollectInfoRequest.SetLogFile should be of the form "SetLogFile ..." (golint)
    • Line 175: warning: comment on exported method UpdateCollectInfoRequest.SetLogFilters should be of the form "SetLogFilters ..." (golint)
    • Line 180: warning: comment on exported method UpdateCollectInfoRequest.SetFilterEnabled should be of the form "SetFilterEnabled ..." (golint)
    • Line 191: warning: exported type UpdateCollectInfoResponse should have comment or be unexported (golint)
    • Line 197: warning: exported type UpdateCollectInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/CheckRegistryName.go
    • Line 23: warning: exported type CheckRegistryNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckRegistryNameRequest should be of the form "NewCheckRegistryNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckRegistryNameRequestWithAllParams should be of the form "NewCheckRegistryNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckRegistryNameRequestWithoutParam should be of the form "NewCheckRegistryNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckRegistryNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckRegistryNameRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 107: warning: exported type CheckRegistryNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckRegistryNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateDispatchRule.go
    • Line 24: warning: exported type CreateDispatchRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateDispatchRuleRequest should be of the form "NewCreateDispatchRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateDispatchRuleRequestWithAllParams should be of the form "NewCreateDispatchRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateDispatchRuleRequestWithoutParam should be of the form "NewCreateDispatchRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateDispatchRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateDispatchRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateDispatchRuleRequest.SetCreateDispatchRuleSpec should be of the form "SetCreateDispatchRuleSpec ..." (golint)
    • Line 122: warning: exported type CreateDispatchRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateDispatchRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateForwardRule.go
    • Line 24: warning: exported type CreateForwardRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateForwardRuleRequest should be of the form "NewCreateForwardRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateForwardRuleRequestWithAllParams should be of the form "NewCreateForwardRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateForwardRuleRequestWithoutParam should be of the form "NewCreateForwardRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateForwardRuleRequest.SetForwardRuleSpec should be of the form "SetForwardRuleSpec ..." (golint)
    • Line 122: warning: exported type CreateForwardRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/UpdateGroup.go
    • Line 24: warning: exported type UpdateGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateGroupRequest should be of the form "NewUpdateGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateGroupRequestWithAllParams should be of the form "NewUpdateGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateGroupRequestWithoutParam should be of the form "NewUpdateGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 97: warning: comment on exported method UpdateGroupRequest.SetUpdateGroupInfo should be of the form "SetUpdateGroupInfo ..." (golint)
    • Line 108: warning: exported type UpdateGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/ExecuteChangeSet.go
    • Line 23: warning: exported type ExecuteChangeSetRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewExecuteChangeSetRequest should be of the form "NewExecuteChangeSetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewExecuteChangeSetRequestWithAllParams should be of the form "NewExecuteChangeSetRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewExecuteChangeSetRequestWithoutParam should be of the form "NewExecuteChangeSetRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ExecuteChangeSetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ExecuteChangeSetRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 110: warning: comment on exported method ExecuteChangeSetRequest.SetChangesetId should be of the form "SetChangesetId ..." (golint)
    • Line 121: warning: exported type ExecuteChangeSetResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ExecuteChangeSetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBinlogs.go
    • Line 24: warning: exported type DescribeBinlogsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeBinlogsRequest should be of the form "NewDescribeBinlogsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeBinlogsRequestWithAllParams should be of the form "NewDescribeBinlogsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeBinlogsRequestWithoutParam should be of the form "NewDescribeBinlogsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeBinlogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeBinlogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method DescribeBinlogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeBinlogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: comment on exported method DescribeBinlogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeBinlogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: exported type DescribeBinlogsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeBinlogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeDeviceRaids.go
    • Line 24: warning: exported type DescribeDeviceRaidsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDeviceRaidsRequest should be of the form "NewDescribeDeviceRaidsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeDeviceRaidsRequestWithAllParams should be of the form "NewDescribeDeviceRaidsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeDeviceRaidsRequestWithoutParam should be of the form "NewDescribeDeviceRaidsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeDeviceRaidsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeDeviceRaidsRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 108: warning: comment on exported method DescribeDeviceRaidsRequest.SetVolumeType should be of the form "SetVolumeType ..." (golint)
    • Line 119: warning: exported type DescribeDeviceRaidsResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeDeviceRaidsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 51: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 71: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 107: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 120: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 125: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: comment on exported method DescribeInstancesRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 157: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeImageConstraintsBatch.go
    • Line 24: warning: exported type DescribeImageConstraintsBatchRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeImageConstraintsBatchRequest should be of the form "NewDescribeImageConstraintsBatchRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeImageConstraintsBatchRequestWithAllParams should be of the form "NewDescribeImageConstraintsBatchRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeImageConstraintsBatchRequestWithoutParam should be of the form "NewDescribeImageConstraintsBatchRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeImageConstraintsBatchRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeImageConstraintsBatchRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 105: warning: exported type DescribeImageConstraintsBatchResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeImageConstraintsBatchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ExportImage.go
    • Line 23: warning: exported type ExportImageRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewExportImageRequest should be of the form "NewExportImageRequest ..." (golint)
    • Line 75: warning: comment on exported function NewExportImageRequestWithAllParams should be of the form "NewExportImageRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewExportImageRequestWithoutParam should be of the form "NewExportImageRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method ExportImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method ExportImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 131: warning: comment on exported method ExportImageRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 136: warning: comment on exported method ExportImageRequest.SetOssUrl should be of the form "SetOssUrl ..." (golint)
    • Line 141: warning: comment on exported method ExportImageRequest.SetOssPrefix should be of the form "SetOssPrefix ..." (golint)
    • Line 146: warning: comment on exported method ExportImageRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 157: warning: exported type ExportImageResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type ExportImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeAlarmContacts.go
    • Line 24: warning: exported type DescribeAlarmContactsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeAlarmContactsRequest should be of the form "NewDescribeAlarmContactsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeAlarmContactsRequestWithAllParams should be of the form "NewDescribeAlarmContactsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeAlarmContactsRequestWithoutParam should be of the form "NewDescribeAlarmContactsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeAlarmContactsRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 106: warning: comment on exported method DescribeAlarmContactsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method DescribeAlarmContactsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method DescribeAlarmContactsRequest.SetReferenceType should be of the form "SetReferenceType ..." (golint)
    • Line 127: warning: exported type DescribeAlarmContactsResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeAlarmContactsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ResizePod.go
    • Line 24: warning: exported type ResizePodRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewResizePodRequest should be of the form "NewResizePodRequest ..." (golint)
    • Line 67: warning: comment on exported function NewResizePodRequestWithAllParams should be of the form "NewResizePodRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewResizePodRequestWithoutParam should be of the form "NewResizePodRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method ResizePodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method ResizePodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 117: warning: comment on exported method ResizePodRequest.SetInstanceType should be of the form "SetInstanceType ..." (golint)
    • Line 122: warning: comment on exported method ResizePodRequest.SetContainerResources should be of the form "SetContainerResources ..." (golint)
    • Line 133: warning: exported type ResizePodResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type ResizePodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/AudioDetail.go
    • Line 20: warning: exported type AudioDetail should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Audio_time should be AudioTime (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Audio_review_time should be AudioReviewTime (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Audio_block_time should be AudioBlockTime (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Audio_pass_time should be AudioPassTime (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Porn_block_time should be PornBlockTime (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Politics_block_time should be PoliticsBlockTime (golint)
    • Line 41: warning: don't use underscores in Go names; struct field Terrorism_block_time should be TerrorismBlockTime (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcSlb.go
    • Line 24: warning: exported type CreateVpcSlbRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcSlbRequest should be of the form "NewCreateVpcSlbRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcSlbRequestWithAllParams should be of the form "NewCreateVpcSlbRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcSlbRequestWithoutParam should be of the form "NewCreateVpcSlbRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcSlbRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcSlbRequest.SetSlb should be of the form "SetSlb ..." (golint)
    • Line 108: warning: exported type CreateVpcSlbResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcSlbResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsPackagesUsingGET.go
    • Line 24: warning: exported type ListSmsPackagesUsingGETRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListSmsPackagesUsingGETRequest should be of the form "NewListSmsPackagesUsingGETRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListSmsPackagesUsingGETRequestWithAllParams should be of the form "NewListSmsPackagesUsingGETRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListSmsPackagesUsingGETRequestWithoutParam should be of the form "NewListSmsPackagesUsingGETRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListSmsPackagesUsingGETRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 97: warning: comment on exported method ListSmsPackagesUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 102: warning: comment on exported method ListSmsPackagesUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 113: warning: exported type ListSmsPackagesUsingGETResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListSmsPackagesUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWhiteListRuleOfWebRule.go
    • Line 24: warning: exported type DescribeWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeWhiteListRuleOfWebRuleRequest should be of the form "NewDescribeWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewDescribeWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewDescribeWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method DescribeWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleId should be of the form "SetWebWhiteListRuleId ..." (golint)
    • Line 136: warning: exported type DescribeWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/Put.go
    • Line 24: warning: exported type PutRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewPutRequest should be of the form "NewPutRequest ..." (golint)
    • Line 67: warning: comment on exported function NewPutRequestWithAllParams should be of the form "NewPutRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewPutRequestWithoutParam should be of the form "NewPutRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method PutRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 115: warning: comment on exported method PutRequest.SetStream should be of the form "SetStream ..." (golint)
    • Line 120: warning: comment on exported method PutRequest.SetTimestamp should be of the form "SetTimestamp ..." (golint)
    • Line 125: warning: comment on exported method PutRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 130: warning: comment on exported method PutRequest.SetEntries should be of the form "SetEntries ..." (golint)
    • Line 141: warning: exported type PutResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type PutResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryUcAccessKeys.go
    • Line 25: warning: exported type QueryUcAccessKeysRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewQueryUcAccessKeysRequest should be of the form "NewQueryUcAccessKeysRequest ..." (golint)
    • Line 63: warning: comment on exported function NewQueryUcAccessKeysRequestWithAllParams should be of the form "NewQueryUcAccessKeysRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryUcAccessKeysRequestWithoutParam should be of the form "NewQueryUcAccessKeysRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryUcAccessKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method QueryUcAccessKeysRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method QueryUcAccessKeysRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method QueryUcAccessKeysRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type QueryUcAccessKeysResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type QueryUcAccessKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DeleteSecretVersion.go
    • Line 23: warning: exported type DeleteSecretVersionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSecretVersionRequest should be of the form "NewDeleteSecretVersionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSecretVersionRequestWithAllParams should be of the form "NewDeleteSecretVersionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSecretVersionRequestWithoutParam should be of the form "NewDeleteSecretVersionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSecretVersionRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSecretVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type DeleteSecretVersionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSecretVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListBotThreatIpRule.go
    • Line 24: warning: exported type ListBotThreatIpRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListBotThreatIpRuleRequest should be of the form "NewListBotThreatIpRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListBotThreatIpRuleRequestWithAllParams should be of the form "NewListBotThreatIpRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListBotThreatIpRuleRequestWithoutParam should be of the form "NewListBotThreatIpRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListBotThreatIpRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListBotThreatIpRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListBotThreatIpRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListBotThreatIpRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListBotThreatIpRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeErrorLogs.go
    • Line 24: warning: exported type DescribeErrorLogsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeErrorLogsRequest should be of the form "NewDescribeErrorLogsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeErrorLogsRequestWithAllParams should be of the form "NewDescribeErrorLogsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeErrorLogsRequestWithoutParam should be of the form "NewDescribeErrorLogsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeErrorLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeErrorLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeErrorLogsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeErrorLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/SetAppStatus.go
    • Line 23: warning: exported type SetAppStatusRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewSetAppStatusRequest should be of the form "NewSetAppStatusRequest ..." (golint)
    • Line 93: warning: comment on exported function NewSetAppStatusRequestWithAllParams should be of the form "NewSetAppStatusRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewSetAppStatusRequestWithoutParam should be of the form "NewSetAppStatusRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method SetAppStatusRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 150: warning: comment on exported method SetAppStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 155: warning: comment on exported method SetAppStatusRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 160: warning: comment on exported method SetAppStatusRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 165: warning: comment on exported method SetAppStatusRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 170: warning: comment on exported method SetAppStatusRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 175: warning: comment on exported method SetAppStatusRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 180: warning: comment on exported method SetAppStatusRequest.SetAppVersion should be of the form "SetAppVersion ..." (golint)
    • Line 191: warning: exported type SetAppStatusResponse should have comment or be unexported (golint)
    • Line 197: warning: exported type SetAppStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceTemplate.go
    • Line 24: warning: exported type DescribeInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceTemplateRequest should be of the form "NewDescribeInstanceTemplateRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceTemplateRequestWithAllParams should be of the form "NewDescribeInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceTemplateRequestWithoutParam should be of the form "NewDescribeInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceTemplateRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AddNetworkAclRules.go
    • Line 24: warning: exported type AddNetworkAclRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddNetworkAclRulesRequest should be of the form "NewAddNetworkAclRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddNetworkAclRulesRequestWithAllParams should be of the form "NewAddNetworkAclRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddNetworkAclRulesRequestWithoutParam should be of the form "NewAddNetworkAclRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddNetworkAclRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddNetworkAclRulesRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 111: warning: comment on exported method AddNetworkAclRulesRequest.SetNetworkAclRuleSpecs should be of the form "SetNetworkAclRuleSpecs ..." (golint)
    • Line 122: warning: exported type AddNetworkAclRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddNetworkAclRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeleteUserAccessKey.go
    • Line 23: warning: exported type DeleteUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteUserAccessKeyRequest should be of the form "NewDeleteUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteUserAccessKeyRequestWithAllParams should be of the form "NewDeleteUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteUserAccessKeyRequestWithoutParam should be of the form "NewDeleteUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteUserAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type DeleteUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeListener.go
    • Line 24: warning: exported type DescribeListenerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeListenerRequest should be of the form "NewDescribeListenerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeListenerRequestWithAllParams should be of the form "NewDescribeListenerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeListenerRequestWithoutParam should be of the form "NewDescribeListenerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 108: warning: exported type DescribeListenerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/OssDataUnReview.go
    • Line 20: warning: exported type OssDataUnReview should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Audio_antispam should be AudioAntispam (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Text_antispam should be TextAntispam (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Politics_terrorism should be PoliticsTerrorism (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/AbortUpgrade.go
    • Line 23: warning: exported type AbortUpgradeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAbortUpgradeRequest should be of the form "NewAbortUpgradeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAbortUpgradeRequestWithAllParams should be of the form "NewAbortUpgradeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAbortUpgradeRequestWithoutParam should be of the form "NewAbortUpgradeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AbortUpgradeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method AbortUpgradeRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 107: warning: exported type AbortUpgradeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AbortUpgradeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeProgress.go
    • Line 24: warning: exported type DescribeProgressRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeProgressRequest should be of the form "NewDescribeProgressRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeProgressRequestWithAllParams should be of the form "NewDescribeProgressRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeProgressRequestWithoutParam should be of the form "NewDescribeProgressRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeProgressRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeProgressRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: comment on exported method DescribeProgressRequest.SetNodeGroupIds should be of the form "SetNodeGroupIds ..." (golint)
    • Line 119: warning: exported type DescribeProgressResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeProgressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataTypeList.go
    • Line 24: warning: exported type DescribeDataTypeListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDataTypeListRequest should be of the form "NewDescribeDataTypeListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeDataTypeListRequestWithAllParams should be of the form "NewDescribeDataTypeListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDataTypeListRequestWithoutParam should be of the form "NewDescribeDataTypeListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDataTypeListRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDataTypeListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method DescribeDataTypeListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: exported type DescribeDataTypeListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeDataTypeListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/client/IotcloudgatewayClient.go
    • Line 26: warning: exported type IotcloudgatewayClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIotcloudgatewayClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IotcloudgatewayClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IotcloudgatewayClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method IotcloudgatewayClient.QueryInstanceStatus should be of the form "QueryInstanceStatus ..." (golint)
    • Line 76: warning: comment on exported method IotcloudgatewayClient.QueryInstanceExposeDomain should be of the form "QueryInstanceExposeDomain ..." (golint)
    • Line 96: warning: comment on exported method IotcloudgatewayClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 116: warning: comment on exported method IotcloudgatewayClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 136: warning: comment on exported method IotcloudgatewayClient.DeviceControl should be of the form "DeviceControl ..." (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyWhiteListRuleOfWebRule.go
    • Line 24: warning: exported type ModifyWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyWhiteListRuleOfWebRuleRequest should be of the form "NewModifyWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewModifyWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewModifyWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ModifyWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 134: warning: comment on exported method ModifyWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleId should be of the form "SetWebWhiteListRuleId ..." (golint)
    • Line 139: warning: comment on exported method ModifyWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleSpec should be of the form "SetWebWhiteListRuleSpec ..." (golint)
    • Line 150: warning: exported type ModifyWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsByInstId.go
    • Line 24: warning: exported type GetRdsByInstIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRdsByInstIdRequest should be of the form "NewGetRdsByInstIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRdsByInstIdRequestWithAllParams should be of the form "NewGetRdsByInstIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRdsByInstIdRequestWithoutParam should be of the form "NewGetRdsByInstIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRdsByInstIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRdsByInstIdRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 108: warning: exported type GetRdsByInstIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRdsByInstIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetWafWhiteRuleSwitch.go
    • Line 23: warning: exported type SetWafWhiteRuleSwitchRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetWafWhiteRuleSwitchRequest should be of the form "NewSetWafWhiteRuleSwitchRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetWafWhiteRuleSwitchRequestWithAllParams should be of the form "NewSetWafWhiteRuleSwitchRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetWafWhiteRuleSwitchRequestWithoutParam should be of the form "NewSetWafWhiteRuleSwitchRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetWafWhiteRuleSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetWafWhiteRuleSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 104: warning: exported type SetWafWhiteRuleSwitchResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetWafWhiteRuleSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeVpcIpList.go
    • Line 24: warning: exported type DescribeVpcIpListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeVpcIpListRequest should be of the form "NewDescribeVpcIpListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeVpcIpListRequestWithAllParams should be of the form "NewDescribeVpcIpListRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeVpcIpListRequestWithoutParam should be of the form "NewDescribeVpcIpListRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeVpcIpListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeVpcIpListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeVpcIpListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeVpcIpListResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeVpcIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeVpcs.go
    • Line 25: warning: exported type DescribeVpcsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeVpcsRequest should be of the form "NewDescribeVpcsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeVpcsRequestWithAllParams should be of the form "NewDescribeVpcsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeVpcsRequestWithoutParam should be of the form "NewDescribeVpcsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeVpcsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeVpcsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeVpcsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeVpcsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeVpcsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeVpcsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeVpcsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/CreateSmsSignUsingPOST.go
    • Line 23: warning: exported type CreateSmsSignUsingPOSTRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewCreateSmsSignUsingPOSTRequest should be of the form "NewCreateSmsSignUsingPOSTRequest ..." (golint)
    • Line 84: warning: comment on exported function NewCreateSmsSignUsingPOSTRequestWithAllParams should be of the form "NewCreateSmsSignUsingPOSTRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewCreateSmsSignUsingPOSTRequestWithoutParam should be of the form "NewCreateSmsSignUsingPOSTRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 141: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetApplyExplanation should be of the form "SetApplyExplanation ..." (golint)
    • Line 146: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignAttorneyUrl should be of the form "SetSignAttorneyUrl ..." (golint)
    • Line 151: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignCertificateUrl should be of the form "SetSignCertificateUrl ..." (golint)
    • Line 156: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignContent should be of the form "SetSignContent ..." (golint)
    • Line 161: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignOtherCertificateUrl should be of the form "SetSignOtherCertificateUrl ..." (golint)
    • Line 166: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignPurpose should be of the form "SetSignPurpose ..." (golint)
    • Line 171: warning: comment on exported method CreateSmsSignUsingPOSTRequest.SetSignTypeId should be of the form "SetSignTypeId ..." (golint)
    • Line 182: warning: exported type CreateSmsSignUsingPOSTResponse should have comment or be unexported (golint)
    • Line 188: warning: exported type CreateSmsSignUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DisableKey.go
    • Line 23: warning: exported type DisableKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDisableKeyRequest should be of the form "NewDisableKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDisableKeyRequestWithAllParams should be of the form "NewDisableKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDisableKeyRequestWithoutParam should be of the form "NewDisableKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DisableKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type DisableKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DisableKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/CreateBackend.go
    • Line 24: warning: exported type CreateBackendRequest should have comment or be unexported (golint)
    • Line 86: warning: comment on exported function NewCreateBackendRequest should be of the form "NewCreateBackendRequest ..." (golint)
    • Line 121: warning: comment on exported function NewCreateBackendRequestWithAllParams should be of the form "NewCreateBackendRequestWithAllParams ..." (golint)
    • Line 193: warning: comment on exported function NewCreateBackendRequestWithoutParam should be of the form "NewCreateBackendRequestWithoutParam ..." (golint)
    • Line 206: warning: comment on exported method CreateBackendRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 211: warning: comment on exported method CreateBackendRequest.SetBackendName should be of the form "SetBackendName ..." (golint)
    • Line 216: warning: comment on exported method CreateBackendRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 221: warning: comment on exported method CreateBackendRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 226: warning: comment on exported method CreateBackendRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 231: warning: comment on exported method CreateBackendRequest.SetHealthCheckSpec should be of the form "SetHealthCheckSpec ..." (golint)
    • Line 236: warning: comment on exported method CreateBackendRequest.SetAlgorithm should be of the form "SetAlgorithm ..." (golint)
    • Line 241: warning: comment on exported method CreateBackendRequest.SetTargetGroupIds should be of the form "SetTargetGroupIds ..." (golint)
    • Line 246: warning: comment on exported method CreateBackendRequest.SetAgIds should be of the form "SetAgIds ..." (golint)
    • Line 251: warning: comment on exported method CreateBackendRequest.SetProxyProtocol should be of the form "SetProxyProtocol ..." (golint)
    • Line 256: warning: comment on exported method CreateBackendRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 261: warning: comment on exported method CreateBackendRequest.SetSessionStickiness should be of the form "SetSessionStickiness ..." (golint)
    • Line 266: warning: comment on exported method CreateBackendRequest.SetSessionStickyTimeout should be of the form "SetSessionStickyTimeout ..." (golint)
    • Line 271: warning: comment on exported method CreateBackendRequest.SetConnectionDrainingSeconds should be of the form "SetConnectionDrainingSeconds ..." (golint)
    • Line 276: warning: comment on exported method CreateBackendRequest.SetHttpCookieExpireSeconds should be of the form "SetHttpCookieExpireSeconds ..." (golint)
    • Line 281: warning: comment on exported method CreateBackendRequest.SetHttpForwardedProtocol should be of the form "SetHttpForwardedProtocol ..." (golint)
    • Line 286: warning: comment on exported method CreateBackendRequest.SetHttpForwardedPort should be of the form "SetHttpForwardedPort ..." (golint)
    • Line 291: warning: comment on exported method CreateBackendRequest.SetHttpForwardedHost should be of the form "SetHttpForwardedHost ..." (golint)
    • Line 296: warning: comment on exported method CreateBackendRequest.SetHttpForwardedVip should be of the form "SetHttpForwardedVip ..." (golint)
    • Line 307: warning: exported type CreateBackendResponse should have comment or be unexported (golint)
    • Line 313: warning: exported type CreateBackendResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeProtectionRule.go
    • Line 24: warning: exported type DescribeProtectionRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeProtectionRuleRequest should be of the form "NewDescribeProtectionRuleRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeProtectionRuleRequestWithAllParams should be of the form "NewDescribeProtectionRuleRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeProtectionRuleRequestWithoutParam should be of the form "NewDescribeProtectionRuleRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeProtectionRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeProtectionRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: comment on exported method DescribeProtectionRuleRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 119: warning: exported type DescribeProtectionRuleResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeProtectionRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/DescribeStorage.go
    • Line 24: warning: exported type DescribeStorageRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeStorageRequest should be of the form "NewDescribeStorageRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeStorageRequestWithAllParams should be of the form "NewDescribeStorageRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeStorageRequestWithoutParam should be of the form "NewDescribeStorageRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeStorageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeStorageRequest.SetStorageId should be of the form "SetStorageId ..." (golint)
    • Line 108: warning: exported type DescribeStorageResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeStorageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/InstallAgent.go
    • Line 24: warning: exported type InstallAgentRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewInstallAgentRequest should be of the form "NewInstallAgentRequest ..." (golint)
    • Line 58: warning: comment on exported function NewInstallAgentRequestWithAllParams should be of the form "NewInstallAgentRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewInstallAgentRequestWithoutParam should be of the form "NewInstallAgentRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method InstallAgentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method InstallAgentRequest.SetAgentSpec should be of the form "SetAgentSpec ..." (golint)
    • Line 108: warning: exported type InstallAgentResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type InstallAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/OperatePurgeTask.go
    • Line 23: warning: exported type OperatePurgeTaskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewOperatePurgeTaskRequest should be of the form "NewOperatePurgeTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewOperatePurgeTaskRequestWithAllParams should be of the form "NewOperatePurgeTaskRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewOperatePurgeTaskRequestWithoutParam should be of the form "NewOperatePurgeTaskRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method OperatePurgeTaskRequest.SetUrls should be of the form "SetUrls ..." (golint)
    • Line 90: warning: comment on exported method OperatePurgeTaskRequest.SetOptType should be of the form "SetOptType ..." (golint)
    • Line 101: warning: exported type OperatePurgeTaskResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type OperatePurgeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QueryAmountUsingGET.go
    • Line 23: warning: exported type QueryAmountUsingGETRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryAmountUsingGETRequest should be of the form "NewQueryAmountUsingGETRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryAmountUsingGETRequestWithAllParams should be of the form "NewQueryAmountUsingGETRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryAmountUsingGETRequestWithoutParam should be of the form "NewQueryAmountUsingGETRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryAmountUsingGETRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 93: warning: exported type QueryAmountUsingGETResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryAmountUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeLevelList.go
    • Line 24: warning: exported type DescribeLevelListRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeLevelListRequest should be of the form "NewDescribeLevelListRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeLevelListRequestWithAllParams should be of the form "NewDescribeLevelListRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeLevelListRequestWithoutParam should be of the form "NewDescribeLevelListRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeLevelListResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeLevelListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateMonitor.go
    • Line 23: warning: exported type CreateMonitorRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateMonitorRequest should be of the form "NewCreateMonitorRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateMonitorRequestWithAllParams should be of the form "NewCreateMonitorRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateMonitorRequestWithoutParam should be of the form "NewCreateMonitorRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method CreateMonitorRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 121: warning: exported type CreateMonitorResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/TransferinDomain.go
    • Line 24: warning: exported type TransferinDomainRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewTransferinDomainRequest should be of the form "NewTransferinDomainRequest ..." (golint)
    • Line 70: warning: comment on exported function NewTransferinDomainRequestWithAllParams should be of the form "NewTransferinDomainRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewTransferinDomainRequestWithoutParam should be of the form "NewTransferinDomainRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method TransferinDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method TransferinDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 120: warning: comment on exported method TransferinDomainRequest.SetPassWord should be of the form "SetPassWord ..." (golint)
    • Line 125: warning: comment on exported method TransferinDomainRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 136: warning: exported type TransferinDomainResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type TransferinDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeRouteTable.go
    • Line 24: warning: exported type DescribeRouteTableRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRouteTableRequest should be of the form "NewDescribeRouteTableRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRouteTableRequestWithAllParams should be of the form "NewDescribeRouteTableRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRouteTableRequestWithoutParam should be of the form "NewDescribeRouteTableRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 108: warning: exported type DescribeRouteTableResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DeleteRepository.go
    • Line 23: warning: exported type DeleteRepositoryRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRepositoryRequest should be of the form "NewDeleteRepositoryRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRepositoryRequestWithAllParams should be of the form "NewDeleteRepositoryRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRepositoryRequestWithoutParam should be of the form "NewDeleteRepositoryRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRepositoryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRepositoryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 110: warning: comment on exported method DeleteRepositoryRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 121: warning: exported type DeleteRepositoryResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRepositoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribePublishStreamInfoData.go
    • Line 24: warning: exported type DescribePublishStreamInfoDataRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribePublishStreamInfoDataRequest should be of the form "NewDescribePublishStreamInfoDataRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribePublishStreamInfoDataRequestWithAllParams should be of the form "NewDescribePublishStreamInfoDataRequestWithAllParams ..." (golint)
    • Line 125: warning: comment on exported function NewDescribePublishStreamInfoDataRequestWithoutParam should be of the form "NewDescribePublishStreamInfoDataRequestWithoutParam ..." (golint)
    • Line 138: warning: comment on exported method DescribePublishStreamInfoDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 143: warning: comment on exported method DescribePublishStreamInfoDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 148: warning: comment on exported method DescribePublishStreamInfoDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 153: warning: comment on exported method DescribePublishStreamInfoDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 162: warning: comment on exported method DescribePublishStreamInfoDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 178: warning: exported type DescribePublishStreamInfoDataResponse should have comment or be unexported (golint)
    • Line 184: warning: exported type DescribePublishStreamInfoDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeProtectionOutline.go
    • Line 24: warning: exported type DescribeProtectionOutlineRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeProtectionOutlineRequest should be of the form "NewDescribeProtectionOutlineRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeProtectionOutlineRequestWithAllParams should be of the form "NewDescribeProtectionOutlineRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeProtectionOutlineRequestWithoutParam should be of the form "NewDescribeProtectionOutlineRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeProtectionOutlineResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeProtectionOutlineResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTranscodeStreamNum.go
    • Line 23: warning: exported type DescribeLiveTranscodeStreamNumRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLiveTranscodeStreamNumRequest should be of the form "NewDescribeLiveTranscodeStreamNumRequest ..." (golint)
    • Line 48: warning: comment on exported function NewDescribeLiveTranscodeStreamNumRequestWithAllParams should be of the form "NewDescribeLiveTranscodeStreamNumRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeLiveTranscodeStreamNumRequestWithoutParam should be of the form "NewDescribeLiveTranscodeStreamNumRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method DescribeLiveTranscodeStreamNumRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 90: warning: exported type DescribeLiveTranscodeStreamNumResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type DescribeLiveTranscodeStreamNumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableBlackListRuleOfForwardRule.go
    • Line 23: warning: exported type EnableBlackListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableBlackListRuleOfForwardRuleRequest should be of the form "NewEnableBlackListRuleOfForwardRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableBlackListRuleOfForwardRuleRequestWithAllParams should be of the form "NewEnableBlackListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableBlackListRuleOfForwardRuleRequestWithoutParam should be of the form "NewEnableBlackListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableBlackListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableBlackListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableBlackListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type EnableBlackListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableBlackListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryPolicyGroupList.go
    • Line 24: warning: exported type QueryPolicyGroupListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryPolicyGroupListRequest should be of the form "NewQueryPolicyGroupListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryPolicyGroupListRequestWithAllParams should be of the form "NewQueryPolicyGroupListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryPolicyGroupListRequestWithoutParam should be of the form "NewQueryPolicyGroupListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryPolicyGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryPolicyGroupListRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 108: warning: exported type QueryPolicyGroupListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryPolicyGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AddRouteTableRules.go
    • Line 24: warning: exported type AddRouteTableRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddRouteTableRulesRequest should be of the form "NewAddRouteTableRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddRouteTableRulesRequestWithAllParams should be of the form "NewAddRouteTableRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddRouteTableRulesRequestWithoutParam should be of the form "NewAddRouteTableRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddRouteTableRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddRouteTableRulesRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 111: warning: comment on exported method AddRouteTableRulesRequest.SetRouteTableRuleSpecs should be of the form "SetRouteTableRuleSpecs ..." (golint)
    • Line 122: warning: exported type AddRouteTableRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddRouteTableRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/QueryTemplateInfo.go
    • Line 24: warning: exported type QueryTemplateInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryTemplateInfoRequest should be of the form "NewQueryTemplateInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryTemplateInfoRequestWithAllParams should be of the form "NewQueryTemplateInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryTemplateInfoRequestWithoutParam should be of the form "NewQueryTemplateInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryTemplateInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryTemplateInfoRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 108: warning: exported type QueryTemplateInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryTemplateInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/BatCreatePrefetchTask.go
    • Line 24: warning: exported type BatCreatePrefetchTaskRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewBatCreatePrefetchTaskRequest should be of the form "NewBatCreatePrefetchTaskRequest ..." (golint)
    • Line 49: warning: comment on exported function NewBatCreatePrefetchTaskRequestWithAllParams should be of the form "NewBatCreatePrefetchTaskRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewBatCreatePrefetchTaskRequestWithoutParam should be of the form "NewBatCreatePrefetchTaskRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method BatCreatePrefetchTaskRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 91: warning: exported type BatCreatePrefetchTaskResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type BatCreatePrefetchTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/QueryCallback.go
    • Line 23: warning: exported type QueryCallbackRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryCallbackRequest should be of the form "NewQueryCallbackRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryCallbackRequestWithAllParams should be of the form "NewQueryCallbackRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryCallbackRequestWithoutParam should be of the form "NewQueryCallbackRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryCallbackResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryCallbackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/models/DeviceOnlineCount.go
    • Line 20: warning: exported type DeviceOnlineCount should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Save_time should be SaveTime (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Online_time should be OnlineTime (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Count_time should be CountTime (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAuditResult.go
    • Line 25: warning: exported type DescribeAuditResultRequest should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function NewDescribeAuditResultRequest should be of the form "NewDescribeAuditResultRequest ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeAuditResultRequestWithAllParams should be of the form "NewDescribeAuditResultRequestWithAllParams ..." (golint)
    • Line 134: warning: comment on exported function NewDescribeAuditResultRequestWithoutParam should be of the form "NewDescribeAuditResultRequestWithoutParam ..." (golint)
    • Line 147: warning: comment on exported method DescribeAuditResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 152: warning: comment on exported method DescribeAuditResultRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 157: warning: comment on exported method DescribeAuditResultRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 162: warning: comment on exported method DescribeAuditResultRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 167: warning: comment on exported method DescribeAuditResultRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 172: warning: comment on exported method DescribeAuditResultRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 177: warning: comment on exported method DescribeAuditResultRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 182: warning: comment on exported method DescribeAuditResultRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 187: warning: comment on exported method DescribeAuditResultRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 201: warning: exported type DescribeAuditResultResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type DescribeAuditResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/QueryProvinceList.go
    • Line 23: warning: exported type QueryProvinceListRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryProvinceListRequest should be of the form "NewQueryProvinceListRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryProvinceListRequestWithAllParams should be of the form "NewQueryProvinceListRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryProvinceListRequestWithoutParam should be of the form "NewQueryProvinceListRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryProvinceListResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryProvinceListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeBandwidthPackageStock.go
    • Line 23: warning: exported type DescribeBandwidthPackageStockRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeBandwidthPackageStockRequest should be of the form "NewDescribeBandwidthPackageStockRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeBandwidthPackageStockRequestWithAllParams should be of the form "NewDescribeBandwidthPackageStockRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeBandwidthPackageStockRequestWithoutParam should be of the form "NewDescribeBandwidthPackageStockRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeBandwidthPackageStockRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type DescribeBandwidthPackageStockResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeBandwidthPackageStockResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteRdsDatabase.go
    • Line 23: warning: exported type DeleteRdsDatabaseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRdsDatabaseRequest should be of the form "NewDeleteRdsDatabaseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRdsDatabaseRequestWithAllParams should be of the form "NewDeleteRdsDatabaseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRdsDatabaseRequestWithoutParam should be of the form "NewDeleteRdsDatabaseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRdsDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRdsDatabaseRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRdsDatabaseRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 121: warning: exported type DeleteRdsDatabaseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRdsDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/CreateInstance.go
    • Line 24: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateInstanceRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 108: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeployRuleGroup.go
    • Line 23: warning: exported type DeployRuleGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeployRuleGroupRequest should be of the form "NewDeployRuleGroupRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeployRuleGroupRequestWithAllParams should be of the form "NewDeployRuleGroupRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeployRuleGroupRequestWithoutParam should be of the form "NewDeployRuleGroupRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeployRuleGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeployRuleGroupRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 119: warning: comment on exported method DeployRuleGroupRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 124: warning: comment on exported method DeployRuleGroupRequest.SetDbIds should be of the form "SetDbIds ..." (golint)
    • Line 135: warning: exported type DeployRuleGroupResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeployRuleGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/models/SqlInfo.go
    • Line 20: warning: exported type SqlInfo should have comment or be unexported (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Client_net_address should be ClientNetAddress (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Execution_time should be ExecutionTime (golint)
    • Line 50: warning: don't use underscores in Go names; struct field Session_id should be SessionID (golint)
    • Line 56: warning: don't use underscores in Go names; struct field Start_time should be StartTime (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeAuthorizationTokens.go
    • Line 25: warning: exported type DescribeAuthorizationTokensRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeAuthorizationTokensRequest should be of the form "NewDescribeAuthorizationTokensRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeAuthorizationTokensRequestWithAllParams should be of the form "NewDescribeAuthorizationTokensRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeAuthorizationTokensRequestWithoutParam should be of the form "NewDescribeAuthorizationTokensRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeAuthorizationTokensRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeAuthorizationTokensRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 123: warning: comment on exported method DescribeAuthorizationTokensRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 129: warning: comment on exported method DescribeAuthorizationTokensRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method DescribeAuthorizationTokensRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 145: warning: exported type DescribeAuthorizationTokensResponse should have comment or be unexported (golint)
    • Line 151: warning: exported type DescribeAuthorizationTokensResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataSourceList.go
    • Line 25: warning: exported type DescribeDataSourceListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeDataSourceListRequest should be of the form "NewDescribeDataSourceListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeDataSourceListRequestWithAllParams should be of the form "NewDescribeDataSourceListRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeDataSourceListRequestWithoutParam should be of the form "NewDescribeDataSourceListRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeDataSourceListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeDataSourceListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeDataSourceListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeDataSourceListRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeDataSourceListResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeDataSourceListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/SetAuditConfig.go
    • Line 24: warning: exported type SetAuditConfigRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSetAuditConfigRequest should be of the form "NewSetAuditConfigRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSetAuditConfigRequestWithAllParams should be of the form "NewSetAuditConfigRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewSetAuditConfigRequestWithoutParam should be of the form "NewSetAuditConfigRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method SetAuditConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method SetAuditConfigRequest.SetAuditConfig should be of the form "SetAuditConfig ..." (golint)
    • Line 108: warning: exported type SetAuditConfigResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type SetAuditConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyCustomPage.go
    • Line 24: warning: exported type ModifyCustomPageRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyCustomPageRequest should be of the form "NewModifyCustomPageRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyCustomPageRequestWithAllParams should be of the form "NewModifyCustomPageRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyCustomPageRequestWithoutParam should be of the form "NewModifyCustomPageRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyCustomPageRequest.SetPageId should be of the form "SetPageId ..." (golint)
    • Line 125: warning: comment on exported method ModifyCustomPageRequest.SetCustomPageSpec should be of the form "SetCustomPageSpec ..." (golint)
    • Line 136: warning: exported type ModifyCustomPageResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/UpdateProbeTask.go
    • Line 24: warning: exported type UpdateProbeTaskRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewUpdateProbeTaskRequest should be of the form "NewUpdateProbeTaskRequest ..." (golint)
    • Line 73: warning: comment on exported function NewUpdateProbeTaskRequestWithAllParams should be of the form "NewUpdateProbeTaskRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewUpdateProbeTaskRequestWithoutParam should be of the form "NewUpdateProbeTaskRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method UpdateProbeTaskRequest.SetProbeTaskID should be of the form "SetProbeTaskID ..." (golint)
    • Line 127: warning: comment on exported method UpdateProbeTaskRequest.SetHttpBody should be of the form "SetHttpBody ..." (golint)
    • Line 132: warning: comment on exported method UpdateProbeTaskRequest.SetHttpCookie should be of the form "SetHttpCookie ..." (golint)
    • Line 137: warning: comment on exported method UpdateProbeTaskRequest.SetHttpHeader should be of the form "SetHttpHeader ..." (golint)
    • Line 142: warning: comment on exported method UpdateProbeTaskRequest.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 147: warning: comment on exported method UpdateProbeTaskRequest.SetName should be of the form "SetName ..." (golint)
    • Line 152: warning: comment on exported method UpdateProbeTaskRequest.SetProbes should be of the form "SetProbes ..." (golint)
    • Line 163: warning: exported type UpdateProbeTaskResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type UpdateProbeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/StopPrefetchTask.go
    • Line 23: warning: exported type StopPrefetchTaskRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStopPrefetchTaskRequest should be of the form "NewStopPrefetchTaskRequest ..." (golint)
    • Line 54: warning: comment on exported function NewStopPrefetchTaskRequestWithAllParams should be of the form "NewStopPrefetchTaskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopPrefetchTaskRequestWithoutParam should be of the form "NewStopPrefetchTaskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopPrefetchTaskRequest.SetUrls should be of the form "SetUrls ..." (golint)
    • Line 96: warning: comment on exported method StopPrefetchTaskRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 101: warning: comment on exported method StopPrefetchTaskRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 112: warning: exported type StopPrefetchTaskResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type StopPrefetchTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryMixStatisticsWithAreaData.go
    • Line 24: warning: exported type QueryMixStatisticsWithAreaDataRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewQueryMixStatisticsWithAreaDataRequest should be of the form "NewQueryMixStatisticsWithAreaDataRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQueryMixStatisticsWithAreaDataRequestWithAllParams should be of the form "NewQueryMixStatisticsWithAreaDataRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewQueryMixStatisticsWithAreaDataRequestWithoutParam should be of the form "NewQueryMixStatisticsWithAreaDataRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 121: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 126: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 131: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 136: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 141: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 146: warning: comment on exported method QueryMixStatisticsWithAreaDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 157: warning: exported type QueryMixStatisticsWithAreaDataResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type QueryMixStatisticsWithAreaDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateInstanceByTime.go
    • Line 24: warning: exported type CreateInstanceByTimeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateInstanceByTimeRequest should be of the form "NewCreateInstanceByTimeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateInstanceByTimeRequestWithAllParams should be of the form "NewCreateInstanceByTimeRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateInstanceByTimeRequestWithoutParam should be of the form "NewCreateInstanceByTimeRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateInstanceByTimeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateInstanceByTimeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateInstanceByTimeRequest.SetRestoreTime should be of the form "SetRestoreTime ..." (golint)
    • Line 125: warning: comment on exported method CreateInstanceByTimeRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 136: warning: exported type CreateInstanceByTimeResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateInstanceByTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainLog.go
    • Line 24: warning: exported type QueryDomainLogRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewQueryDomainLogRequest should be of the form "NewQueryDomainLogRequest ..." (golint)
    • Line 70: warning: comment on exported function NewQueryDomainLogRequestWithAllParams should be of the form "NewQueryDomainLogRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewQueryDomainLogRequestWithoutParam should be of the form "NewQueryDomainLogRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method QueryDomainLogRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 124: warning: comment on exported method QueryDomainLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 129: warning: comment on exported method QueryDomainLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 134: warning: comment on exported method QueryDomainLogRequest.SetInterval should be of the form "SetInterval ..." (golint)
    • Line 139: warning: comment on exported method QueryDomainLogRequest.SetLogType should be of the form "SetLogType ..." (golint)
    • Line 144: warning: comment on exported method QueryDomainLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 149: warning: comment on exported method QueryDomainLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 160: warning: exported type QueryDomainLogResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type QueryDomainLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/QueryAdminStatistics.go
    • Line 23: warning: exported type QueryAdminStatisticsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewQueryAdminStatisticsRequest should be of the form "NewQueryAdminStatisticsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewQueryAdminStatisticsRequestWithAllParams should be of the form "NewQueryAdminStatisticsRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewQueryAdminStatisticsRequestWithoutParam should be of the form "NewQueryAdminStatisticsRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method QueryAdminStatisticsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method QueryAdminStatisticsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 125: warning: comment on exported method QueryAdminStatisticsRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 130: warning: comment on exported method QueryAdminStatisticsRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 135: warning: comment on exported method QueryAdminStatisticsRequest.SetDeviceCollectorType should be of the form "SetDeviceCollectorType ..." (golint)
    • Line 140: warning: comment on exported method QueryAdminStatisticsRequest.SetQueryUserPin should be of the form "SetQueryUserPin ..." (golint)
    • Line 151: warning: exported type QueryAdminStatisticsResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type QueryAdminStatisticsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetVideo.go
    • Line 24: warning: exported type GetVideoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVideoRequest should be of the form "NewGetVideoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVideoRequestWithAllParams should be of the form "NewGetVideoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVideoRequestWithoutParam should be of the form "NewGetVideoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVideoRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 94: warning: exported type GetVideoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVideoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableUsrBot.go
    • Line 24: warning: exported type EnableUsrBotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableUsrBotRequest should be of the form "NewEnableUsrBotRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableUsrBotRequestWithAllParams should be of the form "NewEnableUsrBotRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableUsrBotRequestWithoutParam should be of the form "NewEnableUsrBotRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableUsrBotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableUsrBotRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableUsrBotRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableUsrBotResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableUsrBotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/CreateTargetGroup.go
    • Line 23: warning: exported type CreateTargetGroupRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateTargetGroupRequest should be of the form "NewCreateTargetGroupRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateTargetGroupRequestWithAllParams should be of the form "NewCreateTargetGroupRequestWithAllParams ..." (golint)
    • Line 81: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 99: warning: comment on exported function NewCreateTargetGroupRequestWithoutParam should be of the form "NewCreateTargetGroupRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method CreateTargetGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method CreateTargetGroupRequest.SetTargetGroupName should be of the form "SetTargetGroupName ..." (golint)
    • Line 122: warning: comment on exported method CreateTargetGroupRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 127: warning: comment on exported method CreateTargetGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: comment on exported method CreateTargetGroupRequest.SetType should be of the form "SetType ..." (golint)
    • Line 133: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 143: warning: exported type CreateTargetGroupResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type CreateTargetGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/RestoreInstance.go
    • Line 23: warning: exported type RestoreInstanceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRestoreInstanceRequest should be of the form "NewRestoreInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRestoreInstanceRequestWithAllParams should be of the form "NewRestoreInstanceRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRestoreInstanceRequestWithoutParam should be of the form "NewRestoreInstanceRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RestoreInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RestoreInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method RestoreInstanceRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 121: warning: exported type RestoreInstanceResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RestoreInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetTranscodeTemplateGroup.go
    • Line 24: warning: exported type GetTranscodeTemplateGroupRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTranscodeTemplateGroupRequest should be of the form "NewGetTranscodeTemplateGroupRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetTranscodeTemplateGroupRequestWithAllParams should be of the form "NewGetTranscodeTemplateGroupRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetTranscodeTemplateGroupRequestWithoutParam should be of the form "NewGetTranscodeTemplateGroupRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetTranscodeTemplateGroupRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 94: warning: exported type GetTranscodeTemplateGroupResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetTranscodeTemplateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/ModifyCluster.go
    • Line 23: warning: exported type ModifyClusterRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyClusterRequest should be of the form "NewModifyClusterRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyClusterRequestWithAllParams should be of the form "NewModifyClusterRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyClusterRequestWithoutParam should be of the form "NewModifyClusterRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 113: warning: comment on exported method ModifyClusterRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyClusterRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyClusterResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeIpMonitorFlow.go
    • Line 24: warning: exported type DescribeIpMonitorFlowRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeIpMonitorFlowRequest should be of the form "NewDescribeIpMonitorFlowRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDescribeIpMonitorFlowRequestWithAllParams should be of the form "NewDescribeIpMonitorFlowRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeIpMonitorFlowRequestWithoutParam should be of the form "NewDescribeIpMonitorFlowRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeIpMonitorFlowRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 112: warning: comment on exported method DescribeIpMonitorFlowRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 117: warning: comment on exported method DescribeIpMonitorFlowRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 130: warning: exported type DescribeIpMonitorFlowResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeIpMonitorFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/ListViTemplates.go
    • Line 24: warning: exported type ListViTemplatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListViTemplatesRequest should be of the form "NewListViTemplatesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListViTemplatesRequestWithAllParams should be of the form "NewListViTemplatesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListViTemplatesRequestWithoutParam should be of the form "NewListViTemplatesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListViTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListViTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListViTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListViTemplatesResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListViTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWhiteListRuleOfForwardRule.go
    • Line 24: warning: exported type DescribeWhiteListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeWhiteListRuleOfForwardRuleRequest should be of the form "NewDescribeWhiteListRuleOfForwardRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeWhiteListRuleOfForwardRuleRequestWithAllParams should be of the form "NewDescribeWhiteListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeWhiteListRuleOfForwardRuleRequestWithoutParam should be of the form "NewDescribeWhiteListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeWhiteListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeWhiteListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeWhiteListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 122: warning: exported type DescribeWhiteListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeWhiteListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/RollbackDeploymentsVersion.go
    • Line 24: warning: exported type RollbackDeploymentsVersionRequest should have comment or be unexported (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Version_id should be VersionID (golint)
    • Line 38: warning: comment on exported function NewRollbackDeploymentsVersionRequest should be of the form "NewRollbackDeploymentsVersionRequest ..." (golint)
    • Line 48: warning: don't use underscores in Go names; func parameter version_id should be versionID (golint)
    • Line 64: warning: comment on exported function NewRollbackDeploymentsVersionRequestWithAllParams should be of the form "NewRollbackDeploymentsVersionRequestWithAllParams ..." (golint)
    • Line 72: warning: don't use underscores in Go names; func parameter version_id should be versionID (golint)
    • Line 88: warning: comment on exported function NewRollbackDeploymentsVersionRequestWithoutParam should be of the form "NewRollbackDeploymentsVersionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RollbackDeploymentsVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RollbackDeploymentsVersionRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method RollbackDeploymentsVersionRequest.SetVersion_id should be of the form "SetVersion_id ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method SetVersion_id should be SetVersionID (golint)
    • Line 112: warning: don't use underscores in Go names; method parameter version_id should be versionID (golint)
    • Line 122: warning: exported type RollbackDeploymentsVersionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type RollbackDeploymentsVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeOriginWhiteIpList.go
    • Line 23: warning: exported type DescribeOriginWhiteIpListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeOriginWhiteIpListRequest should be of the form "NewDescribeOriginWhiteIpListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeOriginWhiteIpListRequestWithAllParams should be of the form "NewDescribeOriginWhiteIpListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeOriginWhiteIpListRequestWithoutParam should be of the form "NewDescribeOriginWhiteIpListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeOriginWhiteIpListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeOriginWhiteIpListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeOriginWhiteIpListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeOriginWhiteIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyInstanceAz.go
    • Line 23: warning: exported type ModifyInstanceAzRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstanceAzRequest should be of the form "NewModifyInstanceAzRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceAzRequestWithAllParams should be of the form "NewModifyInstanceAzRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstanceAzRequestWithoutParam should be of the form "NewModifyInstanceAzRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstanceAzRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstanceAzRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstanceAzRequest.SetNewAzId should be of the form "SetNewAzId ..." (golint)
    • Line 121: warning: exported type ModifyInstanceAzResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstanceAzResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DescribeDeployApp.go
    • Line 24: warning: exported type DescribeDeployAppRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeDeployAppRequest should be of the form "NewDescribeDeployAppRequest ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeDeployAppRequestWithAllParams should be of the form "NewDescribeDeployAppRequestWithAllParams ..." (golint)
    • Line 154: warning: comment on exported function NewDescribeDeployAppRequestWithoutParam should be of the form "NewDescribeDeployAppRequestWithoutParam ..." (golint)
    • Line 167: warning: comment on exported method DescribeDeployAppRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 172: warning: comment on exported method DescribeDeployAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 177: warning: comment on exported method DescribeDeployAppRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 182: warning: comment on exported method DescribeDeployAppRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 187: warning: comment on exported method DescribeDeployAppRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 192: warning: comment on exported method DescribeDeployAppRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 197: warning: comment on exported method DescribeDeployAppRequest.SetAppType should be of the form "SetAppType ..." (golint)
    • Line 202: warning: comment on exported method DescribeDeployAppRequest.SetNowPage should be of the form "SetNowPage ..." (golint)
    • Line 207: warning: comment on exported method DescribeDeployAppRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 212: warning: comment on exported method DescribeDeployAppRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 217: warning: comment on exported method DescribeDeployAppRequest.SetProperty should be of the form "SetProperty ..." (golint)
    • Line 222: warning: comment on exported method DescribeDeployAppRequest.SetSearchText should be of the form "SetSearchText ..." (golint)
    • Line 233: warning: exported type DescribeDeployAppResponse should have comment or be unexported (golint)
    • Line 239: warning: exported type DescribeDeployAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeProductTopic.go
    • Line 23: warning: exported type DescribeProductTopicRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeProductTopicRequest should be of the form "NewDescribeProductTopicRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeProductTopicRequestWithAllParams should be of the form "NewDescribeProductTopicRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeProductTopicRequestWithoutParam should be of the form "NewDescribeProductTopicRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeProductTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DescribeProductTopicRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DescribeProductTopicRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 124: warning: comment on exported method DescribeProductTopicRequest.SetTopicId should be of the form "SetTopicId ..." (golint)
    • Line 135: warning: exported type DescribeProductTopicResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeProductTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateAliasIp.go
    • Line 24: warning: exported type CreateAliasIpRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateAliasIpRequest should be of the form "NewCreateAliasIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateAliasIpRequestWithAllParams should be of the form "NewCreateAliasIpRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateAliasIpRequestWithoutParam should be of the form "NewCreateAliasIpRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateAliasIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateAliasIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateAliasIpRequest.SetAliasIpSpec should be of the form "SetAliasIpSpec ..." (golint)
    • Line 125: warning: exported type CreateAliasIpResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateAliasIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceStatus.go
    • Line 25: warning: exported type DescribeInstanceStatusRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeInstanceStatusRequest should be of the form "NewDescribeInstanceStatusRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeInstanceStatusRequestWithAllParams should be of the form "NewDescribeInstanceStatusRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDescribeInstanceStatusRequestWithoutParam should be of the form "NewDescribeInstanceStatusRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeInstanceStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeInstanceStatusRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 128: warning: comment on exported method DescribeInstanceStatusRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 133: warning: comment on exported method DescribeInstanceStatusRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 152: warning: exported type DescribeInstanceStatusResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeInstanceStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GrantRdsAccount.go
    • Line 24: warning: exported type GrantRdsAccountRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGrantRdsAccountRequest should be of the form "NewGrantRdsAccountRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGrantRdsAccountRequestWithAllParams should be of the form "NewGrantRdsAccountRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGrantRdsAccountRequestWithoutParam should be of the form "NewGrantRdsAccountRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GrantRdsAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GrantRdsAccountRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 120: warning: comment on exported method GrantRdsAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 125: warning: comment on exported method GrantRdsAccountRequest.SetDbPrivilegeInfo should be of the form "SetDbPrivilegeInfo ..." (golint)
    • Line 136: warning: exported type GrantRdsAccountResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GrantRdsAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/BatchDeleteVideos.go
    • Line 23: warning: exported type BatchDeleteVideosRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewBatchDeleteVideosRequest should be of the form "NewBatchDeleteVideosRequest ..." (golint)
    • Line 51: warning: comment on exported function NewBatchDeleteVideosRequestWithAllParams should be of the form "NewBatchDeleteVideosRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewBatchDeleteVideosRequestWithoutParam should be of the form "NewBatchDeleteVideosRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method BatchDeleteVideosRequest.SetVideoIds should be of the form "SetVideoIds ..." (golint)
    • Line 93: warning: exported type BatchDeleteVideosResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type BatchDeleteVideosResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetSnapshotTemplate.go
    • Line 23: warning: exported type GetSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetSnapshotTemplateRequest should be of the form "NewGetSnapshotTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetSnapshotTemplateRequestWithAllParams should be of the form "NewGetSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetSnapshotTemplateRequestWithoutParam should be of the form "NewGetSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetSnapshotTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type GetSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeVersions.go
    • Line 24: warning: exported type DescribeVersionsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeVersionsRequest should be of the form "NewDescribeVersionsRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeVersionsRequestWithAllParams should be of the form "NewDescribeVersionsRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeVersionsRequestWithoutParam should be of the form "NewDescribeVersionsRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeVersionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeVersionsRequest.SetMasterVersion should be of the form "SetMasterVersion ..." (golint)
    • Line 105: warning: exported type DescribeVersionsResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeVersionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/CreateBackup.go
    • Line 23: warning: exported type CreateBackupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateBackupRequest should be of the form "NewCreateBackupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateBackupRequestWithAllParams should be of the form "NewCreateBackupRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewCreateBackupRequestWithoutParam should be of the form "NewCreateBackupRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method CreateBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method CreateBackupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 113: warning: comment on exported method CreateBackupRequest.SetBackupName should be of the form "SetBackupName ..." (golint)
    • Line 118: warning: comment on exported method CreateBackupRequest.SetBackupMethod should be of the form "SetBackupMethod ..." (golint)
    • Line 129: warning: exported type CreateBackupResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type CreateBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeAlarmHistory.go
    • Line 24: warning: exported type DescribeAlarmHistoryRequest should have comment or be unexported (golint)
    • Line 73: warning: comment on exported function NewDescribeAlarmHistoryRequest should be of the form "NewDescribeAlarmHistoryRequest ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeAlarmHistoryRequestWithAllParams should be of the form "NewDescribeAlarmHistoryRequestWithAllParams ..." (golint)
    • Line 149: warning: comment on exported function NewDescribeAlarmHistoryRequestWithoutParam should be of the form "NewDescribeAlarmHistoryRequestWithoutParam ..." (golint)
    • Line 162: warning: comment on exported method DescribeAlarmHistoryRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 167: warning: comment on exported method DescribeAlarmHistoryRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 172: warning: comment on exported method DescribeAlarmHistoryRequest.SetDataOwner should be of the form "SetDataOwner ..." (golint)
    • Line 177: warning: comment on exported method DescribeAlarmHistoryRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 182: warning: comment on exported method DescribeAlarmHistoryRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 187: warning: comment on exported method DescribeAlarmHistoryRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 192: warning: comment on exported method DescribeAlarmHistoryRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 197: warning: comment on exported method DescribeAlarmHistoryRequest.SetIsAlarming should be of the form "SetIsAlarming ..." (golint)
    • Line 202: warning: comment on exported method DescribeAlarmHistoryRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 207: warning: comment on exported method DescribeAlarmHistoryRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 212: warning: comment on exported method DescribeAlarmHistoryRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 217: warning: comment on exported method DescribeAlarmHistoryRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 222: warning: comment on exported method DescribeAlarmHistoryRequest.SetRuleName should be of the form "SetRuleName ..." (golint)
    • Line 227: warning: comment on exported method DescribeAlarmHistoryRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 240: warning: exported type DescribeAlarmHistoryResponse should have comment or be unexported (golint)
    • Line 246: warning: exported type DescribeAlarmHistoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryFollowRedirect.go
    • Line 23: warning: exported type QueryFollowRedirectRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryFollowRedirectRequest should be of the form "NewQueryFollowRedirectRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryFollowRedirectRequestWithAllParams should be of the form "NewQueryFollowRedirectRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryFollowRedirectRequestWithoutParam should be of the form "NewQueryFollowRedirectRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryFollowRedirectRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryFollowRedirectResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryFollowRedirectResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ModifyInstanceDiskAttribute.go
    • Line 24: warning: exported type ModifyInstanceDiskAttributeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceDiskAttributeRequest should be of the form "NewModifyInstanceDiskAttributeRequest ..." (golint)
    • Line 61: warning: comment on exported function NewModifyInstanceDiskAttributeRequestWithAllParams should be of the form "NewModifyInstanceDiskAttributeRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewModifyInstanceDiskAttributeRequestWithoutParam should be of the form "NewModifyInstanceDiskAttributeRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method ModifyInstanceDiskAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceDiskAttributeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceDiskAttributeRequest.SetDataDisks should be of the form "SetDataDisks ..." (golint)
    • Line 119: warning: exported type ModifyInstanceDiskAttributeResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type ModifyInstanceDiskAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyDataType.go
    • Line 24: warning: exported type ModifyDataTypeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyDataTypeRequest should be of the form "NewModifyDataTypeRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyDataTypeRequestWithAllParams should be of the form "NewModifyDataTypeRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyDataTypeRequestWithoutParam should be of the form "NewModifyDataTypeRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyDataTypeRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 106: warning: comment on exported method ModifyDataTypeRequest.SetTypeId should be of the form "SetTypeId ..." (golint)
    • Line 111: warning: comment on exported method ModifyDataTypeRequest.SetDataType should be of the form "SetDataType ..." (golint)
    • Line 122: warning: exported type ModifyDataTypeResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyDataTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/RestartInstance.go
    • Line 23: warning: exported type RestartInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewRestartInstanceRequest should be of the form "NewRestartInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewRestartInstanceRequestWithAllParams should be of the form "NewRestartInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRestartInstanceRequestWithoutParam should be of the form "NewRestartInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RestartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RestartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method RestartInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type RestartInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type RestartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribePrivilege.go
    • Line 23: warning: exported type DescribePrivilegeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribePrivilegeRequest should be of the form "NewDescribePrivilegeRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribePrivilegeRequestWithAllParams should be of the form "NewDescribePrivilegeRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewDescribePrivilegeRequestWithoutParam should be of the form "NewDescribePrivilegeRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DescribePrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method DescribePrivilegeRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 107: warning: comment on exported method DescribePrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 118: warning: exported type DescribePrivilegeResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type DescribePrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableBotThreatIp.go
    • Line 24: warning: exported type EnableBotThreatIpRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableBotThreatIpRequest should be of the form "NewEnableBotThreatIpRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableBotThreatIpRequestWithAllParams should be of the form "NewEnableBotThreatIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableBotThreatIpRequestWithoutParam should be of the form "NewEnableBotThreatIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableBotThreatIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableBotThreatIpRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableBotThreatIpRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableBotThreatIpResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableBotThreatIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeParameterGroups.go
    • Line 24: warning: exported type DescribeParameterGroupsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeParameterGroupsRequest should be of the form "NewDescribeParameterGroupsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeParameterGroupsRequestWithAllParams should be of the form "NewDescribeParameterGroupsRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeParameterGroupsRequestWithoutParam should be of the form "NewDescribeParameterGroupsRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeParameterGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeParameterGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeParameterGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeParameterGroupsResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeParameterGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteDatasource.go
    • Line 23: warning: exported type DeleteDatasourceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDatasourceRequest should be of the form "NewDeleteDatasourceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDatasourceRequestWithAllParams should be of the form "NewDeleteDatasourceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDatasourceRequestWithoutParam should be of the form "NewDeleteDatasourceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDatasourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDatasourceRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteDatasourceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDatasourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/client/StreambusClient.go
    • Line 26: warning: exported type StreambusClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewStreambusClient should have comment or be unexported (golint)
    • Line 48: warning: exported method StreambusClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method StreambusClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method StreambusClient.UpdateTopic should be of the form "UpdateTopic ..." (golint)
    • Line 76: warning: comment on exported method StreambusClient.GetConsumerGroupList should be of the form "GetConsumerGroupList ..." (golint)
    • Line 96: warning: comment on exported method StreambusClient.GetTopicList should be of the form "GetTopicList ..." (golint)
    • Line 116: warning: comment on exported method StreambusClient.DeleteConsumerGroup should be of the form "DeleteConsumerGroup ..." (golint)
    • Line 136: warning: comment on exported method StreambusClient.AddTopic should be of the form "AddTopic ..." (golint)
    • Line 156: warning: comment on exported method StreambusClient.CreateConsumerGroup should be of the form "CreateConsumerGroup ..." (golint)
    • Line 176: warning: comment on exported method StreambusClient.DescribeTopic should be of the form "DescribeTopic ..." (golint)
    • Line 196: warning: comment on exported method StreambusClient.DeleteTopic should be of the form "DeleteTopic ..." (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeBandwidths.go
    • Line 25: warning: exported type DescribeBandwidthsRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported function NewDescribeBandwidthsRequest should be of the form "NewDescribeBandwidthsRequest ..." (golint)
    • Line 81: warning: comment on exported function NewDescribeBandwidthsRequestWithAllParams should be of the form "NewDescribeBandwidthsRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewDescribeBandwidthsRequestWithoutParam should be of the form "NewDescribeBandwidthsRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method DescribeBandwidthsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 145: warning: comment on exported method DescribeBandwidthsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 150: warning: comment on exported method DescribeBandwidthsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 155: warning: comment on exported method DescribeBandwidthsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 160: warning: comment on exported method DescribeBandwidthsRequest.SetLineType should be of the form "SetLineType ..." (golint)
    • Line 165: warning: comment on exported method DescribeBandwidthsRequest.SetChargeType should be of the form "SetChargeType ..." (golint)
    • Line 170: warning: comment on exported method DescribeBandwidthsRequest.SetBandwidthName should be of the form "SetBandwidthName ..." (golint)
    • Line 175: warning: comment on exported method DescribeBandwidthsRequest.SetRelatedIp should be of the form "SetRelatedIp ..." (golint)
    • Line 180: warning: comment on exported method DescribeBandwidthsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 186: warning: comment on exported method DescribeBandwidthsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 197: warning: exported type DescribeBandwidthsResponse should have comment or be unexported (golint)
    • Line 203: warning: exported type DescribeBandwidthsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateDevice.go
    • Line 24: warning: exported type UpdateDeviceRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewUpdateDeviceRequest should be of the form "NewUpdateDeviceRequest ..." (golint)
    • Line 76: warning: comment on exported function NewUpdateDeviceRequestWithAllParams should be of the form "NewUpdateDeviceRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewUpdateDeviceRequestWithoutParam should be of the form "NewUpdateDeviceRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method UpdateDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 130: warning: comment on exported method UpdateDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 135: warning: comment on exported method UpdateDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 140: warning: comment on exported method UpdateDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 145: warning: comment on exported method UpdateDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 150: warning: comment on exported method UpdateDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 155: warning: comment on exported method UpdateDeviceRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 166: warning: exported type UpdateDeviceResponse should have comment or be unexported (golint)
    • Line 172: warning: exported type UpdateDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DisableReadWriteProxyInternetAccess.go
    • Line 23: warning: exported type DisableReadWriteProxyInternetAccessRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableReadWriteProxyInternetAccessRequest should be of the form "NewDisableReadWriteProxyInternetAccessRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableReadWriteProxyInternetAccessRequestWithAllParams should be of the form "NewDisableReadWriteProxyInternetAccessRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableReadWriteProxyInternetAccessRequestWithoutParam should be of the form "NewDisableReadWriteProxyInternetAccessRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableReadWriteProxyInternetAccessRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableReadWriteProxyInternetAccessRequest.SetReadWriteProxyId should be of the form "SetReadWriteProxyId ..." (golint)
    • Line 107: warning: exported type DisableReadWriteProxyInternetAccessResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableReadWriteProxyInternetAccessResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateNetworkSecurityGroup.go
    • Line 23: warning: exported type CreateNetworkSecurityGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateNetworkSecurityGroupRequest should be of the form "NewCreateNetworkSecurityGroupRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateNetworkSecurityGroupRequestWithAllParams should be of the form "NewCreateNetworkSecurityGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateNetworkSecurityGroupRequestWithoutParam should be of the form "NewCreateNetworkSecurityGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateNetworkSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateNetworkSecurityGroupRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 116: warning: comment on exported method CreateNetworkSecurityGroupRequest.SetNetworkSecurityGroupName should be of the form "SetNetworkSecurityGroupName ..." (golint)
    • Line 121: warning: comment on exported method CreateNetworkSecurityGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateNetworkSecurityGroupResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateNetworkSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeDispatchRules.go
    • Line 24: warning: exported type DescribeDispatchRulesRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeDispatchRulesRequest should be of the form "NewDescribeDispatchRulesRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeDispatchRulesRequestWithAllParams should be of the form "NewDescribeDispatchRulesRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeDispatchRulesRequestWithoutParam should be of the form "NewDescribeDispatchRulesRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeDispatchRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeDispatchRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeDispatchRulesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 137: warning: comment on exported method DescribeDispatchRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 142: warning: comment on exported method DescribeDispatchRulesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 147: warning: comment on exported method DescribeDispatchRulesRequest.SetInnerIp should be of the form "SetInnerIp ..." (golint)
    • Line 152: warning: comment on exported method DescribeDispatchRulesRequest.SetServiceIp should be of the form "SetServiceIp ..." (golint)
    • Line 163: warning: exported type DescribeDispatchRulesResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type DescribeDispatchRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableBlackListRuleOfWebRule.go
    • Line 23: warning: exported type DisableBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDisableBlackListRuleOfWebRuleRequest should be of the form "NewDisableBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDisableBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewDisableBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDisableBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewDisableBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DisableBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DisableBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DisableBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DisableBlackListRuleOfWebRuleRequest.SetWebBlackListRuleId should be of the form "SetWebBlackListRuleId ..." (golint)
    • Line 135: warning: exported type DisableBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DisableBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchDispatchRuleOrigin.go
    • Line 23: warning: exported type SwitchDispatchRuleOriginRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchDispatchRuleOriginRequest should be of the form "NewSwitchDispatchRuleOriginRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchDispatchRuleOriginRequestWithAllParams should be of the form "NewSwitchDispatchRuleOriginRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchDispatchRuleOriginRequestWithoutParam should be of the form "NewSwitchDispatchRuleOriginRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchDispatchRuleOriginRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchDispatchRuleOriginRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchDispatchRuleOriginRequest.SetDispatchRuleId should be of the form "SetDispatchRuleId ..." (golint)
    • Line 121: warning: exported type SwitchDispatchRuleOriginResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchDispatchRuleOriginResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamAppWatermark.go
    • Line 23: warning: exported type DeleteLiveStreamAppWatermarkRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteLiveStreamAppWatermarkRequest should be of the form "NewDeleteLiveStreamAppWatermarkRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDeleteLiveStreamAppWatermarkRequestWithAllParams should be of the form "NewDeleteLiveStreamAppWatermarkRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDeleteLiveStreamAppWatermarkRequestWithoutParam should be of the form "NewDeleteLiveStreamAppWatermarkRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DeleteLiveStreamAppWatermarkRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method DeleteLiveStreamAppWatermarkRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method DeleteLiveStreamAppWatermarkRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type DeleteLiveStreamAppWatermarkResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type DeleteLiveStreamAppWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeAttackLogs.go
    • Line 24: warning: exported type DescribeAttackLogsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeAttackLogsRequest should be of the form "NewDescribeAttackLogsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeAttackLogsRequestWithAllParams should be of the form "NewDescribeAttackLogsRequestWithAllParams ..." (golint)
    • Line 107: warning: comment on exported function NewDescribeAttackLogsRequestWithoutParam should be of the form "NewDescribeAttackLogsRequestWithoutParam ..." (golint)
    • Line 120: warning: comment on exported method DescribeAttackLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeAttackLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeAttackLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 135: warning: comment on exported method DescribeAttackLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 140: warning: comment on exported method DescribeAttackLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 145: warning: comment on exported method DescribeAttackLogsRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 158: warning: exported type DescribeAttackLogsResponse should have comment or be unexported (golint)
    • Line 164: warning: exported type DescribeAttackLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeBackupPolicy.go
    • Line 23: warning: exported type DescribeBackupPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeBackupPolicyRequest should be of the form "NewDescribeBackupPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeBackupPolicyRequestWithAllParams should be of the form "NewDescribeBackupPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeBackupPolicyRequestWithoutParam should be of the form "NewDescribeBackupPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeBackupPolicyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeBackupPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeUserQuota.go
    • Line 24: warning: exported type DescribeUserQuotaRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeUserQuotaRequest should be of the form "NewDescribeUserQuotaRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeUserQuotaRequestWithAllParams should be of the form "NewDescribeUserQuotaRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeUserQuotaRequestWithoutParam should be of the form "NewDescribeUserQuotaRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeUserQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeUserQuotaResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeUserQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DescribeFileSystems.go
    • Line 25: warning: exported type DescribeFileSystemsRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewDescribeFileSystemsRequest should be of the form "NewDescribeFileSystemsRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDescribeFileSystemsRequestWithAllParams should be of the form "NewDescribeFileSystemsRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeFileSystemsRequestWithoutParam should be of the form "NewDescribeFileSystemsRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeFileSystemsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 119: warning: comment on exported method DescribeFileSystemsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 124: warning: comment on exported method DescribeFileSystemsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 129: warning: comment on exported method DescribeFileSystemsRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 134: warning: comment on exported method DescribeFileSystemsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 148: warning: exported type DescribeFileSystemsResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type DescribeFileSystemsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteHeader.go
    • Line 23: warning: exported type DeleteHeaderRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDeleteHeaderRequest should be of the form "NewDeleteHeaderRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDeleteHeaderRequestWithAllParams should be of the form "NewDeleteHeaderRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewDeleteHeaderRequestWithoutParam should be of the form "NewDeleteHeaderRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method DeleteHeaderRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 129: warning: comment on exported method DeleteHeaderRequest.SetHeaderName should be of the form "SetHeaderName ..." (golint)
    • Line 142: warning: comment on exported method DeleteHeaderRequest.SetHeaderType should be of the form "SetHeaderType ..." (golint)
    • Line 153: warning: exported type DeleteHeaderResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type DeleteHeaderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ModifyInstanceAttribute.go
    • Line 24: warning: exported type ModifyInstanceAttributeRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewModifyInstanceAttributeRequest should be of the form "NewModifyInstanceAttributeRequest ..." (golint)
    • Line 82: warning: comment on exported function NewModifyInstanceAttributeRequestWithAllParams should be of the form "NewModifyInstanceAttributeRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewModifyInstanceAttributeRequestWithoutParam should be of the form "NewModifyInstanceAttributeRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method ModifyInstanceAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 145: warning: comment on exported method ModifyInstanceAttributeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 150: warning: comment on exported method ModifyInstanceAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 155: warning: comment on exported method ModifyInstanceAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 160: warning: comment on exported method ModifyInstanceAttributeRequest.SetHostname should be of the form "SetHostname ..." (golint)
    • Line 169: warning: comment on exported method ModifyInstanceAttributeRequest.SetMetadata should be of the form "SetMetadata ..." (golint)
    • Line 176: warning: comment on exported method ModifyInstanceAttributeRequest.SetUserdata should be of the form "SetUserdata ..." (golint)
    • Line 190: warning: exported type ModifyInstanceAttributeResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type ModifyInstanceAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteSecurityGroupsRule.go
    • Line 23: warning: exported type DeleteSecurityGroupsRuleRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewDeleteSecurityGroupsRuleRequest should be of the form "NewDeleteSecurityGroupsRuleRequest ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteSecurityGroupsRuleRequestWithAllParams should be of the form "NewDeleteSecurityGroupsRuleRequestWithAllParams ..." (golint)
    • Line 138: warning: comment on exported function NewDeleteSecurityGroupsRuleRequestWithoutParam should be of the form "NewDeleteSecurityGroupsRuleRequestWithoutParam ..." (golint)
    • Line 151: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 156: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetId should be of the form "SetId ..." (golint)
    • Line 161: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 166: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 171: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetFromPort should be of the form "SetFromPort ..." (golint)
    • Line 176: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetToPort should be of the form "SetToPort ..." (golint)
    • Line 181: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetNicType should be of the form "SetNicType ..." (golint)
    • Line 186: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetPolicy should be of the form "SetPolicy ..." (golint)
    • Line 191: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetPriority should be of the form "SetPriority ..." (golint)
    • Line 196: warning: comment on exported method DeleteSecurityGroupsRuleRequest.SetCidrIp should be of the form "SetCidrIp ..." (golint)
    • Line 207: warning: exported type DeleteSecurityGroupsRuleResponse should have comment or be unexported (golint)
    • Line 213: warning: exported type DeleteSecurityGroupsRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeCollectInfo.go
    • Line 24: warning: exported type DescribeCollectInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeCollectInfoRequest should be of the form "NewDescribeCollectInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCollectInfoRequestWithAllParams should be of the form "NewDescribeCollectInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeCollectInfoRequestWithoutParam should be of the form "NewDescribeCollectInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeCollectInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeCollectInfoRequest.SetCollectInfoUID should be of the form "SetCollectInfoUID ..." (golint)
    • Line 108: warning: exported type DescribeCollectInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeCollectInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteSecondaryCidr.go
    • Line 23: warning: exported type DeleteSecondaryCidrRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteSecondaryCidrRequest should be of the form "NewDeleteSecondaryCidrRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteSecondaryCidrRequestWithAllParams should be of the form "NewDeleteSecondaryCidrRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteSecondaryCidrRequestWithoutParam should be of the form "NewDeleteSecondaryCidrRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteSecondaryCidrRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteSecondaryCidrRequest.SetSecondaryCidrId should be of the form "SetSecondaryCidrId ..." (golint)
    • Line 111: warning: comment on exported method DeleteSecondaryCidrRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteSecondaryCidrResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteSecondaryCidrResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeInstanceClass.go
    • Line 24: warning: exported type DescribeInstanceClassRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceClassRequest should be of the form "NewDescribeInstanceClassRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeInstanceClassRequestWithAllParams should be of the form "NewDescribeInstanceClassRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeInstanceClassRequestWithoutParam should be of the form "NewDescribeInstanceClassRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeInstanceClassRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeInstanceClassRequest.SetRedisVersion should be of the form "SetRedisVersion ..." (golint)
    • Line 105: warning: exported type DescribeInstanceClassResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeInstanceClassResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/StopLiveDomain.go
    • Line 23: warning: exported type StopLiveDomainRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewStopLiveDomainRequest should be of the form "NewStopLiveDomainRequest ..." (golint)
    • Line 55: warning: comment on exported function NewStopLiveDomainRequestWithAllParams should be of the form "NewStopLiveDomainRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewStopLiveDomainRequestWithoutParam should be of the form "NewStopLiveDomainRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method StopLiveDomainRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 101: warning: exported type StopLiveDomainResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type StopLiveDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteApiGroup.go
    • Line 23: warning: exported type DeleteApiGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteApiGroupRequest should be of the form "NewDeleteApiGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteApiGroupRequestWithAllParams should be of the form "NewDeleteApiGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteApiGroupRequestWithoutParam should be of the form "NewDeleteApiGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteApiGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteApiGroupRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 107: warning: exported type DeleteApiGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteApiGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeAvailablePrivateIp.go
    • Line 23: warning: exported type DescribeAvailablePrivateIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeAvailablePrivateIpRequest should be of the form "NewDescribeAvailablePrivateIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeAvailablePrivateIpRequestWithAllParams should be of the form "NewDescribeAvailablePrivateIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeAvailablePrivateIpRequestWithoutParam should be of the form "NewDescribeAvailablePrivateIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 121: warning: exported type DescribeAvailablePrivateIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeAvailablePrivateIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableCCProtectionRuleOfWebRule.go
    • Line 23: warning: exported type EnableCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewEnableCCProtectionRuleOfWebRuleRequest should be of the form "NewEnableCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewEnableCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewEnableCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewEnableCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewEnableCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method EnableCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method EnableCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method EnableCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method EnableCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleId should be of the form "SetCcProtectionRuleId ..." (golint)
    • Line 135: warning: exported type EnableCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type EnableCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/RollbackNodeGroupUpgrade.go
    • Line 23: warning: exported type RollbackNodeGroupUpgradeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRollbackNodeGroupUpgradeRequest should be of the form "NewRollbackNodeGroupUpgradeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRollbackNodeGroupUpgradeRequestWithAllParams should be of the form "NewRollbackNodeGroupUpgradeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRollbackNodeGroupUpgradeRequestWithoutParam should be of the form "NewRollbackNodeGroupUpgradeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RollbackNodeGroupUpgradeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RollbackNodeGroupUpgradeRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 107: warning: exported type RollbackNodeGroupUpgradeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RollbackNodeGroupUpgradeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/client/OpenjrtcClient.go
    • Line 26: warning: exported type OpenjrtcClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewOpenjrtcClient should have comment or be unexported (golint)
    • Line 48: warning: exported method OpenjrtcClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method OpenjrtcClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method OpenjrtcClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method OpenjrtcClient.DescribeRooms should be of the form "DescribeRooms ..." (golint)
    • Line 83: warning: comment on exported method OpenjrtcClient.DescribeRoomInfo should be of the form "DescribeRoomInfo ..." (golint)
    • Line 104: warning: comment on exported method OpenjrtcClient.DescribeAppKey should be of the form "DescribeAppKey ..." (golint)
    • Line 125: warning: comment on exported method OpenjrtcClient.DescribeApp should be of the form "DescribeApp ..." (golint)
    • Line 146: warning: comment on exported method OpenjrtcClient.DescribeRoomOnlineUserNum should be of the form "DescribeRoomOnlineUserNum ..." (golint)
    • Line 167: warning: comment on exported method OpenjrtcClient.UpdateRoom should be of the form "UpdateRoom ..." (golint)
    • Line 188: warning: comment on exported method OpenjrtcClient.DescribeApps should be of the form "DescribeApps ..." (golint)
    • Line 209: warning: comment on exported method OpenjrtcClient.DeleteRoom should be of the form "DeleteRoom ..." (golint)
    • Line 230: warning: comment on exported method OpenjrtcClient.CreateRoom should be of the form "CreateRoom ..." (golint)
    • Line 251: warning: comment on exported method OpenjrtcClient.CreateUser should be of the form "CreateUser ..." (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveStreamQualityDetectionNotifyConfig.go
    • Line 23: warning: exported type SetLiveStreamQualityDetectionNotifyConfigRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewSetLiveStreamQualityDetectionNotifyConfigRequest should be of the form "NewSetLiveStreamQualityDetectionNotifyConfigRequest ..." (golint)
    • Line 61: warning: comment on exported function NewSetLiveStreamQualityDetectionNotifyConfigRequestWithAllParams should be of the form "NewSetLiveStreamQualityDetectionNotifyConfigRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetLiveStreamQualityDetectionNotifyConfigRequestWithoutParam should be of the form "NewSetLiveStreamQualityDetectionNotifyConfigRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetLiveStreamQualityDetectionNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: comment on exported method SetLiveStreamQualityDetectionNotifyConfigRequest.SetNotifyUrl should be of the form "SetNotifyUrl ..." (golint)
    • Line 115: warning: exported type SetLiveStreamQualityDetectionNotifyConfigResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetLiveStreamQualityDetectionNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/RemoveDevice.go
    • Line 23: warning: exported type RemoveDeviceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemoveDeviceRequest should be of the form "NewRemoveDeviceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemoveDeviceRequestWithAllParams should be of the form "NewRemoveDeviceRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemoveDeviceRequestWithoutParam should be of the form "NewRemoveDeviceRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemoveDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 105: warning: comment on exported method RemoveDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 110: warning: comment on exported method RemoveDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type RemoveDeviceResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemoveDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/models/DeviceOnlineInfo.go
    • Line 20: warning: exported type DeviceOnlineInfo should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Device_id should be DeviceID (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Online_time should be OnlineTime (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Count_time should be CountTime (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateWatermark.go
    • Line 23: warning: exported type CreateWatermarkRequest should have comment or be unexported (golint)
    • Line 95: warning: comment on exported function NewCreateWatermarkRequest should be of the form "NewCreateWatermarkRequest ..." (golint)
    • Line 151: warning: comment on exported function NewCreateWatermarkRequestWithAllParams should be of the form "NewCreateWatermarkRequestWithAllParams ..." (golint)
    • Line 233: warning: comment on exported function NewCreateWatermarkRequestWithoutParam should be of the form "NewCreateWatermarkRequestWithoutParam ..." (golint)
    • Line 246: warning: comment on exported method CreateWatermarkRequest.SetName should be of the form "SetName ..." (golint)
    • Line 252: warning: comment on exported method CreateWatermarkRequest.SetImgUrl should be of the form "SetImgUrl ..." (golint)
    • Line 257: warning: comment on exported method CreateWatermarkRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 265: warning: comment on exported method CreateWatermarkRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 273: warning: comment on exported method CreateWatermarkRequest.SetSizeUnit should be of the form "SetSizeUnit ..." (golint)
    • Line 282: warning: comment on exported method CreateWatermarkRequest.SetWidthRef should be of the form "SetWidthRef ..." (golint)
    • Line 287: warning: comment on exported method CreateWatermarkRequest.SetHeightRef should be of the form "SetHeightRef ..." (golint)
    • Line 300: warning: comment on exported method CreateWatermarkRequest.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 310: warning: comment on exported method CreateWatermarkRequest.SetOffsetX should be of the form "SetOffsetX ..." (golint)
    • Line 318: warning: comment on exported method CreateWatermarkRequest.SetOffsetY should be of the form "SetOffsetY ..." (golint)
    • Line 326: warning: comment on exported method CreateWatermarkRequest.SetOffsetUnit should be of the form "SetOffsetUnit ..." (golint)
    • Line 341: warning: exported type CreateWatermarkResponse should have comment or be unexported (golint)
    • Line 347: warning: exported type CreateWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/DeleteCensorLib.go
    • Line 23: warning: exported type DeleteCensorLibRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteCensorLibRequest should be of the form "NewDeleteCensorLibRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteCensorLibRequestWithAllParams should be of the form "NewDeleteCensorLibRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteCensorLibRequestWithoutParam should be of the form "NewDeleteCensorLibRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteCensorLibRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteCensorLibRequest.SetLibId should be of the form "SetLibId ..." (golint)
    • Line 107: warning: exported type DeleteCensorLibResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteCensorLibResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/CreateSnapshotPolicy.go
    • Line 24: warning: exported type CreateSnapshotPolicyRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewCreateSnapshotPolicyRequest should be of the form "NewCreateSnapshotPolicyRequest ..." (golint)
    • Line 85: warning: comment on exported function NewCreateSnapshotPolicyRequestWithAllParams should be of the form "NewCreateSnapshotPolicyRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewCreateSnapshotPolicyRequestWithoutParam should be of the form "NewCreateSnapshotPolicyRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method CreateSnapshotPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 139: warning: comment on exported method CreateSnapshotPolicyRequest.SetName should be of the form "SetName ..." (golint)
    • Line 144: warning: comment on exported method CreateSnapshotPolicyRequest.SetInterval should be of the form "SetInterval ..." (golint)
    • Line 149: warning: comment on exported method CreateSnapshotPolicyRequest.SetEffectiveTime should be of the form "SetEffectiveTime ..." (golint)
    • Line 154: warning: comment on exported method CreateSnapshotPolicyRequest.SetSnapshotLifecycle should be of the form "SetSnapshotLifecycle ..." (golint)
    • Line 159: warning: comment on exported method CreateSnapshotPolicyRequest.SetContactInfo should be of the form "SetContactInfo ..." (golint)
    • Line 164: warning: comment on exported method CreateSnapshotPolicyRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 175: warning: exported type CreateSnapshotPolicyResponse should have comment or be unexported (golint)
    • Line 181: warning: exported type CreateSnapshotPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateSubnet.go
    • Line 23: warning: exported type CreateSubnetRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewCreateSubnetRequest should be of the form "NewCreateSubnetRequest ..." (golint)
    • Line 81: warning: comment on exported function NewCreateSubnetRequestWithAllParams should be of the form "NewCreateSubnetRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewCreateSubnetRequestWithoutParam should be of the form "NewCreateSubnetRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method CreateSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 138: warning: comment on exported method CreateSubnetRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 143: warning: comment on exported method CreateSubnetRequest.SetSubnetName should be of the form "SetSubnetName ..." (golint)
    • Line 148: warning: comment on exported method CreateSubnetRequest.SetAddressPrefix should be of the form "SetAddressPrefix ..." (golint)
    • Line 153: warning: comment on exported method CreateSubnetRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 158: warning: comment on exported method CreateSubnetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 163: warning: comment on exported method CreateSubnetRequest.SetSubnetType should be of the form "SetSubnetType ..." (golint)
    • Line 168: warning: comment on exported method CreateSubnetRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 179: warning: exported type CreateSubnetResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type CreateSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/CloseLiveP2p.go
    • Line 23: warning: exported type CloseLiveP2pRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCloseLiveP2pRequest should be of the form "NewCloseLiveP2pRequest ..." (golint)
    • Line 48: warning: comment on exported function NewCloseLiveP2pRequestWithAllParams should be of the form "NewCloseLiveP2pRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewCloseLiveP2pRequestWithoutParam should be of the form "NewCloseLiveP2pRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method CloseLiveP2pRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 90: warning: exported type CloseLiveP2pResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type CloseLiveP2pResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/AddPermission.go
    • Line 23: warning: exported type AddPermissionRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewAddPermissionRequest should be of the form "NewAddPermissionRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAddPermissionRequestWithAllParams should be of the form "NewAddPermissionRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAddPermissionRequestWithoutParam should be of the form "NewAddPermissionRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AddPermissionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AddPermissionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 119: warning: comment on exported method AddPermissionRequest.SetPermission should be of the form "SetPermission ..." (golint)
    • Line 124: warning: comment on exported method AddPermissionRequest.SetTargetUserId should be of the form "SetTargetUserId ..." (golint)
    • Line 135: warning: exported type AddPermissionResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type AddPermissionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeIpSets.go
    • Line 24: warning: exported type DescribeIpSetsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeIpSetsRequest should be of the form "NewDescribeIpSetsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeIpSetsRequestWithAllParams should be of the form "NewDescribeIpSetsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeIpSetsRequestWithoutParam should be of the form "NewDescribeIpSetsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeIpSetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeIpSetsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeIpSetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeIpSetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeIpSetsResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeIpSetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/SendMessagesByPinUsingPOST.go
    • Line 24: warning: exported type SendMessagesByPinUsingPOSTRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewSendMessagesByPinUsingPOSTRequest should be of the form "NewSendMessagesByPinUsingPOSTRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSendMessagesByPinUsingPOSTRequestWithAllParams should be of the form "NewSendMessagesByPinUsingPOSTRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewSendMessagesByPinUsingPOSTRequestWithoutParam should be of the form "NewSendMessagesByPinUsingPOSTRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method SendMessagesByPinUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 121: warning: comment on exported method SendMessagesByPinUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 126: warning: comment on exported method SendMessagesByPinUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 131: warning: comment on exported method SendMessagesByPinUsingPOSTRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 136: warning: comment on exported method SendMessagesByPinUsingPOSTRequest.SetParams should be of the form "SetParams ..." (golint)
    • Line 147: warning: exported type SendMessagesByPinUsingPOSTResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type SendMessagesByPinUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/CancelKeyVersionDeletion.go
    • Line 23: warning: exported type CancelKeyVersionDeletionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCancelKeyVersionDeletionRequest should be of the form "NewCancelKeyVersionDeletionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCancelKeyVersionDeletionRequestWithAllParams should be of the form "NewCancelKeyVersionDeletionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCancelKeyVersionDeletionRequestWithoutParam should be of the form "NewCancelKeyVersionDeletionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CancelKeyVersionDeletionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 96: warning: comment on exported method CancelKeyVersionDeletionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type CancelKeyVersionDeletionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CancelKeyVersionDeletionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DescribeQuota.go
    • Line 24: warning: exported type DescribeQuotaRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeQuotaRequest should be of the form "NewDescribeQuotaRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeQuotaRequestWithAllParams should be of the form "NewDescribeQuotaRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeQuotaRequestWithoutParam should be of the form "NewDescribeQuotaRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeQuotaRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 112: warning: exported type DescribeQuotaResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type DescribeQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/RemovePermissionOfSubUser.go
    • Line 23: warning: exported type RemovePermissionOfSubUserRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemovePermissionOfSubUserRequest should be of the form "NewRemovePermissionOfSubUserRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemovePermissionOfSubUserRequestWithAllParams should be of the form "NewRemovePermissionOfSubUserRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemovePermissionOfSubUserRequestWithoutParam should be of the form "NewRemovePermissionOfSubUserRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemovePermissionOfSubUserRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RemovePermissionOfSubUserRequest.SetPermissionId should be of the form "SetPermissionId ..." (golint)
    • Line 110: warning: comment on exported method RemovePermissionOfSubUserRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 121: warning: exported type RemovePermissionOfSubUserResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemovePermissionOfSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/RemoveDeviceById.go
    • Line 23: warning: exported type RemoveDeviceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRemoveDeviceByIdRequest should be of the form "NewRemoveDeviceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRemoveDeviceByIdRequestWithAllParams should be of the form "NewRemoveDeviceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRemoveDeviceByIdRequestWithoutParam should be of the form "NewRemoveDeviceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RemoveDeviceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RemoveDeviceByIdRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 107: warning: exported type RemoveDeviceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RemoveDeviceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeRepositories.go
    • Line 25: warning: exported type DescribeRepositoriesRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeRepositoriesRequest should be of the form "NewDescribeRepositoriesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeRepositoriesRequestWithAllParams should be of the form "NewDescribeRepositoriesRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeRepositoriesRequestWithoutParam should be of the form "NewDescribeRepositoriesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeRepositoriesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeRepositoriesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 115: warning: comment on exported method DescribeRepositoriesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeRepositoriesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: exported type DescribeRepositoriesResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type DescribeRepositoriesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetIgnoreQueryString.go
    • Line 23: warning: exported type SetIgnoreQueryStringRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetIgnoreQueryStringRequest should be of the form "NewSetIgnoreQueryStringRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetIgnoreQueryStringRequestWithAllParams should be of the form "NewSetIgnoreQueryStringRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetIgnoreQueryStringRequestWithoutParam should be of the form "NewSetIgnoreQueryStringRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetIgnoreQueryStringRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetIgnoreQueryStringRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SetIgnoreQueryStringResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetIgnoreQueryStringResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetUserAgentConfig.go
    • Line 23: warning: exported type SetUserAgentConfigRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetUserAgentConfigRequest should be of the form "NewSetUserAgentConfigRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetUserAgentConfigRequestWithAllParams should be of the form "NewSetUserAgentConfigRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetUserAgentConfigRequestWithoutParam should be of the form "NewSetUserAgentConfigRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetUserAgentConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetUserAgentConfigRequest.SetUserAgentType should be of the form "SetUserAgentType ..." (golint)
    • Line 104: warning: comment on exported method SetUserAgentConfigRequest.SetUserAgentList should be of the form "SetUserAgentList ..." (golint)
    • Line 115: warning: exported type SetUserAgentConfigResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetUserAgentConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteAccessAuth.go
    • Line 23: warning: exported type DeleteAccessAuthRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteAccessAuthRequest should be of the form "NewDeleteAccessAuthRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteAccessAuthRequestWithAllParams should be of the form "NewDeleteAccessAuthRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteAccessAuthRequestWithoutParam should be of the form "NewDeleteAccessAuthRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteAccessAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteAccessAuthRequest.SetAccessAuthId should be of the form "SetAccessAuthId ..." (golint)
    • Line 107: warning: exported type DeleteAccessAuthResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteAccessAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataSourceTableField.go
    • Line 23: warning: exported type DescribeDataSourceTableFieldRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeDataSourceTableFieldRequest should be of the form "NewDescribeDataSourceTableFieldRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeDataSourceTableFieldRequestWithAllParams should be of the form "NewDescribeDataSourceTableFieldRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeDataSourceTableFieldRequestWithoutParam should be of the form "NewDescribeDataSourceTableFieldRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeDataSourceTableFieldRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DescribeDataSourceTableFieldRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 119: warning: comment on exported method DescribeDataSourceTableFieldRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 124: warning: comment on exported method DescribeDataSourceTableFieldRequest.SetFieldName should be of the form "SetFieldName ..." (golint)
    • Line 135: warning: exported type DescribeDataSourceTableFieldResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeDataSourceTableFieldResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveDomainCertificate.go
    • Line 23: warning: exported type SetLiveDomainCertificateRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewSetLiveDomainCertificateRequest should be of the form "NewSetLiveDomainCertificateRequest ..." (golint)
    • Line 82: warning: comment on exported function NewSetLiveDomainCertificateRequestWithAllParams should be of the form "NewSetLiveDomainCertificateRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewSetLiveDomainCertificateRequestWithoutParam should be of the form "NewSetLiveDomainCertificateRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method SetLiveDomainCertificateRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 142: warning: comment on exported method SetLiveDomainCertificateRequest.SetCertStatus should be of the form "SetCertStatus ..." (golint)
    • Line 151: warning: comment on exported method SetLiveDomainCertificateRequest.SetCert should be of the form "SetCert ..." (golint)
    • Line 159: warning: comment on exported method SetLiveDomainCertificateRequest.SetKey should be of the form "SetKey ..." (golint)
    • Line 167: warning: comment on exported method SetLiveDomainCertificateRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 180: warning: exported type SetLiveDomainCertificateResponse should have comment or be unexported (golint)
    • Line 186: warning: exported type SetLiveDomainCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/DescribeGroups.go
    • Line 25: warning: exported type DescribeGroupsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeGroupsRequest should be of the form "NewDescribeGroupsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeGroupsRequestWithAllParams should be of the form "NewDescribeGroupsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeGroupsRequestWithoutParam should be of the form "NewDescribeGroupsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeGroupsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/BatchSetResourceRecords.go
    • Line 24: warning: exported type BatchSetResourceRecordsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBatchSetResourceRecordsRequest should be of the form "NewBatchSetResourceRecordsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewBatchSetResourceRecordsRequestWithAllParams should be of the form "NewBatchSetResourceRecordsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewBatchSetResourceRecordsRequestWithoutParam should be of the form "NewBatchSetResourceRecordsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method BatchSetResourceRecordsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method BatchSetResourceRecordsRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method BatchSetResourceRecordsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type BatchSetResourceRecordsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type BatchSetResourceRecordsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteSubnet.go
    • Line 23: warning: exported type DeleteSubnetRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteSubnetRequest should be of the form "NewDeleteSubnetRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteSubnetRequestWithAllParams should be of the form "NewDeleteSubnetRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteSubnetRequestWithoutParam should be of the form "NewDeleteSubnetRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 111: warning: comment on exported method DeleteSubnetRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteSubnetResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/client/LiveClient.go
    • Line 26: warning: exported type LiveClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewLiveClient should have comment or be unexported (golint)
    • Line 48: warning: exported method LiveClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method LiveClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method LiveClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method LiveClient.DescribeDomainOnlineStream should be of the form "DescribeDomainOnlineStream ..." (golint)
    • Line 80: warning: comment on exported method LiveClient.DescribeUrlRanking should be of the form "DescribeUrlRanking ..." (golint)
    • Line 100: warning: comment on exported method LiveClient.OpenLiveRestart should be of the form "OpenLiveRestart ..." (golint)
    • Line 125: warning: comment on exported method LiveClient.AddLiveStreamAppQualityDetection should be of the form "AddLiveStreamAppQualityDetection ..." (golint)
    • Line 147: warning: comment on exported method LiveClient.AddCustomLiveStreamQualityDetectionTemplate should be of the form "AddCustomLiveStreamQualityDetectionTemplate ..." (golint)
    • Line 167: warning: comment on exported method LiveClient.DeleteLiveStreamNotifyConfig should be of the form "DeleteLiveStreamNotifyConfig ..." (golint)
    • Line 187: warning: comment on exported method LiveClient.OpenLiveP2p should be of the form "OpenLiveP2p ..." (golint)
    • Line 208: warning: comment on exported method LiveClient.DescribeLiveBillData should be of the form "DescribeLiveBillData ..." (golint)
    • Line 234: warning: comment on exported method LiveClient.DescribeCustomLiveStreamRecordTemplates should be of the form "DescribeCustomLiveStreamRecordTemplates ..." (golint)
    • Line 255: warning: comment on exported method LiveClient.DescribeTranscodeBinding should be of the form "DescribeTranscodeBinding ..." (golint)
    • Line 276: warning: comment on exported method LiveClient.DescribeCustomLiveStreamRecordConfig should be of the form "DescribeCustomLiveStreamRecordConfig ..." (golint)
    • Line 300: warning: comment on exported method LiveClient.DescribeLiveDomains should be of the form "DescribeLiveDomains ..." (golint)
    • Line 320: warning: comment on exported method LiveClient.AddLiveApp should be of the form "AddLiveApp ..." (golint)
    • Line 343: warning: comment on exported method LiveClient.DeleteLiveStreamAppWatermark should be of the form "DeleteLiveStreamAppWatermark ..." (golint)
    • Line 365: warning: comment on exported method LiveClient.DescribeLiveRestartAuthKey should be of the form "DescribeLiveRestartAuthKey ..." (golint)
    • Line 385: warning: comment on exported method LiveClient.DescribeLiveStreamPlayerRankingData should be of the form "DescribeLiveStreamPlayerRankingData ..." (golint)
    • Line 405: warning: comment on exported method LiveClient.DescribeWatermarkBinding should be of the form "DescribeWatermarkBinding ..." (golint)
    • Line 426: warning: comment on exported method LiveClient.DescribeLiveStatisticGroupByStream should be of the form "DescribeLiveStatisticGroupByStream ..." (golint)
    • Line 446: warning: comment on exported method LiveClient.SetLiveStreamRecordNotifyConfig should be of the form "SetLiveStreamRecordNotifyConfig ..." (golint)
    • Line 467: warning: comment on exported method LiveClient.AddCustomLiveStreamSnapshotTemplate should be of the form "AddCustomLiveStreamSnapshotTemplate ..." (golint)
    • Line 487: warning: comment on exported method LiveClient.StartLiveDomain should be of the form "StartLiveDomain ..." (golint)
    • Line 509: warning: comment on exported method LiveClient.DescribeLiveStreamPublishInfoByPage should be of the form "DescribeLiveStreamPublishInfoByPage ..." (golint)
    • Line 529: warning: comment on exported method LiveClient.DescribeCustomLiveStreamWatermarkTemplates should be of the form "DescribeCustomLiveStreamWatermarkTemplates ..." (golint)
    • Line 550: warning: comment on exported method LiveClient.AddLiveStreamAppTranscode should be of the form "AddLiveStreamAppTranscode ..." (golint)
    • Line 572: warning: comment on exported method LiveClient.DeleteLiveStreamSnapshotNotifyConfig should be of the form "DeleteLiveStreamSnapshotNotifyConfig ..." (golint)
    • Line 593: warning: comment on exported method LiveClient.DescribeLiveTimeshiftConfigs should be of the form "DescribeLiveTimeshiftConfigs ..." (golint)
    • Line 613: warning: comment on exported method LiveClient.AddLiveStreamAppWatermark should be of the form "AddLiveStreamAppWatermark ..." (golint)
    • Line 634: warning: comment on exported method LiveClient.DeleteLiveStreamAppSnapshot should be of the form "DeleteLiveStreamAppSnapshot ..." (golint)
    • Line 654: warning: comment on exported method LiveClient.DeleteLiveStreamRecordNotifyConfig should be of the form "DeleteLiveStreamRecordNotifyConfig ..." (golint)
    • Line 675: warning: comment on exported method LiveClient.DescribeCustomLiveStreamWatermarkConfig should be of the form "DescribeCustomLiveStreamWatermarkConfig ..." (golint)
    • Line 699: warning: comment on exported method LiveClient.AddCustomLiveStreamRecordTemplate should be of the form "AddCustomLiveStreamRecordTemplate ..." (golint)
    • Line 720: warning: comment on exported method LiveClient.DescribeLivePlayAuthKey should be of the form "DescribeLivePlayAuthKey ..." (golint)
    • Line 740: warning: comment on exported method LiveClient.DescribeLiveP2pConfigs should be of the form "DescribeLiveP2pConfigs ..." (golint)
    • Line 760: warning: comment on exported method LiveClient.DescribeLiveTranscodingDurationData should be of the form "DescribeLiveTranscodingDurationData ..." (golint)
    • Line 780: warning: comment on exported method LiveClient.DescribeSnapshotBinding should be of the form "DescribeSnapshotBinding ..." (golint)
    • Line 801: warning: comment on exported method LiveClient.DeleteCustomLiveStreamTranscodeTemplate should be of the form "DeleteCustomLiveStreamTranscodeTemplate ..." (golint)
    • Line 823: warning: comment on exported method LiveClient.DescribeCustomLiveStreamTranscodeTemplates should be of the form "DescribeCustomLiveStreamTranscodeTemplates ..." (golint)
    • Line 844: warning: comment on exported method LiveClient.DescribeLivePornData should be of the form "DescribeLivePornData ..." (golint)
    • Line 864: warning: comment on exported method LiveClient.StopLiveDomain should be of the form "StopLiveDomain ..." (golint)
    • Line 887: warning: comment on exported method LiveClient.DescribeLiveFileStorageData should be of the form "DescribeLiveFileStorageData ..." (golint)
    • Line 907: warning: comment on exported method LiveClient.DescribeLiveStreamOnlineList should be of the form "DescribeLiveStreamOnlineList ..." (golint)
    • Line 927: warning: comment on exported method LiveClient.DescribeLiveStreamRecordNotifyConfig should be of the form "DescribeLiveStreamRecordNotifyConfig ..." (golint)
    • Line 948: warning: comment on exported method LiveClient.AddLiveStreamDomainSnapshot should be of the form "AddLiveStreamDomainSnapshot ..." (golint)
    • Line 970: warning: comment on exported method LiveClient.DescribeLiveStreamHistoryUserNum should be of the form "DescribeLiveStreamHistoryUserNum ..." (golint)
    • Line 990: warning: comment on exported method LiveClient.SetLiveStreamNotifyConfig should be of the form "SetLiveStreamNotifyConfig ..." (golint)
    • Line 1010: warning: comment on exported method LiveClient.SetLiveStreamSnapshotNotifyConfig should be of the form "SetLiveStreamSnapshotNotifyConfig ..." (golint)
    • Line 1031: warning: comment on exported method LiveClient.AddLiveStreamDomainQualityDetection should be of the form "AddLiveStreamDomainQualityDetection ..." (golint)
    • Line 1053: warning: comment on exported method LiveClient.CloseLiveP2p should be of the form "CloseLiveP2p ..." (golint)
    • Line 1073: warning: comment on exported method LiveClient.DeleteLiveDomain should be of the form "DeleteLiveDomain ..." (golint)
    • Line 1096: warning: comment on exported method LiveClient.DescribeLiveStreamPublishBandwidthData should be of the form "DescribeLiveStreamPublishBandwidthData ..." (golint)
    • Line 1119: warning: comment on exported method LiveClient.ResumeLiveStream should be of the form "ResumeLiveStream ..." (golint)
    • Line 1139: warning: comment on exported method LiveClient.SetLiveDomainCertificate should be of the form "SetLiveDomainCertificate ..." (golint)
    • Line 1161: warning: comment on exported method LiveClient.DescribeCustomLiveStreamSnapshotConfig should be of the form "DescribeCustomLiveStreamSnapshotConfig ..." (golint)
    • Line 1185: warning: comment on exported method LiveClient.DescribeQualityDetectionBinding should be of the form "DescribeQualityDetectionBinding ..." (golint)
    • Line 1206: warning: comment on exported method LiveClient.DescribeLiveRestartConfigs should be of the form "DescribeLiveRestartConfigs ..." (golint)
    • Line 1226: warning: comment on exported method LiveClient.DescribeRecordBinding should be of the form "DescribeRecordBinding ..." (golint)
    • Line 1247: warning: comment on exported method LiveClient.DescribeCustomLiveStreamTranscodeTemplate should be of the form "DescribeCustomLiveStreamTranscodeTemplate ..." (golint)
    • Line 1278: warning: comment on exported method LiveClient.CloseLiveRestart should be of the form "CloseLiveRestart ..." (golint)
    • Line 1298: warning: comment on exported method LiveClient.DescribeLiveTranscodeStreamList should be of the form "DescribeLiveTranscodeStreamList ..." (golint)
    • Line 1318: warning: comment on exported method LiveClient.AddLiveStreamAppSnapshot should be of the form "AddLiveStreamAppSnapshot ..." (golint)
    • Line 1340: warning: comment on exported method LiveClient.DescribeLiveDomainCertificate should be of the form "DescribeLiveDomainCertificate ..." (golint)
    • Line 1360: warning: comment on exported method LiveClient.DeleteCustomLiveStreamQualityDetectionTemplate should be of the form "DeleteCustomLiveStreamQualityDetectionTemplate ..." (golint)
    • Line 1382: warning: comment on exported method LiveClient.CloseLiveTimeshift should be of the form "CloseLiveTimeshift ..." (golint)
    • Line 1402: warning: comment on exported method LiveClient.DescribeLiveTranscodeStreamPlayerUserNum should be of the form "DescribeLiveTranscodeStreamPlayerUserNum ..." (golint)
    • Line 1422: warning: comment on exported method LiveClient.AddLiveRecordTask should be of the form "AddLiveRecordTask ..." (golint)
    • Line 1444: warning: comment on exported method LiveClient.AddLiveStreamDomainWatermark should be of the form "AddLiveStreamDomainWatermark ..." (golint)
    • Line 1465: warning: comment on exported method LiveClient.SetLiveStreamQualityDetectionNotifyConfig should be of the form "SetLiveStreamQualityDetectionNotifyConfig ..." (golint)
    • Line 1486: warning: comment on exported method LiveClient.DeleteLiveStreamDomainSnapshot should be of the form "DeleteLiveStreamDomainSnapshot ..." (golint)
    • Line 1508: warning: comment on exported method LiveClient.DescribeLiveStreamBandwidthData should be of the form "DescribeLiveStreamBandwidthData ..." (golint)
    • Line 1531: warning: comment on exported method LiveClient.DescribeDomainsLog should be of the form "DescribeDomainsLog ..." (golint)
    • Line 1551: warning: comment on exported method LiveClient.AddLiveRestartDomain should be of the form "AddLiveRestartDomain ..." (golint)
    • Line 1572: warning: comment on exported method LiveClient.DescribeLiveRestartDomainCertificate should be of the form "DescribeLiveRestartDomainCertificate ..." (golint)
    • Line 1592: warning: comment on exported method LiveClient.DeleteLiveStreamDomainQualityDetection should be of the form "DeleteLiveStreamDomainQualityDetection ..." (golint)
    • Line 1614: warning: comment on exported method LiveClient.DescribePublishStreamInfoData should be of the form "DescribePublishStreamInfoData ..." (golint)
    • Line 1634: warning: comment on exported method LiveClient.ForbidLiveStream should be of the form "ForbidLiveStream ..." (golint)
    • Line 1654: warning: comment on exported method LiveClient.SetLiveRestartAuthKey should be of the form "SetLiveRestartAuthKey ..." (golint)
    • Line 1674: warning: comment on exported method LiveClient.DescribeLiveTranscodeStreamNum should be of the form "DescribeLiveTranscodeStreamNum ..." (golint)
    • Line 1694: warning: comment on exported method LiveClient.DescribeLiveStreamPlayInfoByPage should be of the form "DescribeLiveStreamPlayInfoByPage ..." (golint)
    • Line 1714: warning: comment on exported method LiveClient.DescribeLiveDomainDetail should be of the form "DescribeLiveDomainDetail ..." (golint)
    • Line 1734: warning: comment on exported method LiveClient.DeleteCustomLiveStreamSnapshotTemplate should be of the form "DeleteCustomLiveStreamSnapshotTemplate ..." (golint)
    • Line 1756: warning: comment on exported method LiveClient.AddCustomLiveStreamWatermarkTemplate should be of the form "AddCustomLiveStreamWatermarkTemplate ..." (golint)
    • Line 1777: warning: comment on exported method LiveClient.DeleteCustomLiveStreamWatermarkTemplate should be of the form "DeleteCustomLiveStreamWatermarkTemplate ..." (golint)
    • Line 1799: warning: comment on exported method LiveClient.DeleteLiveStreamDomainWatermark should be of the form "DeleteLiveStreamDomainWatermark ..." (golint)
    • Line 1821: warning: comment on exported method LiveClient.DeleteLiveStreamAppRecord should be of the form "DeleteLiveStreamAppRecord ..." (golint)
    • Line 1843: warning: comment on exported method LiveClient.DeleteCustomLiveStreamRecordTemplate should be of the form "DeleteCustomLiveStreamRecordTemplate ..." (golint)
    • Line 1865: warning: comment on exported method LiveClient.DeleteLiveStreamQualityDetectionNotifyConfig should be of the form "DeleteLiveStreamQualityDetectionNotifyConfig ..." (golint)
    • Line 1886: warning: comment on exported method LiveClient.SetLiveRestartDomainCertificate should be of the form "SetLiveRestartDomainCertificate ..." (golint)
    • Line 1908: warning: comment on exported method LiveClient.DescribeLiveSnapshotData should be of the form "DescribeLiveSnapshotData ..." (golint)
    • Line 1928: warning: comment on exported method LiveClient.DeleteLiveStreamDomainTranscode should be of the form "DeleteLiveStreamDomainTranscode ..." (golint)
    • Line 1950: warning: comment on exported method LiveClient.DeleteLiveStreamAppQualityDetection should be of the form "DeleteLiveStreamAppQualityDetection ..." (golint)
    • Line 1972: warning: comment on exported method LiveClient.DeleteLiveStreamDomainRecord should be of the form "DeleteLiveStreamDomainRecord ..." (golint)
    • Line 1994: warning: comment on exported method LiveClient.DescribeLivePublishStreamNum should be of the form "DescribeLivePublishStreamNum ..." (golint)
    • Line 2014: warning: comment on exported method LiveClient.DescribeSystemLiveStreamTranscodeTemplates should be of the form "DescribeSystemLiveStreamTranscodeTemplates ..." (golint)
    • Line 2035: warning: comment on exported method LiveClient.DescribeLiveStatisticGroupByArea should be of the form "DescribeLiveStatisticGroupByArea ..." (golint)
    • Line 2055: warning: comment on exported method LiveClient.DescribeLiveStreamPublishTrafficData should be of the form "DescribeLiveStreamPublishTrafficData ..." (golint)
    • Line 2078: warning: comment on exported method LiveClient.DescribeLiveStreamPublishList should be of the form "DescribeLiveStreamPublishList ..." (golint)
    • Line 2098: warning: comment on exported method LiveClient.AddLiveStreamAppRecord should be of the form "AddLiveStreamAppRecord ..." (golint)
    • Line 2120: warning: comment on exported method LiveClient.AddLiveStreamDomainRecord should be of the form "AddLiveStreamDomainRecord ..." (golint)
    • Line 2142: warning: comment on exported method LiveClient.DescribeLiveStatisticGroupByAreaIsp should be of the form "DescribeLiveStatisticGroupByAreaIsp ..." (golint)
    • Line 2162: warning: comment on exported method LiveClient.DescribeLiveStreamSnapshotNotifyConfig should be of the form "DescribeLiveStreamSnapshotNotifyConfig ..." (golint)
    • Line 2183: warning: comment on exported method LiveClient.DescribeLiveStreamTranscodeConfig should be of the form "DescribeLiveStreamTranscodeConfig ..." (golint)
    • Line 2207: warning: comment on exported method LiveClient.SetLivePlayAuthKey should be of the form "SetLivePlayAuthKey ..." (golint)
    • Line 2227: warning: comment on exported method LiveClient.DescribeLiveApp should be of the form "DescribeLiveApp ..." (golint)
    • Line 2247: warning: comment on exported method LiveClient.DescribeLiveStreamQualityDetectionNotifyConfig should be of the form "DescribeLiveStreamQualityDetectionNotifyConfig ..." (golint)
    • Line 2268: warning: comment on exported method LiveClient.InterruptLiveStream should be of the form "InterruptLiveStream ..." (golint)
    • Line 2290: warning: comment on exported method LiveClient.AddLiveDomain should be of the form "AddLiveDomain ..." (golint)
    • Line 2313: warning: comment on exported method LiveClient.DeleteLiveRecordings should be of the form "DeleteLiveRecordings ..." (golint)
    • Line 2334: warning: comment on exported method LiveClient.DescribeLiveTranscodeStreamBandwidth should be of the form "DescribeLiveTranscodeStreamBandwidth ..." (golint)
    • Line 2356: warning: comment on exported method LiveClient.DescribeLiveStreamInfo should be of the form "DescribeLiveStreamInfo ..." (golint)
    • Line 2377: warning: comment on exported method LiveClient.DescribeCustomLiveStreamQualityDetectionTemplates should be of the form "DescribeCustomLiveStreamQualityDetectionTemplates ..." (golint)
    • Line 2397: warning: comment on exported method LiveClient.DescribeLiveStreamNotifyConfig should be of the form "DescribeLiveStreamNotifyConfig ..." (golint)
    • Line 2417: warning: comment on exported method LiveClient.DescribeLivePublishStatisticGroupByStream should be of the form "DescribeLivePublishStatisticGroupByStream ..." (golint)
    • Line 2437: warning: comment on exported method LiveClient.DescribeCustomLiveStreamSnapshotTemplates should be of the form "DescribeCustomLiveStreamSnapshotTemplates ..." (golint)
    • Line 2457: warning: comment on exported method LiveClient.StopLiveApp should be of the form "StopLiveApp ..." (golint)
    • Line 2479: warning: comment on exported method LiveClient.DescribeLiveStreamTrafficData should be of the form "DescribeLiveStreamTrafficData ..." (golint)
    • Line 2502: warning: comment on exported method LiveClient.AddCustomLiveStreamTranscodeTemplate should be of the form "AddCustomLiveStreamTranscodeTemplate ..." (golint)
    • Line 2533: warning: comment on exported method LiveClient.AddLiveStreamDomainTranscode should be of the form "AddLiveStreamDomainTranscode ..." (golint)
    • Line 2555: warning: comment on exported method LiveClient.DeleteLiveStreamAppTranscode should be of the form "DeleteLiveStreamAppTranscode ..." (golint)
    • Line 2577: warning: comment on exported method LiveClient.OpenLiveTimeshift should be of the form "OpenLiveTimeshift ..." (golint)
    • jdcloud-sdk-go/services/vm/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/UpdateTopic.go
    • Line 24: warning: exported type UpdateTopicRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateTopicRequest should be of the form "NewUpdateTopicRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateTopicRequestWithAllParams should be of the form "NewUpdateTopicRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateTopicRequestWithoutParam should be of the form "NewUpdateTopicRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method UpdateTopicRequest.SetTopicModel should be of the form "SetTopicModel ..." (golint)
    • Line 108: warning: exported type UpdateTopicResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/AntiLevelWaf.go
    • Line 24: warning: exported type AntiLevelWafRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAntiLevelWafRequest should be of the form "NewAntiLevelWafRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAntiLevelWafRequestWithAllParams should be of the form "NewAntiLevelWafRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAntiLevelWafRequestWithoutParam should be of the form "NewAntiLevelWafRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AntiLevelWafRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AntiLevelWafRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AntiLevelWafRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AntiLevelWafResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AntiLevelWafResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/CreateContainers.go
    • Line 24: warning: exported type CreateContainersRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateContainersRequest should be of the form "NewCreateContainersRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateContainersRequestWithAllParams should be of the form "NewCreateContainersRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewCreateContainersRequestWithoutParam should be of the form "NewCreateContainersRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method CreateContainersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method CreateContainersRequest.SetContainerSpec should be of the form "SetContainerSpec ..." (golint)
    • Line 105: warning: comment on exported method CreateContainersRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 116: warning: exported type CreateContainersResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type CreateContainersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeRouteTable.go
    • Line 24: warning: exported type DescribeRouteTableRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRouteTableRequest should be of the form "NewDescribeRouteTableRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRouteTableRequestWithAllParams should be of the form "NewDescribeRouteTableRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRouteTableRequestWithoutParam should be of the form "NewDescribeRouteTableRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 108: warning: exported type DescribeRouteTableResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateSuperAccount.go
    • Line 23: warning: exported type CreateSuperAccountRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateSuperAccountRequest should be of the form "NewCreateSuperAccountRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateSuperAccountRequestWithAllParams should be of the form "NewCreateSuperAccountRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateSuperAccountRequestWithoutParam should be of the form "NewCreateSuperAccountRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateSuperAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateSuperAccountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateSuperAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method CreateSuperAccountRequest.SetAccountPassword should be of the form "SetAccountPassword ..." (golint)
    • Line 135: warning: exported type CreateSuperAccountResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateSuperAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribePermissions.go
    • Line 24: warning: exported type DescribePermissionsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribePermissionsRequest should be of the form "NewDescribePermissionsRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribePermissionsRequestWithAllParams should be of the form "NewDescribePermissionsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribePermissionsRequestWithoutParam should be of the form "NewDescribePermissionsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribePermissionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribePermissionsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribePermissionsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribePermissionsRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 136: warning: comment on exported method DescribePermissionsRequest.SetQueryType should be of the form "SetQueryType ..." (golint)
    • Line 147: warning: exported type DescribePermissionsResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type DescribePermissionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyEPB.go
    • Line 24: warning: exported type ModifyEPBRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyEPBRequest should be of the form "NewModifyEPBRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyEPBRequestWithAllParams should be of the form "NewModifyEPBRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyEPBRequestWithoutParam should be of the form "NewModifyEPBRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyEPBRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyEPBRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyEPBRequest.SetModifyInstanceEPBSpec should be of the form "SetModifyInstanceEPBSpec ..." (golint)
    • Line 122: warning: exported type ModifyEPBResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyEPBResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/UnInstallApp.go
    • Line 23: warning: exported type UnInstallAppRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewUnInstallAppRequest should be of the form "NewUnInstallAppRequest ..." (golint)
    • Line 87: warning: comment on exported function NewUnInstallAppRequestWithAllParams should be of the form "NewUnInstallAppRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewUnInstallAppRequestWithoutParam should be of the form "NewUnInstallAppRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method UnInstallAppRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 141: warning: comment on exported method UnInstallAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 146: warning: comment on exported method UnInstallAppRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 151: warning: comment on exported method UnInstallAppRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 156: warning: comment on exported method UnInstallAppRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 161: warning: comment on exported method UnInstallAppRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 166: warning: comment on exported method UnInstallAppRequest.SetDeployAppId should be of the form "SetDeployAppId ..." (golint)
    • Line 177: warning: exported type UnInstallAppResponse should have comment or be unexported (golint)
    • Line 183: warning: exported type UnInstallAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/ModifySubscriptionAttribute.go
    • Line 23: warning: exported type ModifySubscriptionAttributeRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewModifySubscriptionAttributeRequest should be of the form "NewModifySubscriptionAttributeRequest ..." (golint)
    • Line 72: warning: comment on exported function NewModifySubscriptionAttributeRequestWithAllParams should be of the form "NewModifySubscriptionAttributeRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewModifySubscriptionAttributeRequestWithoutParam should be of the form "NewModifySubscriptionAttributeRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method ModifySubscriptionAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method ModifySubscriptionAttributeRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 128: warning: comment on exported method ModifySubscriptionAttributeRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 133: warning: comment on exported method ModifySubscriptionAttributeRequest.SetMaxRetryTimes should be of the form "SetMaxRetryTimes ..." (golint)
    • Line 138: warning: comment on exported method ModifySubscriptionAttributeRequest.SetMessageInvisibleTimeInSeconds should be of the form "SetMessageInvisibleTimeInSeconds ..." (golint)
    • Line 143: warning: comment on exported method ModifySubscriptionAttributeRequest.SetDlqEnable should be of the form "SetDlqEnable ..." (golint)
    • Line 154: warning: exported type ModifySubscriptionAttributeResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type ModifySubscriptionAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateIpSet.go
    • Line 24: warning: exported type CreateIpSetRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateIpSetRequest should be of the form "NewCreateIpSetRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateIpSetRequestWithAllParams should be of the form "NewCreateIpSetRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateIpSetRequestWithoutParam should be of the form "NewCreateIpSetRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateIpSetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateIpSetRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateIpSetRequest.SetIpSetSpec should be of the form "SetIpSetSpec ..." (golint)
    • Line 122: warning: exported type CreateIpSetResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateIpSetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/DeleteInstanceVoucher.go
    • Line 23: warning: exported type DeleteInstanceVoucherRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceVoucherRequest should be of the form "NewDeleteInstanceVoucherRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceVoucherRequestWithAllParams should be of the form "NewDeleteInstanceVoucherRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceVoucherRequestWithoutParam should be of the form "NewDeleteInstanceVoucherRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceVoucherRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceVoucherRequest.SetInstanceVoucherId should be of the form "SetInstanceVoucherId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceVoucherResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceVoucherResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeRegiones.go
    • Line 24: warning: exported type DescribeRegionesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRegionesRequest should be of the form "NewDescribeRegionesRequest ..." (golint)
    • Line 49: warning: comment on exported function NewDescribeRegionesRequestWithAllParams should be of the form "NewDescribeRegionesRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeRegionesRequestWithoutParam should be of the form "NewDescribeRegionesRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method DescribeRegionesRequest.SetNetworkType should be of the form "SetNetworkType ..." (golint)
    • Line 91: warning: exported type DescribeRegionesResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type DescribeRegionesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DeleteRdsDatabase.go
    • Line 23: warning: exported type DeleteRdsDatabaseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRdsDatabaseRequest should be of the form "NewDeleteRdsDatabaseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRdsDatabaseRequestWithAllParams should be of the form "NewDeleteRdsDatabaseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRdsDatabaseRequestWithoutParam should be of the form "NewDeleteRdsDatabaseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRdsDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRdsDatabaseRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRdsDatabaseRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 121: warning: exported type DeleteRdsDatabaseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRdsDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DeleteRegistry.go
    • Line 23: warning: exported type DeleteRegistryRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRegistryRequest should be of the form "NewDeleteRegistryRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRegistryRequestWithAllParams should be of the form "NewDeleteRegistryRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRegistryRequestWithoutParam should be of the form "NewDeleteRegistryRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 107: warning: exported type DeleteRegistryResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/CreateCacheAnalysis.go
    • Line 23: warning: exported type CreateCacheAnalysisRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCreateCacheAnalysisRequest should be of the form "NewCreateCacheAnalysisRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateCacheAnalysisRequestWithAllParams should be of the form "NewCreateCacheAnalysisRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCreateCacheAnalysisRequestWithoutParam should be of the form "NewCreateCacheAnalysisRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CreateCacheAnalysisRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CreateCacheAnalysisRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: exported type CreateCacheAnalysisResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CreateCacheAnalysisResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPublishList.go
    • Line 24: warning: exported type DescribeLiveStreamPublishListRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamPublishListRequest should be of the form "NewDescribeLiveStreamPublishListRequest ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeLiveStreamPublishListRequestWithAllParams should be of the form "NewDescribeLiveStreamPublishListRequestWithAllParams ..." (golint)
    • Line 144: warning: comment on exported function NewDescribeLiveStreamPublishListRequestWithoutParam should be of the form "NewDescribeLiveStreamPublishListRequestWithoutParam ..." (golint)
    • Line 157: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 169: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 176: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 181: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 196: warning: comment on exported method DescribeLiveStreamPublishListRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 213: warning: exported type DescribeLiveStreamPublishListResponse should have comment or be unexported (golint)
    • Line 219: warning: exported type DescribeLiveStreamPublishListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/client/DomainClient.go
    • Line 26: warning: exported type DomainClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDomainClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DomainClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DomainClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DomainClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DomainClient.CheckDomain should be of the form "CheckDomain ..." (golint)
    • Line 80: warning: comment on exported method DomainClient.DomainTemplateAssigned should be of the form "DomainTemplateAssigned ..." (golint)
    • Line 100: warning: comment on exported method DomainClient.RenewDomain should be of the form "RenewDomain ..." (golint)
    • Line 122: warning: comment on exported method DomainClient.DomainLock should be of the form "DomainLock ..." (golint)
    • Line 142: warning: comment on exported method DomainClient.CreateDomain should be of the form "CreateDomain ..." (golint)
    • Line 164: warning: comment on exported method DomainClient.DomainInfo should be of the form "DomainInfo ..." (golint)
    • Line 184: warning: comment on exported method DomainClient.DeleteTemplate should be of the form "DeleteTemplate ..." (golint)
    • Line 204: warning: comment on exported method DomainClient.ModifyTemplateInfo should be of the form "ModifyTemplateInfo ..." (golint)
    • Line 224: warning: comment on exported method DomainClient.GetDomainTransferOutPassWord should be of the form "GetDomainTransferOutPassWord ..." (golint)
    • Line 244: warning: comment on exported method DomainClient.TransferinDomain should be of the form "TransferinDomain ..." (golint)
    • Line 266: warning: comment on exported method DomainClient.DomainUnLock should be of the form "DomainUnLock ..." (golint)
    • Line 286: warning: comment on exported method DomainClient.QueryTemplateInfo should be of the form "QueryTemplateInfo ..." (golint)
    • Line 306: warning: comment on exported method DomainClient.CertificateTemplate should be of the form "CertificateTemplate ..." (golint)
    • Line 326: warning: comment on exported method DomainClient.ModifyDns should be of the form "ModifyDns ..." (golint)
    • Line 346: warning: comment on exported method DomainClient.CertificateTemplateState should be of the form "CertificateTemplateState ..." (golint)
    • Line 366: warning: comment on exported method DomainClient.TransferinDomainState should be of the form "TransferinDomainState ..." (golint)
    • Line 386: warning: comment on exported method DomainClient.QueryWhoisInfo should be of the form "QueryWhoisInfo ..." (golint)
    • Line 406: warning: comment on exported method DomainClient.CreateTemplate should be of the form "CreateTemplate ..." (golint)
    • jdcloud-sdk-go/services/detection/apis/DescribeMetricDataAm.go
    • Line 24: warning: exported type DescribeMetricDataAmRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeMetricDataAmRequest should be of the form "NewDescribeMetricDataAmRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeMetricDataAmRequestWithAllParams should be of the form "NewDescribeMetricDataAmRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeMetricDataAmRequestWithoutParam should be of the form "NewDescribeMetricDataAmRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeMetricDataAmRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 106: warning: comment on exported method DescribeMetricDataAmRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 111: warning: comment on exported method DescribeMetricDataAmRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 116: warning: comment on exported method DescribeMetricDataAmRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 127: warning: exported type DescribeMetricDataAmResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeMetricDataAmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyWebRuleJsPageToAll.go
    • Line 23: warning: exported type ModifyWebRuleJsPageToAllRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyWebRuleJsPageToAllRequest should be of the form "NewModifyWebRuleJsPageToAllRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyWebRuleJsPageToAllRequestWithAllParams should be of the form "NewModifyWebRuleJsPageToAllRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyWebRuleJsPageToAllRequestWithoutParam should be of the form "NewModifyWebRuleJsPageToAllRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyWebRuleJsPageToAllRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyWebRuleJsPageToAllRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyWebRuleJsPageToAllRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type ModifyWebRuleJsPageToAllResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyWebRuleJsPageToAllResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateElasticIpRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/ImageScan.go
    • Line 24: warning: exported type ImageScanRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewImageScanRequest should be of the form "NewImageScanRequest ..." (golint)
    • Line 52: warning: comment on exported function NewImageScanRequestWithAllParams should be of the form "NewImageScanRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewImageScanRequestWithoutParam should be of the form "NewImageScanRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method ImageScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 91: warning: comment on exported method ImageScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 102: warning: exported type ImageScanResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type ImageScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/RestoreDisk.go
    • Line 23: warning: exported type RestoreDiskRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRestoreDiskRequest should be of the form "NewRestoreDiskRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRestoreDiskRequestWithAllParams should be of the form "NewRestoreDiskRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRestoreDiskRequestWithoutParam should be of the form "NewRestoreDiskRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RestoreDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RestoreDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 110: warning: comment on exported method RestoreDiskRequest.SetSnapshotId should be of the form "SetSnapshotId ..." (golint)
    • Line 121: warning: exported type RestoreDiskResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RestoreDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeProtectionOutline.go
    • Line 24: warning: exported type DescribeProtectionOutlineRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeProtectionOutlineRequest should be of the form "NewDescribeProtectionOutlineRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeProtectionOutlineRequestWithAllParams should be of the form "NewDescribeProtectionOutlineRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeProtectionOutlineRequestWithoutParam should be of the form "NewDescribeProtectionOutlineRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeProtectionOutlineRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeProtectionOutlineResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeProtectionOutlineResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/StartContainer.go
    • Line 23: warning: exported type StartContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartContainerRequest should be of the form "NewStartContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartContainerRequestWithAllParams should be of the form "NewStartContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartContainerRequestWithoutParam should be of the form "NewStartContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type StartContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ExecStart.go
    • Line 23: warning: exported type ExecStartRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewExecStartRequest should be of the form "NewExecStartRequest ..." (golint)
    • Line 69: warning: comment on exported function NewExecStartRequestWithAllParams should be of the form "NewExecStartRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewExecStartRequestWithoutParam should be of the form "NewExecStartRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ExecStartRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ExecStartRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 119: warning: comment on exported method ExecStartRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 124: warning: comment on exported method ExecStartRequest.SetExecId should be of the form "SetExecId ..." (golint)
    • Line 135: warning: exported type ExecStartResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ExecStartResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotlink/apis/GprsRealtimeInfo.go
    • Line 24: warning: exported type GprsRealtimeInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGprsRealtimeInfoRequest should be of the form "NewGprsRealtimeInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGprsRealtimeInfoRequestWithAllParams should be of the form "NewGprsRealtimeInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGprsRealtimeInfoRequestWithoutParam should be of the form "NewGprsRealtimeInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GprsRealtimeInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GprsRealtimeInfoRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type GprsRealtimeInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GprsRealtimeInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateElasticIpRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RestoreDatabaseFromBackup.go
    • Line 23: warning: exported type RestoreDatabaseFromBackupRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewRestoreDatabaseFromBackupRequest should be of the form "NewRestoreDatabaseFromBackupRequest ..." (golint)
    • Line 75: warning: comment on exported function NewRestoreDatabaseFromBackupRequestWithAllParams should be of the form "NewRestoreDatabaseFromBackupRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewRestoreDatabaseFromBackupRequestWithoutParam should be of the form "NewRestoreDatabaseFromBackupRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method RestoreDatabaseFromBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method RestoreDatabaseFromBackupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 128: warning: comment on exported method RestoreDatabaseFromBackupRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 133: warning: comment on exported method RestoreDatabaseFromBackupRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 138: warning: comment on exported method RestoreDatabaseFromBackupRequest.SetBackupFileName should be of the form "SetBackupFileName ..." (golint)
    • Line 149: warning: exported type RestoreDatabaseFromBackupResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type RestoreDatabaseFromBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeUrlMaps.go
    • Line 25: warning: exported type DescribeUrlMapsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeUrlMapsRequest should be of the form "NewDescribeUrlMapsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeUrlMapsRequestWithAllParams should be of the form "NewDescribeUrlMapsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeUrlMapsRequestWithoutParam should be of the form "NewDescribeUrlMapsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeUrlMapsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeUrlMapsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeUrlMapsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeUrlMapsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeUrlMapsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeUrlMapsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeIntercept.go
    • Line 23: warning: exported type DescribeInterceptRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInterceptRequest should be of the form "NewDescribeInterceptRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInterceptRequestWithAllParams should be of the form "NewDescribeInterceptRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInterceptRequestWithoutParam should be of the form "NewDescribeInterceptRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInterceptRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInterceptRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInterceptResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInterceptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ListProducts.go
    • Line 25: warning: exported type ListProductsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewListProductsRequest should be of the form "NewListProductsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewListProductsRequestWithAllParams should be of the form "NewListProductsRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewListProductsRequestWithoutParam should be of the form "NewListProductsRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ListProductsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ListProductsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ListProductsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method ListProductsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 139: warning: comment on exported method ListProductsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 154: warning: exported type ListProductsResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type ListProductsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryUrlRule.go
    • Line 23: warning: exported type QueryUrlRuleRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryUrlRuleRequest should be of the form "NewQueryUrlRuleRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryUrlRuleRequestWithAllParams should be of the form "NewQueryUrlRuleRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryUrlRuleRequestWithoutParam should be of the form "NewQueryUrlRuleRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryUrlRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryUrlRuleResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryUrlRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/partner/apis/GetTotalConsumption.go
    • Line 24: warning: exported type GetTotalConsumptionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetTotalConsumptionRequest should be of the form "NewGetTotalConsumptionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetTotalConsumptionRequestWithAllParams should be of the form "NewGetTotalConsumptionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetTotalConsumptionRequestWithoutParam should be of the form "NewGetTotalConsumptionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetTotalConsumptionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetTotalConsumptionRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 111: warning: comment on exported method GetTotalConsumptionRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 122: warning: exported type GetTotalConsumptionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetTotalConsumptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryAvgBandwidthForPCdn.go
    • Line 24: warning: exported type QueryAvgBandwidthForPCdnRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryAvgBandwidthForPCdnRequest should be of the form "NewQueryAvgBandwidthForPCdnRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQueryAvgBandwidthForPCdnRequestWithAllParams should be of the form "NewQueryAvgBandwidthForPCdnRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryAvgBandwidthForPCdnRequestWithoutParam should be of the form "NewQueryAvgBandwidthForPCdnRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryAvgBandwidthForPCdnRequest.SetStarttime should be of the form "SetStarttime ..." (golint)
    • Line 115: warning: comment on exported method QueryAvgBandwidthForPCdnRequest.SetStoptime should be of the form "SetStoptime ..." (golint)
    • Line 120: warning: comment on exported method QueryAvgBandwidthForPCdnRequest.SetClientid should be of the form "SetClientid ..." (golint)
    • Line 125: warning: comment on exported method QueryAvgBandwidthForPCdnRequest.SetPage should be of the form "SetPage ..." (golint)
    • Line 130: warning: comment on exported method QueryAvgBandwidthForPCdnRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 141: warning: exported type QueryAvgBandwidthForPCdnResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type QueryAvgBandwidthForPCdnResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DelDomainTempInstance.go
    • Line 23: warning: exported type DelDomainTempInstanceRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDelDomainTempInstanceRequest should be of the form "NewDelDomainTempInstanceRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDelDomainTempInstanceRequestWithAllParams should be of the form "NewDelDomainTempInstanceRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDelDomainTempInstanceRequestWithoutParam should be of the form "NewDelDomainTempInstanceRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DelDomainTempInstanceRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 93: warning: exported type DelDomainTempInstanceResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DelDomainTempInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/AddCredit.go
    • Line 24: warning: exported type AddCreditRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewAddCreditRequest should be of the form "NewAddCreditRequest ..." (golint)
    • Line 130: warning: comment on exported function NewAddCreditRequestWithAllParams should be of the form "NewAddCreditRequestWithAllParams ..." (golint)
    • Line 187: warning: comment on exported function NewAddCreditRequestWithoutParam should be of the form "NewAddCreditRequestWithoutParam ..." (golint)
    • Line 200: warning: comment on exported method AddCreditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 205: warning: comment on exported method AddCreditRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 210: warning: comment on exported method AddCreditRequest.SetName should be of the form "SetName ..." (golint)
    • Line 215: warning: comment on exported method AddCreditRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 220: warning: comment on exported method AddCreditRequest.SetBusinessLicense should be of the form "SetBusinessLicense ..." (golint)
    • Line 225: warning: comment on exported method AddCreditRequest.SetBusinessLicenseName should be of the form "SetBusinessLicenseName ..." (golint)
    • Line 230: warning: comment on exported method AddCreditRequest.SetSignedAuthorization should be of the form "SetSignedAuthorization ..." (golint)
    • Line 235: warning: comment on exported method AddCreditRequest.SetSignedAuthorizationName should be of the form "SetSignedAuthorizationName ..." (golint)
    • Line 240: warning: comment on exported method AddCreditRequest.SetInformationSecurity should be of the form "SetInformationSecurity ..." (golint)
    • Line 245: warning: comment on exported method AddCreditRequest.SetInformationSecurityName should be of the form "SetInformationSecurityName ..." (golint)
    • Line 250: warning: comment on exported method AddCreditRequest.SetMembershipCertificate should be of the form "SetMembershipCertificate ..." (golint)
    • Line 255: warning: comment on exported method AddCreditRequest.SetMembershipCertificateName should be of the form "SetMembershipCertificateName ..." (golint)
    • Line 260: warning: comment on exported method AddCreditRequest.SetOtherCertificate should be of the form "SetOtherCertificate ..." (golint)
    • Line 265: warning: comment on exported method AddCreditRequest.SetOtherCertificateName should be of the form "SetOtherCertificateName ..." (golint)
    • Line 276: warning: exported type AddCreditResponse should have comment or be unexported (golint)
    • Line 282: warning: exported type AddCreditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateRdsInstance.go
    • Line 24: warning: exported type CreateRdsInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateRdsInstanceRequest should be of the form "NewCreateRdsInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateRdsInstanceRequestWithAllParams should be of the form "NewCreateRdsInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateRdsInstanceRequestWithoutParam should be of the form "NewCreateRdsInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateRdsInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateRdsInstanceRequest.SetInstance should be of the form "SetInstance ..." (golint)
    • Line 108: warning: exported type CreateRdsInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateRdsInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeIps.go
    • Line 25: warning: exported type DescribeIpsRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewDescribeIpsRequest should be of the form "NewDescribeIpsRequest ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeIpsRequestWithAllParams should be of the form "NewDescribeIpsRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewDescribeIpsRequestWithoutParam should be of the form "NewDescribeIpsRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method DescribeIpsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 139: warning: comment on exported method DescribeIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 144: warning: comment on exported method DescribeIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 149: warning: comment on exported method DescribeIpsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 154: warning: comment on exported method DescribeIpsRequest.SetLineType should be of the form "SetLineType ..." (golint)
    • Line 159: warning: comment on exported method DescribeIpsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 164: warning: comment on exported method DescribeIpsRequest.SetCidrAddr should be of the form "SetCidrAddr ..." (golint)
    • Line 169: warning: comment on exported method DescribeIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 175: warning: comment on exported method DescribeIpsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 186: warning: exported type DescribeIpsResponse should have comment or be unexported (golint)
    • Line 192: warning: exported type DescribeIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/DeleteFunction.go
    • Line 23: warning: exported type DeleteFunctionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteFunctionRequest should be of the form "NewDeleteFunctionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteFunctionRequestWithAllParams should be of the form "NewDeleteFunctionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteFunctionRequestWithoutParam should be of the form "NewDeleteFunctionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteFunctionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 107: warning: exported type DeleteFunctionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/DescribeValues.go
    • Line 24: warning: exported type DescribeValuesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeValuesRequest should be of the form "NewDescribeValuesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeValuesRequestWithAllParams should be of the form "NewDescribeValuesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeValuesRequestWithoutParam should be of the form "NewDescribeValuesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeValuesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeValuesRequest.SetTagValuesVo should be of the form "SetTagValuesVo ..." (golint)
    • Line 108: warning: exported type DescribeValuesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeValuesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifySubnet.go
    • Line 23: warning: exported type ModifySubnetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifySubnetRequest should be of the form "NewModifySubnetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifySubnetRequestWithAllParams should be of the form "NewModifySubnetRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifySubnetRequestWithoutParam should be of the form "NewModifySubnetRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifySubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifySubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 113: warning: comment on exported method ModifySubnetRequest.SetSubnetName should be of the form "SetSubnetName ..." (golint)
    • Line 118: warning: comment on exported method ModifySubnetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifySubnetResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifySubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/CheckInstanceName.go
    • Line 23: warning: exported type CheckInstanceNameRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCheckInstanceNameRequest should be of the form "NewCheckInstanceNameRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCheckInstanceNameRequestWithAllParams should be of the form "NewCheckInstanceNameRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCheckInstanceNameRequestWithoutParam should be of the form "NewCheckInstanceNameRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CheckInstanceNameRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 93: warning: exported type CheckInstanceNameResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CheckInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/client/IvClient.go
    • Line 26: warning: exported type IvClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIvClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IvClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IvClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IvClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IvClient.GetViTemplate should be of the form "GetViTemplate ..." (golint)
    • Line 80: warning: comment on exported method IvClient.GetViJobSummary should be of the form "GetViJobSummary ..." (golint)
    • Line 100: warning: comment on exported method IvClient.SubmitViJob should be of the form "SubmitViJob ..." (golint)
    • Line 120: warning: comment on exported method IvClient.UpdateViTemplate should be of the form "UpdateViTemplate ..." (golint)
    • Line 140: warning: comment on exported method IvClient.ListViTemplates should be of the form "ListViTemplates ..." (golint)
    • Line 163: warning: comment on exported method IvClient.DeleteViTemplate should be of the form "DeleteViTemplate ..." (golint)
    • Line 183: warning: comment on exported method IvClient.CreateViTemplate should be of the form "CreateViTemplate ..." (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CreateDeviceTopo.go
    • Line 24: warning: exported type CreateDeviceTopoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateDeviceTopoRequest should be of the form "NewCreateDeviceTopoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateDeviceTopoRequestWithAllParams should be of the form "NewCreateDeviceTopoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateDeviceTopoRequestWithoutParam should be of the form "NewCreateDeviceTopoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateDeviceTopoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateDeviceTopoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateDeviceTopoRequest.SetDeviceTopoInfoVO should be of the form "SetDeviceTopoInfoVO ..." (golint)
    • Line 122: warning: exported type CreateDeviceTopoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateDeviceTopoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/CreateInstances.go
    • Line 24: warning: exported type CreateInstancesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateInstancesRequest should be of the form "NewCreateInstancesRequest ..." (golint)
    • Line 68: warning: comment on exported function NewCreateInstancesRequestWithAllParams should be of the form "NewCreateInstancesRequestWithAllParams ..." (golint)
    • Line 98: warning: comment on exported function NewCreateInstancesRequestWithoutParam should be of the form "NewCreateInstancesRequestWithoutParam ..." (golint)
    • Line 111: warning: comment on exported method CreateInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 116: warning: comment on exported method CreateInstancesRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 122: warning: comment on exported method CreateInstancesRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 128: warning: comment on exported method CreateInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 140: warning: exported type CreateInstancesResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type CreateInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreateUserAccessKey.go
    • Line 23: warning: exported type CreateUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCreateUserAccessKeyRequest should be of the form "NewCreateUserAccessKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCreateUserAccessKeyRequestWithAllParams should be of the form "NewCreateUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCreateUserAccessKeyRequestWithoutParam should be of the form "NewCreateUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CreateUserAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type CreateUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CreateUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/AddIpWhiteItem.go
    • Line 23: warning: exported type AddIpWhiteItemRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAddIpWhiteItemRequest should be of the form "NewAddIpWhiteItemRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAddIpWhiteItemRequestWithAllParams should be of the form "NewAddIpWhiteItemRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAddIpWhiteItemRequestWithoutParam should be of the form "NewAddIpWhiteItemRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AddIpWhiteItemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AddIpWhiteItemRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method AddIpWhiteItemRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 121: warning: exported type AddIpWhiteItemResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AddIpWhiteItemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/BatchSubmitTranscodeJobs.go
    • Line 24: warning: exported type BatchSubmitTranscodeJobsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewBatchSubmitTranscodeJobsRequest should be of the form "NewBatchSubmitTranscodeJobsRequest ..." (golint)
    • Line 49: warning: comment on exported function NewBatchSubmitTranscodeJobsRequestWithAllParams should be of the form "NewBatchSubmitTranscodeJobsRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewBatchSubmitTranscodeJobsRequestWithoutParam should be of the form "NewBatchSubmitTranscodeJobsRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method BatchSubmitTranscodeJobsRequest.SetBulkItems should be of the form "SetBulkItems ..." (golint)
    • Line 91: warning: exported type BatchSubmitTranscodeJobsResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type BatchSubmitTranscodeJobsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeInterceptResult.go
    • Line 24: warning: exported type DescribeInterceptResultRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeInterceptResultRequest should be of the form "NewDescribeInterceptResultRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeInterceptResultRequestWithAllParams should be of the form "NewDescribeInterceptResultRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeInterceptResultRequestWithoutParam should be of the form "NewDescribeInterceptResultRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeInterceptResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeInterceptResultRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeInterceptResultRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeInterceptResultRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeInterceptResultResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeInterceptResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateDomain.go
    • Line 24: warning: exported type CreateDomainRequest should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewCreateDomainRequest should be of the form "NewCreateDomainRequest ..." (golint)
    • Line 100: warning: comment on exported function NewCreateDomainRequestWithAllParams should be of the form "NewCreateDomainRequestWithAllParams ..." (golint)
    • Line 166: warning: comment on exported function NewCreateDomainRequestWithoutParam should be of the form "NewCreateDomainRequestWithoutParam ..." (golint)
    • Line 179: warning: comment on exported method CreateDomainRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 184: warning: comment on exported method CreateDomainRequest.SetSourceType should be of the form "SetSourceType ..." (golint)
    • Line 189: warning: comment on exported method CreateDomainRequest.SetCdnType should be of the form "SetCdnType ..." (golint)
    • Line 194: warning: comment on exported method CreateDomainRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 199: warning: comment on exported method CreateDomainRequest.SetDailyBandWidth should be of the form "SetDailyBandWidth ..." (golint)
    • Line 204: warning: comment on exported method CreateDomainRequest.SetQuaility should be of the form "SetQuaility ..." (golint)
    • Line 209: warning: comment on exported method CreateDomainRequest.SetMaxFileSize should be of the form "SetMaxFileSize ..." (golint)
    • Line 214: warning: comment on exported method CreateDomainRequest.SetMinFileSize should be of the form "SetMinFileSize ..." (golint)
    • Line 219: warning: comment on exported method CreateDomainRequest.SetSumFileSize should be of the form "SetSumFileSize ..." (golint)
    • Line 224: warning: comment on exported method CreateDomainRequest.SetAvgFileSize should be of the form "SetAvgFileSize ..." (golint)
    • Line 229: warning: comment on exported method CreateDomainRequest.SetDefaultSourceHost should be of the form "SetDefaultSourceHost ..." (golint)
    • Line 234: warning: comment on exported method CreateDomainRequest.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 239: warning: comment on exported method CreateDomainRequest.SetIpSource should be of the form "SetIpSource ..." (golint)
    • Line 244: warning: comment on exported method CreateDomainRequest.SetDomainSource should be of the form "SetDomainSource ..." (golint)
    • Line 249: warning: comment on exported method CreateDomainRequest.SetOssSource should be of the form "SetOssSource ..." (golint)
    • Line 254: warning: comment on exported method CreateDomainRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 259: warning: comment on exported method CreateDomainRequest.SetTempInstId should be of the form "SetTempInstId ..." (golint)
    • Line 270: warning: exported type CreateDomainResponse should have comment or be unexported (golint)
    • Line 276: warning: exported type CreateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryFollowSourceProtocol.go
    • Line 23: warning: exported type QueryFollowSourceProtocolRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryFollowSourceProtocolRequest should be of the form "NewQueryFollowSourceProtocolRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryFollowSourceProtocolRequestWithAllParams should be of the form "NewQueryFollowSourceProtocolRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryFollowSourceProtocolRequestWithoutParam should be of the form "NewQueryFollowSourceProtocolRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryFollowSourceProtocolRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryFollowSourceProtocolResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryFollowSourceProtocolResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/AddDomain.go
    • Line 24: warning: exported type AddDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddDomainRequest should be of the form "NewAddDomainRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddDomainRequestWithAllParams should be of the form "NewAddDomainRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddDomainRequestWithoutParam should be of the form "NewAddDomainRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddDomainRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AddDomainRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AddDomainResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/DescribeApp.go
    • Line 24: warning: exported type DescribeAppRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAppRequest should be of the form "NewDescribeAppRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAppRequestWithAllParams should be of the form "NewDescribeAppRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAppRequestWithoutParam should be of the form "NewDescribeAppRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAppRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 108: warning: exported type DescribeAppResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateRevision.go
    • Line 23: warning: exported type CreateRevisionRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateRevisionRequest should be of the form "NewCreateRevisionRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateRevisionRequestWithAllParams should be of the form "NewCreateRevisionRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateRevisionRequestWithoutParam should be of the form "NewCreateRevisionRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateRevisionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateRevisionRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 119: warning: comment on exported method CreateRevisionRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 124: warning: comment on exported method CreateRevisionRequest.SetBaseRevision should be of the form "SetBaseRevision ..." (golint)
    • Line 129: warning: comment on exported method CreateRevisionRequest.SetRevisionNote should be of the form "SetRevisionNote ..." (golint)
    • Line 140: warning: exported type CreateRevisionResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type CreateRevisionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/GetConsumerGroupList.go
    • Line 24: warning: exported type GetConsumerGroupListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetConsumerGroupListRequest should be of the form "NewGetConsumerGroupListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetConsumerGroupListRequestWithAllParams should be of the form "NewGetConsumerGroupListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetConsumerGroupListRequestWithoutParam should be of the form "NewGetConsumerGroupListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetConsumerGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetConsumerGroupListRequest.SetTopicId should be of the form "SetTopicId ..." (golint)
    • Line 108: warning: exported type GetConsumerGroupListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetConsumerGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWafRegions.go
    • Line 24: warning: exported type QueryWafRegionsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryWafRegionsRequest should be of the form "NewQueryWafRegionsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryWafRegionsRequestWithAllParams should be of the form "NewQueryWafRegionsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryWafRegionsRequestWithoutParam should be of the form "NewQueryWafRegionsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryWafRegionsRequest.SetSkipType should be of the form "SetSkipType ..." (golint)
    • Line 94: warning: exported type QueryWafRegionsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryWafRegionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/CancelPySparkJob.go
    • Line 23: warning: exported type CancelPySparkJobRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCancelPySparkJobRequest should be of the form "NewCancelPySparkJobRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCancelPySparkJobRequestWithAllParams should be of the form "NewCancelPySparkJobRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCancelPySparkJobRequestWithoutParam should be of the form "NewCancelPySparkJobRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CancelPySparkJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CancelPySparkJobRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method CancelPySparkJobRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type CancelPySparkJobResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CancelPySparkJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DeleteSecret.go
    • Line 23: warning: exported type DeleteSecretRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSecretRequest should be of the form "NewDeleteSecretRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSecretRequestWithAllParams should be of the form "NewDeleteSecretRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSecretRequestWithoutParam should be of the form "NewDeleteSecretRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteSecretResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/CloseIotFlow.go
    • Line 24: warning: exported type CloseIotFlowRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCloseIotFlowRequest should be of the form "NewCloseIotFlowRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCloseIotFlowRequestWithAllParams should be of the form "NewCloseIotFlowRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCloseIotFlowRequestWithoutParam should be of the form "NewCloseIotFlowRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CloseIotFlowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CloseIotFlowRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type CloseIotFlowResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CloseIotFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateDatasource.go
    • Line 24: warning: exported type CreateDatasourceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateDatasourceRequest should be of the form "NewCreateDatasourceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateDatasourceRequestWithAllParams should be of the form "NewCreateDatasourceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDatasourceRequestWithoutParam should be of the form "NewCreateDatasourceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateDatasourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateDatasourceRequest.SetDatasource should be of the form "SetDatasource ..." (golint)
    • Line 108: warning: exported type CreateDatasourceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateDatasourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/client/NativecontainerClient.go
    • Line 26: warning: exported type NativecontainerClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewNativecontainerClient should have comment or be unexported (golint)
    • Line 48: warning: exported method NativecontainerClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method NativecontainerClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method NativecontainerClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method NativecontainerClient.DescribeInstanceTypes should be of the form "DescribeInstanceTypes ..." (golint)
    • Line 81: warning: comment on exported method NativecontainerClient.CreateSecret should be of the form "CreateSecret ..." (golint)
    • Line 102: warning: comment on exported method NativecontainerClient.DeleteSecret should be of the form "DeleteSecret ..." (golint)
    • Line 123: warning: comment on exported method NativecontainerClient.DescribeContainer should be of the form "DescribeContainer ..." (golint)
    • Line 144: warning: comment on exported method NativecontainerClient.DeleteContainer should be of the form "DeleteContainer ..." (golint)
    • Line 167: warning: comment on exported method NativecontainerClient.ResizeContainer should be of the form "ResizeContainer ..." (golint)
    • Line 193: warning: comment on exported method NativecontainerClient.DescribeQuota should be of the form "DescribeQuota ..." (golint)
    • Line 214: warning: comment on exported method NativecontainerClient.DescribeSecret should be of the form "DescribeSecret ..." (golint)
    • Line 235: warning: comment on exported method NativecontainerClient.StopContainer should be of the form "StopContainer ..." (golint)
    • Line 256: warning: comment on exported method NativecontainerClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 277: warning: comment on exported method NativecontainerClient.GetLogs should be of the form "GetLogs ..." (golint)
    • Line 298: warning: comment on exported method NativecontainerClient.RebuildContainer should be of the form "RebuildContainer ..." (golint)
    • Line 328: warning: comment on exported method NativecontainerClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 351: warning: comment on exported method NativecontainerClient.ExecCreate should be of the form "ExecCreate ..." (golint)
    • Line 372: warning: comment on exported method NativecontainerClient.ExecGetExitCode should be of the form "ExecGetExitCode ..." (golint)
    • Line 393: warning: comment on exported method NativecontainerClient.CreateContainers should be of the form "CreateContainers ..." (golint)
    • Line 469: warning: comment on exported method NativecontainerClient.StartContainer should be of the form "StartContainer ..." (golint)
    • Line 491: warning: comment on exported method NativecontainerClient.DescribeSecrets should be of the form "DescribeSecrets ..." (golint)
    • Line 513: warning: comment on exported method NativecontainerClient.ModifyContainerAttribute should be of the form "ModifyContainerAttribute ..." (golint)
    • Line 535: warning: comment on exported method NativecontainerClient.ResizeTTY should be of the form "ResizeTTY ..." (golint)
    • Line 556: warning: comment on exported method NativecontainerClient.DescribeContainers should be of the form "DescribeContainers ..." (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyCCProtectionRuleOfWebRule.go
    • Line 24: warning: exported type ModifyCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewModifyCCProtectionRuleOfWebRuleRequest should be of the form "NewModifyCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 76: warning: comment on exported function NewModifyCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewModifyCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewModifyCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewModifyCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method ModifyCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method ModifyCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method ModifyCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 134: warning: comment on exported method ModifyCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleId should be of the form "SetCcProtectionRuleId ..." (golint)
    • Line 139: warning: comment on exported method ModifyCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleSpec should be of the form "SetCcProtectionRuleSpec ..." (golint)
    • Line 150: warning: exported type ModifyCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ModifyCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpResourceProtectInfo.go
    • Line 24: warning: exported type DescribeIpResourceProtectInfoRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeIpResourceProtectInfoRequest should be of the form "NewDescribeIpResourceProtectInfoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeIpResourceProtectInfoRequestWithAllParams should be of the form "NewDescribeIpResourceProtectInfoRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeIpResourceProtectInfoRequestWithoutParam should be of the form "NewDescribeIpResourceProtectInfoRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeIpResourceProtectInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeIpResourceProtectInfoRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 114: warning: comment on exported method DescribeIpResourceProtectInfoRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 119: warning: comment on exported method DescribeIpResourceProtectInfoRequest.SetLimit should be of the form "SetLimit ..." (golint)
    • Line 130: warning: exported type DescribeIpResourceProtectInfoResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeIpResourceProtectInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeDomainQueryTraffic.go
    • Line 23: warning: exported type DescribeDomainQueryTrafficRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeDomainQueryTrafficRequest should be of the form "NewDescribeDomainQueryTrafficRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeDomainQueryTrafficRequestWithAllParams should be of the form "NewDescribeDomainQueryTrafficRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDescribeDomainQueryTrafficRequestWithoutParam should be of the form "NewDescribeDomainQueryTrafficRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeDomainQueryTrafficRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeDomainQueryTrafficRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 128: warning: comment on exported method DescribeDomainQueryTrafficRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: comment on exported method DescribeDomainQueryTrafficRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 138: warning: comment on exported method DescribeDomainQueryTrafficRequest.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 149: warning: exported type DescribeDomainQueryTrafficResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeDomainQueryTrafficResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 74: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method AssociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method AssociateElasticIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 139: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 144: warning: comment on exported method AssociateElasticIpRequest.SetTargetIp should be of the form "SetTargetIp ..." (golint)
    • Line 149: warning: comment on exported method AssociateElasticIpRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 160: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/BatchUpdateVideos.go
    • Line 24: warning: exported type BatchUpdateVideosRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewBatchUpdateVideosRequest should be of the form "NewBatchUpdateVideosRequest ..." (golint)
    • Line 52: warning: comment on exported function NewBatchUpdateVideosRequestWithAllParams should be of the form "NewBatchUpdateVideosRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewBatchUpdateVideosRequestWithoutParam should be of the form "NewBatchUpdateVideosRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method BatchUpdateVideosRequest.SetBulkItems should be of the form "SetBulkItems ..." (golint)
    • Line 94: warning: exported type BatchUpdateVideosResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type BatchUpdateVideosResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeCategoryList.go
    • Line 24: warning: exported type DescribeCategoryListRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeCategoryListRequest should be of the form "NewDescribeCategoryListRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeCategoryListRequestWithAllParams should be of the form "NewDescribeCategoryListRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeCategoryListRequestWithoutParam should be of the form "NewDescribeCategoryListRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeCategoryListResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeCategoryListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetAntiEvent.go
    • Line 24: warning: exported type GetAntiEventRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetAntiEventRequest should be of the form "NewGetAntiEventRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetAntiEventRequestWithAllParams should be of the form "NewGetAntiEventRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetAntiEventRequestWithoutParam should be of the form "NewGetAntiEventRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetAntiEventRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetAntiEventRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type GetAntiEventResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetAntiEventResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetBpsData.go
    • Line 24: warning: exported type GetBpsDataRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetBpsDataRequest should be of the form "NewGetBpsDataRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetBpsDataRequestWithAllParams should be of the form "NewGetBpsDataRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetBpsDataRequestWithoutParam should be of the form "NewGetBpsDataRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetBpsDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetBpsDataRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type GetBpsDataResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetBpsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWhiteListRuleOfForwardRule.go
    • Line 23: warning: exported type EnableWhiteListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWhiteListRuleOfForwardRuleRequest should be of the form "NewEnableWhiteListRuleOfForwardRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWhiteListRuleOfForwardRuleRequestWithAllParams should be of the form "NewEnableWhiteListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWhiteListRuleOfForwardRuleRequestWithoutParam should be of the form "NewEnableWhiteListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWhiteListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWhiteListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWhiteListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type EnableWhiteListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWhiteListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkInterface.go
    • Line 24: warning: exported type DescribeNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNetworkInterfaceRequest should be of the form "NewDescribeNetworkInterfaceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNetworkInterfaceRequestWithAllParams should be of the form "NewDescribeNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNetworkInterfaceRequestWithoutParam should be of the form "NewDescribeNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 108: warning: exported type DescribeNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteImportFile.go
    • Line 23: warning: exported type DeleteImportFileRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteImportFileRequest should be of the form "NewDeleteImportFileRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDeleteImportFileRequestWithAllParams should be of the form "NewDeleteImportFileRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteImportFileRequestWithoutParam should be of the form "NewDeleteImportFileRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DeleteImportFileRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DeleteImportFileRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method DeleteImportFileRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 121: warning: comment on exported method DeleteImportFileRequest.SetSharedFileGid should be of the form "SetSharedFileGid ..." (golint)
    • Line 132: warning: exported type DeleteImportFileResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DeleteImportFileResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceTypes.go
    • Line 25: warning: exported type DescribeInstanceTypesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeInstanceTypesRequest should be of the form "NewDescribeInstanceTypesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeInstanceTypesRequestWithAllParams should be of the form "NewDescribeInstanceTypesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeInstanceTypesRequestWithoutParam should be of the form "NewDescribeInstanceTypesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeInstanceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeInstanceTypesRequest.SetServiceName should be of the form "SetServiceName ..." (golint)
    • Line 110: warning: comment on exported method DescribeInstanceTypesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 123: warning: exported type DescribeInstanceTypesResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type DescribeInstanceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/apis/CreateOrderSync.go
    • Line 24: warning: exported type CreateOrderSyncRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewCreateOrderSyncRequest should be of the form "NewCreateOrderSyncRequest ..." (golint)
    • Line 54: warning: comment on exported function NewCreateOrderSyncRequestWithAllParams should be of the form "NewCreateOrderSyncRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewCreateOrderSyncRequestWithoutParam should be of the form "NewCreateOrderSyncRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method CreateOrderSyncRequest.SetOrderSyncSpec should be of the form "SetOrderSyncSpec ..." (golint)
    • Line 98: warning: exported type CreateOrderSyncResponse should have comment or be unexported (golint)
    • Line 104: warning: exported type CreateOrderSyncResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcNetworkInterfaceById.go
    • Line 24: warning: exported type GetVpcNetworkInterfaceByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcNetworkInterfaceByIdRequest should be of the form "NewGetVpcNetworkInterfaceByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcNetworkInterfaceByIdRequestWithAllParams should be of the form "NewGetVpcNetworkInterfaceByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcNetworkInterfaceByIdRequestWithoutParam should be of the form "NewGetVpcNetworkInterfaceByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcNetworkInterfaceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcNetworkInterfaceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcNetworkInterfaceByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcNetworkInterfaceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/UnassignSecondaryIps.go
    • Line 23: warning: exported type UnassignSecondaryIpsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUnassignSecondaryIpsRequest should be of the form "NewUnassignSecondaryIpsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewUnassignSecondaryIpsRequestWithAllParams should be of the form "NewUnassignSecondaryIpsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewUnassignSecondaryIpsRequestWithoutParam should be of the form "NewUnassignSecondaryIpsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method UnassignSecondaryIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method UnassignSecondaryIpsRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 107: warning: comment on exported method UnassignSecondaryIpsRequest.SetSecondaryIps should be of the form "SetSecondaryIps ..." (golint)
    • Line 118: warning: exported type UnassignSecondaryIpsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type UnassignSecondaryIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/apis/QueryAccessLog.go
    • Line 24: warning: exported type QueryAccessLogRequest should have comment or be unexported (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Call_pin should be CallPin (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Response_status should be ResponseStatus (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Api_name should be APIName (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Access_key should be AccessKey (golint)
    • Line 56: warning: comment on exported function NewQueryAccessLogRequest should be of the form "NewQueryAccessLogRequest ..." (golint)
    • Line 79: warning: comment on exported function NewQueryAccessLogRequestWithAllParams should be of the form "NewQueryAccessLogRequestWithAllParams ..." (golint)
    • Line 91: warning: don't use underscores in Go names; func parameter call_pin should be callPin (golint)
    • Line 92: warning: don't use underscores in Go names; func parameter response_status should be responseStatus (golint)
    • Line 93: warning: don't use underscores in Go names; func parameter api_name should be apiName (golint)
    • Line 94: warning: don't use underscores in Go names; func parameter access_key should be accessKey (golint)
    • Line 121: warning: comment on exported function NewQueryAccessLogRequestWithoutParam should be of the form "NewQueryAccessLogRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method QueryAccessLogRequest.SetCall_pin should be of the form "SetCall_pin ..." (golint)
    • Line 135: warning: don't use underscores in Go names; method SetCall_pin should be SetCallPin (golint)
    • Line 135: warning: don't use underscores in Go names; method parameter call_pin should be callPin (golint)
    • Line 139: warning: comment on exported method QueryAccessLogRequest.SetResponse_status should be of the form "SetResponse_status ..." (golint)
    • Line 140: warning: don't use underscores in Go names; method SetResponse_status should be SetResponseStatus (golint)
    • Line 140: warning: don't use underscores in Go names; method parameter response_status should be responseStatus (golint)
    • Line 144: warning: comment on exported method QueryAccessLogRequest.SetApi_name should be of the form "SetApi_name ..." (golint)
    • Line 145: warning: don't use underscores in Go names; method SetApi_name should be SetAPIName (golint)
    • Line 145: warning: don't use underscores in Go names; method parameter api_name should be apiName (golint)
    • Line 149: warning: comment on exported method QueryAccessLogRequest.SetAccess_key should be of the form "SetAccess_key ..." (golint)
    • Line 150: warning: don't use underscores in Go names; method SetAccess_key should be SetAccessKey (golint)
    • Line 150: warning: don't use underscores in Go names; method parameter access_key should be accessKey (golint)
    • Line 154: warning: comment on exported method QueryAccessLogRequest.SetHost should be of the form "SetHost ..." (golint)
    • Line 159: warning: comment on exported method QueryAccessLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 164: warning: comment on exported method QueryAccessLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 169: warning: comment on exported method QueryAccessLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 174: warning: comment on exported method QueryAccessLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 185: warning: exported type QueryAccessLogResponse should have comment or be unexported (golint)
    • Line 191: warning: exported type QueryAccessLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateElasticIpRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamDomainTranscode.go
    • Line 23: warning: exported type DeleteLiveStreamDomainTranscodeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLiveStreamDomainTranscodeRequest should be of the form "NewDeleteLiveStreamDomainTranscodeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLiveStreamDomainTranscodeRequestWithAllParams should be of the form "NewDeleteLiveStreamDomainTranscodeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLiveStreamDomainTranscodeRequestWithoutParam should be of the form "NewDeleteLiveStreamDomainTranscodeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLiveStreamDomainTranscodeRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 96: warning: comment on exported method DeleteLiveStreamDomainTranscodeRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 107: warning: exported type DeleteLiveStreamDomainTranscodeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLiveStreamDomainTranscodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskEventVars.go
    • Line 24: warning: exported type SetRiskEventVarsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskEventVarsRequest should be of the form "NewSetRiskEventVarsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskEventVarsRequestWithAllParams should be of the form "NewSetRiskEventVarsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskEventVarsRequestWithoutParam should be of the form "NewSetRiskEventVarsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskEventVarsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskEventVarsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskEventVarsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskEventVarsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskEventVarsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeSubscription.go
    • Line 24: warning: exported type DescribeSubscriptionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeSubscriptionRequest should be of the form "NewDescribeSubscriptionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeSubscriptionRequestWithAllParams should be of the form "NewDescribeSubscriptionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeSubscriptionRequestWithoutParam should be of the form "NewDescribeSubscriptionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeSubscriptionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeSubscriptionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 111: warning: comment on exported method DescribeSubscriptionRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 122: warning: exported type DescribeSubscriptionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeSubscriptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcNetworkInterfaces.go
    • Line 24: warning: exported type GetVpcNetworkInterfacesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcNetworkInterfacesRequest should be of the form "NewGetVpcNetworkInterfacesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetVpcNetworkInterfacesRequestWithAllParams should be of the form "NewGetVpcNetworkInterfacesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetVpcNetworkInterfacesRequestWithoutParam should be of the form "NewGetVpcNetworkInterfacesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetVpcNetworkInterfacesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetVpcNetworkInterfacesRequest.SetVmId should be of the form "SetVmId ..." (golint)
    • Line 105: warning: exported type GetVpcNetworkInterfacesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetVpcNetworkInterfacesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/ClusterReduction.go
    • Line 24: warning: exported type ClusterReductionRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewClusterReductionRequest should be of the form "NewClusterReductionRequest ..." (golint)
    • Line 62: warning: comment on exported function NewClusterReductionRequestWithAllParams should be of the form "NewClusterReductionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewClusterReductionRequestWithoutParam should be of the form "NewClusterReductionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ClusterReductionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ClusterReductionRequest.SetClusterReduction should be of the form "SetClusterReduction ..." (golint)
    • Line 110: warning: comment on exported method ClusterReductionRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: exported type ClusterReductionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ClusterReductionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableIntercept.go
    • Line 23: warning: exported type EnableInterceptRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableInterceptRequest should be of the form "NewEnableInterceptRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableInterceptRequestWithAllParams should be of the form "NewEnableInterceptRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableInterceptRequestWithoutParam should be of the form "NewEnableInterceptRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableInterceptRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableInterceptRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableInterceptResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableInterceptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DisassociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DisassociateElasticIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 138: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DeployApp.go
    • Line 23: warning: exported type DeployAppRequest should have comment or be unexported (golint)
    • Line 79: warning: comment on exported function NewDeployAppRequest should be of the form "NewDeployAppRequest ..." (golint)
    • Line 138: warning: comment on exported function NewDeployAppRequestWithAllParams should be of the form "NewDeployAppRequestWithAllParams ..." (golint)
    • Line 204: warning: comment on exported function NewDeployAppRequestWithoutParam should be of the form "NewDeployAppRequestWithoutParam ..." (golint)
    • Line 217: warning: comment on exported method DeployAppRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 222: warning: comment on exported method DeployAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 227: warning: comment on exported method DeployAppRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 232: warning: comment on exported method DeployAppRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 237: warning: comment on exported method DeployAppRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 242: warning: comment on exported method DeployAppRequest.SetAppVersion should be of the form "SetAppVersion ..." (golint)
    • Line 247: warning: comment on exported method DeployAppRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 252: warning: comment on exported method DeployAppRequest.SetEnv should be of the form "SetEnv ..." (golint)
    • Line 257: warning: comment on exported method DeployAppRequest.SetPrivileged should be of the form "SetPrivileged ..." (golint)
    • Line 262: warning: comment on exported method DeployAppRequest.SetVolume should be of the form "SetVolume ..." (golint)
    • Line 267: warning: comment on exported method DeployAppRequest.SetAppType should be of the form "SetAppType ..." (golint)
    • Line 272: warning: comment on exported method DeployAppRequest.SetUseHost should be of the form "SetUseHost ..." (golint)
    • Line 277: warning: comment on exported method DeployAppRequest.SetCpuShares should be of the form "SetCpuShares ..." (golint)
    • Line 282: warning: comment on exported method DeployAppRequest.SetMemoryLimit should be of the form "SetMemoryLimit ..." (golint)
    • Line 287: warning: comment on exported method DeployAppRequest.SetRestartPolicy should be of the form "SetRestartPolicy ..." (golint)
    • Line 292: warning: comment on exported method DeployAppRequest.SetDeployAppStatus should be of the form "SetDeployAppStatus ..." (golint)
    • Line 297: warning: comment on exported method DeployAppRequest.SetAppStatus should be of the form "SetAppStatus ..." (golint)
    • Line 308: warning: exported type DeployAppResponse should have comment or be unexported (golint)
    • Line 314: warning: exported type DeployAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/StopPod.go
    • Line 23: warning: exported type StopPodRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopPodRequest should be of the form "NewStopPodRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopPodRequestWithAllParams should be of the form "NewStopPodRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopPodRequestWithoutParam should be of the form "NewStopPodRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopPodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopPodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 107: warning: exported type StopPodResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopPodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeCcsIpResources.go
    • Line 24: warning: exported type DescribeCcsIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCcsIpResourcesRequest should be of the form "NewDescribeCcsIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCcsIpResourcesRequestWithAllParams should be of the form "NewDescribeCcsIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCcsIpResourcesRequestWithoutParam should be of the form "NewDescribeCcsIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCcsIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCcsIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCcsIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCcsIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCcsIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UploadCert.go
    • Line 23: warning: exported type UploadCertRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUploadCertRequest should be of the form "NewUploadCertRequest ..." (golint)
    • Line 66: warning: comment on exported function NewUploadCertRequestWithAllParams should be of the form "NewUploadCertRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewUploadCertRequestWithoutParam should be of the form "NewUploadCertRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method UploadCertRequest.SetCertName should be of the form "SetCertName ..." (golint)
    • Line 111: warning: comment on exported method UploadCertRequest.SetKeyFile should be of the form "SetKeyFile ..." (golint)
    • Line 116: warning: comment on exported method UploadCertRequest.SetCertFile should be of the form "SetCertFile ..." (golint)
    • Line 121: warning: comment on exported method UploadCertRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 132: warning: exported type UploadCertResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type UploadCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamDomainWatermark.go
    • Line 23: warning: exported type DeleteLiveStreamDomainWatermarkRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDeleteLiveStreamDomainWatermarkRequest should be of the form "NewDeleteLiveStreamDomainWatermarkRequest ..." (golint)
    • Line 59: warning: comment on exported function NewDeleteLiveStreamDomainWatermarkRequestWithAllParams should be of the form "NewDeleteLiveStreamDomainWatermarkRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDeleteLiveStreamDomainWatermarkRequestWithoutParam should be of the form "NewDeleteLiveStreamDomainWatermarkRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DeleteLiveStreamDomainWatermarkRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 99: warning: comment on exported method DeleteLiveStreamDomainWatermarkRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 111: warning: exported type DeleteLiveStreamDomainWatermarkResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type DeleteLiveStreamDomainWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetAvailableCertForDomain.go
    • Line 24: warning: exported type GetAvailableCertForDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetAvailableCertForDomainRequest should be of the form "NewGetAvailableCertForDomainRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetAvailableCertForDomainRequestWithAllParams should be of the form "NewGetAvailableCertForDomainRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetAvailableCertForDomainRequestWithoutParam should be of the form "NewGetAvailableCertForDomainRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetAvailableCertForDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetAvailableCertForDomainRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method GetAvailableCertForDomainRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type GetAvailableCertForDomainResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetAvailableCertForDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyWhiteList.go
    • Line 23: warning: exported type ModifyWhiteListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyWhiteListRequest should be of the form "NewModifyWhiteListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyWhiteListRequestWithAllParams should be of the form "NewModifyWhiteListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyWhiteListRequestWithoutParam should be of the form "NewModifyWhiteListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyWhiteListRequest.SetIps should be of the form "SetIps ..." (golint)
    • Line 121: warning: exported type ModifyWhiteListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetWafInstance.go
    • Line 25: warning: exported type GetWafInstanceRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewGetWafInstanceRequest should be of the form "NewGetWafInstanceRequest ..." (golint)
    • Line 68: warning: comment on exported function NewGetWafInstanceRequestWithAllParams should be of the form "NewGetWafInstanceRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewGetWafInstanceRequestWithoutParam should be of the form "NewGetWafInstanceRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method GetWafInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 119: warning: comment on exported method GetWafInstanceRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 124: warning: comment on exported method GetWafInstanceRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 129: warning: comment on exported method GetWafInstanceRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 134: warning: comment on exported method GetWafInstanceRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 139: warning: comment on exported method GetWafInstanceRequest.SetSourceIds should be of the form "SetSourceIds ..." (golint)
    • Line 150: warning: exported type GetWafInstanceResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type GetWafInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetSslCertList.go
    • Line 24: warning: exported type GetSslCertListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetSslCertListRequest should be of the form "NewGetSslCertListRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetSslCertListRequestWithAllParams should be of the form "NewGetSslCertListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetSslCertListRequestWithoutParam should be of the form "NewGetSslCertListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetSslCertListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method GetSslCertListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method GetSslCertListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 113: warning: exported type GetSslCertListResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type GetSslCertListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/ApplyDeployment.go
    • Line 24: warning: exported type ApplyDeploymentRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewApplyDeploymentRequest should be of the form "NewApplyDeploymentRequest ..." (golint)
    • Line 64: warning: comment on exported function NewApplyDeploymentRequestWithAllParams should be of the form "NewApplyDeploymentRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewApplyDeploymentRequestWithoutParam should be of the form "NewApplyDeploymentRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ApplyDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ApplyDeploymentRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method ApplyDeploymentRequest.SetApply should be of the form "SetApply ..." (golint)
    • Line 122: warning: exported type ApplyDeploymentResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ApplyDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeInstanceList.go
    • Line 25: warning: exported type DescribeInstanceListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeInstanceListRequest should be of the form "NewDescribeInstanceListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeInstanceListRequestWithAllParams should be of the form "NewDescribeInstanceListRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeInstanceListRequestWithoutParam should be of the form "NewDescribeInstanceListRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeInstanceListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeInstanceListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeInstanceListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeInstanceListRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeInstanceListResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeInstanceListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryStatisticsTopIp.go
    • Line 24: warning: exported type QueryStatisticsTopIpRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryStatisticsTopIpRequest should be of the form "NewQueryStatisticsTopIpRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryStatisticsTopIpRequestWithAllParams should be of the form "NewQueryStatisticsTopIpRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryStatisticsTopIpRequestWithoutParam should be of the form "NewQueryStatisticsTopIpRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryStatisticsTopIpRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 115: warning: comment on exported method QueryStatisticsTopIpRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 120: warning: comment on exported method QueryStatisticsTopIpRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 125: warning: comment on exported method QueryStatisticsTopIpRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 130: warning: comment on exported method QueryStatisticsTopIpRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 135: warning: comment on exported method QueryStatisticsTopIpRequest.SetTopBy should be of the form "SetTopBy ..." (golint)
    • Line 146: warning: exported type QueryStatisticsTopIpResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type QueryStatisticsTopIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/CreateTopic.go
    • Line 23: warning: exported type CreateTopicRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateTopicRequest should be of the form "NewCreateTopicRequest ..." (golint)
    • Line 50: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 66: warning: comment on exported function NewCreateTopicRequestWithAllParams should be of the form "NewCreateTopicRequestWithAllParams ..." (golint)
    • Line 75: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 93: warning: comment on exported function NewCreateTopicRequestWithoutParam should be of the form "NewCreateTopicRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateTopicRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 116: warning: comment on exported method CreateTopicRequest.SetType should be of the form "SetType ..." (golint)
    • Line 117: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 121: warning: comment on exported method CreateTopicRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateTopicResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeSubnets.go
    • Line 25: warning: exported type DescribeSubnetsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeSubnetsRequest should be of the form "NewDescribeSubnetsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSubnetsRequestWithAllParams should be of the form "NewDescribeSubnetsRequestWithAllParams ..." (golint)
    • Line 86: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 105: warning: comment on exported function NewDescribeSubnetsRequestWithoutParam should be of the form "NewDescribeSubnetsRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeSubnetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeSubnetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 128: warning: comment on exported method DescribeSubnetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 133: warning: comment on exported method DescribeSubnetsRequest.SetType should be of the form "SetType ..." (golint)
    • Line 134: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 138: warning: comment on exported method DescribeSubnetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 154: warning: exported type DescribeSubnetsResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type DescribeSubnetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/CreateRoom.go
    • Line 23: warning: exported type CreateRoomRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateRoomRequest should be of the form "NewCreateRoomRequest ..." (golint)
    • Line 54: warning: comment on exported function NewCreateRoomRequestWithAllParams should be of the form "NewCreateRoomRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCreateRoomRequestWithoutParam should be of the form "NewCreateRoomRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CreateRoomRequest.SetRoomName should be of the form "SetRoomName ..." (golint)
    • Line 96: warning: comment on exported method CreateRoomRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 101: warning: comment on exported method CreateRoomRequest.SetPeerId should be of the form "SetPeerId ..." (golint)
    • Line 112: warning: exported type CreateRoomResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type CreateRoomResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryRefreshTaskById.go
    • Line 24: warning: exported type QueryRefreshTaskByIdRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryRefreshTaskByIdRequest should be of the form "NewQueryRefreshTaskByIdRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryRefreshTaskByIdRequestWithAllParams should be of the form "NewQueryRefreshTaskByIdRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryRefreshTaskByIdRequestWithoutParam should be of the form "NewQueryRefreshTaskByIdRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryRefreshTaskByIdRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 94: warning: exported type QueryRefreshTaskByIdResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryRefreshTaskByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/ListVqdTemplates.go
    • Line 24: warning: exported type ListVqdTemplatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListVqdTemplatesRequest should be of the form "NewListVqdTemplatesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListVqdTemplatesRequestWithAllParams should be of the form "NewListVqdTemplatesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListVqdTemplatesRequestWithoutParam should be of the form "NewListVqdTemplatesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListVqdTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListVqdTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListVqdTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListVqdTemplatesResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListVqdTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ams/apis/DescribeAuthenticate.go
    • Line 23: warning: exported type DescribeAuthenticateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeAuthenticateRequest should be of the form "NewDescribeAuthenticateRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDescribeAuthenticateRequestWithAllParams should be of the form "NewDescribeAuthenticateRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeAuthenticateRequestWithoutParam should be of the form "NewDescribeAuthenticateRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeAuthenticateRequest.SetPId should be of the form "SetPId ..." (golint)
    • Line 93: warning: comment on exported method DescribeAuthenticateRequest.SetVer should be of the form "SetVer ..." (golint)
    • Line 104: warning: exported type DescribeAuthenticateResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type DescribeAuthenticateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpCleanThresholdRange.go
    • Line 24: warning: exported type DescribeIpCleanThresholdRangeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpCleanThresholdRangeRequest should be of the form "NewDescribeIpCleanThresholdRangeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIpCleanThresholdRangeRequestWithAllParams should be of the form "NewDescribeIpCleanThresholdRangeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIpCleanThresholdRangeRequestWithoutParam should be of the form "NewDescribeIpCleanThresholdRangeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIpCleanThresholdRangeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIpCleanThresholdRangeRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 108: warning: exported type DescribeIpCleanThresholdRangeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeIpCleanThresholdRangeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/AddEdgeWithCore.go
    • Line 23: warning: exported type AddEdgeWithCoreRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewAddEdgeWithCoreRequest should be of the form "NewAddEdgeWithCoreRequest ..." (golint)
    • Line 90: warning: comment on exported function NewAddEdgeWithCoreRequestWithAllParams should be of the form "NewAddEdgeWithCoreRequestWithAllParams ..." (golint)
    • Line 129: warning: comment on exported function NewAddEdgeWithCoreRequestWithoutParam should be of the form "NewAddEdgeWithCoreRequestWithoutParam ..." (golint)
    • Line 142: warning: comment on exported method AddEdgeWithCoreRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 147: warning: comment on exported method AddEdgeWithCoreRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 152: warning: comment on exported method AddEdgeWithCoreRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 157: warning: comment on exported method AddEdgeWithCoreRequest.SetArchitecture should be of the form "SetArchitecture ..." (golint)
    • Line 162: warning: comment on exported method AddEdgeWithCoreRequest.SetOs should be of the form "SetOs ..." (golint)
    • Line 167: warning: comment on exported method AddEdgeWithCoreRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 172: warning: comment on exported method AddEdgeWithCoreRequest.SetEdgeModel should be of the form "SetEdgeModel ..." (golint)
    • Line 177: warning: comment on exported method AddEdgeWithCoreRequest.SetEdgeDesc should be of the form "SetEdgeDesc ..." (golint)
    • Line 188: warning: exported type AddEdgeWithCoreResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type AddEdgeWithCoreResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryPushDomainORAppOrStream.go
    • Line 23: warning: exported type QueryPushDomainORAppOrStreamRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewQueryPushDomainORAppOrStreamRequest should be of the form "NewQueryPushDomainORAppOrStreamRequest ..." (golint)
    • Line 60: warning: comment on exported function NewQueryPushDomainORAppOrStreamRequestWithAllParams should be of the form "NewQueryPushDomainORAppOrStreamRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewQueryPushDomainORAppOrStreamRequestWithoutParam should be of the form "NewQueryPushDomainORAppOrStreamRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method QueryPushDomainORAppOrStreamRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method QueryPushDomainORAppOrStreamRequest.SetApp should be of the form "SetApp ..." (golint)
    • Line 110: warning: comment on exported method QueryPushDomainORAppOrStreamRequest.SetStream should be of the form "SetStream ..." (golint)
    • Line 115: warning: comment on exported method QueryPushDomainORAppOrStreamRequest.SetLimit should be of the form "SetLimit ..." (golint)
    • Line 126: warning: exported type QueryPushDomainORAppOrStreamResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type QueryPushDomainORAppOrStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/models/SqlDataPoint.go
    • Line 20: warning: exported type SqlDataPoint should have comment or be unexported (golint)
    • Line 44: warning: don't use underscores in Go names; struct field Start_time should be StartTime (golint)
    • Line 47: warning: don't use underscores in Go names; struct field Execution_time should be ExecutionTime (golint)
    • Line 50: warning: don't use underscores in Go names; struct field Session_id should be SessionID (golint)
    • Line 56: warning: don't use underscores in Go names; struct field Client_net_address should be ClientNetAddress (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CheckLegalPerson.go
    • Line 24: warning: exported type CheckLegalPersonRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckLegalPersonRequest should be of the form "NewCheckLegalPersonRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCheckLegalPersonRequestWithAllParams should be of the form "NewCheckLegalPersonRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCheckLegalPersonRequestWithoutParam should be of the form "NewCheckLegalPersonRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CheckLegalPersonRequest.SetLegalPersonSpec should be of the form "SetLegalPersonSpec ..." (golint)
    • Line 94: warning: exported type CheckLegalPersonResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CheckLegalPersonResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryPurgeTask.go
    • Line 24: warning: exported type QueryPurgeTaskRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryPurgeTaskRequest should be of the form "NewQueryPurgeTaskRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryPurgeTaskRequestWithAllParams should be of the form "NewQueryPurgeTaskRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryPurgeTaskRequestWithoutParam should be of the form "NewQueryPurgeTaskRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryPurgeTaskRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 115: warning: comment on exported method QueryPurgeTaskRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 120: warning: comment on exported method QueryPurgeTaskRequest.SetFileId should be of the form "SetFileId ..." (golint)
    • Line 125: warning: comment on exported method QueryPurgeTaskRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method QueryPurgeTaskRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method QueryPurgeTaskRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 146: warning: exported type QueryPurgeTaskResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type QueryPurgeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/StopInstance.go
    • Line 23: warning: exported type StopInstanceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStopInstanceRequest should be of the form "NewStopInstanceRequest ..." (golint)
    • Line 60: warning: comment on exported function NewStopInstanceRequestWithAllParams should be of the form "NewStopInstanceRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewStopInstanceRequestWithoutParam should be of the form "NewStopInstanceRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method StopInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method StopInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: comment on exported method StopInstanceRequest.SetChargeOnStopped should be of the form "SetChargeOnStopped ..." (golint)
    • Line 118: warning: exported type StopInstanceResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type StopInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/ReleaseAuthorizationToken.go
    • Line 23: warning: exported type ReleaseAuthorizationTokenRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewReleaseAuthorizationTokenRequest should be of the form "NewReleaseAuthorizationTokenRequest ..." (golint)
    • Line 63: warning: comment on exported function NewReleaseAuthorizationTokenRequestWithAllParams should be of the form "NewReleaseAuthorizationTokenRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewReleaseAuthorizationTokenRequestWithoutParam should be of the form "NewReleaseAuthorizationTokenRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 113: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetAuthorizationToken should be of the form "SetAuthorizationToken ..." (golint)
    • Line 118: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetForceAll should be of the form "SetForceAll ..." (golint)
    • Line 129: warning: exported type ReleaseAuthorizationTokenResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ReleaseAuthorizationTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryCdnUserQuota.go
    • Line 23: warning: exported type QueryCdnUserQuotaRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryCdnUserQuotaRequest should be of the form "NewQueryCdnUserQuotaRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryCdnUserQuotaRequestWithAllParams should be of the form "NewQueryCdnUserQuotaRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryCdnUserQuotaRequestWithoutParam should be of the form "NewQueryCdnUserQuotaRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryCdnUserQuotaResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryCdnUserQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeSecretList.go
    • Line 24: warning: exported type DescribeSecretListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecretListRequest should be of the form "NewDescribeSecretListRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSecretListRequestWithAllParams should be of the form "NewDescribeSecretListRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeSecretListRequestWithoutParam should be of the form "NewDescribeSecretListRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method DescribeSecretListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 91: warning: comment on exported method DescribeSecretListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: exported type DescribeSecretListResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type DescribeSecretListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/UpdateLogtopic.go
    • Line 23: warning: exported type UpdateLogtopicRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateLogtopicRequest should be of the form "NewUpdateLogtopicRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateLogtopicRequestWithAllParams should be of the form "NewUpdateLogtopicRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateLogtopicRequestWithoutParam should be of the form "NewUpdateLogtopicRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UpdateLogtopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method UpdateLogtopicRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 110: warning: comment on exported method UpdateLogtopicRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 121: warning: exported type UpdateLogtopicResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type UpdateLogtopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetBuckets.go
    • Line 24: warning: exported type GetBucketsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetBucketsRequest should be of the form "NewGetBucketsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetBucketsRequestWithAllParams should be of the form "NewGetBucketsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetBucketsRequestWithoutParam should be of the form "NewGetBucketsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetBucketsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetBucketsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetBucketsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/CreateInstance.go
    • Line 25: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method CreateInstanceRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 109: warning: comment on exported method CreateInstanceRequest.SetChargeSpec should be of the form "SetChargeSpec ..." (golint)
    • Line 120: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeConsumerGroupIds.go
    • Line 23: warning: exported type DescribeConsumerGroupIdsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeConsumerGroupIdsRequest should be of the form "NewDescribeConsumerGroupIdsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeConsumerGroupIdsRequestWithAllParams should be of the form "NewDescribeConsumerGroupIdsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeConsumerGroupIdsRequestWithoutParam should be of the form "NewDescribeConsumerGroupIdsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeConsumerGroupIdsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type DescribeConsumerGroupIdsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeConsumerGroupIdsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/DeleteVqdTask.go
    • Line 23: warning: exported type DeleteVqdTaskRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteVqdTaskRequest should be of the form "NewDeleteVqdTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteVqdTaskRequestWithAllParams should be of the form "NewDeleteVqdTaskRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteVqdTaskRequestWithoutParam should be of the form "NewDeleteVqdTaskRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteVqdTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 93: warning: exported type DeleteVqdTaskResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteVqdTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/StopContainer.go
    • Line 23: warning: exported type StopContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopContainerRequest should be of the form "NewStopContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopContainerRequestWithAllParams should be of the form "NewStopContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopContainerRequestWithoutParam should be of the form "NewStopContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type StopContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteAliasIp.go
    • Line 23: warning: exported type DeleteAliasIpRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteAliasIpRequest should be of the form "NewDeleteAliasIpRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteAliasIpRequestWithAllParams should be of the form "NewDeleteAliasIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteAliasIpRequestWithoutParam should be of the form "NewDeleteAliasIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteAliasIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteAliasIpRequest.SetAliasIpId should be of the form "SetAliasIpId ..." (golint)
    • Line 111: warning: comment on exported method DeleteAliasIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteAliasIpResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteAliasIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateElasticIpRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/StopBuild.go
    • Line 23: warning: exported type StopBuildRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStopBuildRequest should be of the form "NewStopBuildRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStopBuildRequestWithAllParams should be of the form "NewStopBuildRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewStopBuildRequestWithoutParam should be of the form "NewStopBuildRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method StopBuildRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method StopBuildRequest.SetJobid should be of the form "SetJobid ..." (golint)
    • Line 110: warning: comment on exported method StopBuildRequest.SetId should be of the form "SetId ..." (golint)
    • Line 121: warning: exported type StopBuildResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type StopBuildResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeCollectResources.go
    • Line 24: warning: exported type DescribeCollectResourcesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeCollectResourcesRequest should be of the form "NewDescribeCollectResourcesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCollectResourcesRequestWithAllParams should be of the form "NewDescribeCollectResourcesRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeCollectResourcesRequestWithoutParam should be of the form "NewDescribeCollectResourcesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeCollectResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeCollectResourcesRequest.SetCollectInfoUID should be of the form "SetCollectInfoUID ..." (golint)
    • Line 114: warning: comment on exported method DescribeCollectResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method DescribeCollectResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type DescribeCollectResourcesResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeCollectResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeploymentsById.go
    • Line 24: warning: exported type GetDeploymentsByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetDeploymentsByIdRequest should be of the form "NewGetDeploymentsByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetDeploymentsByIdRequestWithAllParams should be of the form "NewGetDeploymentsByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetDeploymentsByIdRequestWithoutParam should be of the form "NewGetDeploymentsByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetDeploymentsByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetDeploymentsByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetDeploymentsByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetDeploymentsByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/CreateLoadBalancer.go
    • Line 26: warning: exported type CreateLoadBalancerRequest should have comment or be unexported (golint)
    • Line 64: warning: comment on exported function NewCreateLoadBalancerRequest should be of the form "NewCreateLoadBalancerRequest ..." (golint)
    • Line 93: warning: comment on exported function NewCreateLoadBalancerRequestWithAllParams should be of the form "NewCreateLoadBalancerRequestWithAllParams ..." (golint)
    • Line 110: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 141: warning: comment on exported function NewCreateLoadBalancerRequestWithoutParam should be of the form "NewCreateLoadBalancerRequestWithoutParam ..." (golint)
    • Line 154: warning: comment on exported method CreateLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 159: warning: comment on exported method CreateLoadBalancerRequest.SetLoadBalancerName should be of the form "SetLoadBalancerName ..." (golint)
    • Line 164: warning: comment on exported method CreateLoadBalancerRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 169: warning: comment on exported method CreateLoadBalancerRequest.SetType should be of the form "SetType ..." (golint)
    • Line 170: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 174: warning: comment on exported method CreateLoadBalancerRequest.SetAzs should be of the form "SetAzs ..." (golint)
    • Line 179: warning: comment on exported method CreateLoadBalancerRequest.SetChargeSpec should be of the form "SetChargeSpec ..." (golint)
    • Line 184: warning: comment on exported method CreateLoadBalancerRequest.SetElasticIp should be of the form "SetElasticIp ..." (golint)
    • Line 189: warning: comment on exported method CreateLoadBalancerRequest.SetSecurityGroupIds should be of the form "SetSecurityGroupIds ..." (golint)
    • Line 194: warning: comment on exported method CreateLoadBalancerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 199: warning: comment on exported method CreateLoadBalancerRequest.SetDeleteProtection should be of the form "SetDeleteProtection ..." (golint)
    • Line 204: warning: comment on exported method CreateLoadBalancerRequest.SetUserTags should be of the form "SetUserTags ..." (golint)
    • Line 215: warning: exported type CreateLoadBalancerResponse should have comment or be unexported (golint)
    • Line 221: warning: exported type CreateLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryJDBoxStatisticsData.go
    • Line 24: warning: exported type QueryJDBoxStatisticsDataRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewQueryJDBoxStatisticsDataRequest should be of the form "NewQueryJDBoxStatisticsDataRequest ..." (golint)
    • Line 73: warning: comment on exported function NewQueryJDBoxStatisticsDataRequestWithAllParams should be of the form "NewQueryJDBoxStatisticsDataRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewQueryJDBoxStatisticsDataRequestWithoutParam should be of the form "NewQueryJDBoxStatisticsDataRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 133: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 138: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 143: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 148: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 153: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 158: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetCategory should be of the form "SetCategory ..." (golint)
    • Line 163: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetMacAddr should be of the form "SetMacAddr ..." (golint)
    • Line 168: warning: comment on exported method QueryJDBoxStatisticsDataRequest.SetPluginPin should be of the form "SetPluginPin ..." (golint)
    • Line 179: warning: exported type QueryJDBoxStatisticsDataResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type QueryJDBoxStatisticsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyBlackListRuleOfForwardRule.go
    • Line 24: warning: exported type ModifyBlackListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyBlackListRuleOfForwardRuleRequest should be of the form "NewModifyBlackListRuleOfForwardRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyBlackListRuleOfForwardRuleRequestWithAllParams should be of the form "NewModifyBlackListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyBlackListRuleOfForwardRuleRequestWithoutParam should be of the form "NewModifyBlackListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyBlackListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyBlackListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyBlackListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyBlackListRuleOfForwardRuleRequest.SetModifySpec should be of the form "SetModifySpec ..." (golint)
    • Line 136: warning: exported type ModifyBlackListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyBlackListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddCustomLiveStreamRecordTemplate.go
    • Line 23: warning: exported type AddCustomLiveStreamRecordTemplateRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewAddCustomLiveStreamRecordTemplateRequest should be of the form "NewAddCustomLiveStreamRecordTemplateRequest ..." (golint)
    • Line 95: warning: comment on exported function NewAddCustomLiveStreamRecordTemplateRequestWithAllParams should be of the form "NewAddCustomLiveStreamRecordTemplateRequestWithAllParams ..." (golint)
    • Line 137: warning: comment on exported function NewAddCustomLiveStreamRecordTemplateRequestWithoutParam should be of the form "NewAddCustomLiveStreamRecordTemplateRequestWithoutParam ..." (golint)
    • Line 150: warning: comment on exported method AddCustomLiveStreamRecordTemplateRequest.SetRecordPeriod should be of the form "SetRecordPeriod ..." (golint)
    • Line 158: warning: comment on exported method AddCustomLiveStreamRecordTemplateRequest.SetSaveBucket should be of the form "SetSaveBucket ..." (golint)
    • Line 164: warning: comment on exported method AddCustomLiveStreamRecordTemplateRequest.SetSaveEndpoint should be of the form "SetSaveEndpoint ..." (golint)
    • Line 170: warning: comment on exported method AddCustomLiveStreamRecordTemplateRequest.SetRecordFileType should be of the form "SetRecordFileType ..." (golint)
    • Line 178: warning: comment on exported method AddCustomLiveStreamRecordTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 193: warning: exported type AddCustomLiveStreamRecordTemplateResponse should have comment or be unexported (golint)
    • Line 199: warning: exported type AddCustomLiveStreamRecordTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamDomainRecord.go
    • Line 23: warning: exported type DeleteLiveStreamDomainRecordRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDeleteLiveStreamDomainRecordRequest should be of the form "NewDeleteLiveStreamDomainRecordRequest ..." (golint)
    • Line 59: warning: comment on exported function NewDeleteLiveStreamDomainRecordRequestWithAllParams should be of the form "NewDeleteLiveStreamDomainRecordRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDeleteLiveStreamDomainRecordRequestWithoutParam should be of the form "NewDeleteLiveStreamDomainRecordRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DeleteLiveStreamDomainRecordRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 99: warning: comment on exported method DeleteLiveStreamDomainRecordRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 111: warning: exported type DeleteLiveStreamDomainRecordResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type DeleteLiveStreamDomainRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/CreateCacheInstance.go
    • Line 25: warning: exported type CreateCacheInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateCacheInstanceRequest should be of the form "NewCreateCacheInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateCacheInstanceRequestWithAllParams should be of the form "NewCreateCacheInstanceRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewCreateCacheInstanceRequestWithoutParam should be of the form "NewCreateCacheInstanceRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method CreateCacheInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method CreateCacheInstanceRequest.SetCacheInstance should be of the form "SetCacheInstance ..." (golint)
    • Line 109: warning: comment on exported method CreateCacheInstanceRequest.SetCharge should be of the form "SetCharge ..." (golint)
    • Line 120: warning: exported type CreateCacheInstanceResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type CreateCacheInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/DescribeApplyStatus.go
    • Line 23: warning: exported type DescribeApplyStatusRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewDescribeApplyStatusRequest should be of the form "NewDescribeApplyStatusRequest ..." (golint)
    • Line 45: warning: comment on exported function NewDescribeApplyStatusRequestWithAllParams should be of the form "NewDescribeApplyStatusRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeApplyStatusRequestWithoutParam should be of the form "NewDescribeApplyStatusRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type DescribeApplyStatusResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type DescribeApplyStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeBandwidthTraffic.go
    • Line 24: warning: exported type DescribeBandwidthTrafficRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBandwidthTrafficRequest should be of the form "NewDescribeBandwidthTrafficRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBandwidthTrafficRequestWithAllParams should be of the form "NewDescribeBandwidthTrafficRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBandwidthTrafficRequestWithoutParam should be of the form "NewDescribeBandwidthTrafficRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBandwidthTrafficRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 97: warning: comment on exported method DescribeBandwidthTrafficRequest.SetBandwidthId should be of the form "SetBandwidthId ..." (golint)
    • Line 108: warning: exported type DescribeBandwidthTrafficResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBandwidthTrafficResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ExecuteDomainCopy.go
    • Line 24: warning: exported type ExecuteDomainCopyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewExecuteDomainCopyRequest should be of the form "NewExecuteDomainCopyRequest ..." (golint)
    • Line 55: warning: comment on exported function NewExecuteDomainCopyRequestWithAllParams should be of the form "NewExecuteDomainCopyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewExecuteDomainCopyRequestWithoutParam should be of the form "NewExecuteDomainCopyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ExecuteDomainCopyRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 97: warning: comment on exported method ExecuteDomainCopyRequest.SetCopyDomains should be of the form "SetCopyDomains ..." (golint)
    • Line 102: warning: comment on exported method ExecuteDomainCopyRequest.SetConfigKeys should be of the form "SetConfigKeys ..." (golint)
    • Line 113: warning: exported type ExecuteDomainCopyResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ExecuteDomainCopyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeBackend.go
    • Line 24: warning: exported type DescribeBackendRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBackendRequest should be of the form "NewDescribeBackendRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBackendRequestWithAllParams should be of the form "NewDescribeBackendRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBackendRequestWithoutParam should be of the form "NewDescribeBackendRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBackendRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeBackendRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 108: warning: exported type DescribeBackendResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBackendResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/AsyncVideoScan.go
    • Line 24: warning: exported type AsyncVideoScanRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewAsyncVideoScanRequest should be of the form "NewAsyncVideoScanRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAsyncVideoScanRequestWithAllParams should be of the form "NewAsyncVideoScanRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewAsyncVideoScanRequestWithoutParam should be of the form "NewAsyncVideoScanRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method AsyncVideoScanRequest.SetLive should be of the form "SetLive ..." (golint)
    • Line 115: warning: comment on exported method AsyncVideoScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 120: warning: comment on exported method AsyncVideoScanRequest.SetAudioScenes should be of the form "SetAudioScenes ..." (golint)
    • Line 125: warning: comment on exported method AsyncVideoScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 130: warning: comment on exported method AsyncVideoScanRequest.SetCallback should be of the form "SetCallback ..." (golint)
    • Line 135: warning: comment on exported method AsyncVideoScanRequest.SetSeed should be of the form "SetSeed ..." (golint)
    • Line 146: warning: exported type AsyncVideoScanResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type AsyncVideoScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteAccessKey.go
    • Line 23: warning: exported type DeleteAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteAccessKeyRequest should be of the form "NewDeleteAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteAccessKeyRequestWithAllParams should be of the form "NewDeleteAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteAccessKeyRequestWithoutParam should be of the form "NewDeleteAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteAccessKeyRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 107: warning: exported type DeleteAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryAttackTypeCount.go
    • Line 24: warning: exported type QueryAttackTypeCountRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryAttackTypeCountRequest should be of the form "NewQueryAttackTypeCountRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryAttackTypeCountRequestWithAllParams should be of the form "NewQueryAttackTypeCountRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewQueryAttackTypeCountRequestWithoutParam should be of the form "NewQueryAttackTypeCountRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method QueryAttackTypeCountRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 91: warning: comment on exported method QueryAttackTypeCountRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 102: warning: exported type QueryAttackTypeCountResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type QueryAttackTypeCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetDomainConfig.go
    • Line 23: warning: exported type SetDomainConfigRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewSetDomainConfigRequest should be of the form "NewSetDomainConfigRequest ..." (golint)
    • Line 69: warning: comment on exported function NewSetDomainConfigRequestWithAllParams should be of the form "NewSetDomainConfigRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewSetDomainConfigRequestWithoutParam should be of the form "NewSetDomainConfigRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method SetDomainConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 123: warning: comment on exported method SetDomainConfigRequest.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 128: warning: comment on exported method SetDomainConfigRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 133: warning: comment on exported method SetDomainConfigRequest.SetJumpType should be of the form "SetJumpType ..." (golint)
    • Line 138: warning: comment on exported method SetDomainConfigRequest.SetJcdnTimeAnti should be of the form "SetJcdnTimeAnti ..." (golint)
    • Line 143: warning: comment on exported method SetDomainConfigRequest.SetHdrCtrl should be of the form "SetHdrCtrl ..." (golint)
    • Line 148: warning: comment on exported method SetDomainConfigRequest.SetToutiaoHeader should be of the form "SetToutiaoHeader ..." (golint)
    • Line 159: warning: exported type SetDomainConfigResponse should have comment or be unexported (golint)
    • Line 165: warning: exported type SetDomainConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetLiveDomainAccessKey.go
    • Line 23: warning: exported type SetLiveDomainAccessKeyRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetLiveDomainAccessKeyRequest should be of the form "NewSetLiveDomainAccessKeyRequest ..." (golint)
    • Line 60: warning: comment on exported function NewSetLiveDomainAccessKeyRequestWithAllParams should be of the form "NewSetLiveDomainAccessKeyRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetLiveDomainAccessKeyRequestWithoutParam should be of the form "NewSetLiveDomainAccessKeyRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetLiveDomainAccessKeyRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method SetLiveDomainAccessKeyRequest.SetAccesskeyType should be of the form "SetAccesskeyType ..." (golint)
    • Line 110: warning: comment on exported method SetLiveDomainAccessKeyRequest.SetAccesskeyKey should be of the form "SetAccesskeyKey ..." (golint)
    • Line 115: warning: comment on exported method SetLiveDomainAccessKeyRequest.SetAuthLifeTime should be of the form "SetAuthLifeTime ..." (golint)
    • Line 126: warning: exported type SetLiveDomainAccessKeyResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type SetLiveDomainAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/UpdateAg.go
    • Line 23: warning: exported type UpdateAgRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateAgRequest should be of the form "NewUpdateAgRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateAgRequestWithAllParams should be of the form "NewUpdateAgRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateAgRequestWithoutParam should be of the form "NewUpdateAgRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateAgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateAgRequest.SetAgId should be of the form "SetAgId ..." (golint)
    • Line 113: warning: comment on exported method UpdateAgRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateAgRequest.SetName should be of the form "SetName ..." (golint)
    • Line 129: warning: exported type UpdateAgResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateAgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateTargetGroup.go
    • Line 23: warning: exported type UpdateTargetGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateTargetGroupRequest should be of the form "NewUpdateTargetGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateTargetGroupRequestWithAllParams should be of the form "NewUpdateTargetGroupRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateTargetGroupRequestWithoutParam should be of the form "NewUpdateTargetGroupRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateTargetGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateTargetGroupRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 113: warning: comment on exported method UpdateTargetGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateTargetGroupRequest.SetTargetGroupName should be of the form "SetTargetGroupName ..." (golint)
    • Line 129: warning: exported type UpdateTargetGroupResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateTargetGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeOpenDevices.go
    • Line 24: warning: exported type DescribeOpenDevicesRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeOpenDevicesRequest should be of the form "NewDescribeOpenDevicesRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeOpenDevicesRequestWithAllParams should be of the form "NewDescribeOpenDevicesRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeOpenDevicesRequestWithoutParam should be of the form "NewDescribeOpenDevicesRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeOpenDevicesResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeOpenDevicesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWafWhiteRuleSwitch.go
    • Line 23: warning: exported type QueryWafWhiteRuleSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryWafWhiteRuleSwitchRequest should be of the form "NewQueryWafWhiteRuleSwitchRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryWafWhiteRuleSwitchRequestWithAllParams should be of the form "NewQueryWafWhiteRuleSwitchRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryWafWhiteRuleSwitchRequestWithoutParam should be of the form "NewQueryWafWhiteRuleSwitchRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryWafWhiteRuleSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryWafWhiteRuleSwitchResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryWafWhiteRuleSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskRule.go
    • Line 24: warning: exported type SetRiskRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskRuleRequest should be of the form "NewSetRiskRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskRuleRequestWithAllParams should be of the form "NewSetRiskRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskRuleRequestWithoutParam should be of the form "NewSetRiskRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyLevel.go
    • Line 24: warning: exported type ModifyLevelRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewModifyLevelRequest should be of the form "NewModifyLevelRequest ..." (golint)
    • Line 58: warning: comment on exported function NewModifyLevelRequestWithAllParams should be of the form "NewModifyLevelRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewModifyLevelRequestWithoutParam should be of the form "NewModifyLevelRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ModifyLevelRequest.SetLevelId should be of the form "SetLevelId ..." (golint)
    • Line 97: warning: comment on exported method ModifyLevelRequest.SetLevelSpec should be of the form "SetLevelSpec ..." (golint)
    • Line 108: warning: exported type ModifyLevelResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ModifyLevelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteCCProtectionRuleOfWebRule.go
    • Line 23: warning: exported type DeleteCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteCCProtectionRuleOfWebRuleRequest should be of the form "NewDeleteCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewDeleteCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewDeleteCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DeleteCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DeleteCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleId should be of the form "SetCcProtectionRuleId ..." (golint)
    • Line 135: warning: exported type DeleteCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamAppQualityDetection.go
    • Line 23: warning: exported type AddLiveStreamAppQualityDetectionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddLiveStreamAppQualityDetectionRequest should be of the form "NewAddLiveStreamAppQualityDetectionRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAddLiveStreamAppQualityDetectionRequestWithAllParams should be of the form "NewAddLiveStreamAppQualityDetectionRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewAddLiveStreamAppQualityDetectionRequestWithoutParam should be of the form "NewAddLiveStreamAppQualityDetectionRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method AddLiveStreamAppQualityDetectionRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method AddLiveStreamAppQualityDetectionRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method AddLiveStreamAppQualityDetectionRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type AddLiveStreamAppQualityDetectionResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type AddLiveStreamAppQualityDetectionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/GetResult.go
    • Line 23: warning: exported type GetResultRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetResultRequest should be of the form "NewGetResultRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetResultRequestWithAllParams should be of the form "NewGetResultRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetResultRequestWithoutParam should be of the form "NewGetResultRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetResultRequest.SetProfileSelectRecordId should be of the form "SetProfileSelectRecordId ..." (golint)
    • Line 107: warning: exported type GetResultResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeSubnet.go
    • Line 24: warning: exported type DescribeSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSubnetRequest should be of the form "NewDescribeSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSubnetRequestWithAllParams should be of the form "NewDescribeSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSubnetRequestWithoutParam should be of the form "NewDescribeSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/client/ApigatewayClient.go
    • Line 26: warning: exported type ApigatewayClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewApigatewayClient should have comment or be unexported (golint)
    • Line 48: warning: exported method ApigatewayClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method ApigatewayClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method ApigatewayClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method ApigatewayClient.CreateUserDomain should be of the form "CreateUserDomain ..." (golint)
    • Line 80: warning: comment on exported method ApigatewayClient.CheckGroupNameExist should be of the form "CheckGroupNameExist ..." (golint)
    • Line 100: warning: comment on exported method ApigatewayClient.DeleteAccessKey should be of the form "DeleteAccessKey ..." (golint)
    • Line 120: warning: comment on exported method ApigatewayClient.DeleteApiByName should be of the form "DeleteApiByName ..." (golint)
    • Line 140: warning: comment on exported method ApigatewayClient.DescribeIsDeployApiGroups should be of the form "DescribeIsDeployApiGroups ..." (golint)
    • Line 160: warning: comment on exported method ApigatewayClient.DeleteSubscriptionKey should be of the form "DeleteSubscriptionKey ..." (golint)
    • Line 180: warning: comment on exported method ApigatewayClient.BindGroupKey should be of the form "BindGroupKey ..." (golint)
    • Line 200: warning: comment on exported method ApigatewayClient.CreateApis should be of the form "CreateApis ..." (golint)
    • Line 220: warning: comment on exported method ApigatewayClient.UpdateRateLimitPolicy should be of the form "UpdateRateLimitPolicy ..." (golint)
    • Line 240: warning: comment on exported method ApigatewayClient.CheckAuthExist should be of the form "CheckAuthExist ..." (golint)
    • Line 260: warning: comment on exported method ApigatewayClient.QueryAccessKey should be of the form "QueryAccessKey ..." (golint)
    • Line 280: warning: comment on exported method ApigatewayClient.Offline should be of the form "Offline ..." (golint)
    • Line 300: warning: comment on exported method ApigatewayClient.BindGroupAuth should be of the form "BindGroupAuth ..." (golint)
    • Line 320: warning: comment on exported method ApigatewayClient.GetRevisionIds should be of the form "GetRevisionIds ..." (golint)
    • Line 340: warning: comment on exported method ApigatewayClient.CheckKeyExist should be of the form "CheckKeyExist ..." (golint)
    • Line 360: warning: comment on exported method ApigatewayClient.QueryAccessAuths should be of the form "QueryAccessAuths ..." (golint)
    • Line 380: warning: comment on exported method ApigatewayClient.QueryRevision should be of the form "QueryRevision ..." (golint)
    • Line 400: warning: comment on exported method ApigatewayClient.CreateBackendConfig should be of the form "CreateBackendConfig ..." (golint)
    • Line 420: warning: comment on exported method ApigatewayClient.QuerySubscriptionKey should be of the form "QuerySubscriptionKey ..." (golint)
    • Line 440: warning: comment on exported method ApigatewayClient.ModifyApiGroupAttribute should be of the form "ModifyApiGroupAttribute ..." (golint)
    • Line 460: warning: comment on exported method ApigatewayClient.CheckPin should be of the form "CheckPin ..." (golint)
    • Line 480: warning: comment on exported method ApigatewayClient.CheckPolicyName should be of the form "CheckPolicyName ..." (golint)
    • Line 500: warning: comment on exported method ApigatewayClient.QueryRateLimitPolicy should be of the form "QueryRateLimitPolicy ..." (golint)
    • Line 520: warning: comment on exported method ApigatewayClient.UpdateApi should be of the form "UpdateApi ..." (golint)
    • Line 540: warning: comment on exported method ApigatewayClient.CreateApiGroup should be of the form "CreateApiGroup ..." (golint)
    • Line 560: warning: comment on exported method ApigatewayClient.DescribeRevisions should be of the form "DescribeRevisions ..." (golint)
    • Line 580: warning: comment on exported method ApigatewayClient.UpdateAccessKey should be of the form "UpdateAccessKey ..." (golint)
    • Line 600: warning: comment on exported method ApigatewayClient.QueryAccessAuth should be of the form "QueryAccessAuth ..." (golint)
    • Line 620: warning: comment on exported method ApigatewayClient.QueryKeyGroupList should be of the form "QueryKeyGroupList ..." (golint)
    • Line 640: warning: comment on exported method ApigatewayClient.AuthorizedApiGroupList should be of the form "AuthorizedApiGroupList ..." (golint)
    • Line 660: warning: comment on exported method ApigatewayClient.QueryUserDomains should be of the form "QueryUserDomains ..." (golint)
    • Line 680: warning: comment on exported method ApigatewayClient.QuerySubscriptionKeys should be of the form "QuerySubscriptionKeys ..." (golint)
    • Line 700: warning: comment on exported method ApigatewayClient.UpdateSubscriptionKey should be of the form "UpdateSubscriptionKey ..." (golint)
    • Line 720: warning: comment on exported method ApigatewayClient.QueryBindGroupKey should be of the form "QueryBindGroupKey ..." (golint)
    • Line 740: warning: comment on exported method ApigatewayClient.ModifyRevision should be of the form "ModifyRevision ..." (golint)
    • Line 760: warning: comment on exported method ApigatewayClient.QueryBindGroupPolicy should be of the form "QueryBindGroupPolicy ..." (golint)
    • Line 780: warning: comment on exported method ApigatewayClient.DeleteApi should be of the form "DeleteApi ..." (golint)
    • Line 800: warning: comment on exported method ApigatewayClient.DescribeDeployment should be of the form "DescribeDeployment ..." (golint)
    • Line 820: warning: comment on exported method ApigatewayClient.DescribeBackendConfig should be of the form "DescribeBackendConfig ..." (golint)
    • Line 840: warning: comment on exported method ApigatewayClient.CreateAccessAuth should be of the form "CreateAccessAuth ..." (golint)
    • Line 860: warning: comment on exported method ApigatewayClient.BatchOffline should be of the form "BatchOffline ..." (golint)
    • Line 880: warning: comment on exported method ApigatewayClient.DescribeApiGroup should be of the form "DescribeApiGroup ..." (golint)
    • Line 900: warning: comment on exported method ApigatewayClient.DescribeBackendConfigs should be of the form "DescribeBackendConfigs ..." (golint)
    • Line 920: warning: comment on exported method ApigatewayClient.CreateAccessKey should be of the form "CreateAccessKey ..." (golint)
    • Line 940: warning: comment on exported method ApigatewayClient.DeleteAccessAuth should be of the form "DeleteAccessAuth ..." (golint)
    • Line 960: warning: comment on exported method ApigatewayClient.UpdateKey should be of the form "UpdateKey ..." (golint)
    • Line 980: warning: comment on exported method ApigatewayClient.UpdateAccessAuth should be of the form "UpdateAccessAuth ..." (golint)
    • Line 1000: warning: comment on exported method ApigatewayClient.CheckRevisionExist should be of the form "CheckRevisionExist ..." (golint)
    • Line 1020: warning: comment on exported method ApigatewayClient.QueryKeyInfo should be of the form "QueryKeyInfo ..." (golint)
    • Line 1040: warning: comment on exported method ApigatewayClient.QueryUcAccessKeys should be of the form "QueryUcAccessKeys ..." (golint)
    • Line 1060: warning: comment on exported method ApigatewayClient.QueryKeys should be of the form "QueryKeys ..." (golint)
    • Line 1080: warning: comment on exported method ApigatewayClient.QueryPolicyGroupList should be of the form "QueryPolicyGroupList ..." (golint)
    • Line 1100: warning: comment on exported method ApigatewayClient.UpdateBackendConfig should be of the form "UpdateBackendConfig ..." (golint)
    • Line 1120: warning: comment on exported method ApigatewayClient.QueryBindGroupAuth should be of the form "QueryBindGroupAuth ..." (golint)
    • Line 1140: warning: comment on exported method ApigatewayClient.DescribeApiGroups should be of the form "DescribeApiGroups ..." (golint)
    • Line 1160: warning: comment on exported method ApigatewayClient.CreateKey should be of the form "CreateKey ..." (golint)
    • Line 1180: warning: comment on exported method ApigatewayClient.CreateRateLimitPolicy should be of the form "CreateRateLimitPolicy ..." (golint)
    • Line 1200: warning: comment on exported method ApigatewayClient.CreateRevision should be of the form "CreateRevision ..." (golint)
    • Line 1220: warning: comment on exported method ApigatewayClient.QueryAuthGroupList should be of the form "QueryAuthGroupList ..." (golint)
    • Line 1240: warning: comment on exported method ApigatewayClient.DeleteRateLimitPolicy should be of the form "DeleteRateLimitPolicy ..." (golint)
    • Line 1260: warning: comment on exported method ApigatewayClient.BindGroupPolicy should be of the form "BindGroupPolicy ..." (golint)
    • Line 1280: warning: comment on exported method ApigatewayClient.QueryAccessKeys should be of the form "QueryAccessKeys ..." (golint)
    • Line 1300: warning: comment on exported method ApigatewayClient.Deploy should be of the form "Deploy ..." (golint)
    • Line 1320: warning: comment on exported method ApigatewayClient.UpdateApiByName should be of the form "UpdateApiByName ..." (golint)
    • Line 1340: warning: comment on exported method ApigatewayClient.CreateSubscriptionKey should be of the form "CreateSubscriptionKey ..." (golint)
    • Line 1360: warning: comment on exported method ApigatewayClient.DeleteUserDomain should be of the form "DeleteUserDomain ..." (golint)
    • Line 1380: warning: comment on exported method ApigatewayClient.QueryRateLimitPolicies should be of the form "QueryRateLimitPolicies ..." (golint)
    • Line 1400: warning: comment on exported method ApigatewayClient.DescribeDeployments should be of the form "DescribeDeployments ..." (golint)
    • Line 1420: warning: comment on exported method ApigatewayClient.DeleteRevision should be of the form "DeleteRevision ..." (golint)
    • Line 1440: warning: comment on exported method ApigatewayClient.QueryApi should be of the form "QueryApi ..." (golint)
    • Line 1460: warning: comment on exported method ApigatewayClient.CheckApiNameExist should be of the form "CheckApiNameExist ..." (golint)
    • Line 1480: warning: comment on exported method ApigatewayClient.QueryApis should be of the form "QueryApis ..." (golint)
    • Line 1500: warning: comment on exported method ApigatewayClient.ResetKey should be of the form "ResetKey ..." (golint)
    • Line 1520: warning: comment on exported method ApigatewayClient.DeleteBackendConfig should be of the form "DeleteBackendConfig ..." (golint)
    • Line 1540: warning: comment on exported method ApigatewayClient.DeleteApiGroup should be of the form "DeleteApiGroup ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateForbiddenInfo.go
    • Line 23: warning: exported type CreateForbiddenInfoRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewCreateForbiddenInfoRequest should be of the form "NewCreateForbiddenInfoRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateForbiddenInfoRequestWithAllParams should be of the form "NewCreateForbiddenInfoRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateForbiddenInfoRequestWithoutParam should be of the form "NewCreateForbiddenInfoRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateForbiddenInfoRequest.SetForbiddenType should be of the form "SetForbiddenType ..." (golint)
    • Line 120: warning: comment on exported method CreateForbiddenInfoRequest.SetForbiddenDomain should be of the form "SetForbiddenDomain ..." (golint)
    • Line 125: warning: comment on exported method CreateForbiddenInfoRequest.SetForbiddenUrl should be of the form "SetForbiddenUrl ..." (golint)
    • Line 130: warning: comment on exported method CreateForbiddenInfoRequest.SetReason should be of the form "SetReason ..." (golint)
    • Line 135: warning: comment on exported method CreateForbiddenInfoRequest.SetLinkOther should be of the form "SetLinkOther ..." (golint)
    • Line 140: warning: comment on exported method CreateForbiddenInfoRequest.SetShareCacheDomainFlag should be of the form "SetShareCacheDomainFlag ..." (golint)
    • Line 145: warning: comment on exported method CreateForbiddenInfoRequest.SetToken should be of the form "SetToken ..." (golint)
    • Line 156: warning: exported type CreateForbiddenInfoResponse should have comment or be unexported (golint)
    • Line 162: warning: exported type CreateForbiddenInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryIpBlackList.go
    • Line 23: warning: exported type QueryIpBlackListRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryIpBlackListRequest should be of the form "NewQueryIpBlackListRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryIpBlackListRequestWithAllParams should be of the form "NewQueryIpBlackListRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryIpBlackListRequestWithoutParam should be of the form "NewQueryIpBlackListRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryIpBlackListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryIpBlackListResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryIpBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryRefreshLimit.go
    • Line 24: warning: exported type QueryRefreshLimitRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewQueryRefreshLimitRequest should be of the form "NewQueryRefreshLimitRequest ..." (golint)
    • Line 55: warning: comment on exported function NewQueryRefreshLimitRequestWithAllParams should be of the form "NewQueryRefreshLimitRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryRefreshLimitRequestWithoutParam should be of the form "NewQueryRefreshLimitRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryRefreshLimitRequest.SetSubUsers should be of the form "SetSubUsers ..." (golint)
    • Line 97: warning: comment on exported method QueryRefreshLimitRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 102: warning: comment on exported method QueryRefreshLimitRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 113: warning: exported type QueryRefreshLimitResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type QueryRefreshLimitResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/captcha/apis/VerifyToken.go
    • Line 24: warning: exported type VerifyTokenRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewVerifyTokenRequest should be of the form "NewVerifyTokenRequest ..." (golint)
    • Line 73: warning: comment on exported function NewVerifyTokenRequestWithAllParams should be of the form "NewVerifyTokenRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewVerifyTokenRequestWithoutParam should be of the form "NewVerifyTokenRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method VerifyTokenRequest.SetVerifyToken should be of the form "SetVerifyToken ..." (golint)
    • Line 133: warning: comment on exported method VerifyTokenRequest.SetSessionId should be of the form "SetSessionId ..." (golint)
    • Line 138: warning: comment on exported method VerifyTokenRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 143: warning: comment on exported method VerifyTokenRequest.SetSceneId should be of the form "SetSceneId ..." (golint)
    • Line 148: warning: comment on exported method VerifyTokenRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 153: warning: comment on exported method VerifyTokenRequest.SetUserAgent should be of the form "SetUserAgent ..." (golint)
    • Line 158: warning: comment on exported method VerifyTokenRequest.SetFingerPrint should be of the form "SetFingerPrint ..." (golint)
    • Line 163: warning: comment on exported method VerifyTokenRequest.SetClientType should be of the form "SetClientType ..." (golint)
    • Line 168: warning: comment on exported method VerifyTokenRequest.SetClientVersion should be of the form "SetClientVersion ..." (golint)
    • Line 179: warning: exported type VerifyTokenResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type VerifyTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateTransferTask.go
    • Line 24: warning: exported type CreateTransferTaskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateTransferTaskRequest should be of the form "NewCreateTransferTaskRequest ..." (golint)
    • Line 55: warning: comment on exported function NewCreateTransferTaskRequestWithAllParams should be of the form "NewCreateTransferTaskRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewCreateTransferTaskRequestWithoutParam should be of the form "NewCreateTransferTaskRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method CreateTransferTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method CreateTransferTaskRequest.SetTask should be of the form "SetTask ..." (golint)
    • Line 105: warning: exported type CreateTransferTaskResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type CreateTransferTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamHistoryUserNum.go
    • Line 24: warning: exported type DescribeLiveStreamHistoryUserNumRequest should have comment or be unexported (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStreamHistoryUserNumRequest should be of the form "NewDescribeLiveStreamHistoryUserNumRequest ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeLiveStreamHistoryUserNumRequestWithAllParams should be of the form "NewDescribeLiveStreamHistoryUserNumRequestWithAllParams ..." (golint)
    • Line 148: warning: comment on exported function NewDescribeLiveStreamHistoryUserNumRequestWithoutParam should be of the form "NewDescribeLiveStreamHistoryUserNumRequestWithoutParam ..." (golint)
    • Line 161: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 166: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 171: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 176: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 182: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 188: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 194: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 200: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 209: warning: comment on exported method DescribeLiveStreamHistoryUserNumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 225: warning: exported type DescribeLiveStreamHistoryUserNumResponse should have comment or be unexported (golint)
    • Line 231: warning: exported type DescribeLiveStreamHistoryUserNumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLivePrefetchTask.go
    • Line 24: warning: exported type QueryLivePrefetchTaskRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryLivePrefetchTaskRequest should be of the form "NewQueryLivePrefetchTaskRequest ..." (golint)
    • Line 49: warning: comment on exported function NewQueryLivePrefetchTaskRequestWithAllParams should be of the form "NewQueryLivePrefetchTaskRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewQueryLivePrefetchTaskRequestWithoutParam should be of the form "NewQueryLivePrefetchTaskRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method QueryLivePrefetchTaskRequest.SetUrlList should be of the form "SetUrlList ..." (golint)
    • Line 91: warning: exported type QueryLivePrefetchTaskResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type QueryLivePrefetchTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/GetDeviceGroup.go
    • Line 24: warning: exported type GetDeviceGroupRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewGetDeviceGroupRequest should be of the form "NewGetDeviceGroupRequest ..." (golint)
    • Line 73: warning: comment on exported function NewGetDeviceGroupRequestWithAllParams should be of the form "NewGetDeviceGroupRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewGetDeviceGroupRequestWithoutParam should be of the form "NewGetDeviceGroupRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method GetDeviceGroupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 127: warning: comment on exported method GetDeviceGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 132: warning: comment on exported method GetDeviceGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 137: warning: comment on exported method GetDeviceGroupRequest.SetQueryUserPin should be of the form "SetQueryUserPin ..." (golint)
    • Line 142: warning: comment on exported method GetDeviceGroupRequest.SetTag should be of the form "SetTag ..." (golint)
    • Line 147: warning: comment on exported method GetDeviceGroupRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 152: warning: comment on exported method GetDeviceGroupRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 163: warning: exported type GetDeviceGroupResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type GetDeviceGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryIpBlackSettingStatus.go
    • Line 23: warning: exported type QueryIpBlackSettingStatusRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryIpBlackSettingStatusRequest should be of the form "NewQueryIpBlackSettingStatusRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryIpBlackSettingStatusRequestWithAllParams should be of the form "NewQueryIpBlackSettingStatusRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryIpBlackSettingStatusRequestWithoutParam should be of the form "NewQueryIpBlackSettingStatusRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryIpBlackSettingStatusRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryIpBlackSettingStatusResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryIpBlackSettingStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/apis/DescribeDatapushVenders.go
    • Line 24: warning: exported type DescribeDatapushVendersRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeDatapushVendersRequest should be of the form "NewDescribeDatapushVendersRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeDatapushVendersRequestWithAllParams should be of the form "NewDescribeDatapushVendersRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeDatapushVendersRequestWithoutParam should be of the form "NewDescribeDatapushVendersRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeDatapushVendersRequest.SetAppkey should be of the form "SetAppkey ..." (golint)
    • Line 124: warning: comment on exported method DescribeDatapushVendersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 129: warning: comment on exported method DescribeDatapushVendersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 134: warning: comment on exported method DescribeDatapushVendersRequest.SetYdRdsInstanceId should be of the form "SetYdRdsInstanceId ..." (golint)
    • Line 139: warning: comment on exported method DescribeDatapushVendersRequest.SetRdsInstanceName should be of the form "SetRdsInstanceName ..." (golint)
    • Line 144: warning: comment on exported method DescribeDatapushVendersRequest.SetVenderId should be of the form "SetVenderId ..." (golint)
    • Line 149: warning: comment on exported method DescribeDatapushVendersRequest.SetVenderName should be of the form "SetVenderName ..." (golint)
    • Line 160: warning: exported type DescribeDatapushVendersResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeDatapushVendersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QuerySecretKeyUsingGET.go
    • Line 23: warning: exported type QuerySecretKeyUsingGETRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQuerySecretKeyUsingGETRequest should be of the form "NewQuerySecretKeyUsingGETRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQuerySecretKeyUsingGETRequestWithAllParams should be of the form "NewQuerySecretKeyUsingGETRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQuerySecretKeyUsingGETRequestWithoutParam should be of the form "NewQuerySecretKeyUsingGETRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QuerySecretKeyUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 93: warning: exported type QuerySecretKeyUsingGETResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QuerySecretKeyUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModifyTask.go
    • Line 24: warning: exported type ModifyTaskRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyTaskRequest should be of the form "NewModifyTaskRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyTaskRequestWithAllParams should be of the form "NewModifyTaskRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyTaskRequestWithoutParam should be of the form "NewModifyTaskRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 111: warning: comment on exported method ModifyTaskRequest.SetTaskSpec should be of the form "SetTaskSpec ..." (golint)
    • Line 122: warning: exported type ModifyTaskResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWhiteListRuleOfWebRule.go
    • Line 23: warning: exported type EnableWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewEnableWhiteListRuleOfWebRuleRequest should be of the form "NewEnableWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewEnableWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewEnableWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewEnableWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewEnableWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method EnableWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method EnableWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method EnableWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method EnableWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleId should be of the form "SetWebWhiteListRuleId ..." (golint)
    • Line 135: warning: exported type EnableWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type EnableWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteCustomLiveStreamWatermarkTemplate.go
    • Line 23: warning: exported type DeleteCustomLiveStreamWatermarkTemplateRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDeleteCustomLiveStreamWatermarkTemplateRequest should be of the form "NewDeleteCustomLiveStreamWatermarkTemplateRequest ..." (golint)
    • Line 53: warning: comment on exported function NewDeleteCustomLiveStreamWatermarkTemplateRequestWithAllParams should be of the form "NewDeleteCustomLiveStreamWatermarkTemplateRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteCustomLiveStreamWatermarkTemplateRequestWithoutParam should be of the form "NewDeleteCustomLiveStreamWatermarkTemplateRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method DeleteCustomLiveStreamWatermarkTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 97: warning: exported type DeleteCustomLiveStreamWatermarkTemplateResponse should have comment or be unexported (golint)
    • Line 103: warning: exported type DeleteCustomLiveStreamWatermarkTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeCacheAnalysisResult.go
    • Line 24: warning: exported type DescribeCacheAnalysisResultRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCacheAnalysisResultRequest should be of the form "NewDescribeCacheAnalysisResultRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCacheAnalysisResultRequestWithAllParams should be of the form "NewDescribeCacheAnalysisResultRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeCacheAnalysisResultRequestWithoutParam should be of the form "NewDescribeCacheAnalysisResultRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeCacheAnalysisResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeCacheAnalysisResultRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeCacheAnalysisResultRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 122: warning: exported type DescribeCacheAnalysisResultResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeCacheAnalysisResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSlbById.go
    • Line 24: warning: exported type GetVpcSlbByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcSlbByIdRequest should be of the form "NewGetVpcSlbByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVpcSlbByIdRequestWithAllParams should be of the form "NewGetVpcSlbByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVpcSlbByIdRequestWithoutParam should be of the form "NewGetVpcSlbByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVpcSlbByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVpcSlbByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVpcSlbByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVpcSlbByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCGraph.go
    • Line 23: warning: exported type DescribeCCGraphRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeCCGraphRequest should be of the form "NewDescribeCCGraphRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeCCGraphRequestWithAllParams should be of the form "NewDescribeCCGraphRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeCCGraphRequestWithoutParam should be of the form "NewDescribeCCGraphRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeCCGraphRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DescribeCCGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 119: warning: comment on exported method DescribeCCGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 124: warning: comment on exported method DescribeCCGraphRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method DescribeCCGraphRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 140: warning: exported type DescribeCCGraphResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeCCGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsCertificateTypesUsingGET.go
    • Line 24: warning: exported type ListSmsCertificateTypesUsingGETRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewListSmsCertificateTypesUsingGETRequest should be of the form "NewListSmsCertificateTypesUsingGETRequest ..." (golint)
    • Line 46: warning: comment on exported function NewListSmsCertificateTypesUsingGETRequestWithAllParams should be of the form "NewListSmsCertificateTypesUsingGETRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewListSmsCertificateTypesUsingGETRequestWithoutParam should be of the form "NewListSmsCertificateTypesUsingGETRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type ListSmsCertificateTypesUsingGETResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type ListSmsCertificateTypesUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPlayerRankingData.go
    • Line 24: warning: exported type DescribeLiveStreamPlayerRankingDataRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewDescribeLiveStreamPlayerRankingDataRequest should be of the form "NewDescribeLiveStreamPlayerRankingDataRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeLiveStreamPlayerRankingDataRequestWithAllParams should be of the form "NewDescribeLiveStreamPlayerRankingDataRequestWithAllParams ..." (golint)
    • Line 128: warning: comment on exported function NewDescribeLiveStreamPlayerRankingDataRequestWithoutParam should be of the form "NewDescribeLiveStreamPlayerRankingDataRequestWithoutParam ..." (golint)
    • Line 141: warning: comment on exported method DescribeLiveStreamPlayerRankingDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 146: warning: comment on exported method DescribeLiveStreamPlayerRankingDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 151: warning: comment on exported method DescribeLiveStreamPlayerRankingDataRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 157: warning: comment on exported method DescribeLiveStreamPlayerRankingDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 166: warning: comment on exported method DescribeLiveStreamPlayerRankingDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 182: warning: exported type DescribeLiveStreamPlayerRankingDataResponse should have comment or be unexported (golint)
    • Line 188: warning: exported type DescribeLiveStreamPlayerRankingDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateKey.go
    • Line 23: warning: exported type CreateKeyRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateKeyRequest should be of the form "NewCreateKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateKeyRequestWithAllParams should be of the form "NewCreateKeyRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewCreateKeyRequestWithoutParam should be of the form "NewCreateKeyRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method CreateKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method CreateKeyRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 104: warning: comment on exported method CreateKeyRequest.SetKeyDesc should be of the form "SetKeyDesc ..." (golint)
    • Line 115: warning: exported type CreateKeyResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type CreateKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/GetRevisionIds.go
    • Line 24: warning: exported type GetRevisionIdsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRevisionIdsRequest should be of the form "NewGetRevisionIdsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRevisionIdsRequestWithAllParams should be of the form "NewGetRevisionIdsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRevisionIdsRequestWithoutParam should be of the form "NewGetRevisionIdsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRevisionIdsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRevisionIdsRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 108: warning: exported type GetRevisionIdsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRevisionIdsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/CreateChangeSet.go
    • Line 24: warning: exported type CreateChangeSetRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateChangeSetRequest should be of the form "NewCreateChangeSetRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateChangeSetRequestWithAllParams should be of the form "NewCreateChangeSetRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateChangeSetRequestWithoutParam should be of the form "NewCreateChangeSetRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateChangeSetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateChangeSetRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 120: warning: comment on exported method CreateChangeSetRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 125: warning: comment on exported method CreateChangeSetRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 136: warning: exported type CreateChangeSetResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateChangeSetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/ReleaseAuthorizationToken.go
    • Line 23: warning: exported type ReleaseAuthorizationTokenRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewReleaseAuthorizationTokenRequest should be of the form "NewReleaseAuthorizationTokenRequest ..." (golint)
    • Line 63: warning: comment on exported function NewReleaseAuthorizationTokenRequestWithAllParams should be of the form "NewReleaseAuthorizationTokenRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewReleaseAuthorizationTokenRequestWithoutParam should be of the form "NewReleaseAuthorizationTokenRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 113: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetAuthorizationToken should be of the form "SetAuthorizationToken ..." (golint)
    • Line 118: warning: comment on exported method ReleaseAuthorizationTokenRequest.SetForceAll should be of the form "SetForceAll ..." (golint)
    • Line 129: warning: exported type ReleaseAuthorizationTokenResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ReleaseAuthorizationTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamQualityDetectionNotifyConfig.go
    • Line 23: warning: exported type DeleteLiveStreamQualityDetectionNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteLiveStreamQualityDetectionNotifyConfigRequest should be of the form "NewDeleteLiveStreamQualityDetectionNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteLiveStreamQualityDetectionNotifyConfigRequestWithAllParams should be of the form "NewDeleteLiveStreamQualityDetectionNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteLiveStreamQualityDetectionNotifyConfigRequestWithoutParam should be of the form "NewDeleteLiveStreamQualityDetectionNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteLiveStreamQualityDetectionNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DeleteLiveStreamQualityDetectionNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteLiveStreamQualityDetectionNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeSubUser.go
    • Line 24: warning: exported type DescribeSubUserRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeSubUserRequest should be of the form "NewDescribeSubUserRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSubUserRequestWithAllParams should be of the form "NewDescribeSubUserRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSubUserRequestWithoutParam should be of the form "NewDescribeSubUserRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeSubUserRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 94: warning: exported type DescribeSubUserResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DeleteAlarms.go
    • Line 23: warning: exported type DeleteAlarmsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteAlarmsRequest should be of the form "NewDeleteAlarmsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteAlarmsRequestWithAllParams should be of the form "NewDeleteAlarmsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteAlarmsRequestWithoutParam should be of the form "NewDeleteAlarmsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteAlarmsRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 93: warning: exported type DeleteAlarmsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteAlarmsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifyStatusUsingGET.go
    • Line 23: warning: exported type ModifyStatusUsingGETRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewModifyStatusUsingGETRequest should be of the form "NewModifyStatusUsingGETRequest ..." (golint)
    • Line 54: warning: comment on exported function NewModifyStatusUsingGETRequestWithAllParams should be of the form "NewModifyStatusUsingGETRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewModifyStatusUsingGETRequestWithoutParam should be of the form "NewModifyStatusUsingGETRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method ModifyStatusUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 93: warning: comment on exported method ModifyStatusUsingGETRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type ModifyStatusUsingGETResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type ModifyStatusUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/CloseIotCard.go
    • Line 24: warning: exported type CloseIotCardRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCloseIotCardRequest should be of the form "NewCloseIotCardRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCloseIotCardRequestWithAllParams should be of the form "NewCloseIotCardRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCloseIotCardRequestWithoutParam should be of the form "NewCloseIotCardRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CloseIotCardRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CloseIotCardRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type CloseIotCardResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CloseIotCardResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeCerts.go
    • Line 25: warning: exported type DescribeCertsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeCertsRequest should be of the form "NewDescribeCertsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeCertsRequestWithAllParams should be of the form "NewDescribeCertsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeCertsRequestWithoutParam should be of the form "NewDescribeCertsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeCertsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeCertsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeCertsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeCertsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeCertsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeCertsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeCertsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsTemplatesUsingGET.go
    • Line 24: warning: exported type ListSmsTemplatesUsingGETRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewListSmsTemplatesUsingGETRequest should be of the form "NewListSmsTemplatesUsingGETRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListSmsTemplatesUsingGETRequestWithAllParams should be of the form "NewListSmsTemplatesUsingGETRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewListSmsTemplatesUsingGETRequestWithoutParam should be of the form "NewListSmsTemplatesUsingGETRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method ListSmsTemplatesUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 112: warning: comment on exported method ListSmsTemplatesUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 117: warning: comment on exported method ListSmsTemplatesUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method ListSmsTemplatesUsingGETRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 127: warning: comment on exported method ListSmsTemplatesUsingGETRequest.SetTemplateTypes should be of the form "SetTemplateTypes ..." (golint)
    • Line 138: warning: exported type ListSmsTemplatesUsingGETResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ListSmsTemplatesUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeLogdCA.go
    • Line 23: warning: exported type DescribeLogdCARequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeLogdCARequest should be of the form "NewDescribeLogdCARequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeLogdCARequestWithAllParams should be of the form "NewDescribeLogdCARequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeLogdCARequestWithoutParam should be of the form "NewDescribeLogdCARequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeLogdCARequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeLogdCARequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeLogdCAResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeLogdCAResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeElasticIpResources.go
    • Line 24: warning: exported type DescribeElasticIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeElasticIpResourcesRequest should be of the form "NewDescribeElasticIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeElasticIpResourcesRequestWithAllParams should be of the form "NewDescribeElasticIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeElasticIpResourcesRequestWithoutParam should be of the form "NewDescribeElasticIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeElasticIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeElasticIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeElasticIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeElasticIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeElasticIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/GetStoreService.go
    • Line 24: warning: exported type GetStoreServiceRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGetStoreServiceRequest should be of the form "NewGetStoreServiceRequest ..." (golint)
    • Line 67: warning: comment on exported function NewGetStoreServiceRequestWithAllParams should be of the form "NewGetStoreServiceRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewGetStoreServiceRequestWithoutParam should be of the form "NewGetStoreServiceRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method GetStoreServiceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method GetStoreServiceRequest.SetBuyerPin should be of the form "SetBuyerPin ..." (golint)
    • Line 117: warning: comment on exported method GetStoreServiceRequest.SetBusinessData should be of the form "SetBusinessData ..." (golint)
    • Line 122: warning: comment on exported method GetStoreServiceRequest.SetQueryAll should be of the form "SetQueryAll ..." (golint)
    • Line 133: warning: exported type GetStoreServiceResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type GetStoreServiceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/DescribeProduct.go
    • Line 23: warning: exported type DescribeProductRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeProductRequest should be of the form "NewDescribeProductRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeProductRequestWithAllParams should be of the form "NewDescribeProductRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeProductRequestWithoutParam should be of the form "NewDescribeProductRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 107: warning: exported type DescribeProductResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/client/RmsClient.go
    • Line 26: warning: exported type RmsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewRmsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method RmsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method RmsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method RmsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method RmsClient.QueryCreditList should be of the form "QueryCreditList ..." (golint)
    • Line 80: warning: comment on exported method RmsClient.DeleteTemplate should be of the form "DeleteTemplate ..." (golint)
    • Line 100: warning: comment on exported method RmsClient.QueryTemplateList should be of the form "QueryTemplateList ..." (golint)
    • Line 120: warning: comment on exported method RmsClient.AddTemplateNew should be of the form "AddTemplateNew ..." (golint)
    • Line 140: warning: comment on exported method RmsClient.QueryPackageRemainder should be of the form "QueryPackageRemainder ..." (golint)
    • Line 160: warning: comment on exported method RmsClient.EditCredit should be of the form "EditCredit ..." (golint)
    • Line 180: warning: comment on exported method RmsClient.DeleteCredit should be of the form "DeleteCredit ..." (golint)
    • Line 200: warning: comment on exported method RmsClient.SendBatchMsg should be of the form "SendBatchMsg ..." (golint)
    • Line 220: warning: comment on exported method RmsClient.EditTemplate should be of the form "EditTemplate ..." (golint)
    • Line 240: warning: comment on exported method RmsClient.QueryTemplateById should be of the form "QueryTemplateById ..." (golint)
    • Line 260: warning: comment on exported method RmsClient.AddCredit should be of the form "AddCredit ..." (golint)
    • Line 280: warning: comment on exported method RmsClient.QuerySendStatus should be of the form "QuerySendStatus ..." (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/RemoveDiskById.go
    • Line 23: warning: exported type RemoveDiskByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRemoveDiskByIdRequest should be of the form "NewRemoveDiskByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRemoveDiskByIdRequestWithAllParams should be of the form "NewRemoveDiskByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRemoveDiskByIdRequestWithoutParam should be of the form "NewRemoveDiskByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RemoveDiskByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RemoveDiskByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type RemoveDiskByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RemoveDiskByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryJBoxAvgBandwidth.go
    • Line 24: warning: exported type QueryJBoxAvgBandwidthRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryJBoxAvgBandwidthRequest should be of the form "NewQueryJBoxAvgBandwidthRequest ..." (golint)
    • Line 73: warning: comment on exported function NewQueryJBoxAvgBandwidthRequestWithAllParams should be of the form "NewQueryJBoxAvgBandwidthRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewQueryJBoxAvgBandwidthRequestWithoutParam should be of the form "NewQueryJBoxAvgBandwidthRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetStarttime should be of the form "SetStarttime ..." (golint)
    • Line 124: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetStoptime should be of the form "SetStoptime ..." (golint)
    • Line 129: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetPluginPin should be of the form "SetPluginPin ..." (golint)
    • Line 134: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetClientid should be of the form "SetClientid ..." (golint)
    • Line 139: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetPage should be of the form "SetPage ..." (golint)
    • Line 144: warning: comment on exported method QueryJBoxAvgBandwidthRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 155: warning: exported type QueryJBoxAvgBandwidthResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type QueryJBoxAvgBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeYdRdsInstances.go
    • Line 24: warning: exported type DescribeYdRdsInstancesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeYdRdsInstancesRequest should be of the form "NewDescribeYdRdsInstancesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeYdRdsInstancesRequestWithAllParams should be of the form "NewDescribeYdRdsInstancesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeYdRdsInstancesRequestWithoutParam should be of the form "NewDescribeYdRdsInstancesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeYdRdsInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeYdRdsInstancesRequest.SetAppKey should be of the form "SetAppKey ..." (golint)
    • Line 108: warning: exported type DescribeYdRdsInstancesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeYdRdsInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTranscodingDurationData.go
    • Line 24: warning: exported type DescribeLiveTranscodingDurationDataRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewDescribeLiveTranscodingDurationDataRequest should be of the form "NewDescribeLiveTranscodingDurationDataRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeLiveTranscodingDurationDataRequestWithAllParams should be of the form "NewDescribeLiveTranscodingDurationDataRequestWithAllParams ..." (golint)
    • Line 123: warning: comment on exported function NewDescribeLiveTranscodingDurationDataRequestWithoutParam should be of the form "NewDescribeLiveTranscodingDurationDataRequestWithoutParam ..." (golint)
    • Line 136: warning: comment on exported method DescribeLiveTranscodingDurationDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 141: warning: comment on exported method DescribeLiveTranscodingDurationDataRequest.SetGrade should be of the form "SetGrade ..." (golint)
    • Line 157: warning: comment on exported method DescribeLiveTranscodingDurationDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 163: warning: comment on exported method DescribeLiveTranscodingDurationDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 169: warning: comment on exported method DescribeLiveTranscodingDurationDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 181: warning: exported type DescribeLiveTranscodingDurationDataResponse should have comment or be unexported (golint)
    • Line 187: warning: exported type DescribeLiveTranscodingDurationDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeRuleGroupRules.go
    • Line 24: warning: exported type DescribeRuleGroupRulesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeRuleGroupRulesRequest should be of the form "NewDescribeRuleGroupRulesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeRuleGroupRulesRequestWithAllParams should be of the form "NewDescribeRuleGroupRulesRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeRuleGroupRulesRequestWithoutParam should be of the form "NewDescribeRuleGroupRulesRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeRuleGroupRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeRuleGroupRulesRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 117: warning: comment on exported method DescribeRuleGroupRulesRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 122: warning: comment on exported method DescribeRuleGroupRulesRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 133: warning: exported type DescribeRuleGroupRulesResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type DescribeRuleGroupRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetFollowSourceProtocol.go
    • Line 23: warning: exported type SetFollowSourceProtocolRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetFollowSourceProtocolRequest should be of the form "NewSetFollowSourceProtocolRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetFollowSourceProtocolRequestWithAllParams should be of the form "NewSetFollowSourceProtocolRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetFollowSourceProtocolRequestWithoutParam should be of the form "NewSetFollowSourceProtocolRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetFollowSourceProtocolRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetFollowSourceProtocolRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SetFollowSourceProtocolResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetFollowSourceProtocolResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/ExportSecret.go
    • Line 23: warning: exported type ExportSecretRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewExportSecretRequest should be of the form "NewExportSecretRequest ..." (golint)
    • Line 51: warning: comment on exported function NewExportSecretRequestWithAllParams should be of the form "NewExportSecretRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewExportSecretRequestWithoutParam should be of the form "NewExportSecretRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method ExportSecretRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 93: warning: exported type ExportSecretResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type ExportSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeRecordBinding.go
    • Line 24: warning: exported type DescribeRecordBindingRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRecordBindingRequest should be of the form "NewDescribeRecordBindingRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeRecordBindingRequestWithAllParams should be of the form "NewDescribeRecordBindingRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeRecordBindingRequestWithoutParam should be of the form "NewDescribeRecordBindingRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeRecordBindingRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 94: warning: exported type DescribeRecordBindingResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeRecordBindingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRegionsAvailableZones.go
    • Line 24: warning: exported type GetRegionsAvailableZonesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRegionsAvailableZonesRequest should be of the form "NewGetRegionsAvailableZonesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRegionsAvailableZonesRequestWithAllParams should be of the form "NewGetRegionsAvailableZonesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRegionsAvailableZonesRequestWithoutParam should be of the form "NewGetRegionsAvailableZonesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRegionsAvailableZonesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRegionsAvailableZonesRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 108: warning: exported type GetRegionsAvailableZonesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRegionsAvailableZonesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/MonitorLabelList.go
    • Line 24: warning: exported type MonitorLabelListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewMonitorLabelListRequest should be of the form "NewMonitorLabelListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewMonitorLabelListRequestWithAllParams should be of the form "NewMonitorLabelListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewMonitorLabelListRequestWithoutParam should be of the form "NewMonitorLabelListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method MonitorLabelListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method MonitorLabelListRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: exported type MonitorLabelListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type MonitorLabelListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateUserView.go
    • Line 24: warning: exported type CreateUserViewRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateUserViewRequest should be of the form "NewCreateUserViewRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateUserViewRequestWithAllParams should be of the form "NewCreateUserViewRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateUserViewRequestWithoutParam should be of the form "NewCreateUserViewRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateUserViewRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method CreateUserViewRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type CreateUserViewResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DeleteNodeInstances.go
    • Line 23: warning: exported type DeleteNodeInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteNodeInstancesRequest should be of the form "NewDeleteNodeInstancesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDeleteNodeInstancesRequestWithAllParams should be of the form "NewDeleteNodeInstancesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteNodeInstancesRequestWithoutParam should be of the form "NewDeleteNodeInstancesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DeleteNodeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DeleteNodeInstancesRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 116: warning: comment on exported method DeleteNodeInstancesRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 129: warning: exported type DeleteNodeInstancesResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DeleteNodeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/SubmitVqdTask.go
    • Line 24: warning: exported type SubmitVqdTaskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSubmitVqdTaskRequest should be of the form "NewSubmitVqdTaskRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSubmitVqdTaskRequestWithAllParams should be of the form "NewSubmitVqdTaskRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewSubmitVqdTaskRequestWithoutParam should be of the form "NewSubmitVqdTaskRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method SubmitVqdTaskRequest.SetMedia should be of the form "SetMedia ..." (golint)
    • Line 97: warning: comment on exported method SubmitVqdTaskRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 108: warning: exported type SubmitVqdTaskResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type SubmitVqdTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableBlackListRuleOfForwardRule.go
    • Line 23: warning: exported type DisableBlackListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableBlackListRuleOfForwardRuleRequest should be of the form "NewDisableBlackListRuleOfForwardRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableBlackListRuleOfForwardRuleRequestWithAllParams should be of the form "NewDisableBlackListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableBlackListRuleOfForwardRuleRequestWithoutParam should be of the form "NewDisableBlackListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableBlackListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableBlackListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableBlackListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type DisableBlackListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableBlackListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/client/EdcpsClient.go
    • Line 26: warning: exported type EdcpsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewEdcpsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method EdcpsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method EdcpsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method EdcpsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method EdcpsClient.ModifyInstance should be of the form "ModifyInstance ..." (golint)
    • Line 80: warning: comment on exported method EdcpsClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 101: warning: comment on exported method EdcpsClient.DescribeElasticIps should be of the form "DescribeElasticIps ..." (golint)
    • Line 123: warning: comment on exported method EdcpsClient.DescribeOS should be of the form "DescribeOS ..." (golint)
    • Line 143: warning: comment on exported method EdcpsClient.DescribeDeviceTypes should be of the form "DescribeDeviceTypes ..." (golint)
    • Line 163: warning: comment on exported method EdcpsClient.DeleteAliasIp should be of the form "DeleteAliasIp ..." (golint)
    • Line 183: warning: comment on exported method EdcpsClient.ModifyElasticIpBandwidth should be of the form "ModifyElasticIpBandwidth ..." (golint)
    • Line 204: warning: comment on exported method EdcpsClient.DescribeInstanceRaid should be of the form "DescribeInstanceRaid ..." (golint)
    • Line 224: warning: comment on exported method EdcpsClient.DeleteVpc should be of the form "DeleteVpc ..." (golint)
    • Line 245: warning: comment on exported method EdcpsClient.DescribeSubnet should be of the form "DescribeSubnet ..." (golint)
    • Line 265: warning: comment on exported method EdcpsClient.DescribeAliasIps should be of the form "DescribeAliasIps ..." (golint)
    • Line 285: warning: comment on exported method EdcpsClient.DescribeLineTypes should be of the form "DescribeLineTypes ..." (golint)
    • Line 305: warning: comment on exported method EdcpsClient.DescribeKeypairs should be of the form "DescribeKeypairs ..." (golint)
    • Line 325: warning: comment on exported method EdcpsClient.DescribeKeypair should be of the form "DescribeKeypair ..." (golint)
    • Line 345: warning: comment on exported method EdcpsClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 366: warning: comment on exported method EdcpsClient.DescribeSecondaryCidrs should be of the form "DescribeSecondaryCidrs ..." (golint)
    • Line 386: warning: comment on exported method EdcpsClient.CreateInstances should be of the form "CreateInstances ..." (golint)
    • Line 423: warning: comment on exported method EdcpsClient.DescribeAvailablePrivateIp should be of the form "DescribeAvailablePrivateIp ..." (golint)
    • Line 443: warning: comment on exported method EdcpsClient.DescribeBandwidthPackageStock should be of the form "DescribeBandwidthPackageStock ..." (golint)
    • Line 463: warning: comment on exported method EdcpsClient.DescribeBandwidthPackage should be of the form "DescribeBandwidthPackage ..." (golint)
    • Line 483: warning: comment on exported method EdcpsClient.ResetPassword should be of the form "ResetPassword ..." (golint)
    • Line 504: warning: comment on exported method EdcpsClient.DescribeElasticIp should be of the form "DescribeElasticIp ..." (golint)
    • Line 524: warning: comment on exported method EdcpsClient.DeleteKeypairs should be of the form "DeleteKeypairs ..." (golint)
    • Line 544: warning: comment on exported method EdcpsClient.DescribeBandwidthPackages should be of the form "DescribeBandwidthPackages ..." (golint)
    • Line 566: warning: comment on exported method EdcpsClient.StopInstance should be of the form "StopInstance ..." (golint)
    • Line 586: warning: comment on exported method EdcpsClient.DescribeEdCPSRegions should be of the form "DescribeEdCPSRegions ..." (golint)
    • Line 606: warning: comment on exported method EdcpsClient.ModifyBandwidthPackageBandwidth should be of the form "ModifyBandwidthPackageBandwidth ..." (golint)
    • Line 627: warning: comment on exported method EdcpsClient.DeleteBandwidthPackage should be of the form "DeleteBandwidthPackage ..." (golint)
    • Line 648: warning: comment on exported method EdcpsClient.CreateKeypairs should be of the form "CreateKeypairs ..." (golint)
    • Line 668: warning: comment on exported method EdcpsClient.DescribeVpcs should be of the form "DescribeVpcs ..." (golint)
    • Line 688: warning: comment on exported method EdcpsClient.DescribeVpc should be of the form "DescribeVpc ..." (golint)
    • Line 708: warning: comment on exported method EdcpsClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 730: warning: comment on exported method EdcpsClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 752: warning: comment on exported method EdcpsClient.ModifySubnet should be of the form "ModifySubnet ..." (golint)
    • Line 772: warning: comment on exported method EdcpsClient.DescribeInstanceStatus should be of the form "DescribeInstanceStatus ..." (golint)
    • Line 792: warning: comment on exported method EdcpsClient.ModifyBandwidthPackage should be of the form "ModifyBandwidthPackage ..." (golint)
    • Line 813: warning: comment on exported method EdcpsClient.DeleteelasticIp should be of the form "DeleteelasticIp ..." (golint)
    • Line 834: warning: comment on exported method EdcpsClient.RestartInstance should be of the form "RestartInstance ..." (golint)
    • Line 854: warning: comment on exported method EdcpsClient.DescribeSubnets should be of the form "DescribeSubnets ..." (golint)
    • Line 874: warning: comment on exported method EdcpsClient.DescribeElasticIpStock should be of the form "DescribeElasticIpStock ..." (golint)
    • Line 894: warning: comment on exported method EdcpsClient.RemoveBandwidthPackageIp should be of the form "RemoveBandwidthPackageIp ..." (golint)
    • Line 915: warning: comment on exported method EdcpsClient.ImportKeypairs should be of the form "ImportKeypairs ..." (golint)
    • Line 935: warning: comment on exported method EdcpsClient.StartInstance should be of the form "StartInstance ..." (golint)
    • Line 955: warning: comment on exported method EdcpsClient.CreateSecondaryCidr should be of the form "CreateSecondaryCidr ..." (golint)
    • Line 975: warning: comment on exported method EdcpsClient.DescribeDeviceStock should be of the form "DescribeDeviceStock ..." (golint)
    • Line 995: warning: comment on exported method EdcpsClient.AddBandwidthPackageIp should be of the form "AddBandwidthPackageIp ..." (golint)
    • Line 1016: warning: comment on exported method EdcpsClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 1036: warning: comment on exported method EdcpsClient.DescribeInstanceName should be of the form "DescribeInstanceName ..." (golint)
    • Line 1056: warning: comment on exported method EdcpsClient.CreateSubnet should be of the form "CreateSubnet ..." (golint)
    • Line 1076: warning: comment on exported method EdcpsClient.CreateAliasIp should be of the form "CreateAliasIp ..." (golint)
    • Line 1096: warning: comment on exported method EdcpsClient.ModifyVpc should be of the form "ModifyVpc ..." (golint)
    • Line 1117: warning: comment on exported method EdcpsClient.DescribeDeviceRaids should be of the form "DescribeDeviceRaids ..." (golint)
    • Line 1137: warning: comment on exported method EdcpsClient.CreateVpc should be of the form "CreateVpc ..." (golint)
    • Line 1157: warning: comment on exported method EdcpsClient.ReinstallInstance should be of the form "ReinstallInstance ..." (golint)
    • Line 1179: warning: comment on exported method EdcpsClient.DeleteSubnet should be of the form "DeleteSubnet ..." (golint)
    • Line 1199: warning: comment on exported method EdcpsClient.ApplyElasticIps should be of the form "ApplyElasticIps ..." (golint)
    • Line 1220: warning: comment on exported method EdcpsClient.ApplyBandwidthPackages should be of the form "ApplyBandwidthPackages ..." (golint)
    • Line 1241: warning: comment on exported method EdcpsClient.DeleteSecondaryCidr should be of the form "DeleteSecondaryCidr ..." (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ImportThingModel.go
    • Line 23: warning: exported type ImportThingModelRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewImportThingModelRequest should be of the form "NewImportThingModelRequest ..." (golint)
    • Line 69: warning: comment on exported function NewImportThingModelRequestWithAllParams should be of the form "NewImportThingModelRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewImportThingModelRequestWithoutParam should be of the form "NewImportThingModelRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ImportThingModelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ImportThingModelRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ImportThingModelRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 124: warning: comment on exported method ImportThingModelRequest.SetThingModel should be of the form "SetThingModel ..." (golint)
    • Line 135: warning: exported type ImportThingModelResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ImportThingModelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/bri/apis/DelBWList.go
    • Line 23: warning: exported type DelBWListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDelBWListRequest should be of the form "NewDelBWListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDelBWListRequestWithAllParams should be of the form "NewDelBWListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDelBWListRequestWithoutParam should be of the form "NewDelBWListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DelBWListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DelBWListRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DelBWListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DelBWListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteDispatchRule.go
    • Line 23: warning: exported type DeleteDispatchRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDispatchRuleRequest should be of the form "NewDeleteDispatchRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDispatchRuleRequestWithAllParams should be of the form "NewDeleteDispatchRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDispatchRuleRequestWithoutParam should be of the form "NewDeleteDispatchRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDispatchRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDispatchRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDispatchRuleRequest.SetDispatchRuleId should be of the form "SetDispatchRuleId ..." (golint)
    • Line 121: warning: exported type DeleteDispatchRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDispatchRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/client/IpantiClient.go
    • Line 26: warning: exported type IpantiClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIpantiClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IpantiClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IpantiClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IpantiClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IpantiClient.ModifyEPB should be of the form "ModifyEPB ..." (golint)
    • Line 80: warning: comment on exported method IpantiClient.CreateJsPagesOfWebRule should be of the form "CreateJsPagesOfWebRule ..." (golint)
    • Line 100: warning: comment on exported method IpantiClient.DeleteCustomPage should be of the form "DeleteCustomPage ..." (golint)
    • Line 120: warning: comment on exported method IpantiClient.ModifyDispatchRule should be of the form "ModifyDispatchRule ..." (golint)
    • Line 140: warning: comment on exported method IpantiClient.RecoverInstanceAcl should be of the form "RecoverInstanceAcl ..." (golint)
    • Line 160: warning: comment on exported method IpantiClient.ModifyWebRule should be of the form "ModifyWebRule ..." (golint)
    • Line 180: warning: comment on exported method IpantiClient.EnableWebRuleBlackList should be of the form "EnableWebRuleBlackList ..." (golint)
    • Line 200: warning: comment on exported method IpantiClient.DescribeIpSets should be of the form "DescribeIpSets ..." (golint)
    • Line 220: warning: comment on exported method IpantiClient.EnableWhiteListRuleOfWebRule should be of the form "EnableWhiteListRuleOfWebRule ..." (golint)
    • Line 240: warning: comment on exported method IpantiClient.DeleteWhiteListRuleOfWebRule should be of the form "DeleteWhiteListRuleOfWebRule ..." (golint)
    • Line 260: warning: comment on exported method IpantiClient.DisableWebRuleWhiteList should be of the form "DisableWebRuleWhiteList ..." (golint)
    • Line 280: warning: comment on exported method IpantiClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 300: warning: comment on exported method IpantiClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 320: warning: comment on exported method IpantiClient.DescribeCCAttackLogDetails should be of the form "DescribeCCAttackLogDetails ..." (golint)
    • Line 342: warning: comment on exported method IpantiClient.DisableCCProtectionRuleOfWebRule should be of the form "DisableCCProtectionRuleOfWebRule ..." (golint)
    • Line 362: warning: comment on exported method IpantiClient.CreateForwardRules should be of the form "CreateForwardRules ..." (golint)
    • Line 382: warning: comment on exported method IpantiClient.DescribeCCAttackLogs should be of the form "DescribeCCAttackLogs ..." (golint)
    • Line 402: warning: comment on exported method IpantiClient.DeleteCCProtectionRuleOfWebRule should be of the form "DeleteCCProtectionRuleOfWebRule ..." (golint)
    • Line 422: warning: comment on exported method IpantiClient.ModifyForwardRule should be of the form "ModifyForwardRule ..." (golint)
    • Line 442: warning: comment on exported method IpantiClient.DisableWebRuleCCObserverMode should be of the form "DisableWebRuleCCObserverMode ..." (golint)
    • Line 462: warning: comment on exported method IpantiClient.DescribeWebRules should be of the form "DescribeWebRules ..." (golint)
    • Line 482: warning: comment on exported method IpantiClient.ModifyInstanceCustomPageDefault should be of the form "ModifyInstanceCustomPageDefault ..." (golint)
    • Line 502: warning: comment on exported method IpantiClient.ModifyBlackListRuleOfWebRule should be of the form "ModifyBlackListRuleOfWebRule ..." (golint)
    • Line 522: warning: comment on exported method IpantiClient.EnableWebRuleWhiteList should be of the form "EnableWebRuleWhiteList ..." (golint)
    • Line 542: warning: comment on exported method IpantiClient.DescribeProtectionStatistics should be of the form "DescribeProtectionStatistics ..." (golint)
    • Line 562: warning: comment on exported method IpantiClient.DescribeDDoSIpAttackLogs should be of the form "DescribeDDoSIpAttackLogs ..." (golint)
    • Line 582: warning: comment on exported method IpantiClient.DescribeJsPagesOfWebRule should be of the form "DescribeJsPagesOfWebRule ..." (golint)
    • Line 602: warning: comment on exported method IpantiClient.DescribeWebRuleWhiteListGeoAreas should be of the form "DescribeWebRuleWhiteListGeoAreas ..." (golint)
    • Line 622: warning: comment on exported method IpantiClient.ModifyBlackListRuleOfForwardRule should be of the form "ModifyBlackListRuleOfForwardRule ..." (golint)
    • Line 642: warning: comment on exported method IpantiClient.ModifyJsPageOfWebRule should be of the form "ModifyJsPageOfWebRule ..." (golint)
    • Line 662: warning: comment on exported method IpantiClient.DisableWebRuleBlackList should be of the form "DisableWebRuleBlackList ..." (golint)
    • Line 682: warning: comment on exported method IpantiClient.SwitchForwardRuleProtect should be of the form "SwitchForwardRuleProtect ..." (golint)
    • Line 702: warning: comment on exported method IpantiClient.DescribeCCProtectionRuleOfWebRule should be of the form "DescribeCCProtectionRuleOfWebRule ..." (golint)
    • Line 722: warning: comment on exported method IpantiClient.ModifyInstanceAcl should be of the form "ModifyInstanceAcl ..." (golint)
    • Line 742: warning: comment on exported method IpantiClient.ModifyWebRuleJsPageToAll should be of the form "ModifyWebRuleJsPageToAll ..." (golint)
    • Line 762: warning: comment on exported method IpantiClient.BindCert should be of the form "BindCert ..." (golint)
    • Line 782: warning: comment on exported method IpantiClient.DescribeCcsIpList should be of the form "DescribeCcsIpList ..." (golint)
    • Line 802: warning: comment on exported method IpantiClient.DescribeWhiteListRuleOfWebRule should be of the form "DescribeWhiteListRuleOfWebRule ..." (golint)
    • Line 822: warning: comment on exported method IpantiClient.DisableInstanceCustomPage should be of the form "DisableInstanceCustomPage ..." (golint)
    • Line 842: warning: comment on exported method IpantiClient.DescribeBlackListRuleOfWebRule should be of the form "DescribeBlackListRuleOfWebRule ..." (golint)
    • Line 862: warning: comment on exported method IpantiClient.DescribeAttackStatistics should be of the form "DescribeAttackStatistics ..." (golint)
    • Line 882: warning: comment on exported method IpantiClient.DescribeDDoSAttackLogs should be of the form "DescribeDDoSAttackLogs ..." (golint)
    • Line 902: warning: comment on exported method IpantiClient.DisableWebRuleJsPage should be of the form "DisableWebRuleJsPage ..." (golint)
    • Line 922: warning: comment on exported method IpantiClient.DescribeCustomPages should be of the form "DescribeCustomPages ..." (golint)
    • Line 942: warning: comment on exported method IpantiClient.EnableWhiteListRuleOfForwardRule should be of the form "EnableWhiteListRuleOfForwardRule ..." (golint)
    • Line 962: warning: comment on exported method IpantiClient.SwitchDispatchRuleProtect should be of the form "SwitchDispatchRuleProtect ..." (golint)
    • Line 982: warning: comment on exported method IpantiClient.DescribeServiceIpList should be of the form "DescribeServiceIpList ..." (golint)
    • Line 1002: warning: comment on exported method IpantiClient.DisableWhiteListRuleOfWebRule should be of the form "DisableWhiteListRuleOfWebRule ..." (golint)
    • Line 1022: warning: comment on exported method IpantiClient.DescribeProtectionOutline should be of the form "DescribeProtectionOutline ..." (golint)
    • Line 1042: warning: comment on exported method IpantiClient.DeleteDispatchRule should be of the form "DeleteDispatchRule ..." (golint)
    • Line 1062: warning: comment on exported method IpantiClient.CreateWebRule should be of the form "CreateWebRule ..." (golint)
    • Line 1082: warning: comment on exported method IpantiClient.DescribeCCProtectionConfigOfWebRule should be of the form "DescribeCCProtectionConfigOfWebRule ..." (golint)
    • Line 1102: warning: comment on exported method IpantiClient.DisableWebRuleCC should be of the form "DisableWebRuleCC ..." (golint)
    • Line 1122: warning: comment on exported method IpantiClient.CreateWhiteListRuleOfWebRule should be of the form "CreateWhiteListRuleOfWebRule ..." (golint)
    • Line 1142: warning: comment on exported method IpantiClient.CheckName should be of the form "CheckName ..." (golint)
    • Line 1162: warning: comment on exported method IpantiClient.DisableWebRuleCCProtectionRule should be of the form "DisableWebRuleCCProtectionRule ..." (golint)
    • Line 1182: warning: comment on exported method IpantiClient.DescribeIpSetUsage should be of the form "DescribeIpSetUsage ..." (golint)
    • Line 1202: warning: comment on exported method IpantiClient.CreateCustomPage should be of the form "CreateCustomPage ..." (golint)
    • Line 1222: warning: comment on exported method IpantiClient.DisableWhiteListRuleOfForwardRule should be of the form "DisableWhiteListRuleOfForwardRule ..." (golint)
    • Line 1242: warning: comment on exported method IpantiClient.EnableCCProtectionRuleOfWebRule should be of the form "EnableCCProtectionRuleOfWebRule ..." (golint)
    • Line 1262: warning: comment on exported method IpantiClient.DescribeWebRule should be of the form "DescribeWebRule ..." (golint)
    • Line 1282: warning: comment on exported method IpantiClient.DescribeWebRuleBlackListGeoAreas should be of the form "DescribeWebRuleBlackListGeoAreas ..." (golint)
    • Line 1302: warning: comment on exported method IpantiClient.ModifyInstanceName should be of the form "ModifyInstanceName ..." (golint)
    • Line 1322: warning: comment on exported method IpantiClient.DescribeForwardRule should be of the form "DescribeForwardRule ..." (golint)
    • Line 1342: warning: comment on exported method IpantiClient.DescribeWhiteListRuleOfForwardRule should be of the form "DescribeWhiteListRuleOfForwardRule ..." (golint)
    • Line 1362: warning: comment on exported method IpantiClient.DescribeCCGraph should be of the form "DescribeCCGraph ..." (golint)
    • Line 1382: warning: comment on exported method IpantiClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 1402: warning: comment on exported method IpantiClient.EnableBlackListRuleOfForwardRule should be of the form "EnableBlackListRuleOfForwardRule ..." (golint)
    • Line 1422: warning: comment on exported method IpantiClient.DescribeAlarmConfig should be of the form "DescribeAlarmConfig ..." (golint)
    • Line 1442: warning: comment on exported method IpantiClient.CreateIpSet should be of the form "CreateIpSet ..." (golint)
    • Line 1462: warning: comment on exported method IpantiClient.DescribeProtectionRuleOfForwardRule should be of the form "DescribeProtectionRuleOfForwardRule ..." (golint)
    • Line 1482: warning: comment on exported method IpantiClient.DescribeWebRuleBlackListUsage should be of the form "DescribeWebRuleBlackListUsage ..." (golint)
    • Line 1502: warning: comment on exported method IpantiClient.CreateCCProtectionRuleOfWebRule should be of the form "CreateCCProtectionRuleOfWebRule ..." (golint)
    • Line 1522: warning: comment on exported method IpantiClient.DeleteJsPageOfWebRule should be of the form "DeleteJsPageOfWebRule ..." (golint)
    • Line 1542: warning: comment on exported method IpantiClient.DescribeCCProtectionDefaultConfigOfWebRule should be of the form "DescribeCCProtectionDefaultConfigOfWebRule ..." (golint)
    • Line 1562: warning: comment on exported method IpantiClient.ModifyWhiteListRuleOfWebRule should be of the form "ModifyWhiteListRuleOfWebRule ..." (golint)
    • Line 1582: warning: comment on exported method IpantiClient.DescribeOriginWhiteIpList should be of the form "DescribeOriginWhiteIpList ..." (golint)
    • Line 1602: warning: comment on exported method IpantiClient.EnableBlackListRuleOfWebRule should be of the form "EnableBlackListRuleOfWebRule ..." (golint)
    • Line 1622: warning: comment on exported method IpantiClient.ModifyInstanceCustomPage should be of the form "ModifyInstanceCustomPage ..." (golint)
    • Line 1642: warning: comment on exported method IpantiClient.EnableInstanceCustomPage should be of the form "EnableInstanceCustomPage ..." (golint)
    • Line 1662: warning: comment on exported method IpantiClient.DescribeIpSet should be of the form "DescribeIpSet ..." (golint)
    • Line 1682: warning: comment on exported method IpantiClient.DeleteForwardRule should be of the form "DeleteForwardRule ..." (golint)
    • Line 1702: warning: comment on exported method IpantiClient.SwitchWebRuleProtect should be of the form "SwitchWebRuleProtect ..." (golint)
    • Line 1722: warning: comment on exported method IpantiClient.ModifyWebRuleJsPageToCustom should be of the form "ModifyWebRuleJsPageToCustom ..." (golint)
    • Line 1742: warning: comment on exported method IpantiClient.DescribeCpsIpList should be of the form "DescribeCpsIpList ..." (golint)
    • Line 1762: warning: comment on exported method IpantiClient.DescribeAttackTypeCount should be of the form "DescribeAttackTypeCount ..." (golint)
    • Line 1782: warning: comment on exported method IpantiClient.SwitchForwardRuleOrigin should be of the form "SwitchForwardRuleOrigin ..." (golint)
    • Line 1802: warning: comment on exported method IpantiClient.DescribeBlackListRuleOfForwardRule should be of the form "DescribeBlackListRuleOfForwardRule ..." (golint)
    • Line 1822: warning: comment on exported method IpantiClient.CreateJsPageOfWebRule should be of the form "CreateJsPageOfWebRule ..." (golint)
    • Line 1842: warning: comment on exported method IpantiClient.DescribeGeoAreas should be of the form "DescribeGeoAreas ..." (golint)
    • Line 1862: warning: comment on exported method IpantiClient.EnableWebRuleCC should be of the form "EnableWebRuleCC ..." (golint)
    • Line 1882: warning: comment on exported method IpantiClient.DescribeFwdGraph should be of the form "DescribeFwdGraph ..." (golint)
    • Line 1902: warning: comment on exported method IpantiClient.DescribeNameList should be of the form "DescribeNameList ..." (golint)
    • Line 1922: warning: comment on exported method IpantiClient.DescribeForwardRules should be of the form "DescribeForwardRules ..." (golint)
    • Line 1942: warning: comment on exported method IpantiClient.DeleteIpSet should be of the form "DeleteIpSet ..." (golint)
    • Line 1962: warning: comment on exported method IpantiClient.EnableWebRuleJsPage should be of the form "EnableWebRuleJsPage ..." (golint)
    • Line 1982: warning: comment on exported method IpantiClient.DescribeWebRuleWhiteListUsage should be of the form "DescribeWebRuleWhiteListUsage ..." (golint)
    • Line 2002: warning: comment on exported method IpantiClient.ModifyCertInfo should be of the form "ModifyCertInfo ..." (golint)
    • Line 2022: warning: comment on exported method IpantiClient.ModifyAlarmConfig should be of the form "ModifyAlarmConfig ..." (golint)
    • Line 2042: warning: comment on exported method IpantiClient.DeleteBlackListRuleOfWebRule should be of the form "DeleteBlackListRuleOfWebRule ..." (golint)
    • Line 2062: warning: comment on exported method IpantiClient.DisableBlackListRuleOfWebRule should be of the form "DisableBlackListRuleOfWebRule ..." (golint)
    • Line 2082: warning: comment on exported method IpantiClient.SwitchWebRuleOrigin should be of the form "SwitchWebRuleOrigin ..." (golint)
    • Line 2102: warning: comment on exported method IpantiClient.EnableWebRuleCCProtectionRule should be of the form "EnableWebRuleCCProtectionRule ..." (golint)
    • Line 2122: warning: comment on exported method IpantiClient.SwitchDispatchRuleOrigin should be of the form "SwitchDispatchRuleOrigin ..." (golint)
    • Line 2142: warning: comment on exported method IpantiClient.DescribeBlackListRulesOfWebRule should be of the form "DescribeBlackListRulesOfWebRule ..." (golint)
    • Line 2162: warning: comment on exported method IpantiClient.DescribeDispatchRules should be of the form "DescribeDispatchRules ..." (golint)
    • Line 2182: warning: comment on exported method IpantiClient.DescribeConnStatGraph should be of the form "DescribeConnStatGraph ..." (golint)
    • Line 2202: warning: comment on exported method IpantiClient.ModifyCustomPage should be of the form "ModifyCustomPage ..." (golint)
    • Line 2222: warning: comment on exported method IpantiClient.CreateWebRules should be of the form "CreateWebRules ..." (golint)
    • Line 2242: warning: comment on exported method IpantiClient.ModifyWhiteListRuleOfForwardRule should be of the form "ModifyWhiteListRuleOfForwardRule ..." (golint)
    • Line 2262: warning: comment on exported method IpantiClient.ModifyCCProtectionRuleOfWebRule should be of the form "ModifyCCProtectionRuleOfWebRule ..." (golint)
    • Line 2282: warning: comment on exported method IpantiClient.DescribeCCProtectionRulesOfWebRule should be of the form "DescribeCCProtectionRulesOfWebRule ..." (golint)
    • Line 2302: warning: comment on exported method IpantiClient.CreateBlackListRuleOfWebRule should be of the form "CreateBlackListRuleOfWebRule ..." (golint)
    • Line 2322: warning: comment on exported method IpantiClient.DescribeDDoSGraph should be of the form "DescribeDDoSGraph ..." (golint)
    • Line 2342: warning: comment on exported method IpantiClient.CreateDispatchRule should be of the form "CreateDispatchRule ..." (golint)
    • Line 2362: warning: comment on exported method IpantiClient.DisableBlackListRuleOfForwardRule should be of the form "DisableBlackListRuleOfForwardRule ..." (golint)
    • Line 2382: warning: comment on exported method IpantiClient.ModifyCCProtectionConfigOfWebRule should be of the form "ModifyCCProtectionConfigOfWebRule ..." (golint)
    • Line 2402: warning: comment on exported method IpantiClient.DescribeWebRuleRSGeoAreas should be of the form "DescribeWebRuleRSGeoAreas ..." (golint)
    • Line 2422: warning: comment on exported method IpantiClient.DescribeInstanceAcl should be of the form "DescribeInstanceAcl ..." (golint)
    • Line 2442: warning: comment on exported method IpantiClient.DescribeWhiteListRulesOfWebRule should be of the form "DescribeWhiteListRulesOfWebRule ..." (golint)
    • Line 2462: warning: comment on exported method IpantiClient.CreateForwardRule should be of the form "CreateForwardRule ..." (golint)
    • Line 2482: warning: comment on exported method IpantiClient.DescribeVpcIpList should be of the form "DescribeVpcIpList ..." (golint)
    • Line 2502: warning: comment on exported method IpantiClient.ModifyProtectionRuleOfForwardRule should be of the form "ModifyProtectionRuleOfForwardRule ..." (golint)
    • Line 2522: warning: comment on exported method IpantiClient.DeleteWebRule should be of the form "DeleteWebRule ..." (golint)
    • Line 2542: warning: comment on exported method IpantiClient.CreateDispatchRules should be of the form "CreateDispatchRules ..." (golint)
    • Line 2562: warning: comment on exported method IpantiClient.DescribeBusinessGraph should be of the form "DescribeBusinessGraph ..." (golint)
    • Line 2582: warning: comment on exported method IpantiClient.EnableWebRuleCCObserverMode should be of the form "EnableWebRuleCCObserverMode ..." (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceVncUrl.go
    • Line 23: warning: exported type DescribeInstanceVncUrlRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceVncUrlRequest should be of the form "NewDescribeInstanceVncUrlRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceVncUrlRequestWithAllParams should be of the form "NewDescribeInstanceVncUrlRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceVncUrlRequestWithoutParam should be of the form "NewDescribeInstanceVncUrlRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceVncUrlRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceVncUrlRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceVncUrlResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceVncUrlResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddDomain.go
    • Line 24: warning: exported type AddDomainRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewAddDomainRequest should be of the form "NewAddDomainRequest ..." (golint)
    • Line 79: warning: comment on exported function NewAddDomainRequestWithAllParams should be of the form "NewAddDomainRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewAddDomainRequestWithoutParam should be of the form "NewAddDomainRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method AddDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method AddDomainRequest.SetPackId should be of the form "SetPackId ..." (golint)
    • Line 141: warning: comment on exported method AddDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 146: warning: comment on exported method AddDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 151: warning: comment on exported method AddDomainRequest.SetBuyType should be of the form "SetBuyType ..." (golint)
    • Line 156: warning: comment on exported method AddDomainRequest.SetTimeSpan should be of the form "SetTimeSpan ..." (golint)
    • Line 161: warning: comment on exported method AddDomainRequest.SetTimeUnit should be of the form "SetTimeUnit ..." (golint)
    • Line 166: warning: comment on exported method AddDomainRequest.SetBillingType should be of the form "SetBillingType ..." (golint)
    • Line 177: warning: exported type AddDomainResponse should have comment or be unexported (golint)
    • Line 183: warning: exported type AddDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckAuthExist.go
    • Line 23: warning: exported type CheckAuthExistRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckAuthExistRequest should be of the form "NewCheckAuthExistRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCheckAuthExistRequestWithAllParams should be of the form "NewCheckAuthExistRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCheckAuthExistRequestWithoutParam should be of the form "NewCheckAuthExistRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CheckAuthExistRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CheckAuthExistRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 110: warning: comment on exported method CheckAuthExistRequest.SetAuthUserType should be of the form "SetAuthUserType ..." (golint)
    • Line 121: warning: exported type CheckAuthExistResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CheckAuthExistResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamRecordTemplates.go
    • Line 24: warning: exported type DescribeCustomLiveStreamRecordTemplatesRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeCustomLiveStreamRecordTemplatesRequest should be of the form "NewDescribeCustomLiveStreamRecordTemplatesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeCustomLiveStreamRecordTemplatesRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamRecordTemplatesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeCustomLiveStreamRecordTemplatesRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamRecordTemplatesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeCustomLiveStreamRecordTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 113: warning: comment on exported method DescribeCustomLiveStreamRecordTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeCustomLiveStreamRecordTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeCustomLiveStreamRecordTemplatesResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeCustomLiveStreamRecordTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetFollowRedirect.go
    • Line 23: warning: exported type SetFollowRedirectRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetFollowRedirectRequest should be of the form "NewSetFollowRedirectRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetFollowRedirectRequestWithAllParams should be of the form "NewSetFollowRedirectRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetFollowRedirectRequestWithoutParam should be of the form "NewSetFollowRedirectRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetFollowRedirectRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetFollowRedirectRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SetFollowRedirectResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetFollowRedirectResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainConfigStatus.go
    • Line 23: warning: exported type QueryDomainConfigStatusRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryDomainConfigStatusRequest should be of the form "NewQueryDomainConfigStatusRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryDomainConfigStatusRequestWithAllParams should be of the form "NewQueryDomainConfigStatusRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryDomainConfigStatusRequestWithoutParam should be of the form "NewQueryDomainConfigStatusRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryDomainConfigStatusRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 93: warning: exported type QueryDomainConfigStatusResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryDomainConfigStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitorcm/client/MonitorcmClient.go
    • Line 26: warning: exported type MonitorcmClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewMonitorcmClient should have comment or be unexported (golint)
    • Line 48: warning: exported method MonitorcmClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method MonitorcmClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method MonitorcmClient.PutMetricData should be of the form "PutMetricData ..." (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/AssociateVpcEipById.go
    • Line 24: warning: exported type AssociateVpcEipByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAssociateVpcEipByIdRequest should be of the form "NewAssociateVpcEipByIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAssociateVpcEipByIdRequestWithAllParams should be of the form "NewAssociateVpcEipByIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAssociateVpcEipByIdRequestWithoutParam should be of the form "NewAssociateVpcEipByIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AssociateVpcEipByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AssociateVpcEipByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method AssociateVpcEipByIdRequest.SetAssociate should be of the form "SetAssociate ..." (golint)
    • Line 122: warning: exported type AssociateVpcEipByIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AssociateVpcEipByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLivePlayAuthKey.go
    • Line 23: warning: exported type SetLivePlayAuthKeyRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewSetLivePlayAuthKeyRequest should be of the form "NewSetLivePlayAuthKeyRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetLivePlayAuthKeyRequestWithAllParams should be of the form "NewSetLivePlayAuthKeyRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewSetLivePlayAuthKeyRequestWithoutParam should be of the form "NewSetLivePlayAuthKeyRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method SetLivePlayAuthKeyRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 111: warning: comment on exported method SetLivePlayAuthKeyRequest.SetAuthStatus should be of the form "SetAuthStatus ..." (golint)
    • Line 120: warning: comment on exported method SetLivePlayAuthKeyRequest.SetAuthKey should be of the form "SetAuthKey ..." (golint)
    • Line 133: warning: exported type SetLivePlayAuthKeyResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type SetLivePlayAuthKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeRegistry.go
    • Line 24: warning: exported type DescribeRegistryRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRegistryRequest should be of the form "NewDescribeRegistryRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRegistryRequestWithAllParams should be of the form "NewDescribeRegistryRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRegistryRequestWithoutParam should be of the form "NewDescribeRegistryRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 108: warning: exported type DescribeRegistryResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DeleteEdgeWithCore.go
    • Line 23: warning: exported type DeleteEdgeWithCoreRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteEdgeWithCoreRequest should be of the form "NewDeleteEdgeWithCoreRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteEdgeWithCoreRequestWithAllParams should be of the form "NewDeleteEdgeWithCoreRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteEdgeWithCoreRequestWithoutParam should be of the form "NewDeleteEdgeWithCoreRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteEdgeWithCoreRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteEdgeWithCoreRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteEdgeWithCoreRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 121: warning: exported type DeleteEdgeWithCoreResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteEdgeWithCoreResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifySubnet.go
    • Line 24: warning: exported type ModifySubnetRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifySubnetRequest should be of the form "NewModifySubnetRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifySubnetRequestWithAllParams should be of the form "NewModifySubnetRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewModifySubnetRequestWithoutParam should be of the form "NewModifySubnetRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ModifySubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ModifySubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 114: warning: comment on exported method ModifySubnetRequest.SetName should be of the form "SetName ..." (golint)
    • Line 119: warning: comment on exported method ModifySubnetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type ModifySubnetResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ModifySubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ConfigUrlRule.go
    • Line 23: warning: exported type ConfigUrlRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewConfigUrlRuleRequest should be of the form "NewConfigUrlRuleRequest ..." (golint)
    • Line 57: warning: comment on exported function NewConfigUrlRuleRequestWithAllParams should be of the form "NewConfigUrlRuleRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewConfigUrlRuleRequestWithoutParam should be of the form "NewConfigUrlRuleRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method ConfigUrlRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method ConfigUrlRuleRequest.SetBeforeRegex should be of the form "SetBeforeRegex ..." (golint)
    • Line 104: warning: comment on exported method ConfigUrlRuleRequest.SetAfterRegex should be of the form "SetAfterRegex ..." (golint)
    • Line 115: warning: exported type ConfigUrlRuleResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type ConfigUrlRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/client/CloudsignClient.go
    • Line 26: warning: exported type CloudsignClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCloudsignClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CloudsignClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CloudsignClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CloudsignClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CloudsignClient.DescribeApplyStatus should be of the form "DescribeApplyStatus ..." (golint)
    • Line 80: warning: comment on exported method CloudsignClient.EnableContractSave should be of the form "EnableContractSave ..." (golint)
    • Line 100: warning: comment on exported method CloudsignClient.DescribeTemplateList should be of the form "DescribeTemplateList ..." (golint)
    • Line 120: warning: comment on exported method CloudsignClient.DescribeContractList should be of the form "DescribeContractList ..." (golint)
    • Line 140: warning: comment on exported method CloudsignClient.UploadStamp should be of the form "UploadStamp ..." (golint)
    • Line 160: warning: comment on exported method CloudsignClient.DownloadStamps should be of the form "DownloadStamps ..." (golint)
    • Line 182: warning: comment on exported method CloudsignClient.PaddingTemplate should be of the form "PaddingTemplate ..." (golint)
    • Line 202: warning: comment on exported method CloudsignClient.SignContract should be of the form "SignContract ..." (golint)
    • Line 227: warning: comment on exported method CloudsignClient.DownloadContracts should be of the form "DownloadContracts ..." (golint)
    • Line 249: warning: comment on exported method CloudsignClient.DownloadTemplates should be of the form "DownloadTemplates ..." (golint)
    • Line 271: warning: comment on exported method CloudsignClient.VerifyContract should be of the form "VerifyContract ..." (golint)
    • Line 291: warning: comment on exported method CloudsignClient.UploadTemplate should be of the form "UploadTemplate ..." (golint)
    • Line 311: warning: comment on exported method CloudsignClient.DeleteTemplate should be of the form "DeleteTemplate ..." (golint)
    • Line 331: warning: comment on exported method CloudsignClient.DeleteContract should be of the form "DeleteContract ..." (golint)
    • Line 351: warning: comment on exported method CloudsignClient.DisableContractSave should be of the form "DisableContractSave ..." (golint)
    • Line 371: warning: comment on exported method CloudsignClient.SetKmsKeyId should be of the form "SetKmsKeyId ..." (golint)
    • Line 391: warning: comment on exported method CloudsignClient.DeleteStamp should be of the form "DeleteStamp ..." (golint)
    • Line 411: warning: comment on exported method CloudsignClient.DescribeStampList should be of the form "DescribeStampList ..." (golint)
    • jdcloud-sdk-go/services/lb/apis/DeRegisterTargets.go
    • Line 23: warning: exported type DeRegisterTargetsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeRegisterTargetsRequest should be of the form "NewDeRegisterTargetsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeRegisterTargetsRequestWithAllParams should be of the form "NewDeRegisterTargetsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeRegisterTargetsRequestWithoutParam should be of the form "NewDeRegisterTargetsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeRegisterTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeRegisterTargetsRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 110: warning: comment on exported method DeRegisterTargetsRequest.SetTargetIds should be of the form "SetTargetIds ..." (golint)
    • Line 121: warning: exported type DeRegisterTargetsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeRegisterTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/DescribeCerts.go
    • Line 24: warning: exported type DescribeCertsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeCertsRequest should be of the form "NewDescribeCertsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCertsRequestWithAllParams should be of the form "NewDescribeCertsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeCertsRequestWithoutParam should be of the form "NewDescribeCertsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeCertsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method DescribeCertsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method DescribeCertsRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 113: warning: comment on exported method DescribeCertsRequest.SetCertIds should be of the form "SetCertIds ..." (golint)
    • Line 124: warning: exported type DescribeCertsResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeCertsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DisableWafWhiteRules.go
    • Line 23: warning: exported type DisableWafWhiteRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWafWhiteRulesRequest should be of the form "NewDisableWafWhiteRulesRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableWafWhiteRulesRequestWithAllParams should be of the form "NewDisableWafWhiteRulesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDisableWafWhiteRulesRequestWithoutParam should be of the form "NewDisableWafWhiteRulesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DisableWafWhiteRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method DisableWafWhiteRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: comment on exported method DisableWafWhiteRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 115: warning: exported type DisableWafWhiteRulesResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DisableWafWhiteRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/TransferinDomainState.go
    • Line 23: warning: exported type TransferinDomainStateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewTransferinDomainStateRequest should be of the form "NewTransferinDomainStateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewTransferinDomainStateRequestWithAllParams should be of the form "NewTransferinDomainStateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewTransferinDomainStateRequestWithoutParam should be of the form "NewTransferinDomainStateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method TransferinDomainStateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method TransferinDomainStateRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 107: warning: exported type TransferinDomainStateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type TransferinDomainStateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateWafBlackRule.go
    • Line 23: warning: exported type UpdateWafBlackRuleRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewUpdateWafBlackRuleRequest should be of the form "NewUpdateWafBlackRuleRequest ..." (golint)
    • Line 72: warning: comment on exported function NewUpdateWafBlackRuleRequestWithAllParams should be of the form "NewUpdateWafBlackRuleRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewUpdateWafBlackRuleRequestWithoutParam should be of the form "NewUpdateWafBlackRuleRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method UpdateWafBlackRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 126: warning: comment on exported method UpdateWafBlackRuleRequest.SetId should be of the form "SetId ..." (golint)
    • Line 131: warning: comment on exported method UpdateWafBlackRuleRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 136: warning: comment on exported method UpdateWafBlackRuleRequest.SetMatchOp should be of the form "SetMatchOp ..." (golint)
    • Line 141: warning: comment on exported method UpdateWafBlackRuleRequest.SetVal should be of the form "SetVal ..." (golint)
    • Line 146: warning: comment on exported method UpdateWafBlackRuleRequest.SetAtOp should be of the form "SetAtOp ..." (golint)
    • Line 151: warning: comment on exported method UpdateWafBlackRuleRequest.SetAtVal should be of the form "SetAtVal ..." (golint)
    • Line 162: warning: exported type UpdateWafBlackRuleResponse should have comment or be unexported (golint)
    • Line 168: warning: exported type UpdateWafBlackRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchDispatchRuleProtect.go
    • Line 23: warning: exported type SwitchDispatchRuleProtectRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchDispatchRuleProtectRequest should be of the form "NewSwitchDispatchRuleProtectRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchDispatchRuleProtectRequestWithAllParams should be of the form "NewSwitchDispatchRuleProtectRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchDispatchRuleProtectRequestWithoutParam should be of the form "NewSwitchDispatchRuleProtectRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchDispatchRuleProtectRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchDispatchRuleProtectRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchDispatchRuleProtectRequest.SetDispatchRuleId should be of the form "SetDispatchRuleId ..." (golint)
    • Line 121: warning: exported type SwitchDispatchRuleProtectResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchDispatchRuleProtectResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddCustomLiveStreamSnapshotTemplate.go
    • Line 23: warning: exported type AddCustomLiveStreamSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 84: warning: comment on exported function NewAddCustomLiveStreamSnapshotTemplateRequest should be of the form "NewAddCustomLiveStreamSnapshotTemplateRequest ..." (golint)
    • Line 140: warning: comment on exported function NewAddCustomLiveStreamSnapshotTemplateRequestWithAllParams should be of the form "NewAddCustomLiveStreamSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 211: warning: comment on exported function NewAddCustomLiveStreamSnapshotTemplateRequestWithoutParam should be of the form "NewAddCustomLiveStreamSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 224: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetFormat should be of the form "SetFormat ..." (golint)
    • Line 232: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 241: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 250: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetFillType should be of the form "SetFillType ..." (golint)
    • Line 262: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetSnapshotInterval should be of the form "SetSnapshotInterval ..." (golint)
    • Line 270: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetSaveMode should be of the form "SetSaveMode ..." (golint)
    • Line 278: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetSaveBucket should be of the form "SetSaveBucket ..." (golint)
    • Line 283: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetSaveEndpoint should be of the form "SetSaveEndpoint ..." (golint)
    • Line 288: warning: comment on exported method AddCustomLiveStreamSnapshotTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 304: warning: exported type AddCustomLiveStreamSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 310: warning: exported type AddCustomLiveStreamSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/DisableDicts.go
    • Line 23: warning: exported type DisableDictsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableDictsRequest should be of the form "NewDisableDictsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableDictsRequestWithAllParams should be of the form "NewDisableDictsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableDictsRequestWithoutParam should be of the form "NewDisableDictsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableDictsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableDictsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableDictsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableDictsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateCacheRule.go
    • Line 23: warning: exported type UpdateCacheRuleRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewUpdateCacheRuleRequest should be of the form "NewUpdateCacheRuleRequest ..." (golint)
    • Line 66: warning: comment on exported function NewUpdateCacheRuleRequestWithAllParams should be of the form "NewUpdateCacheRuleRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewUpdateCacheRuleRequestWithoutParam should be of the form "NewUpdateCacheRuleRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method UpdateCacheRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 117: warning: comment on exported method UpdateCacheRuleRequest.SetWeight should be of the form "SetWeight ..." (golint)
    • Line 122: warning: comment on exported method UpdateCacheRuleRequest.SetTtl should be of the form "SetTtl ..." (golint)
    • Line 127: warning: comment on exported method UpdateCacheRuleRequest.SetContents should be of the form "SetContents ..." (golint)
    • Line 132: warning: comment on exported method UpdateCacheRuleRequest.SetCacheType should be of the form "SetCacheType ..." (golint)
    • Line 137: warning: comment on exported method UpdateCacheRuleRequest.SetConfigId should be of the form "SetConfigId ..." (golint)
    • Line 148: warning: exported type UpdateCacheRuleResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type UpdateCacheRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/GetPublicKey.go
    • Line 23: warning: exported type GetPublicKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetPublicKeyRequest should be of the form "NewGetPublicKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetPublicKeyRequestWithAllParams should be of the form "NewGetPublicKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetPublicKeyRequestWithoutParam should be of the form "NewGetPublicKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetPublicKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type GetPublicKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetPublicKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateElasticIpRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DeleteSubscription.go
    • Line 23: warning: exported type DeleteSubscriptionRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteSubscriptionRequest should be of the form "NewDeleteSubscriptionRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteSubscriptionRequestWithAllParams should be of the form "NewDeleteSubscriptionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteSubscriptionRequestWithoutParam should be of the form "NewDeleteSubscriptionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteSubscriptionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteSubscriptionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 110: warning: comment on exported method DeleteSubscriptionRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 121: warning: exported type DeleteSubscriptionResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteSubscriptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeInstanceRaid.go
    • Line 23: warning: exported type DescribeInstanceRaidRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceRaidRequest should be of the form "NewDescribeInstanceRaidRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceRaidRequestWithAllParams should be of the form "NewDescribeInstanceRaidRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceRaidRequestWithoutParam should be of the form "NewDescribeInstanceRaidRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceRaidRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceRaidRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceRaidResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceRaidResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateTranscodeTemplateGroup.go
    • Line 24: warning: exported type CreateTranscodeTemplateGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateTranscodeTemplateGroupRequest should be of the form "NewCreateTranscodeTemplateGroupRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateTranscodeTemplateGroupRequestWithAllParams should be of the form "NewCreateTranscodeTemplateGroupRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewCreateTranscodeTemplateGroupRequestWithoutParam should be of the form "NewCreateTranscodeTemplateGroupRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method CreateTranscodeTemplateGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 91: warning: comment on exported method CreateTranscodeTemplateGroupRequest.SetTemplates should be of the form "SetTemplates ..." (golint)
    • Line 102: warning: exported type CreateTranscodeTemplateGroupResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type CreateTranscodeTemplateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteBandwidthPackage.go
    • Line 23: warning: exported type DeleteBandwidthPackageRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteBandwidthPackageRequest should be of the form "NewDeleteBandwidthPackageRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteBandwidthPackageRequestWithAllParams should be of the form "NewDeleteBandwidthPackageRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteBandwidthPackageRequestWithoutParam should be of the form "NewDeleteBandwidthPackageRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteBandwidthPackageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteBandwidthPackageRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 111: warning: comment on exported method DeleteBandwidthPackageRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteBandwidthPackageResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteBandwidthPackageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeDeadLetterNumbersWithTopic.go
    • Line 24: warning: exported type DescribeDeadLetterNumbersWithTopicRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeDeadLetterNumbersWithTopicRequest should be of the form "NewDescribeDeadLetterNumbersWithTopicRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeDeadLetterNumbersWithTopicRequestWithAllParams should be of the form "NewDescribeDeadLetterNumbersWithTopicRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeDeadLetterNumbersWithTopicRequestWithoutParam should be of the form "NewDescribeDeadLetterNumbersWithTopicRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeDeadLetterNumbersWithTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeDeadLetterNumbersWithTopicRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 120: warning: comment on exported method DescribeDeadLetterNumbersWithTopicRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 125: warning: comment on exported method DescribeDeadLetterNumbersWithTopicRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeDeadLetterNumbersWithTopicRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 141: warning: exported type DescribeDeadLetterNumbersWithTopicResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeDeadLetterNumbersWithTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/asset/apis/ModifyBalanceWarningInfo.go
    • Line 24: warning: exported type ModifyBalanceWarningInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewModifyBalanceWarningInfoRequest should be of the form "NewModifyBalanceWarningInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewModifyBalanceWarningInfoRequestWithAllParams should be of the form "NewModifyBalanceWarningInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewModifyBalanceWarningInfoRequestWithoutParam should be of the form "NewModifyBalanceWarningInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ModifyBalanceWarningInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ModifyBalanceWarningInfoRequest.SetBalanceWarningInfoVo should be of the form "SetBalanceWarningInfoVo ..." (golint)
    • Line 108: warning: exported type ModifyBalanceWarningInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ModifyBalanceWarningInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchForwardRuleProtect.go
    • Line 23: warning: exported type SwitchForwardRuleProtectRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchForwardRuleProtectRequest should be of the form "NewSwitchForwardRuleProtectRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchForwardRuleProtectRequestWithAllParams should be of the form "NewSwitchForwardRuleProtectRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchForwardRuleProtectRequestWithoutParam should be of the form "NewSwitchForwardRuleProtectRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchForwardRuleProtectRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchForwardRuleProtectRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchForwardRuleProtectRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type SwitchForwardRuleProtectResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchForwardRuleProtectResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/client/EliteClient.go
    • Line 26: warning: exported type EliteClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewEliteClient should have comment or be unexported (golint)
    • Line 48: warning: exported method EliteClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method EliteClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method EliteClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method EliteClient.JdxQueryPrice should be of the form "JdxQueryPrice ..." (golint)
    • Line 80: warning: comment on exported method EliteClient.ListSaleService should be of the form "ListSaleService ..." (golint)
    • Line 100: warning: comment on exported method EliteClient.JdxQueryDeliveryInfo should be of the form "JdxQueryDeliveryInfo ..." (golint)
    • Line 120: warning: comment on exported method EliteClient.GetStoreService should be of the form "GetStoreService ..." (golint)
    • Line 140: warning: comment on exported method EliteClient.JdxReportOrder should be of the form "JdxReportOrder ..." (golint)
    • Line 160: warning: comment on exported method EliteClient.JdxCreateOrder should be of the form "JdxCreateOrder ..." (golint)
    • Line 180: warning: comment on exported method EliteClient.GetSaleServiceByDeliverNumber should be of the form "GetSaleServiceByDeliverNumber ..." (golint)
    • Line 200: warning: comment on exported method EliteClient.JdxQueryProduct should be of the form "JdxQueryProduct ..." (golint)
    • Line 220: warning: comment on exported method EliteClient.ConfirmSaleServiceDelivery should be of the form "ConfirmSaleServiceDelivery ..." (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateRouteTable.go
    • Line 23: warning: exported type CreateRouteTableRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateRouteTableRequest should be of the form "NewCreateRouteTableRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateRouteTableRequestWithAllParams should be of the form "NewCreateRouteTableRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateRouteTableRequestWithoutParam should be of the form "NewCreateRouteTableRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateRouteTableRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 116: warning: comment on exported method CreateRouteTableRequest.SetRouteTableName should be of the form "SetRouteTableName ..." (golint)
    • Line 121: warning: comment on exported method CreateRouteTableRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateRouteTableResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeSubUserGroups.go
    • Line 24: warning: exported type DescribeSubUserGroupsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeSubUserGroupsRequest should be of the form "NewDescribeSubUserGroupsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSubUserGroupsRequestWithAllParams should be of the form "NewDescribeSubUserGroupsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSubUserGroupsRequestWithoutParam should be of the form "NewDescribeSubUserGroupsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeSubUserGroupsRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 94: warning: exported type DescribeSubUserGroupsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeSubUserGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteCategory.go
    • Line 23: warning: exported type DeleteCategoryRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCategoryRequest should be of the form "NewDeleteCategoryRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCategoryRequestWithAllParams should be of the form "NewDeleteCategoryRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCategoryRequestWithoutParam should be of the form "NewDeleteCategoryRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCategoryRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 93: warning: exported type DeleteCategoryResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskConfDefault.go
    • Line 24: warning: exported type ListRiskConfDefaultRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskConfDefaultRequest should be of the form "NewListRiskConfDefaultRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskConfDefaultRequestWithAllParams should be of the form "NewListRiskConfDefaultRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskConfDefaultRequestWithoutParam should be of the form "NewListRiskConfDefaultRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskConfDefaultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskConfDefaultRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskConfDefaultRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskConfDefaultResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskConfDefaultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/ExecCreate.go
    • Line 23: warning: exported type ExecCreateRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewExecCreateRequest should be of the form "NewExecCreateRequest ..." (golint)
    • Line 66: warning: comment on exported function NewExecCreateRequestWithAllParams should be of the form "NewExecCreateRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewExecCreateRequestWithoutParam should be of the form "NewExecCreateRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ExecCreateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ExecCreateRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 116: warning: comment on exported method ExecCreateRequest.SetCommand should be of the form "SetCommand ..." (golint)
    • Line 121: warning: comment on exported method ExecCreateRequest.SetTty should be of the form "SetTty ..." (golint)
    • Line 132: warning: exported type ExecCreateResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ExecCreateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifyAppGeneralSettingById.go
    • Line 23: warning: exported type ModifyAppGeneralSettingByIdRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyAppGeneralSettingByIdRequest should be of the form "NewModifyAppGeneralSettingByIdRequest ..." (golint)
    • Line 54: warning: comment on exported function NewModifyAppGeneralSettingByIdRequestWithAllParams should be of the form "NewModifyAppGeneralSettingByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewModifyAppGeneralSettingByIdRequestWithoutParam should be of the form "NewModifyAppGeneralSettingByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ModifyAppGeneralSettingByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 96: warning: comment on exported method ModifyAppGeneralSettingByIdRequest.SetSettingValue should be of the form "SetSettingValue ..." (golint)
    • Line 101: warning: comment on exported method ModifyAppGeneralSettingByIdRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 112: warning: exported type ModifyAppGeneralSettingByIdResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type ModifyAppGeneralSettingByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/GetDeviceGroupList.go
    • Line 24: warning: exported type GetDeviceGroupListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetDeviceGroupListRequest should be of the form "NewGetDeviceGroupListRequest ..." (golint)
    • Line 61: warning: comment on exported function NewGetDeviceGroupListRequestWithAllParams should be of the form "NewGetDeviceGroupListRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewGetDeviceGroupListRequestWithoutParam should be of the form "NewGetDeviceGroupListRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method GetDeviceGroupListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 103: warning: comment on exported method GetDeviceGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method GetDeviceGroupListRequest.SetQueryUserPin should be of the form "SetQueryUserPin ..." (golint)
    • Line 119: warning: exported type GetDeviceGroupListResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type GetDeviceGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsTaskContentUsingGET.go
    • Line 23: warning: exported type GetSmsTaskContentUsingGETRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetSmsTaskContentUsingGETRequest should be of the form "NewGetSmsTaskContentUsingGETRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetSmsTaskContentUsingGETRequestWithAllParams should be of the form "NewGetSmsTaskContentUsingGETRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetSmsTaskContentUsingGETRequestWithoutParam should be of the form "NewGetSmsTaskContentUsingGETRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetSmsTaskContentUsingGETRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 96: warning: comment on exported method GetSmsTaskContentUsingGETRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 107: warning: exported type GetSmsTaskContentUsingGETResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetSmsTaskContentUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/client/SslClient.go
    • Line 26: warning: exported type SslClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewSslClient should have comment or be unexported (golint)
    • Line 48: warning: exported method SslClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method SslClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method SslClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method SslClient.UpdateCert should be of the form "UpdateCert ..." (golint)
    • Line 80: warning: comment on exported method SslClient.DescribeCert should be of the form "DescribeCert ..." (golint)
    • Line 100: warning: comment on exported method SslClient.UploadCert should be of the form "UploadCert ..." (golint)
    • Line 120: warning: comment on exported method SslClient.DeleteCerts should be of the form "DeleteCerts ..." (golint)
    • Line 140: warning: comment on exported method SslClient.DownloadCert should be of the form "DownloadCert ..." (golint)
    • Line 160: warning: comment on exported method SslClient.DescribeCerts should be of the form "DescribeCerts ..." (golint)
    • Line 180: warning: comment on exported method SslClient.UpdateCertName should be of the form "UpdateCertName ..." (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCustomPages.go
    • Line 24: warning: exported type DescribeCustomPagesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCustomPagesRequest should be of the form "NewDescribeCustomPagesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeCustomPagesRequestWithAllParams should be of the form "NewDescribeCustomPagesRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeCustomPagesRequestWithoutParam should be of the form "NewDescribeCustomPagesRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeCustomPagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeCustomPagesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: comment on exported method DescribeCustomPagesRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 119: warning: exported type DescribeCustomPagesResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeCustomPagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeBusinessGraph.go
    • Line 23: warning: exported type DescribeBusinessGraphRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeBusinessGraphRequest should be of the form "NewDescribeBusinessGraphRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeBusinessGraphRequestWithAllParams should be of the form "NewDescribeBusinessGraphRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeBusinessGraphRequestWithoutParam should be of the form "NewDescribeBusinessGraphRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DescribeBusinessGraphRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DescribeBusinessGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 113: warning: comment on exported method DescribeBusinessGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 118: warning: comment on exported method DescribeBusinessGraphRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: exported type DescribeBusinessGraphResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DescribeBusinessGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DeleteRepository.go
    • Line 23: warning: exported type DeleteRepositoryRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteRepositoryRequest should be of the form "NewDeleteRepositoryRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDeleteRepositoryRequestWithAllParams should be of the form "NewDeleteRepositoryRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteRepositoryRequestWithoutParam should be of the form "NewDeleteRepositoryRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DeleteRepositoryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DeleteRepositoryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 116: warning: comment on exported method DeleteRepositoryRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 121: warning: comment on exported method DeleteRepositoryRequest.SetForce should be of the form "SetForce ..." (golint)
    • Line 132: warning: exported type DeleteRepositoryResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DeleteRepositoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/FindDeviceGroupLinkPage.go
    • Line 24: warning: exported type FindDeviceGroupLinkPageRequest should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewFindDeviceGroupLinkPageRequest should be of the form "NewFindDeviceGroupLinkPageRequest ..." (golint)
    • Line 103: warning: comment on exported function NewFindDeviceGroupLinkPageRequestWithAllParams should be of the form "NewFindDeviceGroupLinkPageRequestWithAllParams ..." (golint)
    • Line 169: warning: comment on exported function NewFindDeviceGroupLinkPageRequestWithoutParam should be of the form "NewFindDeviceGroupLinkPageRequestWithoutParam ..." (golint)
    • Line 182: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 187: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 192: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 197: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 202: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetDeviceCollectorType should be of the form "SetDeviceCollectorType ..." (golint)
    • Line 207: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 212: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetUserPin should be of the form "SetUserPin ..." (golint)
    • Line 217: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetTag should be of the form "SetTag ..." (golint)
    • Line 222: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 227: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 232: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 237: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetOrderId should be of the form "SetOrderId ..." (golint)
    • Line 242: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 247: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 252: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 257: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 262: warning: comment on exported method FindDeviceGroupLinkPageRequest.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 273: warning: exported type FindDeviceGroupLinkPageResponse should have comment or be unexported (golint)
    • Line 279: warning: exported type FindDeviceGroupLinkPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/CancelRasQuery.go
    • Line 23: warning: exported type CancelRasQueryRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCancelRasQueryRequest should be of the form "NewCancelRasQueryRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCancelRasQueryRequestWithAllParams should be of the form "NewCancelRasQueryRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCancelRasQueryRequestWithoutParam should be of the form "NewCancelRasQueryRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CancelRasQueryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CancelRasQueryRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method CancelRasQueryRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type CancelRasQueryResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CancelRasQueryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAuditFiles.go
    • Line 24: warning: exported type DescribeAuditFilesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAuditFilesRequest should be of the form "NewDescribeAuditFilesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAuditFilesRequestWithAllParams should be of the form "NewDescribeAuditFilesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAuditFilesRequestWithoutParam should be of the form "NewDescribeAuditFilesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAuditFilesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAuditFilesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeAuditFilesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAuditFilesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeElasticIpStock.go
    • Line 23: warning: exported type DescribeElasticIpStockRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeElasticIpStockRequest should be of the form "NewDescribeElasticIpStockRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeElasticIpStockRequestWithAllParams should be of the form "NewDescribeElasticIpStockRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeElasticIpStockRequestWithoutParam should be of the form "NewDescribeElasticIpStockRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeElasticIpStockRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type DescribeElasticIpStockResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeElasticIpStockResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ImportImage.go
    • Line 23: warning: exported type ImportImageRequest should have comment or be unexported (golint)
    • Line 64: warning: comment on exported function NewImportImageRequest should be of the form "NewImportImageRequest ..." (golint)
    • Line 105: warning: comment on exported function NewImportImageRequestWithAllParams should be of the form "NewImportImageRequestWithAllParams ..." (golint)
    • Line 156: warning: comment on exported function NewImportImageRequestWithoutParam should be of the form "NewImportImageRequestWithoutParam ..." (golint)
    • Line 169: warning: comment on exported method ImportImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 174: warning: comment on exported method ImportImageRequest.SetArchitecture should be of the form "SetArchitecture ..." (golint)
    • Line 179: warning: comment on exported method ImportImageRequest.SetOsType should be of the form "SetOsType ..." (golint)
    • Line 184: warning: comment on exported method ImportImageRequest.SetPlatform should be of the form "SetPlatform ..." (golint)
    • Line 189: warning: comment on exported method ImportImageRequest.SetDiskFormat should be of the form "SetDiskFormat ..." (golint)
    • Line 194: warning: comment on exported method ImportImageRequest.SetSystemDiskSizeGB should be of the form "SetSystemDiskSizeGB ..." (golint)
    • Line 199: warning: comment on exported method ImportImageRequest.SetImageUrl should be of the form "SetImageUrl ..." (golint)
    • Line 204: warning: comment on exported method ImportImageRequest.SetOsVersion should be of the form "SetOsVersion ..." (golint)
    • Line 209: warning: comment on exported method ImportImageRequest.SetImageName should be of the form "SetImageName ..." (golint)
    • Line 214: warning: comment on exported method ImportImageRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 219: warning: comment on exported method ImportImageRequest.SetForceImport should be of the form "SetForceImport ..." (golint)
    • Line 224: warning: comment on exported method ImportImageRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 235: warning: exported type ImportImageResponse should have comment or be unexported (golint)
    • Line 241: warning: exported type ImportImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteNetworkInterface.go
    • Line 23: warning: exported type DeleteNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNetworkInterfaceRequest should be of the form "NewDeleteNetworkInterfaceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNetworkInterfaceRequestWithAllParams should be of the form "NewDeleteNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNetworkInterfaceRequestWithoutParam should be of the form "NewDeleteNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 107: warning: exported type DeleteNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryBindGroupAuth.go
    • Line 24: warning: exported type QueryBindGroupAuthRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryBindGroupAuthRequest should be of the form "NewQueryBindGroupAuthRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryBindGroupAuthRequestWithAllParams should be of the form "NewQueryBindGroupAuthRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryBindGroupAuthRequestWithoutParam should be of the form "NewQueryBindGroupAuthRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryBindGroupAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryBindGroupAuthRequest.SetAccessAuthId should be of the form "SetAccessAuthId ..." (golint)
    • Line 108: warning: exported type QueryBindGroupAuthResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryBindGroupAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/SendBatchMsg.go
    • Line 24: warning: exported type SendBatchMsgRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewSendBatchMsgRequest should be of the form "NewSendBatchMsgRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSendBatchMsgRequestWithAllParams should be of the form "NewSendBatchMsgRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewSendBatchMsgRequestWithoutParam should be of the form "NewSendBatchMsgRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method SendBatchMsgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method SendBatchMsgRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 126: warning: comment on exported method SendBatchMsgRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 131: warning: comment on exported method SendBatchMsgRequest.SetPhone should be of the form "SetPhone ..." (golint)
    • Line 136: warning: comment on exported method SendBatchMsgRequest.SetParams should be of the form "SetParams ..." (golint)
    • Line 147: warning: exported type SendBatchMsgResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type SendBatchMsgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeFwdGraph.go
    • Line 23: warning: exported type DescribeFwdGraphRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeFwdGraphRequest should be of the form "NewDescribeFwdGraphRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeFwdGraphRequestWithAllParams should be of the form "NewDescribeFwdGraphRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeFwdGraphRequestWithoutParam should be of the form "NewDescribeFwdGraphRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DescribeFwdGraphRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DescribeFwdGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 113: warning: comment on exported method DescribeFwdGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 118: warning: comment on exported method DescribeFwdGraphRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: exported type DescribeFwdGraphResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DescribeFwdGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeInstance.go
    • Line 23: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/SetDeviceProperty.go
    • Line 24: warning: exported type SetDevicePropertyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetDevicePropertyRequest should be of the form "NewSetDevicePropertyRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetDevicePropertyRequestWithAllParams should be of the form "NewSetDevicePropertyRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetDevicePropertyRequestWithoutParam should be of the form "NewSetDevicePropertyRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetDevicePropertyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetDevicePropertyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetDevicePropertyRequest.SetDevicePropertyVO should be of the form "SetDevicePropertyVO ..." (golint)
    • Line 122: warning: exported type SetDevicePropertyResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetDevicePropertyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeRevisions.go
    • Line 25: warning: exported type DescribeRevisionsRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewDescribeRevisionsRequest should be of the form "NewDescribeRevisionsRequest ..." (golint)
    • Line 71: warning: comment on exported function NewDescribeRevisionsRequestWithAllParams should be of the form "NewDescribeRevisionsRequestWithAllParams ..." (golint)
    • Line 104: warning: comment on exported function NewDescribeRevisionsRequestWithoutParam should be of the form "NewDescribeRevisionsRequestWithoutParam ..." (golint)
    • Line 117: warning: comment on exported method DescribeRevisionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 122: warning: comment on exported method DescribeRevisionsRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 127: warning: comment on exported method DescribeRevisionsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeRevisionsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeRevisionsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 151: warning: exported type DescribeRevisionsResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type DescribeRevisionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeCacheInstance.go
    • Line 24: warning: exported type DescribeCacheInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeCacheInstanceRequest should be of the form "NewDescribeCacheInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCacheInstanceRequestWithAllParams should be of the form "NewDescribeCacheInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeCacheInstanceRequestWithoutParam should be of the form "NewDescribeCacheInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeCacheInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeCacheInstanceRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeCacheInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeCacheInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CheckCompanyInfo.go
    • Line 24: warning: exported type CheckCompanyInfoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckCompanyInfoRequest should be of the form "NewCheckCompanyInfoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCheckCompanyInfoRequestWithAllParams should be of the form "NewCheckCompanyInfoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCheckCompanyInfoRequestWithoutParam should be of the form "NewCheckCompanyInfoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CheckCompanyInfoRequest.SetCompanyInfo should be of the form "SetCompanyInfo ..." (golint)
    • Line 94: warning: exported type CheckCompanyInfoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CheckCompanyInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeAgentDatabases.go
    • Line 24: warning: exported type DescribeAgentDatabasesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeAgentDatabasesRequest should be of the form "NewDescribeAgentDatabasesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeAgentDatabasesRequestWithAllParams should be of the form "NewDescribeAgentDatabasesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeAgentDatabasesRequestWithoutParam should be of the form "NewDescribeAgentDatabasesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeAgentDatabasesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeAgentDatabasesRequest.SetAgentId should be of the form "SetAgentId ..." (golint)
    • Line 120: warning: comment on exported method DescribeAgentDatabasesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeAgentDatabasesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeAgentDatabasesRequest.SetNameFilter should be of the form "SetNameFilter ..." (golint)
    • Line 141: warning: exported type DescribeAgentDatabasesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeAgentDatabasesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/partner/apis/DescribeCustomerBillByProduct.go
    • Line 24: warning: exported type DescribeCustomerBillByProductRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeCustomerBillByProductRequest should be of the form "NewDescribeCustomerBillByProductRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeCustomerBillByProductRequestWithAllParams should be of the form "NewDescribeCustomerBillByProductRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewDescribeCustomerBillByProductRequestWithoutParam should be of the form "NewDescribeCustomerBillByProductRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method DescribeCustomerBillByProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method DescribeCustomerBillByProductRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 135: warning: comment on exported method DescribeCustomerBillByProductRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 140: warning: comment on exported method DescribeCustomerBillByProductRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 145: warning: comment on exported method DescribeCustomerBillByProductRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 150: warning: comment on exported method DescribeCustomerBillByProductRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 161: warning: exported type DescribeCustomerBillByProductResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type DescribeCustomerBillByProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 147: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 160: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 165: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 170: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 175: warning: comment on exported method DescribeInstancesRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 180: warning: comment on exported method DescribeInstancesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 185: warning: comment on exported method DescribeInstancesRequest.SetNetworkType should be of the form "SetNetworkType ..." (golint)
    • Line 190: warning: comment on exported method DescribeInstancesRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 195: warning: comment on exported method DescribeInstancesRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 200: warning: comment on exported method DescribeInstancesRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 205: warning: comment on exported method DescribeInstancesRequest.SetEnableInternet should be of the form "SetEnableInternet ..." (golint)
    • Line 210: warning: comment on exported method DescribeInstancesRequest.SetPrivateIp should be of the form "SetPrivateIp ..." (golint)
    • Line 215: warning: comment on exported method DescribeInstancesRequest.SetInterfaceMode should be of the form "SetInterfaceMode ..." (golint)
    • Line 220: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 233: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 239: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/UpdateCertName.go
    • Line 23: warning: exported type UpdateCertNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewUpdateCertNameRequest should be of the form "NewUpdateCertNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUpdateCertNameRequestWithAllParams should be of the form "NewUpdateCertNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewUpdateCertNameRequestWithoutParam should be of the form "NewUpdateCertNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method UpdateCertNameRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 96: warning: comment on exported method UpdateCertNameRequest.SetCertName should be of the form "SetCertName ..." (golint)
    • Line 107: warning: exported type UpdateCertNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type UpdateCertNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RestoreDatabaseFromFile.go
    • Line 23: warning: exported type RestoreDatabaseFromFileRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewRestoreDatabaseFromFileRequest should be of the form "NewRestoreDatabaseFromFileRequest ..." (golint)
    • Line 72: warning: comment on exported function NewRestoreDatabaseFromFileRequestWithAllParams should be of the form "NewRestoreDatabaseFromFileRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewRestoreDatabaseFromFileRequestWithoutParam should be of the form "NewRestoreDatabaseFromFileRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method RestoreDatabaseFromFileRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method RestoreDatabaseFromFileRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 125: warning: comment on exported method RestoreDatabaseFromFileRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 130: warning: comment on exported method RestoreDatabaseFromFileRequest.SetSharedFileGid should be of the form "SetSharedFileGid ..." (golint)
    • Line 135: warning: comment on exported method RestoreDatabaseFromFileRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 146: warning: exported type RestoreDatabaseFromFileResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type RestoreDatabaseFromFileResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeDDoSAttackLogs.go
    • Line 24: warning: exported type DescribeDDoSAttackLogsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeDDoSAttackLogsRequest should be of the form "NewDescribeDDoSAttackLogsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeDDoSAttackLogsRequestWithAllParams should be of the form "NewDescribeDDoSAttackLogsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeDDoSAttackLogsRequestWithoutParam should be of the form "NewDescribeDDoSAttackLogsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 136: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeDDoSAttackLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 152: warning: exported type DescribeDDoSAttackLogsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeDDoSAttackLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskJs.go
    • Line 24: warning: exported type DelRiskJsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskJsRequest should be of the form "NewDelRiskJsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskJsRequestWithAllParams should be of the form "NewDelRiskJsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskJsRequestWithoutParam should be of the form "NewDelRiskJsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskJsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskJsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskJsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskJsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskJsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamOnlineList.go
    • Line 24: warning: exported type DescribeLiveStreamOnlineListRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeLiveStreamOnlineListRequest should be of the form "NewDescribeLiveStreamOnlineListRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamOnlineListRequestWithAllParams should be of the form "NewDescribeLiveStreamOnlineListRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeLiveStreamOnlineListRequestWithoutParam should be of the form "NewDescribeLiveStreamOnlineListRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeLiveStreamOnlineListRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 114: warning: comment on exported method DescribeLiveStreamOnlineListRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 121: warning: comment on exported method DescribeLiveStreamOnlineListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeLiveStreamOnlineListRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 139: warning: exported type DescribeLiveStreamOnlineListResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type DescribeLiveStreamOnlineListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdatePrefetchTask.go
    • Line 23: warning: exported type UpdatePrefetchTaskRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdatePrefetchTaskRequest should be of the form "NewUpdatePrefetchTaskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUpdatePrefetchTaskRequestWithAllParams should be of the form "NewUpdatePrefetchTaskRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewUpdatePrefetchTaskRequestWithoutParam should be of the form "NewUpdatePrefetchTaskRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method UpdatePrefetchTaskRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 102: warning: comment on exported method UpdatePrefetchTaskRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 107: warning: comment on exported method UpdatePrefetchTaskRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 112: warning: comment on exported method UpdatePrefetchTaskRequest.SetCopyNum should be of the form "SetCopyNum ..." (golint)
    • Line 123: warning: exported type UpdatePrefetchTaskResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type UpdatePrefetchTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/DescribeJob.go
    • Line 24: warning: exported type DescribeJobRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeJobRequest should be of the form "NewDescribeJobRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeJobRequestWithAllParams should be of the form "NewDescribeJobRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeJobRequestWithoutParam should be of the form "NewDescribeJobRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeJobRequest.SetJobId should be of the form "SetJobId ..." (golint)
    • Line 111: warning: comment on exported method DescribeJobRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 122: warning: exported type DescribeJobResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeBackups.go
    • Line 24: warning: exported type DescribeBackupsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeBackupsRequest should be of the form "NewDescribeBackupsRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeBackupsRequestWithAllParams should be of the form "NewDescribeBackupsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeBackupsRequestWithoutParam should be of the form "NewDescribeBackupsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeBackupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeBackupsRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeBackupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 137: warning: comment on exported method DescribeBackupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 142: warning: comment on exported method DescribeBackupsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 147: warning: comment on exported method DescribeBackupsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: comment on exported method DescribeBackupsRequest.SetBaseId should be of the form "SetBaseId ..." (golint)
    • Line 163: warning: exported type DescribeBackupsResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type DescribeBackupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/models/AclTopN.go
    • Line 20: warning: exported type AclTopN should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Addr_top10 should be AddrTop10 (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Rulename_top10 should be RulenameTop10 (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeIndexPerformance.go
    • Line 24: warning: exported type DescribeIndexPerformanceRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeIndexPerformanceRequest should be of the form "NewDescribeIndexPerformanceRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeIndexPerformanceRequestWithAllParams should be of the form "NewDescribeIndexPerformanceRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeIndexPerformanceRequestWithoutParam should be of the form "NewDescribeIndexPerformanceRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeIndexPerformanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeIndexPerformanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method DescribeIndexPerformanceRequest.SetQueryType should be of the form "SetQueryType ..." (golint)
    • Line 134: warning: comment on exported method DescribeIndexPerformanceRequest.SetDb should be of the form "SetDb ..." (golint)
    • Line 139: warning: comment on exported method DescribeIndexPerformanceRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 144: warning: comment on exported method DescribeIndexPerformanceRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 155: warning: exported type DescribeIndexPerformanceResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type DescribeIndexPerformanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/quota/client/QuotaClient.go
    • Line 26: warning: exported type QuotaClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewQuotaClient should have comment or be unexported (golint)
    • Line 48: warning: exported method QuotaClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method QuotaClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method QuotaClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method QuotaClient.VerifyUserQuota should be of the form "VerifyUserQuota ..." (golint)
    • Line 80: warning: comment on exported method QuotaClient.GetUserQuotaDetail should be of the form "GetUserQuotaDetail ..." (golint)
    • jdcloud-sdk-go/services/iotcore/client/IotcoreClient.go
    • Line 26: warning: exported type IotcoreClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIotcoreClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IotcoreClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IotcoreClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IotcoreClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IotcoreClient.ListProductsWithAdmin should be of the form "ListProductsWithAdmin ..." (golint)
    • Line 80: warning: comment on exported method IotcoreClient.DescribeEventList should be of the form "DescribeEventList ..." (golint)
    • Line 100: warning: comment on exported method IotcoreClient.CollectorWriteMessage should be of the form "CollectorWriteMessage ..." (golint)
    • Line 120: warning: comment on exported method IotcoreClient.CreateDeviceTopo should be of the form "CreateDeviceTopo ..." (golint)
    • Line 140: warning: comment on exported method IotcoreClient.InvokeThingService should be of the form "InvokeThingService ..." (golint)
    • Line 160: warning: comment on exported method IotcoreClient.DeleteProductWithAdmin should be of the form "DeleteProductWithAdmin ..." (golint)
    • Line 180: warning: comment on exported method IotcoreClient.ListProducts should be of the form "ListProducts ..." (golint)
    • Line 200: warning: comment on exported method IotcoreClient.RegisterDevice should be of the form "RegisterDevice ..." (golint)
    • Line 220: warning: comment on exported method IotcoreClient.DescribeDevice should be of the form "DescribeDevice ..." (golint)
    • Line 240: warning: comment on exported method IotcoreClient.UpdateProduct should be of the form "UpdateProduct ..." (golint)
    • Line 260: warning: comment on exported method IotcoreClient.DescribePropertySnapshot should be of the form "DescribePropertySnapshot ..." (golint)
    • Line 280: warning: comment on exported method IotcoreClient.InvokeFunction should be of the form "InvokeFunction ..." (golint)
    • Line 300: warning: comment on exported method IotcoreClient.UpdateThingShadow should be of the form "UpdateThingShadow ..." (golint)
    • Line 320: warning: comment on exported method IotcoreClient.DeleteProduct should be of the form "DeleteProduct ..." (golint)
    • Line 340: warning: comment on exported method IotcoreClient.GetDeviceGroup should be of the form "GetDeviceGroup ..." (golint)
    • Line 360: warning: comment on exported method IotcoreClient.ReadHoldingRegisters should be of the form "ReadHoldingRegisters ..." (golint)
    • Line 380: warning: comment on exported method IotcoreClient.CollectorReadMessage should be of the form "CollectorReadMessage ..." (golint)
    • Line 400: warning: comment on exported method IotcoreClient.DescribeThingShadow should be of the form "DescribeThingShadow ..." (golint)
    • Line 420: warning: comment on exported method IotcoreClient.DeleteDeviceTopo should be of the form "DeleteDeviceTopo ..." (golint)
    • Line 440: warning: comment on exported method IotcoreClient.DownloadDeviceCertificate should be of the form "DownloadDeviceCertificate ..." (golint)
    • Line 460: warning: comment on exported method IotcoreClient.ExportThingModel should be of the form "ExportThingModel ..." (golint)
    • Line 480: warning: comment on exported method IotcoreClient.DescribeDeviceTopo should be of the form "DescribeDeviceTopo ..." (golint)
    • Line 500: warning: comment on exported method IotcoreClient.LoongrayQueryPage should be of the form "LoongrayQueryPage ..." (golint)
    • Line 520: warning: comment on exported method IotcoreClient.UpdateProductWithAdmin should be of the form "UpdateProductWithAdmin ..." (golint)
    • Line 540: warning: comment on exported method IotcoreClient.DescribeProduct should be of the form "DescribeProduct ..." (golint)
    • Line 560: warning: comment on exported method IotcoreClient.UpdateDevice should be of the form "UpdateDevice ..." (golint)
    • Line 580: warning: comment on exported method IotcoreClient.AddLooDevice should be of the form "AddLooDevice ..." (golint)
    • Line 600: warning: comment on exported method IotcoreClient.ImportThingModel should be of the form "ImportThingModel ..." (golint)
    • Line 620: warning: comment on exported method IotcoreClient.AddDeviceLinks should be of the form "AddDeviceLinks ..." (golint)
    • Line 640: warning: comment on exported method IotcoreClient.AddDevice should be of the form "AddDevice ..." (golint)
    • Line 660: warning: comment on exported method IotcoreClient.DescribeProductTopics should be of the form "DescribeProductTopics ..." (golint)
    • Line 680: warning: comment on exported method IotcoreClient.DescribeFunctionList should be of the form "DescribeFunctionList ..." (golint)
    • Line 700: warning: comment on exported method IotcoreClient.CreateProduct should be of the form "CreateProduct ..." (golint)
    • Line 720: warning: comment on exported method IotcoreClient.RemoveLoongrayDevice should be of the form "RemoveLoongrayDevice ..." (golint)
    • Line 740: warning: comment on exported method IotcoreClient.DeleteDevice should be of the form "DeleteDevice ..." (golint)
    • Line 760: warning: comment on exported method IotcoreClient.QueryDeviceDetail should be of the form "QueryDeviceDetail ..." (golint)
    • Line 780: warning: comment on exported method IotcoreClient.CreateAdminProduct should be of the form "CreateAdminProduct ..." (golint)
    • Line 800: warning: comment on exported method IotcoreClient.RemoveDevice should be of the form "RemoveDevice ..." (golint)
    • Line 820: warning: comment on exported method IotcoreClient.DescribeThingType should be of the form "DescribeThingType ..." (golint)
    • Line 840: warning: comment on exported method IotcoreClient.CreateProductTopic should be of the form "CreateProductTopic ..." (golint)
    • Line 860: warning: comment on exported method IotcoreClient.GetDeviceGroupList should be of the form "GetDeviceGroupList ..." (golint)
    • Line 880: warning: comment on exported method IotcoreClient.DescribeProductTopic should be of the form "DescribeProductTopic ..." (golint)
    • Line 900: warning: comment on exported method IotcoreClient.DescribeProperty should be of the form "DescribeProperty ..." (golint)
    • Line 920: warning: comment on exported method IotcoreClient.UpdateDeviceTopo should be of the form "UpdateDeviceTopo ..." (golint)
    • Line 940: warning: comment on exported method IotcoreClient.QueryDevicePage should be of the form "QueryDevicePage ..." (golint)
    • Line 960: warning: comment on exported method IotcoreClient.DescribeThingModel should be of the form "DescribeThingModel ..." (golint)
    • Line 980: warning: comment on exported method IotcoreClient.SetDeviceProperty should be of the form "SetDeviceProperty ..." (golint)
    • Line 1000: warning: comment on exported method IotcoreClient.InvokeThingTopic should be of the form "InvokeThingTopic ..." (golint)
    • Line 1020: warning: comment on exported method IotcoreClient.UpdateLooDevice should be of the form "UpdateLooDevice ..." (golint)
    • Line 1040: warning: comment on exported method IotcoreClient.DescribeProductWithAdmin should be of the form "DescribeProductWithAdmin ..." (golint)
    • Line 1060: warning: comment on exported method IotcoreClient.ListProductAbilities should be of the form "ListProductAbilities ..." (golint)
    • Line 1080: warning: comment on exported method IotcoreClient.FindDeviceGroupLinkPage should be of the form "FindDeviceGroupLinkPage ..." (golint)
    • Line 1100: warning: comment on exported method IotcoreClient.QueryAdminStatistics should be of the form "QueryAdminStatistics ..." (golint)
    • Line 1120: warning: comment on exported method IotcoreClient.DescribeThingTypeList should be of the form "DescribeThingTypeList ..." (golint)
    • Line 1140: warning: comment on exported method IotcoreClient.ElevatorOperatingStatus should be of the form "ElevatorOperatingStatus ..." (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateElasticIps.go
    • Line 24: warning: exported type CreateElasticIpsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewCreateElasticIpsRequest should be of the form "NewCreateElasticIpsRequest ..." (golint)
    • Line 73: warning: comment on exported function NewCreateElasticIpsRequestWithAllParams should be of the form "NewCreateElasticIpsRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewCreateElasticIpsRequestWithoutParam should be of the form "NewCreateElasticIpsRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method CreateElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method CreateElasticIpsRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 129: warning: comment on exported method CreateElasticIpsRequest.SetElasticIpAddress should be of the form "SetElasticIpAddress ..." (golint)
    • Line 134: warning: comment on exported method CreateElasticIpsRequest.SetElasticIpSpec should be of the form "SetElasticIpSpec ..." (golint)
    • Line 139: warning: comment on exported method CreateElasticIpsRequest.SetUserTags should be of the form "SetUserTags ..." (golint)
    • Line 144: warning: comment on exported method CreateElasticIpsRequest.SetIpType should be of the form "SetIpType ..." (golint)
    • Line 155: warning: exported type CreateElasticIpsResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type CreateElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/client/ContainerregistryClient.go
    • Line 26: warning: exported type ContainerregistryClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewContainerregistryClient should have comment or be unexported (golint)
    • Line 48: warning: exported method ContainerregistryClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method ContainerregistryClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method ContainerregistryClient.CreateRepository should be of the form "CreateRepository ..." (golint)
    • Line 79: warning: comment on exported method ContainerregistryClient.CheckRepositoryName should be of the form "CheckRepositoryName ..." (golint)
    • Line 100: warning: comment on exported method ContainerregistryClient.DeleteRegistry should be of the form "DeleteRegistry ..." (golint)
    • Line 121: warning: comment on exported method ContainerregistryClient.DeleteRepository should be of the form "DeleteRepository ..." (golint)
    • Line 142: warning: comment on exported method ContainerregistryClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 162: warning: comment on exported method ContainerregistryClient.DescribeImages should be of the form "DescribeImages ..." (golint)
    • Line 183: warning: comment on exported method ContainerregistryClient.DescribeRepositories should be of the form "DescribeRepositories ..." (golint)
    • Line 204: warning: comment on exported method ContainerregistryClient.DescribeRegistry should be of the form "DescribeRegistry ..." (golint)
    • Line 225: warning: comment on exported method ContainerregistryClient.CheckRegistryName should be of the form "CheckRegistryName ..." (golint)
    • Line 246: warning: comment on exported method ContainerregistryClient.CreateRegistry should be of the form "CreateRegistry ..." (golint)
    • Line 267: warning: comment on exported method ContainerregistryClient.DeleteImage should be of the form "DeleteImage ..." (golint)
    • Line 292: warning: comment on exported method ContainerregistryClient.GetAuthorizationToken should be of the form "GetAuthorizationToken ..." (golint)
    • Line 315: warning: comment on exported method ContainerregistryClient.DescribeAuthorizationTokens should be of the form "DescribeAuthorizationTokens ..." (golint)
    • Line 337: warning: comment on exported method ContainerregistryClient.ReleaseAuthorizationToken should be of the form "ReleaseAuthorizationToken ..." (golint)
    • Line 358: warning: comment on exported method ContainerregistryClient.DescribeRegistries should be of the form "DescribeRegistries ..." (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/UninstallAgent.go
    • Line 23: warning: exported type UninstallAgentRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewUninstallAgentRequest should be of the form "NewUninstallAgentRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUninstallAgentRequestWithAllParams should be of the form "NewUninstallAgentRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewUninstallAgentRequestWithoutParam should be of the form "NewUninstallAgentRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method UninstallAgentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method UninstallAgentRequest.SetAgentId should be of the form "SetAgentId ..." (golint)
    • Line 107: warning: exported type UninstallAgentResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type UninstallAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/CreateFileSystem.go
    • Line 23: warning: exported type CreateFileSystemRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateFileSystemRequest should be of the form "NewCreateFileSystemRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateFileSystemRequestWithAllParams should be of the form "NewCreateFileSystemRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateFileSystemRequestWithoutParam should be of the form "NewCreateFileSystemRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateFileSystemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method CreateFileSystemRequest.SetName should be of the form "SetName ..." (golint)
    • Line 125: warning: comment on exported method CreateFileSystemRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: comment on exported method CreateFileSystemRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 135: warning: comment on exported method CreateFileSystemRequest.SetFileSystemType should be of the form "SetFileSystemType ..." (golint)
    • Line 146: warning: exported type CreateFileSystemResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type CreateFileSystemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyCert.go
    • Line 23: warning: exported type ModifyCertRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyCertRequest should be of the form "NewModifyCertRequest ..." (golint)
    • Line 60: warning: comment on exported function NewModifyCertRequestWithAllParams should be of the form "NewModifyCertRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewModifyCertRequestWithoutParam should be of the form "NewModifyCertRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ModifyCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method ModifyCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 107: warning: comment on exported method ModifyCertRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: exported type ModifyCertResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ModifyCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/CreateStack.go
    • Line 24: warning: exported type CreateStackRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateStackRequest should be of the form "NewCreateStackRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateStackRequestWithAllParams should be of the form "NewCreateStackRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateStackRequestWithoutParam should be of the form "NewCreateStackRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateStackRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateStackRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 111: warning: comment on exported method CreateStackRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 122: warning: exported type CreateStackResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateStackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/Invoke.go
    • Line 24: warning: exported type InvokeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewInvokeRequest should be of the form "NewInvokeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewInvokeRequestWithAllParams should be of the form "NewInvokeRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewInvokeRequestWithoutParam should be of the form "NewInvokeRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method InvokeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method InvokeRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 120: warning: comment on exported method InvokeRequest.SetVersionName should be of the form "SetVersionName ..." (golint)
    • Line 125: warning: comment on exported method InvokeRequest.SetEvent should be of the form "SetEvent ..." (golint)
    • Line 136: warning: exported type InvokeResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type InvokeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/CreateSubscription.go
    • Line 23: warning: exported type CreateSubscriptionRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateSubscriptionRequest should be of the form "NewCreateSubscriptionRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateSubscriptionRequestWithAllParams should be of the form "NewCreateSubscriptionRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewCreateSubscriptionRequestWithoutParam should be of the form "NewCreateSubscriptionRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method CreateSubscriptionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method CreateSubscriptionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 128: warning: comment on exported method CreateSubscriptionRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 133: warning: comment on exported method CreateSubscriptionRequest.SetMessageInvisibleTimeInSeconds should be of the form "SetMessageInvisibleTimeInSeconds ..." (golint)
    • Line 138: warning: comment on exported method CreateSubscriptionRequest.SetDlqEnable should be of the form "SetDlqEnable ..." (golint)
    • Line 143: warning: comment on exported method CreateSubscriptionRequest.SetMaxRetryTimes should be of the form "SetMaxRetryTimes ..." (golint)
    • Line 154: warning: exported type CreateSubscriptionResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type CreateSubscriptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/CreateNetworkInterface.go
    • Line 23: warning: exported type CreateNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewCreateNetworkInterfaceRequest should be of the form "NewCreateNetworkInterfaceRequest ..." (golint)
    • Line 81: warning: comment on exported function NewCreateNetworkInterfaceRequestWithAllParams should be of the form "NewCreateNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 126: warning: comment on exported function NewCreateNetworkInterfaceRequestWithoutParam should be of the form "NewCreateNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 139: warning: comment on exported method CreateNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 144: warning: comment on exported method CreateNetworkInterfaceRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 149: warning: comment on exported method CreateNetworkInterfaceRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 154: warning: comment on exported method CreateNetworkInterfaceRequest.SetNetworkInterfaceName should be of the form "SetNetworkInterfaceName ..." (golint)
    • Line 159: warning: comment on exported method CreateNetworkInterfaceRequest.SetPrimaryIpAddress should be of the form "SetPrimaryIpAddress ..." (golint)
    • Line 164: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecondaryIpAddresses should be of the form "SetSecondaryIpAddresses ..." (golint)
    • Line 169: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecondaryIpCount should be of the form "SetSecondaryIpCount ..." (golint)
    • Line 174: warning: comment on exported method CreateNetworkInterfaceRequest.SetSecurityGroups should be of the form "SetSecurityGroups ..." (golint)
    • Line 179: warning: comment on exported method CreateNetworkInterfaceRequest.SetSanityCheck should be of the form "SetSanityCheck ..." (golint)
    • Line 184: warning: comment on exported method CreateNetworkInterfaceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 195: warning: exported type CreateNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 201: warning: exported type CreateNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/GetProfile.go
    • Line 23: warning: exported type GetProfileRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewGetProfileRequest should be of the form "NewGetProfileRequest ..." (golint)
    • Line 51: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 69: warning: comment on exported function NewGetProfileRequestWithAllParams should be of the form "NewGetProfileRequestWithAllParams ..." (golint)
    • Line 78: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 96: warning: comment on exported function NewGetProfileRequestWithoutParam should be of the form "NewGetProfileRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method GetProfileRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method GetProfileRequest.SetId should be of the form "SetId ..." (golint)
    • Line 119: warning: comment on exported method GetProfileRequest.SetType should be of the form "SetType ..." (golint)
    • Line 120: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 124: warning: comment on exported method GetProfileRequest.SetLabelCode should be of the form "SetLabelCode ..." (golint)
    • Line 135: warning: exported type GetProfileResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type GetProfileResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/GetTopicList.go
    • Line 24: warning: exported type GetTopicListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetTopicListRequest should be of the form "NewGetTopicListRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetTopicListRequestWithAllParams should be of the form "NewGetTopicListRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetTopicListRequestWithoutParam should be of the form "NewGetTopicListRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetTopicListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetTopicListRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 105: warning: exported type GetTopicListResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetTopicListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/CreateAccount.go
    • Line 24: warning: exported type CreateAccountRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateAccountRequest should be of the form "NewCreateAccountRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateAccountRequestWithAllParams should be of the form "NewCreateAccountRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateAccountRequestWithoutParam should be of the form "NewCreateAccountRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type CreateAccountResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateWafBlackRule.go
    • Line 23: warning: exported type CreateWafBlackRuleRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateWafBlackRuleRequest should be of the form "NewCreateWafBlackRuleRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateWafBlackRuleRequestWithAllParams should be of the form "NewCreateWafBlackRuleRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewCreateWafBlackRuleRequestWithoutParam should be of the form "NewCreateWafBlackRuleRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method CreateWafBlackRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 117: warning: comment on exported method CreateWafBlackRuleRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 122: warning: comment on exported method CreateWafBlackRuleRequest.SetMatchOp should be of the form "SetMatchOp ..." (golint)
    • Line 127: warning: comment on exported method CreateWafBlackRuleRequest.SetVal should be of the form "SetVal ..." (golint)
    • Line 132: warning: comment on exported method CreateWafBlackRuleRequest.SetAtOp should be of the form "SetAtOp ..." (golint)
    • Line 137: warning: comment on exported method CreateWafBlackRuleRequest.SetAtVal should be of the form "SetAtVal ..." (golint)
    • Line 148: warning: exported type CreateWafBlackRuleResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type CreateWafBlackRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateBackupSynchronicity.go
    • Line 23: warning: exported type CreateBackupSynchronicityRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateBackupSynchronicityRequest should be of the form "NewCreateBackupSynchronicityRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateBackupSynchronicityRequestWithAllParams should be of the form "NewCreateBackupSynchronicityRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateBackupSynchronicityRequestWithoutParam should be of the form "NewCreateBackupSynchronicityRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateBackupSynchronicityRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateBackupSynchronicityRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method CreateBackupSynchronicityRequest.SetDestRegion should be of the form "SetDestRegion ..." (golint)
    • Line 121: warning: exported type CreateBackupSynchronicityResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateBackupSynchronicityResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeDeployment.go
    • Line 23: warning: exported type DescribeDeploymentRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeDeploymentRequest should be of the form "NewDescribeDeploymentRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeDeploymentRequestWithAllParams should be of the form "NewDescribeDeploymentRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeDeploymentRequestWithoutParam should be of the form "NewDescribeDeploymentRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeDeploymentRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 110: warning: comment on exported method DescribeDeploymentRequest.SetDeploymentId should be of the form "SetDeploymentId ..." (golint)
    • Line 121: warning: exported type DescribeDeploymentResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteIpWhiteItem.go
    • Line 23: warning: exported type DeleteIpWhiteItemRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteIpWhiteItemRequest should be of the form "NewDeleteIpWhiteItemRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteIpWhiteItemRequestWithAllParams should be of the form "NewDeleteIpWhiteItemRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteIpWhiteItemRequestWithoutParam should be of the form "NewDeleteIpWhiteItemRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteIpWhiteItemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteIpWhiteItemRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteIpWhiteItemRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 121: warning: exported type DeleteIpWhiteItemResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteIpWhiteItemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/AlterTableWithOnlineDDL.go
    • Line 23: warning: exported type AlterTableWithOnlineDDLRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAlterTableWithOnlineDDLRequest should be of the form "NewAlterTableWithOnlineDDLRequest ..." (golint)
    • Line 75: warning: comment on exported function NewAlterTableWithOnlineDDLRequestWithAllParams should be of the form "NewAlterTableWithOnlineDDLRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewAlterTableWithOnlineDDLRequestWithoutParam should be of the form "NewAlterTableWithOnlineDDLRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method AlterTableWithOnlineDDLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method AlterTableWithOnlineDDLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 128: warning: comment on exported method AlterTableWithOnlineDDLRequest.SetDatabase should be of the form "SetDatabase ..." (golint)
    • Line 133: warning: comment on exported method AlterTableWithOnlineDDLRequest.SetTable should be of the form "SetTable ..." (golint)
    • Line 138: warning: comment on exported method AlterTableWithOnlineDDLRequest.SetCommand should be of the form "SetCommand ..." (golint)
    • Line 149: warning: exported type AlterTableWithOnlineDDLResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type AlterTableWithOnlineDDLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleBlackList.go
    • Line 23: warning: exported type DisableWebRuleBlackListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleBlackListRequest should be of the form "NewDisableWebRuleBlackListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleBlackListRequestWithAllParams should be of the form "NewDisableWebRuleBlackListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleBlackListRequestWithoutParam should be of the form "NewDisableWebRuleBlackListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleBlackListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleBlackListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleBlackListRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleBlackListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeMonitorTarget.go
    • Line 23: warning: exported type DescribeMonitorTargetRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeMonitorTargetRequest should be of the form "NewDescribeMonitorTargetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeMonitorTargetRequestWithAllParams should be of the form "NewDescribeMonitorTargetRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeMonitorTargetRequestWithoutParam should be of the form "NewDescribeMonitorTargetRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeMonitorTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeMonitorTargetRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method DescribeMonitorTargetRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 121: warning: exported type DescribeMonitorTargetResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeMonitorTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/UpdateApp.go
    • Line 23: warning: exported type UpdateAppRequest should have comment or be unexported (golint)
    • Line 88: warning: comment on exported function NewUpdateAppRequest should be of the form "NewUpdateAppRequest ..." (golint)
    • Line 111: warning: comment on exported function NewUpdateAppRequestWithAllParams should be of the form "NewUpdateAppRequestWithAllParams ..." (golint)
    • Line 186: warning: comment on exported function NewUpdateAppRequestWithoutParam should be of the form "NewUpdateAppRequestWithoutParam ..." (golint)
    • Line 199: warning: comment on exported method UpdateAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 204: warning: comment on exported method UpdateAppRequest.SetClientId should be of the form "SetClientId ..." (golint)
    • Line 209: warning: comment on exported method UpdateAppRequest.SetClientName should be of the form "SetClientName ..." (golint)
    • Line 214: warning: comment on exported method UpdateAppRequest.SetTokenEndpointAuthMethod should be of the form "SetTokenEndpointAuthMethod ..." (golint)
    • Line 219: warning: comment on exported method UpdateAppRequest.SetGrantTypes should be of the form "SetGrantTypes ..." (golint)
    • Line 224: warning: comment on exported method UpdateAppRequest.SetRedirectUris should be of the form "SetRedirectUris ..." (golint)
    • Line 229: warning: comment on exported method UpdateAppRequest.SetClientUri should be of the form "SetClientUri ..." (golint)
    • Line 234: warning: comment on exported method UpdateAppRequest.SetLogoUri should be of the form "SetLogoUri ..." (golint)
    • Line 239: warning: comment on exported method UpdateAppRequest.SetTosUri should be of the form "SetTosUri ..." (golint)
    • Line 244: warning: comment on exported method UpdateAppRequest.SetPolicyUri should be of the form "SetPolicyUri ..." (golint)
    • Line 249: warning: comment on exported method UpdateAppRequest.SetScope should be of the form "SetScope ..." (golint)
    • Line 254: warning: comment on exported method UpdateAppRequest.SetJwksUri should be of the form "SetJwksUri ..." (golint)
    • Line 259: warning: comment on exported method UpdateAppRequest.SetJwks should be of the form "SetJwks ..." (golint)
    • Line 264: warning: comment on exported method UpdateAppRequest.SetContacts should be of the form "SetContacts ..." (golint)
    • Line 269: warning: comment on exported method UpdateAppRequest.SetExtension should be of the form "SetExtension ..." (golint)
    • Line 274: warning: comment on exported method UpdateAppRequest.SetAccessTokenValiditySeconds should be of the form "SetAccessTokenValiditySeconds ..." (golint)
    • Line 279: warning: comment on exported method UpdateAppRequest.SetRefreshTokenValiditySeconds should be of the form "SetRefreshTokenValiditySeconds ..." (golint)
    • Line 284: warning: comment on exported method UpdateAppRequest.SetMultiTenant should be of the form "SetMultiTenant ..." (golint)
    • Line 289: warning: comment on exported method UpdateAppRequest.SetSecret should be of the form "SetSecret ..." (golint)
    • Line 294: warning: comment on exported method UpdateAppRequest.SetUserType should be of the form "SetUserType ..." (golint)
    • Line 305: warning: exported type UpdateAppResponse should have comment or be unexported (golint)
    • Line 311: warning: exported type UpdateAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeStackResources.go
    • Line 24: warning: exported type DescribeStackResourcesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeStackResourcesRequest should be of the form "NewDescribeStackResourcesRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeStackResourcesRequestWithAllParams should be of the form "NewDescribeStackResourcesRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeStackResourcesRequestWithoutParam should be of the form "NewDescribeStackResourcesRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeStackResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeStackResourcesRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 126: warning: comment on exported method DescribeStackResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeStackResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: comment on exported method DescribeStackResourcesRequest.SetSearch should be of the form "SetSearch ..." (golint)
    • Line 141: warning: comment on exported method DescribeStackResourcesRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 152: warning: exported type DescribeStackResourcesResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeStackResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ModifyInstanceName.go
    • Line 23: warning: exported type ModifyInstanceNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstanceNameRequest should be of the form "NewModifyInstanceNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceNameRequestWithAllParams should be of the form "NewModifyInstanceNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstanceNameRequestWithoutParam should be of the form "NewModifyInstanceNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 121: warning: exported type ModifyInstanceNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DescribeProbeTasks.go
    • Line 24: warning: exported type DescribeProbeTasksRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeProbeTasksRequest should be of the form "NewDescribeProbeTasksRequest ..." (golint)
    • Line 74: warning: comment on exported function NewDescribeProbeTasksRequestWithAllParams should be of the form "NewDescribeProbeTasksRequestWithAllParams ..." (golint)
    • Line 90: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 117: warning: comment on exported function NewDescribeProbeTasksRequestWithoutParam should be of the form "NewDescribeProbeTasksRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method DescribeProbeTasksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 135: warning: comment on exported method DescribeProbeTasksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 140: warning: comment on exported method DescribeProbeTasksRequest.SetName should be of the form "SetName ..." (golint)
    • Line 145: warning: comment on exported method DescribeProbeTasksRequest.SetType should be of the form "SetType ..." (golint)
    • Line 146: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 150: warning: comment on exported method DescribeProbeTasksRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 155: warning: comment on exported method DescribeProbeTasksRequest.SetWithStats should be of the form "SetWithStats ..." (golint)
    • Line 160: warning: comment on exported method DescribeProbeTasksRequest.SetWithDeleted should be of the form "SetWithDeleted ..." (golint)
    • Line 165: warning: comment on exported method DescribeProbeTasksRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 170: warning: comment on exported method DescribeProbeTasksRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 182: warning: exported type DescribeProbeTasksResponse should have comment or be unexported (golint)
    • Line 188: warning: exported type DescribeProbeTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CheckAgent.go
    • Line 24: warning: exported type CheckAgentRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckAgentRequest should be of the form "NewCheckAgentRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCheckAgentRequestWithAllParams should be of the form "NewCheckAgentRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCheckAgentRequestWithoutParam should be of the form "NewCheckAgentRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CheckAgentRequest.SetAgentSpec should be of the form "SetAgentSpec ..." (golint)
    • Line 94: warning: exported type CheckAgentResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CheckAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteBackendConfig.go
    • Line 23: warning: exported type DeleteBackendConfigRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteBackendConfigRequest should be of the form "NewDeleteBackendConfigRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteBackendConfigRequestWithAllParams should be of the form "NewDeleteBackendConfigRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteBackendConfigRequestWithoutParam should be of the form "NewDeleteBackendConfigRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteBackendConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteBackendConfigRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 110: warning: comment on exported method DeleteBackendConfigRequest.SetBackendConfigId should be of the form "SetBackendConfigId ..." (golint)
    • Line 121: warning: exported type DeleteBackendConfigResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteBackendConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/QueryPackageRemainder.go
    • Line 24: warning: exported type QueryPackageRemainderRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryPackageRemainderRequest should be of the form "NewQueryPackageRemainderRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryPackageRemainderRequestWithAllParams should be of the form "NewQueryPackageRemainderRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryPackageRemainderRequestWithoutParam should be of the form "NewQueryPackageRemainderRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryPackageRemainderRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type QueryPackageRemainderResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryPackageRemainderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmKeypairs.go
    • Line 24: warning: exported type GetVmKeypairsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVmKeypairsRequest should be of the form "NewGetVmKeypairsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVmKeypairsRequestWithAllParams should be of the form "NewGetVmKeypairsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVmKeypairsRequestWithoutParam should be of the form "NewGetVmKeypairsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVmKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVmKeypairsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVmKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsTemplateByIdUsingGET.go
    • Line 24: warning: exported type GetSmsTemplateByIdUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsTemplateByIdUsingGETRequest should be of the form "NewGetSmsTemplateByIdUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsTemplateByIdUsingGETRequestWithAllParams should be of the form "NewGetSmsTemplateByIdUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsTemplateByIdUsingGETRequestWithoutParam should be of the form "NewGetSmsTemplateByIdUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsTemplateByIdUsingGETRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 94: warning: exported type GetSmsTemplateByIdUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsTemplateByIdUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetUserView.go
    • Line 24: warning: exported type GetUserViewRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewGetUserViewRequest should be of the form "NewGetUserViewRequest ..." (golint)
    • Line 79: warning: comment on exported function NewGetUserViewRequestWithAllParams should be of the form "NewGetUserViewRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewGetUserViewRequestWithoutParam should be of the form "NewGetUserViewRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method GetUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method GetUserViewRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 135: warning: comment on exported method GetUserViewRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 140: warning: comment on exported method GetUserViewRequest.SetViewName should be of the form "SetViewName ..." (golint)
    • Line 145: warning: comment on exported method GetUserViewRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 150: warning: comment on exported method GetUserViewRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 161: warning: exported type GetUserViewResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type GetUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/GrantRdsPrivilege.go
    • Line 24: warning: exported type GrantRdsPrivilegeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGrantRdsPrivilegeRequest should be of the form "NewGrantRdsPrivilegeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGrantRdsPrivilegeRequestWithAllParams should be of the form "NewGrantRdsPrivilegeRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGrantRdsPrivilegeRequestWithoutParam should be of the form "NewGrantRdsPrivilegeRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GrantRdsPrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GrantRdsPrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method GrantRdsPrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 125: warning: comment on exported method GrantRdsPrivilegeRequest.SetAccountPrivileges should be of the form "SetAccountPrivileges ..." (golint)
    • Line 136: warning: exported type GrantRdsPrivilegeResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GrantRdsPrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DescribeSecret.go
    • Line 24: warning: exported type DescribeSecretRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecretRequest should be of the form "NewDescribeSecretRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecretRequestWithAllParams should be of the form "NewDescribeSecretRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSecretRequestWithoutParam should be of the form "NewDescribeSecretRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type DescribeSecretResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/client/YundingClient.go
    • Line 26: warning: exported type YundingClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewYundingClient should have comment or be unexported (golint)
    • Line 48: warning: exported method YundingClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method YundingClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method YundingClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method YundingClient.DescribeRdsInstance should be of the form "DescribeRdsInstance ..." (golint)
    • Line 80: warning: comment on exported method YundingClient.DescribeYdRdsInstances should be of the form "DescribeYdRdsInstances ..." (golint)
    • Line 101: warning: comment on exported method YundingClient.DeleteSubnet should be of the form "DeleteSubnet ..." (golint)
    • Line 121: warning: comment on exported method YundingClient.DescribeSubnets should be of the form "DescribeSubnets ..." (golint)
    • Line 141: warning: comment on exported method YundingClient.DescribeRdsAccounts should be of the form "DescribeRdsAccounts ..." (golint)
    • Line 161: warning: comment on exported method YundingClient.CreateSubnet should be of the form "CreateSubnet ..." (golint)
    • Line 181: warning: comment on exported method YundingClient.PutProductMetricData should be of the form "PutProductMetricData ..." (golint)
    • Line 201: warning: comment on exported method YundingClient.DeleteRdsDatabase should be of the form "DeleteRdsDatabase ..." (golint)
    • Line 221: warning: comment on exported method YundingClient.DescribeTasks should be of the form "DescribeTasks ..." (golint)
    • Line 241: warning: comment on exported method YundingClient.RevokePrivilege should be of the form "RevokePrivilege ..." (golint)
    • Line 261: warning: comment on exported method YundingClient.DescribeRdsDatabases should be of the form "DescribeRdsDatabases ..." (golint)
    • Line 281: warning: comment on exported method YundingClient.DescribeNetworkInterface should be of the form "DescribeNetworkInterface ..." (golint)
    • Line 301: warning: comment on exported method YundingClient.Put should be of the form "Put ..." (golint)
    • Line 321: warning: comment on exported method YundingClient.UnassignSecondaryIps should be of the form "UnassignSecondaryIps ..." (golint)
    • Line 341: warning: comment on exported method YundingClient.DescribeNetworkInterfaces should be of the form "DescribeNetworkInterfaces ..." (golint)
    • Line 361: warning: comment on exported method YundingClient.AssignSecondaryIps should be of the form "AssignSecondaryIps ..." (golint)
    • Line 381: warning: comment on exported method YundingClient.ModifyRdsWhiteList should be of the form "ModifyRdsWhiteList ..." (golint)
    • Line 401: warning: comment on exported method YundingClient.CreateRdsDatabase should be of the form "CreateRdsDatabase ..." (golint)
    • Line 421: warning: comment on exported method YundingClient.GrantRdsPrivilege should be of the form "GrantRdsPrivilege ..." (golint)
    • Line 441: warning: comment on exported method YundingClient.CreateNetworkInterface should be of the form "CreateNetworkInterface ..." (golint)
    • Line 461: warning: comment on exported method YundingClient.DescribeSubnet should be of the form "DescribeSubnet ..." (golint)
    • Line 481: warning: comment on exported method YundingClient.DescribeRdsInstances should be of the form "DescribeRdsInstances ..." (golint)
    • Line 501: warning: comment on exported method YundingClient.DeleteNetworkInterface should be of the form "DeleteNetworkInterface ..." (golint)
    • Line 521: warning: comment on exported method YundingClient.DescribeInstanceInfo should be of the form "DescribeInstanceInfo ..." (golint)
    • Line 541: warning: comment on exported method YundingClient.CreateRdsAccount should be of the form "CreateRdsAccount ..." (golint)
    • Line 561: warning: comment on exported method YundingClient.DescribeRdsWhiteList should be of the form "DescribeRdsWhiteList ..." (golint)
    • Line 581: warning: comment on exported method YundingClient.DeleteRdsAccount should be of the form "DeleteRdsAccount ..." (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCProtectionRuleOfWebRule.go
    • Line 24: warning: exported type DescribeCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeCCProtectionRuleOfWebRuleRequest should be of the form "NewDescribeCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewDescribeCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewDescribeCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method DescribeCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleId should be of the form "SetCcProtectionRuleId ..." (golint)
    • Line 136: warning: exported type DescribeCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/CreateDataSource.go
    • Line 24: warning: exported type CreateDataSourceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateDataSourceRequest should be of the form "NewCreateDataSourceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateDataSourceRequestWithAllParams should be of the form "NewCreateDataSourceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDataSourceRequestWithoutParam should be of the form "NewCreateDataSourceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateDataSourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateDataSourceRequest.SetDataSourceSpec should be of the form "SetDataSourceSpec ..." (golint)
    • Line 108: warning: exported type CreateDataSourceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateDataSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/AddRuleGroup.go
    • Line 24: warning: exported type AddRuleGroupRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewAddRuleGroupRequest should be of the form "NewAddRuleGroupRequest ..." (golint)
    • Line 67: warning: comment on exported function NewAddRuleGroupRequestWithAllParams should be of the form "NewAddRuleGroupRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewAddRuleGroupRequestWithoutParam should be of the form "NewAddRuleGroupRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method AddRuleGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method AddRuleGroupRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 117: warning: comment on exported method AddRuleGroupRequest.SetRuleGroup should be of the form "SetRuleGroup ..." (golint)
    • Line 122: warning: comment on exported method AddRuleGroupRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 133: warning: exported type AddRuleGroupResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type AddRuleGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveBillData.go
    • Line 24: warning: exported type DescribeLiveBillDataRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeLiveBillDataRequest should be of the form "NewDescribeLiveBillDataRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeLiveBillDataRequestWithAllParams should be of the form "NewDescribeLiveBillDataRequestWithAllParams ..." (golint)
    • Line 83: warning: comment on exported function NewDescribeLiveBillDataRequestWithoutParam should be of the form "NewDescribeLiveBillDataRequestWithoutParam ..." (golint)
    • Line 96: warning: comment on exported method DescribeLiveBillDataRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 115: warning: exported type DescribeLiveBillDataResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DescribeLiveBillDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DeleteStack.go
    • Line 23: warning: exported type DeleteStackRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteStackRequest should be of the form "NewDeleteStackRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteStackRequestWithAllParams should be of the form "NewDeleteStackRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteStackRequestWithoutParam should be of the form "NewDeleteStackRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteStackRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteStackRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 107: warning: exported type DeleteStackResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteStackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jke/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetAccelerateRegion.go
    • Line 23: warning: exported type SetAccelerateRegionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetAccelerateRegionRequest should be of the form "NewSetAccelerateRegionRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetAccelerateRegionRequestWithAllParams should be of the form "NewSetAccelerateRegionRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetAccelerateRegionRequestWithoutParam should be of the form "NewSetAccelerateRegionRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetAccelerateRegionRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetAccelerateRegionRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 104: warning: exported type SetAccelerateRegionResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetAccelerateRegionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteReadWriteProxy.go
    • Line 23: warning: exported type DeleteReadWriteProxyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteReadWriteProxyRequest should be of the form "NewDeleteReadWriteProxyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteReadWriteProxyRequestWithAllParams should be of the form "NewDeleteReadWriteProxyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteReadWriteProxyRequestWithoutParam should be of the form "NewDeleteReadWriteProxyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteReadWriteProxyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteReadWriteProxyRequest.SetReadWriteProxyId should be of the form "SetReadWriteProxyId ..." (golint)
    • Line 107: warning: exported type DeleteReadWriteProxyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteReadWriteProxyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/ValidCloudInfo.go
    • Line 23: warning: exported type ValidCloudInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewValidCloudInfoRequest should be of the form "NewValidCloudInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewValidCloudInfoRequestWithAllParams should be of the form "NewValidCloudInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewValidCloudInfoRequestWithoutParam should be of the form "NewValidCloudInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ValidCloudInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ValidCloudInfoRequest.SetCloudId should be of the form "SetCloudId ..." (golint)
    • Line 107: warning: exported type ValidCloudInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ValidCloudInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStatisticGroupByStream.go
    • Line 24: warning: exported type DescribeLiveStatisticGroupByStreamRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStatisticGroupByStreamRequest should be of the form "NewDescribeLiveStatisticGroupByStreamRequest ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeLiveStatisticGroupByStreamRequestWithAllParams should be of the form "NewDescribeLiveStatisticGroupByStreamRequestWithAllParams ..." (golint)
    • Line 140: warning: comment on exported function NewDescribeLiveStatisticGroupByStreamRequestWithoutParam should be of the form "NewDescribeLiveStatisticGroupByStreamRequestWithoutParam ..." (golint)
    • Line 153: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 158: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 163: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 195: warning: comment on exported method DescribeLiveStatisticGroupByStreamRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 211: warning: exported type DescribeLiveStatisticGroupByStreamResponse should have comment or be unexported (golint)
    • Line 217: warning: exported type DescribeLiveStatisticGroupByStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeInstanceStatus.go
    • Line 23: warning: exported type DescribeInstanceStatusRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceStatusRequest should be of the form "NewDescribeInstanceStatusRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceStatusRequestWithAllParams should be of the form "NewDescribeInstanceStatusRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceStatusRequestWithoutParam should be of the form "NewDescribeInstanceStatusRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceStatusRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceStatusResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ImportKeypairs.go
    • Line 23: warning: exported type ImportKeypairsRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewImportKeypairsRequest should be of the form "NewImportKeypairsRequest ..." (golint)
    • Line 68: warning: comment on exported function NewImportKeypairsRequestWithAllParams should be of the form "NewImportKeypairsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewImportKeypairsRequestWithoutParam should be of the form "NewImportKeypairsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ImportKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ImportKeypairsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: comment on exported method ImportKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 127: warning: comment on exported method ImportKeypairsRequest.SetPublicKey should be of the form "SetPublicKey ..." (golint)
    • Line 138: warning: exported type ImportKeypairsResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ImportKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceTemplates.go
    • Line 25: warning: exported type DescribeInstanceTemplatesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeInstanceTemplatesRequest should be of the form "NewDescribeInstanceTemplatesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeInstanceTemplatesRequestWithAllParams should be of the form "NewDescribeInstanceTemplatesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeInstanceTemplatesRequestWithoutParam should be of the form "NewDescribeInstanceTemplatesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeInstanceTemplatesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeInstanceTemplatesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeInstanceTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method DescribeInstanceTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeInstanceTemplatesResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeInstanceTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateVpc.go
    • Line 23: warning: exported type CreateVpcRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateVpcRequest should be of the form "NewCreateVpcRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateVpcRequestWithAllParams should be of the form "NewCreateVpcRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewCreateVpcRequestWithoutParam should be of the form "NewCreateVpcRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method CreateVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method CreateVpcRequest.SetVpcName should be of the form "SetVpcName ..." (golint)
    • Line 113: warning: comment on exported method CreateVpcRequest.SetAddressPrefix should be of the form "SetAddressPrefix ..." (golint)
    • Line 118: warning: comment on exported method CreateVpcRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type CreateVpcResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type CreateVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddMonitorTarget.go
    • Line 23: warning: exported type AddMonitorTargetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewAddMonitorTargetRequest should be of the form "NewAddMonitorTargetRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAddMonitorTargetRequestWithAllParams should be of the form "NewAddMonitorTargetRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAddMonitorTargetRequestWithoutParam should be of the form "NewAddMonitorTargetRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AddMonitorTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AddMonitorTargetRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 119: warning: comment on exported method AddMonitorTargetRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 124: warning: comment on exported method AddMonitorTargetRequest.SetTargets should be of the form "SetTargets ..." (golint)
    • Line 135: warning: exported type AddMonitorTargetResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type AddMonitorTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/EnableSecretVersion.go
    • Line 23: warning: exported type EnableSecretVersionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableSecretVersionRequest should be of the form "NewEnableSecretVersionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableSecretVersionRequestWithAllParams should be of the form "NewEnableSecretVersionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableSecretVersionRequestWithoutParam should be of the form "NewEnableSecretVersionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableSecretVersionRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 96: warning: comment on exported method EnableSecretVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type EnableSecretVersionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableSecretVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DisableRules.go
    • Line 24: warning: exported type DisableRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDisableRulesRequest should be of the form "NewDisableRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDisableRulesRequestWithAllParams should be of the form "NewDisableRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDisableRulesRequestWithoutParam should be of the form "NewDisableRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DisableRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DisableRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DisableRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DisableRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DisableRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 121: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListWafConditions.go
    • Line 24: warning: exported type ListWafConditionsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListWafConditionsRequest should be of the form "NewListWafConditionsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListWafConditionsRequestWithAllParams should be of the form "NewListWafConditionsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListWafConditionsRequestWithoutParam should be of the form "NewListWafConditionsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListWafConditionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListWafConditionsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListWafConditionsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListWafConditionsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListWafConditionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackups.go
    • Line 24: warning: exported type DescribeBackupsRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewDescribeBackupsRequest should be of the form "NewDescribeBackupsRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeBackupsRequestWithAllParams should be of the form "NewDescribeBackupsRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewDescribeBackupsRequestWithoutParam should be of the form "NewDescribeBackupsRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method DescribeBackupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 145: warning: comment on exported method DescribeBackupsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 150: warning: comment on exported method DescribeBackupsRequest.SetAuto should be of the form "SetAuto ..." (golint)
    • Line 155: warning: comment on exported method DescribeBackupsRequest.SetBackupTypeFilter should be of the form "SetBackupTypeFilter ..." (golint)
    • Line 160: warning: comment on exported method DescribeBackupsRequest.SetDbNameFilter should be of the form "SetDbNameFilter ..." (golint)
    • Line 165: warning: comment on exported method DescribeBackupsRequest.SetBackupTimeRangeStartFilter should be of the form "SetBackupTimeRangeStartFilter ..." (golint)
    • Line 170: warning: comment on exported method DescribeBackupsRequest.SetBackupTimeRangeEndFilter should be of the form "SetBackupTimeRangeEndFilter ..." (golint)
    • Line 175: warning: comment on exported method DescribeBackupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 180: warning: comment on exported method DescribeBackupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 191: warning: exported type DescribeBackupsResponse should have comment or be unexported (golint)
    • Line 197: warning: exported type DescribeBackupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableTde.go
    • Line 23: warning: exported type EnableTdeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableTdeRequest should be of the form "NewEnableTdeRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableTdeRequestWithAllParams should be of the form "NewEnableTdeRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableTdeRequestWithoutParam should be of the form "NewEnableTdeRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableTdeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableTdeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableTdeResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableTdeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/InvokeThingTopic.go
    • Line 23: warning: exported type InvokeThingTopicRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewInvokeThingTopicRequest should be of the form "NewInvokeThingTopicRequest ..." (golint)
    • Line 85: warning: comment on exported function NewInvokeThingTopicRequestWithAllParams should be of the form "NewInvokeThingTopicRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewInvokeThingTopicRequestWithoutParam should be of the form "NewInvokeThingTopicRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method InvokeThingTopicRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 138: warning: comment on exported method InvokeThingTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 143: warning: comment on exported method InvokeThingTopicRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 148: warning: comment on exported method InvokeThingTopicRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 153: warning: comment on exported method InvokeThingTopicRequest.SetTopicShortName should be of the form "SetTopicShortName ..." (golint)
    • Line 160: warning: comment on exported method InvokeThingTopicRequest.SetTopicMessage should be of the form "SetTopicMessage ..." (golint)
    • Line 171: warning: exported type InvokeThingTopicResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type InvokeThingTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeAvailablePrivateIp.go
    • Line 23: warning: exported type DescribeAvailablePrivateIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeAvailablePrivateIpRequest should be of the form "NewDescribeAvailablePrivateIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeAvailablePrivateIpRequestWithAllParams should be of the form "NewDescribeAvailablePrivateIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeAvailablePrivateIpRequestWithoutParam should be of the form "NewDescribeAvailablePrivateIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeAvailablePrivateIpRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 121: warning: exported type DescribeAvailablePrivateIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeAvailablePrivateIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLivePublishStatisticGroupByStream.go
    • Line 24: warning: exported type DescribeLivePublishStatisticGroupByStreamRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLivePublishStatisticGroupByStreamRequest should be of the form "NewDescribeLivePublishStatisticGroupByStreamRequest ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeLivePublishStatisticGroupByStreamRequestWithAllParams should be of the form "NewDescribeLivePublishStatisticGroupByStreamRequestWithAllParams ..." (golint)
    • Line 140: warning: comment on exported function NewDescribeLivePublishStatisticGroupByStreamRequestWithoutParam should be of the form "NewDescribeLivePublishStatisticGroupByStreamRequestWithoutParam ..." (golint)
    • Line 153: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 158: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 163: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 186: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 195: warning: comment on exported method DescribeLivePublishStatisticGroupByStreamRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 211: warning: exported type DescribeLivePublishStatisticGroupByStreamResponse should have comment or be unexported (golint)
    • Line 217: warning: exported type DescribeLivePublishStatisticGroupByStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sop/apis/GetSensitiveOpSetting.go
    • Line 23: warning: exported type GetSensitiveOpSettingRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetSensitiveOpSettingRequest should be of the form "NewGetSensitiveOpSettingRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetSensitiveOpSettingRequestWithAllParams should be of the form "NewGetSensitiveOpSettingRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetSensitiveOpSettingRequestWithoutParam should be of the form "NewGetSensitiveOpSettingRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetSensitiveOpSettingRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetSensitiveOpSettingRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 107: warning: exported type GetSensitiveOpSettingResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetSensitiveOpSettingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/portal/client/PortalClient.go
    • Line 26: warning: exported type PortalClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewPortalClient should have comment or be unexported (golint)
    • Line 48: warning: exported method PortalClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method PortalClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method PortalClient.DescribeProduct should be of the form "DescribeProduct ..." (golint)
    • Line 77: warning: comment on exported method PortalClient.DescribeProductsById should be of the form "DescribeProductsById ..." (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/PersonalAuth.go
    • Line 24: warning: exported type PersonalAuthRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewPersonalAuthRequest should be of the form "NewPersonalAuthRequest ..." (golint)
    • Line 52: warning: comment on exported function NewPersonalAuthRequestWithAllParams should be of the form "NewPersonalAuthRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewPersonalAuthRequestWithoutParam should be of the form "NewPersonalAuthRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method PersonalAuthRequest.SetPersonalSpec should be of the form "SetPersonalSpec ..." (golint)
    • Line 94: warning: exported type PersonalAuthResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type PersonalAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListCategories.go
    • Line 24: warning: exported type ListCategoriesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListCategoriesRequest should be of the form "NewListCategoriesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListCategoriesRequestWithAllParams should be of the form "NewListCategoriesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListCategoriesRequestWithoutParam should be of the form "NewListCategoriesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListCategoriesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListCategoriesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListCategoriesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 113: warning: exported type ListCategoriesResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListCategoriesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeRoomInfo.go
    • Line 23: warning: exported type DescribeRoomInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeRoomInfoRequest should be of the form "NewDescribeRoomInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeRoomInfoRequestWithAllParams should be of the form "NewDescribeRoomInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeRoomInfoRequestWithoutParam should be of the form "NewDescribeRoomInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeRoomInfoRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 96: warning: comment on exported method DescribeRoomInfoRequest.SetRoomId should be of the form "SetRoomId ..." (golint)
    • Line 107: warning: exported type DescribeRoomInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeRoomInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeLoadBalancer.go
    • Line 24: warning: exported type DescribeLoadBalancerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeLoadBalancerRequest should be of the form "NewDescribeLoadBalancerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeLoadBalancerRequestWithAllParams should be of the form "NewDescribeLoadBalancerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeLoadBalancerRequestWithoutParam should be of the form "NewDescribeLoadBalancerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 108: warning: exported type DescribeLoadBalancerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/UpdateCert.go
    • Line 23: warning: exported type UpdateCertRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateCertRequest should be of the form "NewUpdateCertRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateCertRequestWithAllParams should be of the form "NewUpdateCertRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateCertRequestWithoutParam should be of the form "NewUpdateCertRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UpdateCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 105: warning: comment on exported method UpdateCertRequest.SetKeyFile should be of the form "SetKeyFile ..." (golint)
    • Line 110: warning: comment on exported method UpdateCertRequest.SetCertFile should be of the form "SetCertFile ..." (golint)
    • Line 121: warning: exported type UpdateCertResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type UpdateCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/UpdateAlarm.go
    • Line 24: warning: exported type UpdateAlarmRequest should have comment or be unexported (golint)
    • Line 74: warning: comment on exported function NewUpdateAlarmRequest should be of the form "NewUpdateAlarmRequest ..." (golint)
    • Line 106: warning: comment on exported function NewUpdateAlarmRequestWithAllParams should be of the form "NewUpdateAlarmRequestWithAllParams ..." (golint)
    • Line 166: warning: comment on exported function NewUpdateAlarmRequestWithoutParam should be of the form "NewUpdateAlarmRequestWithoutParam ..." (golint)
    • Line 179: warning: comment on exported method UpdateAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 184: warning: comment on exported method UpdateAlarmRequest.SetAutoScalingPolicyId should be of the form "SetAutoScalingPolicyId ..." (golint)
    • Line 189: warning: comment on exported method UpdateAlarmRequest.SetBaseContact should be of the form "SetBaseContact ..." (golint)
    • Line 194: warning: comment on exported method UpdateAlarmRequest.SetDataOwner should be of the form "SetDataOwner ..." (golint)
    • Line 199: warning: comment on exported method UpdateAlarmRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 204: warning: comment on exported method UpdateAlarmRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 209: warning: comment on exported method UpdateAlarmRequest.SetMultiWebHook should be of the form "SetMultiWebHook ..." (golint)
    • Line 214: warning: comment on exported method UpdateAlarmRequest.SetNoticeOption should be of the form "SetNoticeOption ..." (golint)
    • Line 219: warning: comment on exported method UpdateAlarmRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 224: warning: comment on exported method UpdateAlarmRequest.SetResourceOption should be of the form "SetResourceOption ..." (golint)
    • Line 229: warning: comment on exported method UpdateAlarmRequest.SetRuleName should be of the form "SetRuleName ..." (golint)
    • Line 234: warning: comment on exported method UpdateAlarmRequest.SetRuleOption should be of the form "SetRuleOption ..." (golint)
    • Line 239: warning: comment on exported method UpdateAlarmRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 244: warning: comment on exported method UpdateAlarmRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 249: warning: comment on exported method UpdateAlarmRequest.SetWebHookOption should be of the form "SetWebHookOption ..." (golint)
    • Line 260: warning: exported type UpdateAlarmResponse should have comment or be unexported (golint)
    • Line 266: warning: exported type UpdateAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/core/Logger.go
    • Line 20: warning: exported const LogFatal should have comment (or a comment on this block) or be unexported (golint)
    • Line 26: warning: exported type Logger should have comment or be unexported (golint)
    • Line 30: warning: exported type DefaultLogger should have comment or be unexported (golint)
    • Line 34: warning: exported function NewDefaultLogger should have comment or be unexported (golint)
    • Line 38: warning: exported method DefaultLogger.Log should have comment or be unexported (golint)
    • Line 44: warning: exported type DummyLogger should have comment or be unexported (golint)
    • Line 47: warning: exported function NewDummyLogger should have comment or be unexported (golint)
    • Line 51: warning: exported method DummyLogger.Log should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeStack.go
    • Line 24: warning: exported type DescribeStackRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeStackRequest should be of the form "NewDescribeStackRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeStackRequestWithAllParams should be of the form "NewDescribeStackRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeStackRequestWithoutParam should be of the form "NewDescribeStackRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeStackRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeStackRequest.SetStackId should be of the form "SetStackId ..." (golint)
    • Line 108: warning: exported type DescribeStackResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeStackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeOperationRecords.go
    • Line 24: warning: exported type DescribeOperationRecordsRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewDescribeOperationRecordsRequest should be of the form "NewDescribeOperationRecordsRequest ..." (golint)
    • Line 77: warning: comment on exported function NewDescribeOperationRecordsRequestWithAllParams should be of the form "NewDescribeOperationRecordsRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewDescribeOperationRecordsRequestWithoutParam should be of the form "NewDescribeOperationRecordsRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method DescribeOperationRecordsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 135: warning: comment on exported method DescribeOperationRecordsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 140: warning: comment on exported method DescribeOperationRecordsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 145: warning: comment on exported method DescribeOperationRecordsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 150: warning: comment on exported method DescribeOperationRecordsRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 162: warning: comment on exported method DescribeOperationRecordsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 173: warning: exported type DescribeOperationRecordsResponse should have comment or be unexported (golint)
    • Line 179: warning: exported type DescribeOperationRecordsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCAttackLogs.go
    • Line 24: warning: exported type DescribeCCAttackLogsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeCCAttackLogsRequest should be of the form "NewDescribeCCAttackLogsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeCCAttackLogsRequestWithAllParams should be of the form "NewDescribeCCAttackLogsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeCCAttackLogsRequestWithoutParam should be of the form "NewDescribeCCAttackLogsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeCCAttackLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeCCAttackLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeCCAttackLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeCCAttackLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 136: warning: comment on exported method DescribeCCAttackLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeCCAttackLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 152: warning: exported type DescribeCCAttackLogsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeCCAttackLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/RestartNode.go
    • Line 23: warning: exported type RestartNodeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRestartNodeRequest should be of the form "NewRestartNodeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRestartNodeRequestWithAllParams should be of the form "NewRestartNodeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRestartNodeRequestWithoutParam should be of the form "NewRestartNodeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RestartNodeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RestartNodeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method RestartNodeRequest.SetNodeId should be of the form "SetNodeId ..." (golint)
    • Line 121: warning: exported type RestartNodeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RestartNodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeSystemLiveStreamTranscodeTemplates.go
    • Line 24: warning: exported type DescribeSystemLiveStreamTranscodeTemplatesRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeSystemLiveStreamTranscodeTemplatesRequest should be of the form "NewDescribeSystemLiveStreamTranscodeTemplatesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeSystemLiveStreamTranscodeTemplatesRequestWithAllParams should be of the form "NewDescribeSystemLiveStreamTranscodeTemplatesRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeSystemLiveStreamTranscodeTemplatesRequestWithoutParam should be of the form "NewDescribeSystemLiveStreamTranscodeTemplatesRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeSystemLiveStreamTranscodeTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 115: warning: comment on exported method DescribeSystemLiveStreamTranscodeTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method DescribeSystemLiveStreamTranscodeTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeSystemLiveStreamTranscodeTemplatesResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeSystemLiveStreamTranscodeTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 135: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 140: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 145: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 161: warning: comment on exported method DescribeInstancesRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 172: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 178: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/AttachKeypair.go
    • Line 23: warning: exported type AttachKeypairRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewAttachKeypairRequest should be of the form "NewAttachKeypairRequest ..." (golint)
    • Line 71: warning: comment on exported function NewAttachKeypairRequestWithAllParams should be of the form "NewAttachKeypairRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewAttachKeypairRequestWithoutParam should be of the form "NewAttachKeypairRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method AttachKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method AttachKeypairRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 122: warning: comment on exported method AttachKeypairRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 127: warning: comment on exported method AttachKeypairRequest.SetPassWordAuth should be of the form "SetPassWordAuth ..." (golint)
    • Line 139: warning: exported type AttachKeypairResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type AttachKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/AttachNetworkInterface.go
    • Line 23: warning: exported type AttachNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewAttachNetworkInterfaceRequest should be of the form "NewAttachNetworkInterfaceRequest ..." (golint)
    • Line 66: warning: comment on exported function NewAttachNetworkInterfaceRequestWithAllParams should be of the form "NewAttachNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewAttachNetworkInterfaceRequestWithoutParam should be of the form "NewAttachNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method AttachNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method AttachNetworkInterfaceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method AttachNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 121: warning: comment on exported method AttachNetworkInterfaceRequest.SetAutoDelete should be of the form "SetAutoDelete ..." (golint)
    • Line 132: warning: exported type AttachNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type AttachNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstanceName.go
    • Line 23: warning: exported type DescribeInstanceNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceNameRequest should be of the form "NewDescribeInstanceNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceNameRequestWithAllParams should be of the form "NewDescribeInstanceNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceNameRequestWithoutParam should be of the form "NewDescribeInstanceNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/SwitchWebRuleProtect.go
    • Line 23: warning: exported type SwitchWebRuleProtectRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSwitchWebRuleProtectRequest should be of the form "NewSwitchWebRuleProtectRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSwitchWebRuleProtectRequestWithAllParams should be of the form "NewSwitchWebRuleProtectRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSwitchWebRuleProtectRequestWithoutParam should be of the form "NewSwitchWebRuleProtectRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SwitchWebRuleProtectRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SwitchWebRuleProtectRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SwitchWebRuleProtectRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type SwitchWebRuleProtectResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SwitchWebRuleProtectResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListVideos.go
    • Line 24: warning: exported type ListVideosRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewListVideosRequest should be of the form "NewListVideosRequest ..." (golint)
    • Line 58: warning: comment on exported function NewListVideosRequestWithAllParams should be of the form "NewListVideosRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewListVideosRequestWithoutParam should be of the form "NewListVideosRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method ListVideosRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method ListVideosRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method ListVideosRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: comment on exported method ListVideosRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 124: warning: exported type ListVideosResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type ListVideosResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/CheckRepositoryName.go
    • Line 23: warning: exported type CheckRepositoryNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckRepositoryNameRequest should be of the form "NewCheckRepositoryNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCheckRepositoryNameRequestWithAllParams should be of the form "NewCheckRepositoryNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCheckRepositoryNameRequestWithoutParam should be of the form "NewCheckRepositoryNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CheckRepositoryNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CheckRepositoryNameRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 110: warning: comment on exported method CheckRepositoryNameRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 121: warning: exported type CheckRepositoryNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CheckRepositoryNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteelasticIp.go
    • Line 23: warning: exported type DeleteelasticIpRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteelasticIpRequest should be of the form "NewDeleteelasticIpRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteelasticIpRequestWithAllParams should be of the form "NewDeleteelasticIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteelasticIpRequestWithoutParam should be of the form "NewDeleteelasticIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteelasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteelasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 111: warning: comment on exported method DeleteelasticIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteelasticIpResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteelasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetRefer.go
    • Line 23: warning: exported type SetReferRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewSetReferRequest should be of the form "NewSetReferRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetReferRequestWithAllParams should be of the form "NewSetReferRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewSetReferRequestWithoutParam should be of the form "NewSetReferRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method SetReferRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 111: warning: comment on exported method SetReferRequest.SetReferType should be of the form "SetReferType ..." (golint)
    • Line 116: warning: comment on exported method SetReferRequest.SetReferList should be of the form "SetReferList ..." (golint)
    • Line 121: warning: comment on exported method SetReferRequest.SetAllowNoReferHeader should be of the form "SetAllowNoReferHeader ..." (golint)
    • Line 126: warning: comment on exported method SetReferRequest.SetAllowNullReferHeader should be of the form "SetAllowNullReferHeader ..." (golint)
    • Line 137: warning: exported type SetReferResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type SetReferResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateCustomPage.go
    • Line 24: warning: exported type CreateCustomPageRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateCustomPageRequest should be of the form "NewCreateCustomPageRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateCustomPageRequestWithAllParams should be of the form "NewCreateCustomPageRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateCustomPageRequestWithoutParam should be of the form "NewCreateCustomPageRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateCustomPageRequest.SetCustomPageSpec should be of the form "SetCustomPageSpec ..." (golint)
    • Line 122: warning: exported type CreateCustomPageResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateUrlMap.go
    • Line 23: warning: exported type UpdateUrlMapRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateUrlMapRequest should be of the form "NewUpdateUrlMapRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateUrlMapRequestWithAllParams should be of the form "NewUpdateUrlMapRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateUrlMapRequestWithoutParam should be of the form "NewUpdateUrlMapRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateUrlMapRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateUrlMapRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 113: warning: comment on exported method UpdateUrlMapRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateUrlMapRequest.SetUrlMapName should be of the form "SetUrlMapName ..." (golint)
    • Line 129: warning: exported type UpdateUrlMapResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateUrlMapResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateDomainGroup.go
    • Line 23: warning: exported type UpdateDomainGroupRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewUpdateDomainGroupRequest should be of the form "NewUpdateDomainGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateDomainGroupRequestWithAllParams should be of the form "NewUpdateDomainGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewUpdateDomainGroupRequestWithoutParam should be of the form "NewUpdateDomainGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method UpdateDomainGroupRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method UpdateDomainGroupRequest.SetDomains should be of the form "SetDomains ..." (golint)
    • Line 116: warning: comment on exported method UpdateDomainGroupRequest.SetPrimaryDomain should be of the form "SetPrimaryDomain ..." (golint)
    • Line 121: warning: comment on exported method UpdateDomainGroupRequest.SetShareCache should be of the form "SetShareCache ..." (golint)
    • Line 126: warning: comment on exported method UpdateDomainGroupRequest.SetDomainGroupName should be of the form "SetDomainGroupName ..." (golint)
    • Line 137: warning: exported type UpdateDomainGroupResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type UpdateDomainGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/RebuildInstance.go
    • Line 24: warning: exported type RebuildInstanceRequest should have comment or be unexported (golint)
    • Line 63: warning: comment on exported function NewRebuildInstanceRequest should be of the form "NewRebuildInstanceRequest ..." (golint)
    • Line 86: warning: comment on exported function NewRebuildInstanceRequestWithAllParams should be of the form "NewRebuildInstanceRequestWithAllParams ..." (golint)
    • Line 135: warning: comment on exported function NewRebuildInstanceRequestWithoutParam should be of the form "NewRebuildInstanceRequestWithoutParam ..." (golint)
    • Line 148: warning: comment on exported method RebuildInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 153: warning: comment on exported method RebuildInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 158: warning: comment on exported method RebuildInstanceRequest.SetPassword should be of the form "SetPassword ..." (golint)
    • Line 163: warning: comment on exported method RebuildInstanceRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 168: warning: comment on exported method RebuildInstanceRequest.SetKeyNames should be of the form "SetKeyNames ..." (golint)
    • Line 173: warning: comment on exported method RebuildInstanceRequest.SetHostname should be of the form "SetHostname ..." (golint)
    • Line 181: warning: comment on exported method RebuildInstanceRequest.SetMetadata should be of the form "SetMetadata ..." (golint)
    • Line 189: warning: comment on exported method RebuildInstanceRequest.SetUserdata should be of the form "SetUserdata ..." (golint)
    • Line 204: warning: exported type RebuildInstanceResponse should have comment or be unexported (golint)
    • Line 210: warning: exported type RebuildInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeSecondaryCidrs.go
    • Line 24: warning: exported type DescribeSecondaryCidrsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecondaryCidrsRequest should be of the form "NewDescribeSecondaryCidrsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecondaryCidrsRequestWithAllParams should be of the form "NewDescribeSecondaryCidrsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSecondaryCidrsRequestWithoutParam should be of the form "NewDescribeSecondaryCidrsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSecondaryCidrsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSecondaryCidrsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSecondaryCidrsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSecondaryCidrsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddUserView.go
    • Line 24: warning: exported type AddUserViewRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddUserViewRequest should be of the form "NewAddUserViewRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAddUserViewRequestWithAllParams should be of the form "NewAddUserViewRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewAddUserViewRequestWithoutParam should be of the form "NewAddUserViewRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method AddUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method AddUserViewRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type AddUserViewResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type AddUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DeleteProductWithAdmin.go
    • Line 23: warning: exported type DeleteProductWithAdminRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteProductWithAdminRequest should be of the form "NewDeleteProductWithAdminRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteProductWithAdminRequestWithAllParams should be of the form "NewDeleteProductWithAdminRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteProductWithAdminRequestWithoutParam should be of the form "NewDeleteProductWithAdminRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteProductWithAdminRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteProductWithAdminRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteProductWithAdminRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type DeleteProductWithAdminResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteProductWithAdminResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteExtraCacheTime.go
    • Line 23: warning: exported type DeleteExtraCacheTimeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteExtraCacheTimeRequest should be of the form "NewDeleteExtraCacheTimeRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDeleteExtraCacheTimeRequestWithAllParams should be of the form "NewDeleteExtraCacheTimeRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDeleteExtraCacheTimeRequestWithoutParam should be of the form "NewDeleteExtraCacheTimeRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DeleteExtraCacheTimeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method DeleteExtraCacheTimeRequest.SetHttpCode should be of the form "SetHttpCode ..." (golint)
    • Line 104: warning: exported type DeleteExtraCacheTimeResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type DeleteExtraCacheTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWhiteListRulesOfWebRule.go
    • Line 24: warning: exported type DescribeWhiteListRulesOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeWhiteListRulesOfWebRuleRequest should be of the form "NewDescribeWhiteListRulesOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWhiteListRulesOfWebRuleRequestWithAllParams should be of the form "NewDescribeWhiteListRulesOfWebRuleRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeWhiteListRulesOfWebRuleRequestWithoutParam should be of the form "NewDescribeWhiteListRulesOfWebRuleRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeWhiteListRulesOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeWhiteListRulesOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method DescribeWhiteListRulesOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 128: warning: comment on exported method DescribeWhiteListRulesOfWebRuleRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 133: warning: comment on exported method DescribeWhiteListRulesOfWebRuleRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 144: warning: exported type DescribeWhiteListRulesOfWebRuleResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeWhiteListRulesOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/client/CrClient.go
    • Line 26: warning: exported type CrClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCrClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CrClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CrClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method CrClient.DeleteImage should be of the form "DeleteImage ..." (golint)
    • Line 81: warning: comment on exported method CrClient.DescribeRepositories should be of the form "DescribeRepositories ..." (golint)
    • Line 102: warning: comment on exported method CrClient.ReleaseAuthorizationToken should be of the form "ReleaseAuthorizationToken ..." (golint)
    • Line 123: warning: comment on exported method CrClient.DescribeAuthorizationTokens should be of the form "DescribeAuthorizationTokens ..." (golint)
    • Line 145: warning: comment on exported method CrClient.CheckRepositoryName should be of the form "CheckRepositoryName ..." (golint)
    • Line 166: warning: comment on exported method CrClient.DescribeImages should be of the form "DescribeImages ..." (golint)
    • Line 187: warning: comment on exported method CrClient.DescribeRegistries should be of the form "DescribeRegistries ..." (golint)
    • Line 209: warning: comment on exported method CrClient.DescribeRegistry should be of the form "DescribeRegistry ..." (golint)
    • Line 230: warning: comment on exported method CrClient.GetAuthorizationToken should be of the form "GetAuthorizationToken ..." (golint)
    • Line 253: warning: comment on exported method CrClient.CreateRepository should be of the form "CreateRepository ..." (golint)
    • Line 276: warning: comment on exported method CrClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 296: warning: comment on exported method CrClient.CreateRegistry should be of the form "CreateRegistry ..." (golint)
    • Line 317: warning: comment on exported method CrClient.DeleteRepository should be of the form "DeleteRepository ..." (golint)
    • Line 338: warning: comment on exported method CrClient.DeleteRegistry should be of the form "DeleteRegistry ..." (golint)
    • Line 359: warning: comment on exported method CrClient.CheckRegistryName should be of the form "CheckRegistryName ..." (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamSnapshotTemplates.go
    • Line 24: warning: exported type DescribeCustomLiveStreamSnapshotTemplatesRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotTemplatesRequest should be of the form "NewDescribeCustomLiveStreamSnapshotTemplatesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotTemplatesRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamSnapshotTemplatesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeCustomLiveStreamSnapshotTemplatesRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamSnapshotTemplatesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeCustomLiveStreamSnapshotTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 113: warning: comment on exported method DescribeCustomLiveStreamSnapshotTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeCustomLiveStreamSnapshotTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeCustomLiveStreamSnapshotTemplatesResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeCustomLiveStreamSnapshotTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetVideoDraft.go
    • Line 23: warning: exported type SetVideoDraftRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetVideoDraftRequest should be of the form "NewSetVideoDraftRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetVideoDraftRequestWithAllParams should be of the form "NewSetVideoDraftRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetVideoDraftRequestWithoutParam should be of the form "NewSetVideoDraftRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetVideoDraftRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetVideoDraftRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SetVideoDraftResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetVideoDraftResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/partner/client/PartnerClient.go
    • Line 26: warning: exported type PartnerClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewPartnerClient should have comment or be unexported (golint)
    • Line 48: warning: exported method PartnerClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method PartnerClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method PartnerClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method PartnerClient.QueryMyCustomerList should be of the form "QueryMyCustomerList ..." (golint)
    • Line 80: warning: comment on exported method PartnerClient.GetEachConsumption should be of the form "GetEachConsumption ..." (golint)
    • Line 100: warning: comment on exported method PartnerClient.DescribeCustomerBillByProduct should be of the form "DescribeCustomerBillByProduct ..." (golint)
    • Line 120: warning: comment on exported method PartnerClient.GetTotalConsumption should be of the form "GetTotalConsumption ..." (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeActiveQueryPerformance.go
    • Line 24: warning: exported type DescribeActiveQueryPerformanceRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeActiveQueryPerformanceRequest should be of the form "NewDescribeActiveQueryPerformanceRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeActiveQueryPerformanceRequestWithAllParams should be of the form "NewDescribeActiveQueryPerformanceRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeActiveQueryPerformanceRequestWithoutParam should be of the form "NewDescribeActiveQueryPerformanceRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetDb should be of the form "SetDb ..." (golint)
    • Line 131: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 136: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 141: warning: comment on exported method DescribeActiveQueryPerformanceRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 152: warning: exported type DescribeActiveQueryPerformanceResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeActiveQueryPerformanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sts/apis/AssumeRole.go
    • Line 24: warning: exported type AssumeRoleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewAssumeRoleRequest should be of the form "NewAssumeRoleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewAssumeRoleRequestWithAllParams should be of the form "NewAssumeRoleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewAssumeRoleRequestWithoutParam should be of the form "NewAssumeRoleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method AssumeRoleRequest.SetAssumeRoleInfo should be of the form "SetAssumeRoleInfo ..." (golint)
    • Line 94: warning: exported type AssumeRoleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type AssumeRoleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableWafUserDefine.go
    • Line 24: warning: exported type EnableWafUserDefineRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableWafUserDefineRequest should be of the form "NewEnableWafUserDefineRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableWafUserDefineRequestWithAllParams should be of the form "NewEnableWafUserDefineRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableWafUserDefineRequestWithoutParam should be of the form "NewEnableWafUserDefineRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableWafUserDefineRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableWafUserDefineRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableWafUserDefineRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableWafUserDefineResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableWafUserDefineResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeRegistries.go
    • Line 24: warning: exported type DescribeRegistriesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRegistriesRequest should be of the form "NewDescribeRegistriesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeRegistriesRequestWithAllParams should be of the form "NewDescribeRegistriesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeRegistriesRequestWithoutParam should be of the form "NewDescribeRegistriesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeRegistriesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeRegistriesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeRegistriesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateApi.go
    • Line 24: warning: exported type UpdateApiRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewUpdateApiRequest should be of the form "NewUpdateApiRequest ..." (golint)
    • Line 73: warning: comment on exported function NewUpdateApiRequestWithAllParams should be of the form "NewUpdateApiRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewUpdateApiRequestWithoutParam should be of the form "NewUpdateApiRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method UpdateApiRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method UpdateApiRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 126: warning: comment on exported method UpdateApiRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 131: warning: comment on exported method UpdateApiRequest.SetApiId should be of the form "SetApiId ..." (golint)
    • Line 136: warning: comment on exported method UpdateApiRequest.SetApi should be of the form "SetApi ..." (golint)
    • Line 147: warning: exported type UpdateApiResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type UpdateApiResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamSnapshotNotifyConfig.go
    • Line 23: warning: exported type DeleteLiveStreamSnapshotNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteLiveStreamSnapshotNotifyConfigRequest should be of the form "NewDeleteLiveStreamSnapshotNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteLiveStreamSnapshotNotifyConfigRequestWithAllParams should be of the form "NewDeleteLiveStreamSnapshotNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteLiveStreamSnapshotNotifyConfigRequestWithoutParam should be of the form "NewDeleteLiveStreamSnapshotNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteLiveStreamSnapshotNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DeleteLiveStreamSnapshotNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteLiveStreamSnapshotNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveStreamRecordNotifyConfig.go
    • Line 23: warning: exported type SetLiveStreamRecordNotifyConfigRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewSetLiveStreamRecordNotifyConfigRequest should be of the form "NewSetLiveStreamRecordNotifyConfigRequest ..." (golint)
    • Line 61: warning: comment on exported function NewSetLiveStreamRecordNotifyConfigRequestWithAllParams should be of the form "NewSetLiveStreamRecordNotifyConfigRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetLiveStreamRecordNotifyConfigRequestWithoutParam should be of the form "NewSetLiveStreamRecordNotifyConfigRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetLiveStreamRecordNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: comment on exported method SetLiveStreamRecordNotifyConfigRequest.SetNotifyUrl should be of the form "SetNotifyUrl ..." (golint)
    • Line 115: warning: exported type SetLiveStreamRecordNotifyConfigResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetLiveStreamRecordNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateWhiteListRuleOfWebRule.go
    • Line 24: warning: exported type CreateWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateWhiteListRuleOfWebRuleRequest should be of the form "NewCreateWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewCreateWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewCreateWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method CreateWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleSpec should be of the form "SetWebWhiteListRuleSpec ..." (golint)
    • Line 136: warning: exported type CreateWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/CreateDataSourceTable.go
    • Line 23: warning: exported type CreateDataSourceTableRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateDataSourceTableRequest should be of the form "NewCreateDataSourceTableRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateDataSourceTableRequestWithAllParams should be of the form "NewCreateDataSourceTableRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateDataSourceTableRequestWithoutParam should be of the form "NewCreateDataSourceTableRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateDataSourceTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateDataSourceTableRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 110: warning: comment on exported method CreateDataSourceTableRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 121: warning: exported type CreateDataSourceTableResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateDataSourceTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/LastDownsample.go
    • Line 24: warning: exported type LastDownsampleRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewLastDownsampleRequest should be of the form "NewLastDownsampleRequest ..." (golint)
    • Line 94: warning: comment on exported function NewLastDownsampleRequestWithAllParams should be of the form "NewLastDownsampleRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewLastDownsampleRequestWithoutParam should be of the form "NewLastDownsampleRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method LastDownsampleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 163: warning: comment on exported method LastDownsampleRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 168: warning: comment on exported method LastDownsampleRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 173: warning: comment on exported method LastDownsampleRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 178: warning: comment on exported method LastDownsampleRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 183: warning: comment on exported method LastDownsampleRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 188: warning: comment on exported method LastDownsampleRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 193: warning: comment on exported method LastDownsampleRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 198: warning: comment on exported method LastDownsampleRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 203: warning: comment on exported method LastDownsampleRequest.SetAggrType should be of the form "SetAggrType ..." (golint)
    • Line 208: warning: comment on exported method LastDownsampleRequest.SetDownAggrType should be of the form "SetDownAggrType ..." (golint)
    • Line 213: warning: comment on exported method LastDownsampleRequest.SetTimeOffset should be of the form "SetTimeOffset ..." (golint)
    • Line 224: warning: exported type LastDownsampleResponse should have comment or be unexported (golint)
    • Line 230: warning: exported type LastDownsampleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeletePolicy.go
    • Line 23: warning: exported type DeletePolicyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeletePolicyRequest should be of the form "NewDeletePolicyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeletePolicyRequestWithAllParams should be of the form "NewDeletePolicyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeletePolicyRequestWithoutParam should be of the form "NewDeletePolicyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeletePolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 93: warning: exported type DeletePolicyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeletePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeBriefInstances.go
    • Line 25: warning: exported type DescribeBriefInstancesRequest should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function NewDescribeBriefInstancesRequest should be of the form "NewDescribeBriefInstancesRequest ..." (golint)
    • Line 80: warning: comment on exported function NewDescribeBriefInstancesRequestWithAllParams should be of the form "NewDescribeBriefInstancesRequestWithAllParams ..." (golint)
    • Line 125: warning: comment on exported function NewDescribeBriefInstancesRequestWithoutParam should be of the form "NewDescribeBriefInstancesRequestWithoutParam ..." (golint)
    • Line 138: warning: comment on exported method DescribeBriefInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 143: warning: comment on exported method DescribeBriefInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 148: warning: comment on exported method DescribeBriefInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 153: warning: comment on exported method DescribeBriefInstancesRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 158: warning: comment on exported method DescribeBriefInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 184: warning: exported type DescribeBriefInstancesResponse should have comment or be unexported (golint)
    • Line 190: warning: exported type DescribeBriefInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateWebProtectSettings.go
    • Line 23: warning: exported type UpdateWebProtectSettingsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateWebProtectSettingsRequest should be of the form "NewUpdateWebProtectSettingsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewUpdateWebProtectSettingsRequestWithAllParams should be of the form "NewUpdateWebProtectSettingsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateWebProtectSettingsRequestWithoutParam should be of the form "NewUpdateWebProtectSettingsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UpdateWebProtectSettingsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method UpdateWebProtectSettingsRequest.SetWafMode should be of the form "SetWafMode ..." (golint)
    • Line 110: warning: comment on exported method UpdateWebProtectSettingsRequest.SetWafLevel should be of the form "SetWafLevel ..." (golint)
    • Line 115: warning: comment on exported method UpdateWebProtectSettingsRequest.SetRedirection should be of the form "SetRedirection ..." (golint)
    • Line 126: warning: exported type UpdateWebProtectSettingsResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type UpdateWebProtectSettingsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeRdsDatabases.go
    • Line 24: warning: exported type DescribeRdsDatabasesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeRdsDatabasesRequest should be of the form "NewDescribeRdsDatabasesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeRdsDatabasesRequestWithAllParams should be of the form "NewDescribeRdsDatabasesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeRdsDatabasesRequestWithoutParam should be of the form "NewDescribeRdsDatabasesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeRdsDatabasesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeRdsDatabasesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeRdsDatabasesRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 125: warning: comment on exported method DescribeRdsDatabasesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeRdsDatabasesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 141: warning: exported type DescribeRdsDatabasesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeRdsDatabasesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteTargetGroup.go
    • Line 23: warning: exported type DeleteTargetGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteTargetGroupRequest should be of the form "NewDeleteTargetGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteTargetGroupRequestWithAllParams should be of the form "NewDeleteTargetGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteTargetGroupRequestWithoutParam should be of the form "NewDeleteTargetGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteTargetGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteTargetGroupRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 107: warning: exported type DeleteTargetGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteTargetGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/GetVqdTask.go
    • Line 23: warning: exported type GetVqdTaskRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetVqdTaskRequest should be of the form "NewGetVqdTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetVqdTaskRequestWithAllParams should be of the form "NewGetVqdTaskRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetVqdTaskRequestWithoutParam should be of the form "NewGetVqdTaskRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetVqdTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 93: warning: exported type GetVqdTaskResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetVqdTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVmKeypair.go
    • Line 24: warning: exported type CreateVmKeypairRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVmKeypairRequest should be of the form "NewCreateVmKeypairRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVmKeypairRequestWithAllParams should be of the form "NewCreateVmKeypairRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVmKeypairRequestWithoutParam should be of the form "NewCreateVmKeypairRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVmKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVmKeypairRequest.SetKeypair should be of the form "SetKeypair ..." (golint)
    • Line 108: warning: exported type CreateVmKeypairResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVmKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/UnReleaseImage.go
    • Line 23: warning: exported type UnReleaseImageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewUnReleaseImageRequest should be of the form "NewUnReleaseImageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUnReleaseImageRequestWithAllParams should be of the form "NewUnReleaseImageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewUnReleaseImageRequestWithoutParam should be of the form "NewUnReleaseImageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method UnReleaseImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method UnReleaseImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 107: warning: exported type UnReleaseImageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type UnReleaseImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteTranscodeTemplate.go
    • Line 23: warning: exported type DeleteTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteTranscodeTemplateRequest should be of the form "NewDeleteTranscodeTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteTranscodeTemplateRequestWithAllParams should be of the form "NewDeleteTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteTranscodeTemplateRequestWithoutParam should be of the form "NewDeleteTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteTranscodeTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteForwardRule.go
    • Line 23: warning: exported type DeleteForwardRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteForwardRuleRequest should be of the form "NewDeleteForwardRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteForwardRuleRequestWithAllParams should be of the form "NewDeleteForwardRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteForwardRuleRequestWithoutParam should be of the form "NewDeleteForwardRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type DeleteForwardRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeConnStatGraph.go
    • Line 23: warning: exported type DescribeConnStatGraphRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeConnStatGraphRequest should be of the form "NewDescribeConnStatGraphRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeConnStatGraphRequestWithAllParams should be of the form "NewDescribeConnStatGraphRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeConnStatGraphRequestWithoutParam should be of the form "NewDescribeConnStatGraphRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DescribeConnStatGraphRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DescribeConnStatGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 113: warning: comment on exported method DescribeConnStatGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 118: warning: comment on exported method DescribeConnStatGraphRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: exported type DescribeConnStatGraphResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DescribeConnStatGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLivePornData.go
    • Line 24: warning: exported type DescribeLivePornDataRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewDescribeLivePornDataRequest should be of the form "NewDescribeLivePornDataRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeLivePornDataRequestWithAllParams should be of the form "NewDescribeLivePornDataRequestWithAllParams ..." (golint)
    • Line 119: warning: comment on exported function NewDescribeLivePornDataRequestWithoutParam should be of the form "NewDescribeLivePornDataRequestWithoutParam ..." (golint)
    • Line 132: warning: comment on exported method DescribeLivePornDataRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 137: warning: comment on exported method DescribeLivePornDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 142: warning: comment on exported method DescribeLivePornDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 147: warning: comment on exported method DescribeLivePornDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 157: warning: comment on exported method DescribeLivePornDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 173: warning: exported type DescribeLivePornDataResponse should have comment or be unexported (golint)
    • Line 179: warning: exported type DescribeLivePornDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeAgentList.go
    • Line 25: warning: exported type DescribeAgentListRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDescribeAgentListRequest should be of the form "NewDescribeAgentListRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeAgentListRequestWithAllParams should be of the form "NewDescribeAgentListRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeAgentListRequestWithoutParam should be of the form "NewDescribeAgentListRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method DescribeAgentListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method DescribeAgentListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 112: warning: comment on exported method DescribeAgentListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 117: warning: comment on exported method DescribeAgentListRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 128: warning: exported type DescribeAgentListResponse should have comment or be unexported (golint)
    • Line 134: warning: exported type DescribeAgentListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ShareImage.go
    • Line 23: warning: exported type ShareImageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewShareImageRequest should be of the form "NewShareImageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewShareImageRequestWithAllParams should be of the form "NewShareImageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewShareImageRequestWithoutParam should be of the form "NewShareImageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ShareImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ShareImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 110: warning: comment on exported method ShareImageRequest.SetPins should be of the form "SetPins ..." (golint)
    • Line 121: warning: exported type ShareImageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ShareImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskVars.go
    • Line 24: warning: exported type DelRiskVarsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskVarsRequest should be of the form "NewDelRiskVarsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskVarsRequestWithAllParams should be of the form "NewDelRiskVarsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskVarsRequestWithoutParam should be of the form "NewDelRiskVarsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskVarsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskVarsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskVarsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskVarsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskVarsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/ModifyNodeGroup.go
    • Line 23: warning: exported type ModifyNodeGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyNodeGroupRequest should be of the form "NewModifyNodeGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyNodeGroupRequestWithAllParams should be of the form "NewModifyNodeGroupRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyNodeGroupRequestWithoutParam should be of the form "NewModifyNodeGroupRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyNodeGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyNodeGroupRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 113: warning: comment on exported method ModifyNodeGroupRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyNodeGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyNodeGroupResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyNodeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/GetContainerLogs.go
    • Line 24: warning: exported type GetContainerLogsRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewGetContainerLogsRequest should be of the form "NewGetContainerLogsRequest ..." (golint)
    • Line 84: warning: comment on exported function NewGetContainerLogsRequestWithAllParams should be of the form "NewGetContainerLogsRequestWithAllParams ..." (golint)
    • Line 128: warning: comment on exported function NewGetContainerLogsRequestWithoutParam should be of the form "NewGetContainerLogsRequestWithoutParam ..." (golint)
    • Line 141: warning: comment on exported method GetContainerLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 146: warning: comment on exported method GetContainerLogsRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 151: warning: comment on exported method GetContainerLogsRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 156: warning: comment on exported method GetContainerLogsRequest.SetTailLines should be of the form "SetTailLines ..." (golint)
    • Line 162: warning: comment on exported method GetContainerLogsRequest.SetSinceSeconds should be of the form "SetSinceSeconds ..." (golint)
    • Line 168: warning: comment on exported method GetContainerLogsRequest.SetLimitBytes should be of the form "SetLimitBytes ..." (golint)
    • Line 174: warning: comment on exported method GetContainerLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 180: warning: comment on exported method GetContainerLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 192: warning: exported type GetContainerLogsResponse should have comment or be unexported (golint)
    • Line 198: warning: exported type GetContainerLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/client/PodClient.go
    • Line 26: warning: exported type PodClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewPodClient should have comment or be unexported (golint)
    • Line 48: warning: exported method PodClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method PodClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method PodClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method PodClient.DescribeQuota should be of the form "DescribeQuota ..." (golint)
    • Line 81: warning: comment on exported method PodClient.DescribeContainer should be of the form "DescribeContainer ..." (golint)
    • Line 101: warning: comment on exported method PodClient.DescribeSecrets should be of the form "DescribeSecrets ..." (golint)
    • Line 123: warning: comment on exported method PodClient.CreateSecret should be of the form "CreateSecret ..." (golint)
    • Line 144: warning: comment on exported method PodClient.DescribeSecret should be of the form "DescribeSecret ..." (golint)
    • Line 165: warning: comment on exported method PodClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 186: warning: comment on exported method PodClient.ResizeTTY should be of the form "ResizeTTY ..." (golint)
    • Line 206: warning: comment on exported method PodClient.Attach should be of the form "Attach ..." (golint)
    • Line 227: warning: comment on exported method PodClient.ExecStart should be of the form "ExecStart ..." (golint)
    • Line 247: warning: comment on exported method PodClient.StartPod should be of the form "StartPod ..." (golint)
    • Line 269: warning: comment on exported method PodClient.DescribePods should be of the form "DescribePods ..." (golint)
    • Line 291: warning: comment on exported method PodClient.ExecGetExitCode should be of the form "ExecGetExitCode ..." (golint)
    • Line 311: warning: comment on exported method PodClient.CreatePods should be of the form "CreatePods ..." (golint)
    • Line 381: warning: comment on exported method PodClient.CheckPodName should be of the form "CheckPodName ..." (golint)
    • Line 402: warning: comment on exported method PodClient.GetContainerLogs should be of the form "GetContainerLogs ..." (golint)
    • Line 423: warning: comment on exported method PodClient.DescribeInstanceTypes should be of the form "DescribeInstanceTypes ..." (golint)
    • Line 444: warning: comment on exported method PodClient.ModifyPodAttribute should be of the form "ModifyPodAttribute ..." (golint)
    • Line 465: warning: comment on exported method PodClient.DeletePod should be of the form "DeletePod ..." (golint)
    • Line 488: warning: comment on exported method PodClient.RebuildPod should be of the form "RebuildPod ..." (golint)
    • Line 509: warning: comment on exported method PodClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 532: warning: comment on exported method PodClient.ResizePod should be of the form "ResizePod ..." (golint)
    • Line 561: warning: comment on exported method PodClient.ExecCreate should be of the form "ExecCreate ..." (golint)
    • Line 582: warning: comment on exported method PodClient.StopPod should be of the form "StopPod ..." (golint)
    • Line 603: warning: comment on exported method PodClient.DescribePod should be of the form "DescribePod ..." (golint)
    • Line 624: warning: comment on exported method PodClient.DeleteSecret should be of the form "DeleteSecret ..." (golint)
    • jdcloud-sdk-go/services/iotcore/apis/InvokeThingService.go
    • Line 23: warning: exported type InvokeThingServiceRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewInvokeThingServiceRequest should be of the form "NewInvokeThingServiceRequest ..." (golint)
    • Line 81: warning: comment on exported function NewInvokeThingServiceRequestWithAllParams should be of the form "NewInvokeThingServiceRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewInvokeThingServiceRequestWithoutParam should be of the form "NewInvokeThingServiceRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method InvokeThingServiceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 135: warning: comment on exported method InvokeThingServiceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 140: warning: comment on exported method InvokeThingServiceRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 145: warning: comment on exported method InvokeThingServiceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 150: warning: comment on exported method InvokeThingServiceRequest.SetName should be of the form "SetName ..." (golint)
    • Line 155: warning: comment on exported method InvokeThingServiceRequest.SetInput should be of the form "SetInput ..." (golint)
    • Line 160: warning: comment on exported method InvokeThingServiceRequest.SetCallbackBeanName should be of the form "SetCallbackBeanName ..." (golint)
    • Line 171: warning: exported type InvokeThingServiceResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type InvokeThingServiceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListTranscodeTemplateGroups.go
    • Line 24: warning: exported type ListTranscodeTemplateGroupsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListTranscodeTemplateGroupsRequest should be of the form "NewListTranscodeTemplateGroupsRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListTranscodeTemplateGroupsRequestWithAllParams should be of the form "NewListTranscodeTemplateGroupsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListTranscodeTemplateGroupsRequestWithoutParam should be of the form "NewListTranscodeTemplateGroupsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListTranscodeTemplateGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListTranscodeTemplateGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListTranscodeTemplateGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 113: warning: exported type ListTranscodeTemplateGroupsResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListTranscodeTemplateGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeCabinet.go
    • Line 24: warning: exported type DescribeCabinetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeCabinetRequest should be of the form "NewDescribeCabinetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCabinetRequestWithAllParams should be of the form "NewDescribeCabinetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeCabinetRequestWithoutParam should be of the form "NewDescribeCabinetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeCabinetRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 97: warning: comment on exported method DescribeCabinetRequest.SetCabinetId should be of the form "SetCabinetId ..." (golint)
    • Line 108: warning: exported type DescribeCabinetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeCabinetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveApp.go
    • Line 23: warning: exported type AddLiveAppRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewAddLiveAppRequest should be of the form "NewAddLiveAppRequest ..." (golint)
    • Line 61: warning: comment on exported function NewAddLiveAppRequestWithAllParams should be of the form "NewAddLiveAppRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewAddLiveAppRequestWithoutParam should be of the form "NewAddLiveAppRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method AddLiveAppRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: comment on exported method AddLiveAppRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 115: warning: exported type AddLiveAppResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type AddLiveAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssignIpv6Gateway.go
    • Line 23: warning: exported type AssignIpv6GatewayRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewAssignIpv6GatewayRequest should be of the form "NewAssignIpv6GatewayRequest ..." (golint)
    • Line 62: warning: comment on exported function NewAssignIpv6GatewayRequestWithAllParams should be of the form "NewAssignIpv6GatewayRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAssignIpv6GatewayRequestWithoutParam should be of the form "NewAssignIpv6GatewayRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AssignIpv6GatewayRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AssignIpv6GatewayRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 111: warning: comment on exported method AssignIpv6GatewayRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type AssignIpv6GatewayResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type AssignIpv6GatewayResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/client/JdfusionClient.go
    • Line 26: warning: exported type JdfusionClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJdfusionClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JdfusionClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JdfusionClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method JdfusionClient.StartVmInstanceById should be of the form "StartVmInstanceById ..." (golint)
    • Line 76: warning: comment on exported method JdfusionClient.DeleteRdsAccount should be of the form "DeleteRdsAccount ..." (golint)
    • Line 96: warning: comment on exported method JdfusionClient.CreateDeployment should be of the form "CreateDeployment ..." (golint)
    • Line 116: warning: comment on exported method JdfusionClient.GetBucketByName should be of the form "GetBucketByName ..." (golint)
    • Line 136: warning: comment on exported method JdfusionClient.GetTaskInfoHistoryById should be of the form "GetTaskInfoHistoryById ..." (golint)
    • Line 156: warning: comment on exported method JdfusionClient.GetDeploymentsResultsByIdRecord should be of the form "GetDeploymentsResultsByIdRecord ..." (golint)
    • Line 176: warning: comment on exported method JdfusionClient.GetVmInstances should be of the form "GetVmInstances ..." (golint)
    • Line 196: warning: comment on exported method JdfusionClient.RollbackDeploymentsVersion should be of the form "RollbackDeploymentsVersion ..." (golint)
    • Line 216: warning: comment on exported method JdfusionClient.GetRdsDatabaseByInstIdAndDbName should be of the form "GetRdsDatabaseByInstIdAndDbName ..." (golint)
    • Line 236: warning: comment on exported method JdfusionClient.GetDeploymentVersions should be of the form "GetDeploymentVersions ..." (golint)
    • Line 256: warning: comment on exported method JdfusionClient.GetVpcById should be of the form "GetVpcById ..." (golint)
    • Line 276: warning: comment on exported method JdfusionClient.GetRdsAccountsByInstIdAndAccountName should be of the form "GetRdsAccountsByInstIdAndAccountName ..." (golint)
    • Line 296: warning: comment on exported method JdfusionClient.GetVpcNetworkInterfaceById should be of the form "GetVpcNetworkInterfaceById ..." (golint)
    • Line 316: warning: comment on exported method JdfusionClient.DeleteSecurityGroupsRule should be of the form "DeleteSecurityGroupsRule ..." (golint)
    • Line 336: warning: comment on exported method JdfusionClient.GetDeploymentResult should be of the form "GetDeploymentResult ..." (golint)
    • Line 356: warning: comment on exported method JdfusionClient.GetBuckets should be of the form "GetBuckets ..." (golint)
    • Line 376: warning: comment on exported method JdfusionClient.EditTransferTask should be of the form "EditTransferTask ..." (golint)
    • Line 396: warning: comment on exported method JdfusionClient.RebootVmInstanceById should be of the form "RebootVmInstanceById ..." (golint)
    • Line 416: warning: comment on exported method JdfusionClient.StartTransferTask should be of the form "StartTransferTask ..." (golint)
    • Line 436: warning: comment on exported method JdfusionClient.GrantRdsAccount should be of the form "GrantRdsAccount ..." (golint)
    • Line 456: warning: comment on exported method JdfusionClient.CreateVpcNetworkInterface should be of the form "CreateVpcNetworkInterface ..." (golint)
    • Line 476: warning: comment on exported method JdfusionClient.CreateRdsDatabase should be of the form "CreateRdsDatabase ..." (golint)
    • Line 496: warning: comment on exported method JdfusionClient.StopSlbListener should be of the form "StopSlbListener ..." (golint)
    • Line 516: warning: comment on exported method JdfusionClient.GetDeploymentsById should be of the form "GetDeploymentsById ..." (golint)
    • Line 536: warning: comment on exported method JdfusionClient.GetDeployments should be of the form "GetDeployments ..." (golint)
    • Line 556: warning: comment on exported method JdfusionClient.GetRdsSpecification should be of the form "GetRdsSpecification ..." (golint)
    • Line 576: warning: comment on exported method JdfusionClient.ValidCloudInfo should be of the form "ValidCloudInfo ..." (golint)
    • Line 596: warning: comment on exported method JdfusionClient.StartChannel should be of the form "StartChannel ..." (golint)
    • Line 616: warning: comment on exported method JdfusionClient.DeleteVserverGroup should be of the form "DeleteVserverGroup ..." (golint)
    • Line 636: warning: comment on exported method JdfusionClient.CreateChannel should be of the form "CreateChannel ..." (golint)
    • Line 656: warning: comment on exported method JdfusionClient.CreateVmKeypair should be of the form "CreateVmKeypair ..." (golint)
    • Line 676: warning: comment on exported method JdfusionClient.GetVmKeypairsByName should be of the form "GetVmKeypairsByName ..." (golint)
    • Line 696: warning: comment on exported method JdfusionClient.DeleteVpcEipById should be of the form "DeleteVpcEipById ..." (golint)
    • Line 716: warning: comment on exported method JdfusionClient.ReverseDeployment should be of the form "ReverseDeployment ..." (golint)
    • Line 736: warning: comment on exported method JdfusionClient.GetTransferTaskById should be of the form "GetTransferTaskById ..." (golint)
    • Line 756: warning: comment on exported method JdfusionClient.GetVpcSubnets should be of the form "GetVpcSubnets ..." (golint)
    • Line 776: warning: comment on exported method JdfusionClient.CreateVpcLBHttpListener should be of the form "CreateVpcLBHttpListener ..." (golint)
    • Line 796: warning: comment on exported method JdfusionClient.StopTransferTask should be of the form "StopTransferTask ..." (golint)
    • Line 816: warning: comment on exported method JdfusionClient.GetVserverGroupsById should be of the form "GetVserverGroupsById ..." (golint)
    • Line 836: warning: comment on exported method JdfusionClient.DeleteVpcSubnetById should be of the form "DeleteVpcSubnetById ..." (golint)
    • Line 856: warning: comment on exported method JdfusionClient.CreateVpcEip should be of the form "CreateVpcEip ..." (golint)
    • Line 876: warning: comment on exported method JdfusionClient.DeleteVpcSecurityGroupById should be of the form "DeleteVpcSecurityGroupById ..." (golint)
    • Line 896: warning: comment on exported method JdfusionClient.DeleteChannel should be of the form "DeleteChannel ..." (golint)
    • Line 916: warning: comment on exported method JdfusionClient.DeleteBucket should be of the form "DeleteBucket ..." (golint)
    • Line 936: warning: comment on exported method JdfusionClient.GetCloudInfos should be of the form "GetCloudInfos ..." (golint)
    • Line 956: warning: comment on exported method JdfusionClient.GetVpcNetworkInterfaces should be of the form "GetVpcNetworkInterfaces ..." (golint)
    • Line 976: warning: comment on exported method JdfusionClient.AssociateVpcEipById should be of the form "AssociateVpcEipById ..." (golint)
    • Line 996: warning: comment on exported method JdfusionClient.GetRdsDatabasesByInstId should be of the form "GetRdsDatabasesByInstId ..." (golint)
    • Line 1016: warning: comment on exported method JdfusionClient.GetVpcEipById should be of the form "GetVpcEipById ..." (golint)
    • Line 1036: warning: comment on exported method JdfusionClient.GetDeploymentsVersion should be of the form "GetDeploymentsVersion ..." (golint)
    • Line 1056: warning: comment on exported method JdfusionClient.GetDatasources should be of the form "GetDatasources ..." (golint)
    • Line 1076: warning: comment on exported method JdfusionClient.DeleteRdsDatabase should be of the form "DeleteRdsDatabase ..." (golint)
    • Line 1096: warning: comment on exported method JdfusionClient.GetChannels should be of the form "GetChannels ..." (golint)
    • Line 1116: warning: comment on exported method JdfusionClient.GetVpcEips should be of the form "GetVpcEips ..." (golint)
    • Line 1136: warning: comment on exported method JdfusionClient.RegistCloudInfo should be of the form "RegistCloudInfo ..." (golint)
    • Line 1156: warning: comment on exported method JdfusionClient.CreateVpcSlb should be of the form "CreateVpcSlb ..." (golint)
    • Line 1176: warning: comment on exported method JdfusionClient.GetRdsByInstId should be of the form "GetRdsByInstId ..." (golint)
    • Line 1196: warning: comment on exported method JdfusionClient.UnregistCloudInfo should be of the form "UnregistCloudInfo ..." (golint)
    • Line 1216: warning: comment on exported method JdfusionClient.AttachDiskToVmInstanceByDiskId should be of the form "AttachDiskToVmInstanceByDiskId ..." (golint)
    • Line 1236: warning: comment on exported method JdfusionClient.AttachVpcNetworkInterfaceById should be of the form "AttachVpcNetworkInterfaceById ..." (golint)
    • Line 1256: warning: comment on exported method JdfusionClient.GetLbHttpListener should be of the form "GetLbHttpListener ..." (golint)
    • Line 1276: warning: comment on exported method JdfusionClient.DryrunDeployment should be of the form "DryrunDeployment ..." (golint)
    • Line 1296: warning: comment on exported method JdfusionClient.CreateDatasource should be of the form "CreateDatasource ..." (golint)
    • Line 1316: warning: comment on exported method JdfusionClient.GetRegionsAvailableZones should be of the form "GetRegionsAvailableZones ..." (golint)
    • Line 1336: warning: comment on exported method JdfusionClient.DetachDiskToVmInstanceByDiskId should be of the form "DetachDiskToVmInstanceByDiskId ..." (golint)
    • Line 1356: warning: comment on exported method JdfusionClient.StartSlbListener should be of the form "StartSlbListener ..." (golint)
    • Line 1376: warning: comment on exported method JdfusionClient.GetTransferTasks should be of the form "GetTransferTasks ..." (golint)
    • Line 1396: warning: comment on exported method JdfusionClient.RemoveDiskById should be of the form "RemoveDiskById ..." (golint)
    • Line 1416: warning: comment on exported method JdfusionClient.CreateRdsInstance should be of the form "CreateRdsInstance ..." (golint)
    • Line 1436: warning: comment on exported method JdfusionClient.GetVpcSecurityGroupById should be of the form "GetVpcSecurityGroupById ..." (golint)
    • Line 1456: warning: comment on exported method JdfusionClient.GetBucketFiles should be of the form "GetBucketFiles ..." (golint)
    • Line 1476: warning: comment on exported method JdfusionClient.GetRdsInstances should be of the form "GetRdsInstances ..." (golint)
    • Line 1496: warning: comment on exported method JdfusionClient.DeleteVpcNetworkInterfaceById should be of the form "DeleteVpcNetworkInterfaceById ..." (golint)
    • Line 1516: warning: comment on exported method JdfusionClient.GetRdsAccountsByInstId should be of the form "GetRdsAccountsByInstId ..." (golint)
    • Line 1536: warning: comment on exported method JdfusionClient.GetVpcSecurityGroups should be of the form "GetVpcSecurityGroups ..." (golint)
    • Line 1556: warning: comment on exported method JdfusionClient.CreateSecurityGroupsRule should be of the form "CreateSecurityGroupsRule ..." (golint)
    • Line 1576: warning: comment on exported method JdfusionClient.ApplyDeployment should be of the form "ApplyDeployment ..." (golint)
    • Line 1596: warning: comment on exported method JdfusionClient.GetVmKeypairs should be of the form "GetVmKeypairs ..." (golint)
    • Line 1616: warning: comment on exported method JdfusionClient.GetVpcSlbById should be of the form "GetVpcSlbById ..." (golint)
    • Line 1636: warning: comment on exported method JdfusionClient.DeleteDeployment should be of the form "DeleteDeployment ..." (golint)
    • Line 1656: warning: comment on exported method JdfusionClient.CreateVpcSubnet should be of the form "CreateVpcSubnet ..." (golint)
    • Line 1676: warning: comment on exported method JdfusionClient.CreateTransferTask should be of the form "CreateTransferTask ..." (golint)
    • Line 1696: warning: comment on exported method JdfusionClient.DeleteRdsByInstId should be of the form "DeleteRdsByInstId ..." (golint)
    • Line 1716: warning: comment on exported method JdfusionClient.GetVpcSlbs should be of the form "GetVpcSlbs ..." (golint)
    • Line 1736: warning: comment on exported method JdfusionClient.CloneDeployment should be of the form "CloneDeployment ..." (golint)
    • Line 1756: warning: comment on exported method JdfusionClient.DeleteVpcById should be of the form "DeleteVpcById ..." (golint)
    • Line 1776: warning: comment on exported method JdfusionClient.CreateVpc should be of the form "CreateVpc ..." (golint)
    • Line 1796: warning: comment on exported method JdfusionClient.DisassociateVpcEipById should be of the form "DisassociateVpcEipById ..." (golint)
    • Line 1816: warning: comment on exported method JdfusionClient.CreateVpcSecurityGroup should be of the form "CreateVpcSecurityGroup ..." (golint)
    • Line 1836: warning: comment on exported method JdfusionClient.GetVpcSubnetById should be of the form "GetVpcSubnetById ..." (golint)
    • Line 1856: warning: comment on exported method JdfusionClient.StopChannel should be of the form "StopChannel ..." (golint)
    • Line 1876: warning: comment on exported method JdfusionClient.GetVpcs should be of the form "GetVpcs ..." (golint)
    • Line 1896: warning: comment on exported method JdfusionClient.StartSlb should be of the form "StartSlb ..." (golint)
    • Line 1916: warning: comment on exported method JdfusionClient.GetVmInstancesById should be of the form "GetVmInstancesById ..." (golint)
    • Line 1936: warning: comment on exported method JdfusionClient.GetRegions should be of the form "GetRegions ..." (golint)
    • Line 1956: warning: comment on exported method JdfusionClient.StopSlb should be of the form "StopSlb ..." (golint)
    • Line 1976: warning: comment on exported method JdfusionClient.GetTransferTaskProgress should be of the form "GetTransferTaskProgress ..." (golint)
    • Line 1996: warning: comment on exported method JdfusionClient.GetVpcVServerGroups should be of the form "GetVpcVServerGroups ..." (golint)
    • Line 2016: warning: comment on exported method JdfusionClient.DeleteTransferTask should be of the form "DeleteTransferTask ..." (golint)
    • Line 2036: warning: comment on exported method JdfusionClient.GetTransferTaskFailedFiles should be of the form "GetTransferTaskFailedFiles ..." (golint)
    • Line 2056: warning: comment on exported method JdfusionClient.CreateRdsAccounts should be of the form "CreateRdsAccounts ..." (golint)
    • Line 2076: warning: comment on exported method JdfusionClient.CreateVpcVServerGroup should be of the form "CreateVpcVServerGroup ..." (golint)
    • Line 2096: warning: comment on exported method JdfusionClient.CreateDisk should be of the form "CreateDisk ..." (golint)
    • Line 2116: warning: comment on exported method JdfusionClient.GetTaskInfoById should be of the form "GetTaskInfoById ..." (golint)
    • Line 2136: warning: comment on exported method JdfusionClient.GetDisks should be of the form "GetDisks ..." (golint)
    • Line 2156: warning: comment on exported method JdfusionClient.GrantRdsAccountsByTask should be of the form "GrantRdsAccountsByTask ..." (golint)
    • Line 2176: warning: comment on exported method JdfusionClient.DetachVpcNetworkInterfaceById should be of the form "DetachVpcNetworkInterfaceById ..." (golint)
    • Line 2196: warning: comment on exported method JdfusionClient.CreateVmInstance should be of the form "CreateVmInstance ..." (golint)
    • Line 2216: warning: comment on exported method JdfusionClient.DeleteSlbsListener should be of the form "DeleteSlbsListener ..." (golint)
    • Line 2236: warning: comment on exported method JdfusionClient.GetCloudInfoById should be of the form "GetCloudInfoById ..." (golint)
    • Line 2256: warning: comment on exported method JdfusionClient.DeleteVmKeypairByName should be of the form "DeleteVmKeypairByName ..." (golint)
    • Line 2276: warning: comment on exported method JdfusionClient.RevokeRdsAccount should be of the form "RevokeRdsAccount ..." (golint)
    • Line 2296: warning: comment on exported method JdfusionClient.StopVmInstanceById should be of the form "StopVmInstanceById ..." (golint)
    • Line 2316: warning: comment on exported method JdfusionClient.GetDiskById should be of the form "GetDiskById ..." (golint)
    • Line 2336: warning: comment on exported method JdfusionClient.GetVmImages should be of the form "GetVmImages ..." (golint)
    • Line 2356: warning: comment on exported method JdfusionClient.EditDeployment should be of the form "EditDeployment ..." (golint)
    • Line 2376: warning: comment on exported method JdfusionClient.DeleteDatasource should be of the form "DeleteDatasource ..." (golint)
    • Line 2396: warning: comment on exported method JdfusionClient.DeleteVpcSlbById should be of the form "DeleteVpcSlbById ..." (golint)
    • Line 2416: warning: comment on exported method JdfusionClient.DeleteVmInstanceById should be of the form "DeleteVmInstanceById ..." (golint)
    • Line 2436: warning: comment on exported method JdfusionClient.GetVmInstanceTypes should be of the form "GetVmInstanceTypes ..." (golint)
    • Line 2456: warning: comment on exported method JdfusionClient.CreateBucket should be of the form "CreateBucket ..." (golint)
    • jdcloud-sdk-go/services/jdccs/apis/LastDownsample.go
    • Line 24: warning: exported type LastDownsampleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewLastDownsampleRequest should be of the form "NewLastDownsampleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewLastDownsampleRequestWithAllParams should be of the form "NewLastDownsampleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewLastDownsampleRequestWithoutParam should be of the form "NewLastDownsampleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method LastDownsampleRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 106: warning: comment on exported method LastDownsampleRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 111: warning: comment on exported method LastDownsampleRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 122: warning: exported type LastDownsampleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type LastDownsampleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: comment on exported method DescribeQuotasRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 120: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/AsyncAudioScan.go
    • Line 24: warning: exported type AsyncAudioScanRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewAsyncAudioScanRequest should be of the form "NewAsyncAudioScanRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAsyncAudioScanRequestWithAllParams should be of the form "NewAsyncAudioScanRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewAsyncAudioScanRequestWithoutParam should be of the form "NewAsyncAudioScanRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method AsyncAudioScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 103: warning: comment on exported method AsyncAudioScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 108: warning: comment on exported method AsyncAudioScanRequest.SetCallback should be of the form "SetCallback ..." (golint)
    • Line 113: warning: comment on exported method AsyncAudioScanRequest.SetSeed should be of the form "SetSeed ..." (golint)
    • Line 124: warning: exported type AsyncAudioScanResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type AsyncAudioScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SubmitTranscodeJob.go
    • Line 24: warning: exported type SubmitTranscodeJobRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewSubmitTranscodeJobRequest should be of the form "NewSubmitTranscodeJobRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSubmitTranscodeJobRequestWithAllParams should be of the form "NewSubmitTranscodeJobRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewSubmitTranscodeJobRequestWithoutParam should be of the form "NewSubmitTranscodeJobRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method SubmitTranscodeJobRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 103: warning: comment on exported method SubmitTranscodeJobRequest.SetTemplateGroupId should be of the form "SetTemplateGroupId ..." (golint)
    • Line 108: warning: comment on exported method SubmitTranscodeJobRequest.SetTemplateIds should be of the form "SetTemplateIds ..." (golint)
    • Line 113: warning: comment on exported method SubmitTranscodeJobRequest.SetWatermarkIds should be of the form "SetWatermarkIds ..." (golint)
    • Line 124: warning: exported type SubmitTranscodeJobResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type SubmitTranscodeJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/UpdateDevice.go
    • Line 24: warning: exported type UpdateDeviceRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewUpdateDeviceRequest should be of the form "NewUpdateDeviceRequest ..." (golint)
    • Line 70: warning: comment on exported function NewUpdateDeviceRequestWithAllParams should be of the form "NewUpdateDeviceRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewUpdateDeviceRequestWithoutParam should be of the form "NewUpdateDeviceRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method UpdateDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method UpdateDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 126: warning: comment on exported method UpdateDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 131: warning: comment on exported method UpdateDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 136: warning: comment on exported method UpdateDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 141: warning: comment on exported method UpdateDeviceRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 152: warning: exported type UpdateDeviceResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type UpdateDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeGeoAreas.go
    • Line 24: warning: exported type DescribeGeoAreasRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeGeoAreasRequest should be of the form "NewDescribeGeoAreasRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeGeoAreasRequestWithAllParams should be of the form "NewDescribeGeoAreasRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeGeoAreasRequestWithoutParam should be of the form "NewDescribeGeoAreasRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeGeoAreasResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeBandwidth.go
    • Line 24: warning: exported type DescribeBandwidthRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBandwidthRequest should be of the form "NewDescribeBandwidthRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBandwidthRequestWithAllParams should be of the form "NewDescribeBandwidthRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBandwidthRequestWithoutParam should be of the form "NewDescribeBandwidthRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBandwidthRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 97: warning: comment on exported method DescribeBandwidthRequest.SetBandwidthId should be of the form "SetBandwidthId ..." (golint)
    • Line 108: warning: exported type DescribeBandwidthResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/GrantAccountPrivilege.go
    • Line 24: warning: exported type GrantAccountPrivilegeRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewGrantAccountPrivilegeRequest should be of the form "NewGrantAccountPrivilegeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGrantAccountPrivilegeRequestWithAllParams should be of the form "NewGrantAccountPrivilegeRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewGrantAccountPrivilegeRequestWithoutParam should be of the form "NewGrantAccountPrivilegeRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method GrantAccountPrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method GrantAccountPrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method GrantAccountPrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 128: warning: comment on exported method GrantAccountPrivilegeRequest.SetDatabasePrivileges should be of the form "SetDatabasePrivileges ..." (golint)
    • Line 133: warning: comment on exported method GrantAccountPrivilegeRequest.SetGlobalPrivileges should be of the form "SetGlobalPrivileges ..." (golint)
    • Line 144: warning: exported type GrantAccountPrivilegeResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type GrantAccountPrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DiscribeProbes.go
    • Line 24: warning: exported type DiscribeProbesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDiscribeProbesRequest should be of the form "NewDiscribeProbesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDiscribeProbesRequestWithAllParams should be of the form "NewDiscribeProbesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDiscribeProbesRequestWithoutParam should be of the form "NewDiscribeProbesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DiscribeProbesRequest.SetProbeTaskID should be of the form "SetProbeTaskID ..." (golint)
    • Line 94: warning: comment on exported method DiscribeProbesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 105: warning: exported type DiscribeProbesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DiscribeProbesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeServerGroups.go
    • Line 25: warning: exported type DescribeServerGroupsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeServerGroupsRequest should be of the form "NewDescribeServerGroupsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeServerGroupsRequestWithAllParams should be of the form "NewDescribeServerGroupsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeServerGroupsRequestWithoutParam should be of the form "NewDescribeServerGroupsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeServerGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeServerGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeServerGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeServerGroupsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 136: warning: comment on exported method DescribeServerGroupsRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 141: warning: comment on exported method DescribeServerGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 153: warning: exported type DescribeServerGroupsResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type DescribeServerGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/client/VpcClient.go
    • Line 26: warning: exported type VpcClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewVpcClient should have comment or be unexported (golint)
    • Line 48: warning: exported method VpcClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method VpcClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method VpcClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method VpcClient.DeleteElasticIp should be of the form "DeleteElasticIp ..." (golint)
    • Line 80: warning: comment on exported method VpcClient.ModifyVpcPeering should be of the form "ModifyVpcPeering ..." (golint)
    • Line 100: warning: comment on exported method VpcClient.ModifyElasticIp should be of the form "ModifyElasticIp ..." (golint)
    • Line 120: warning: comment on exported method VpcClient.ModifyNetworkAclRules should be of the form "ModifyNetworkAclRules ..." (golint)
    • Line 140: warning: comment on exported method VpcClient.DeleteNetworkAcl should be of the form "DeleteNetworkAcl ..." (golint)
    • Line 160: warning: comment on exported method VpcClient.DeleteSubnet should be of the form "DeleteSubnet ..." (golint)
    • Line 180: warning: comment on exported method VpcClient.DescribeSubnets should be of the form "DescribeSubnets ..." (golint)
    • Line 200: warning: comment on exported method VpcClient.DescribeNetworkInterfaces should be of the form "DescribeNetworkInterfaces ..." (golint)
    • Line 220: warning: comment on exported method VpcClient.RemoveNetworkSecurityGroupRules should be of the form "RemoveNetworkSecurityGroupRules ..." (golint)
    • Line 240: warning: comment on exported method VpcClient.ModifyNetworkSecurityGroup should be of the form "ModifyNetworkSecurityGroup ..." (golint)
    • Line 260: warning: comment on exported method VpcClient.AddNetworkSecurityGroupRules should be of the form "AddNetworkSecurityGroupRules ..." (golint)
    • Line 280: warning: comment on exported method VpcClient.CreateNetworkAcl should be of the form "CreateNetworkAcl ..." (golint)
    • Line 300: warning: comment on exported method VpcClient.DescribeQuota should be of the form "DescribeQuota ..." (golint)
    • Line 320: warning: comment on exported method VpcClient.CreateRouteTable should be of the form "CreateRouteTable ..." (golint)
    • Line 340: warning: comment on exported method VpcClient.DeleteNetworkSecurityGroup should be of the form "DeleteNetworkSecurityGroup ..." (golint)
    • Line 360: warning: comment on exported method VpcClient.DescribeRouteTable should be of the form "DescribeRouteTable ..." (golint)
    • Line 380: warning: comment on exported method VpcClient.DeleteVpc should be of the form "DeleteVpc ..." (golint)
    • Line 400: warning: comment on exported method VpcClient.DescribeVpcPeerings should be of the form "DescribeVpcPeerings ..." (golint)
    • Line 420: warning: comment on exported method VpcClient.DescribeNetworkAcls should be of the form "DescribeNetworkAcls ..." (golint)
    • Line 440: warning: comment on exported method VpcClient.DescribeSubnet should be of the form "DescribeSubnet ..." (golint)
    • Line 460: warning: comment on exported method VpcClient.DescribeNetworkSecurityGroup should be of the form "DescribeNetworkSecurityGroup ..." (golint)
    • Line 480: warning: comment on exported method VpcClient.DescribeNetworkSecurityGroups should be of the form "DescribeNetworkSecurityGroups ..." (golint)
    • Line 500: warning: comment on exported method VpcClient.DescribeVpc should be of the form "DescribeVpc ..." (golint)
    • Line 520: warning: comment on exported method VpcClient.DisassociateNetworkAcl should be of the form "DisassociateNetworkAcl ..." (golint)
    • Line 540: warning: comment on exported method VpcClient.DescribeEdgeIpProviders should be of the form "DescribeEdgeIpProviders ..." (golint)
    • Line 560: warning: comment on exported method VpcClient.RemoveNetworkAclRules should be of the form "RemoveNetworkAclRules ..." (golint)
    • Line 580: warning: comment on exported method VpcClient.AssociateRouteTable should be of the form "AssociateRouteTable ..." (golint)
    • Line 600: warning: comment on exported method VpcClient.DescribeVpcs should be of the form "DescribeVpcs ..." (golint)
    • Line 620: warning: comment on exported method VpcClient.CreateNetworkSecurityGroup should be of the form "CreateNetworkSecurityGroup ..." (golint)
    • Line 640: warning: comment on exported method VpcClient.CreateSubnet should be of the form "CreateSubnet ..." (golint)
    • Line 660: warning: comment on exported method VpcClient.DeleteRouteTable should be of the form "DeleteRouteTable ..." (golint)
    • Line 680: warning: comment on exported method VpcClient.DescribeVpcPeering should be of the form "DescribeVpcPeering ..." (golint)
    • Line 700: warning: comment on exported method VpcClient.RemoveRouteTableRules should be of the form "RemoveRouteTableRules ..." (golint)
    • Line 720: warning: comment on exported method VpcClient.CreateVpcPeering should be of the form "CreateVpcPeering ..." (golint)
    • Line 740: warning: comment on exported method VpcClient.AssignSecondaryIps should be of the form "AssignSecondaryIps ..." (golint)
    • Line 760: warning: comment on exported method VpcClient.DescribeRouteTables should be of the form "DescribeRouteTables ..." (golint)
    • Line 780: warning: comment on exported method VpcClient.ModifyNetworkInterface should be of the form "ModifyNetworkInterface ..." (golint)
    • Line 800: warning: comment on exported method VpcClient.DescribeElasticIps should be of the form "DescribeElasticIps ..." (golint)
    • Line 820: warning: comment on exported method VpcClient.ModifyNetworkSecurityGroupRules should be of the form "ModifyNetworkSecurityGroupRules ..." (golint)
    • Line 840: warning: comment on exported method VpcClient.ModifyNetworkAcl should be of the form "ModifyNetworkAcl ..." (golint)
    • Line 860: warning: comment on exported method VpcClient.DescribeNetworkInterface should be of the form "DescribeNetworkInterface ..." (golint)
    • Line 880: warning: comment on exported method VpcClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 900: warning: comment on exported method VpcClient.DeleteVpcPeering should be of the form "DeleteVpcPeering ..." (golint)
    • Line 920: warning: comment on exported method VpcClient.CreateNetworkInterface should be of the form "CreateNetworkInterface ..." (golint)
    • Line 940: warning: comment on exported method VpcClient.CreateVpc should be of the form "CreateVpc ..." (golint)
    • Line 960: warning: comment on exported method VpcClient.ModifyRouteTableRules should be of the form "ModifyRouteTableRules ..." (golint)
    • Line 980: warning: comment on exported method VpcClient.AddRouteTableRules should be of the form "AddRouteTableRules ..." (golint)
    • Line 1000: warning: comment on exported method VpcClient.DescribeElasticIp should be of the form "DescribeElasticIp ..." (golint)
    • Line 1020: warning: comment on exported method VpcClient.UnassignSecondaryIps should be of the form "UnassignSecondaryIps ..." (golint)
    • Line 1040: warning: comment on exported method VpcClient.ModifyRouteTable should be of the form "ModifyRouteTable ..." (golint)
    • Line 1060: warning: comment on exported method VpcClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 1080: warning: comment on exported method VpcClient.DisassociateRouteTable should be of the form "DisassociateRouteTable ..." (golint)
    • Line 1100: warning: comment on exported method VpcClient.ModifyVpc should be of the form "ModifyVpc ..." (golint)
    • Line 1120: warning: comment on exported method VpcClient.AssociateNetworkAcl should be of the form "AssociateNetworkAcl ..." (golint)
    • Line 1140: warning: comment on exported method VpcClient.ModifySubnet should be of the form "ModifySubnet ..." (golint)
    • Line 1160: warning: comment on exported method VpcClient.CreateElasticIps should be of the form "CreateElasticIps ..." (golint)
    • Line 1180: warning: comment on exported method VpcClient.DeleteNetworkInterface should be of the form "DeleteNetworkInterface ..." (golint)
    • Line 1200: warning: comment on exported method VpcClient.DescribeNetworkAcl should be of the form "DescribeNetworkAcl ..." (golint)
    • Line 1220: warning: comment on exported method VpcClient.AddNetworkAclRules should be of the form "AddNetworkAclRules ..." (golint)
    • jdcloud-sdk-go/services/dcap/apis/AddCategory.go
    • Line 24: warning: exported type AddCategoryRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewAddCategoryRequest should be of the form "NewAddCategoryRequest ..." (golint)
    • Line 52: warning: comment on exported function NewAddCategoryRequestWithAllParams should be of the form "NewAddCategoryRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewAddCategoryRequestWithoutParam should be of the form "NewAddCategoryRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method AddCategoryRequest.SetCategorySpec should be of the form "SetCategorySpec ..." (golint)
    • Line 94: warning: exported type AddCategoryResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type AddCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetWafCondition.go
    • Line 24: warning: exported type SetWafConditionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetWafConditionRequest should be of the form "NewSetWafConditionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetWafConditionRequestWithAllParams should be of the form "NewSetWafConditionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetWafConditionRequestWithoutParam should be of the form "NewSetWafConditionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetWafConditionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetWafConditionRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetWafConditionRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetWafConditionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetWafConditionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskEventVars.go
    • Line 24: warning: exported type ListRiskEventVarsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskEventVarsRequest should be of the form "NewListRiskEventVarsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskEventVarsRequestWithAllParams should be of the form "NewListRiskEventVarsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskEventVarsRequestWithoutParam should be of the form "NewListRiskEventVarsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskEventVarsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskEventVarsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskEventVarsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskEventVarsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskEventVarsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStatisticGroupByAreaIsp.go
    • Line 24: warning: exported type DescribeLiveStatisticGroupByAreaIspRequest should have comment or be unexported (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaIspRequest should be of the form "NewDescribeLiveStatisticGroupByAreaIspRequest ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaIspRequestWithAllParams should be of the form "NewDescribeLiveStatisticGroupByAreaIspRequestWithAllParams ..." (golint)
    • Line 151: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaIspRequestWithoutParam should be of the form "NewDescribeLiveStatisticGroupByAreaIspRequestWithoutParam ..." (golint)
    • Line 164: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 169: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 179: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 185: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 191: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 197: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 203: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 212: warning: comment on exported method DescribeLiveStatisticGroupByAreaIspRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 228: warning: exported type DescribeLiveStatisticGroupByAreaIspResponse should have comment or be unexported (golint)
    • Line 234: warning: exported type DescribeLiveStatisticGroupByAreaIspResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/client/DetectionClient.go
    • Line 26: warning: exported type DetectionClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDetectionClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DetectionClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DetectionClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DetectionClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DetectionClient.ValidateSiteMonitorAddress should be of the form "ValidateSiteMonitorAddress ..." (golint)
    • Line 80: warning: comment on exported method DetectionClient.CreateProbeTask should be of the form "CreateProbeTask ..." (golint)
    • Line 100: warning: comment on exported method DetectionClient.TestSiteMonitor should be of the form "TestSiteMonitor ..." (golint)
    • Line 120: warning: comment on exported method DetectionClient.EnableSiteMonitor should be of the form "EnableSiteMonitor ..." (golint)
    • Line 140: warning: comment on exported method DetectionClient.UpdateProbeTask should be of the form "UpdateProbeTask ..." (golint)
    • Line 160: warning: comment on exported method DetectionClient.DescribeProbeHistory should be of the form "DescribeProbeHistory ..." (golint)
    • Line 180: warning: comment on exported method DetectionClient.DeleteProbeTask should be of the form "DeleteProbeTask ..." (golint)
    • Line 200: warning: comment on exported method DetectionClient.DeleteSiteMonitor should be of the form "DeleteSiteMonitor ..." (golint)
    • Line 220: warning: comment on exported method DetectionClient.GetSiteMonitorSource should be of the form "GetSiteMonitorSource ..." (golint)
    • Line 240: warning: comment on exported method DetectionClient.DescribeProbeTask should be of the form "DescribeProbeTask ..." (golint)
    • Line 260: warning: comment on exported method DetectionClient.DescribeAgentStatus should be of the form "DescribeAgentStatus ..." (golint)
    • Line 280: warning: comment on exported method DetectionClient.CreateSiteMonitor should be of the form "CreateSiteMonitor ..." (golint)
    • Line 300: warning: comment on exported method DetectionClient.DiscribeProbes should be of the form "DiscribeProbes ..." (golint)
    • Line 320: warning: comment on exported method DetectionClient.DescribeMetricDataAm should be of the form "DescribeMetricDataAm ..." (golint)
    • Line 340: warning: comment on exported method DetectionClient.GetSiteMonitor should be of the form "GetSiteMonitor ..." (golint)
    • Line 360: warning: comment on exported method DetectionClient.ProbeTaskEnable should be of the form "ProbeTaskEnable ..." (golint)
    • Line 380: warning: comment on exported method DetectionClient.UpdateSiteMonitor should be of the form "UpdateSiteMonitor ..." (golint)
    • Line 400: warning: comment on exported method DetectionClient.GetSiteMonitorDataPoints should be of the form "GetSiteMonitorDataPoints ..." (golint)
    • Line 420: warning: comment on exported method DetectionClient.DescribeProbeTasks should be of the form "DescribeProbeTasks ..." (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/StopJob.go
    • Line 23: warning: exported type StopJobRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStopJobRequest should be of the form "NewStopJobRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStopJobRequestWithAllParams should be of the form "NewStopJobRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewStopJobRequestWithoutParam should be of the form "NewStopJobRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method StopJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method StopJobRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 110: warning: comment on exported method StopJobRequest.SetJobId should be of the form "SetJobId ..." (golint)
    • Line 121: warning: exported type StopJobResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type StopJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryKeyGroupList.go
    • Line 24: warning: exported type QueryKeyGroupListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryKeyGroupListRequest should be of the form "NewQueryKeyGroupListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryKeyGroupListRequestWithAllParams should be of the form "NewQueryKeyGroupListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryKeyGroupListRequestWithoutParam should be of the form "NewQueryKeyGroupListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryKeyGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryKeyGroupListRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 108: warning: exported type QueryKeyGroupListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryKeyGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeleteGroup.go
    • Line 23: warning: exported type DeleteGroupRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteGroupRequest should be of the form "NewDeleteGroupRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteGroupRequestWithAllParams should be of the form "NewDeleteGroupRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteGroupRequestWithoutParam should be of the form "NewDeleteGroupRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 93: warning: exported type DeleteGroupResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/EnableSecret.go
    • Line 23: warning: exported type EnableSecretRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewEnableSecretRequest should be of the form "NewEnableSecretRequest ..." (golint)
    • Line 51: warning: comment on exported function NewEnableSecretRequestWithAllParams should be of the form "NewEnableSecretRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewEnableSecretRequestWithoutParam should be of the form "NewEnableSecretRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method EnableSecretRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 93: warning: exported type EnableSecretResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type EnableSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/GetPackageId.go
    • Line 23: warning: exported type GetPackageIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetPackageIdRequest should be of the form "NewGetPackageIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetPackageIdRequestWithAllParams should be of the form "NewGetPackageIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetPackageIdRequestWithoutParam should be of the form "NewGetPackageIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetPackageIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetPackageIdRequest.SetDeviceIds should be of the form "SetDeviceIds ..." (golint)
    • Line 107: warning: exported type GetPackageIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetPackageIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteChannel.go
    • Line 23: warning: exported type DeleteChannelRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteChannelRequest should be of the form "NewDeleteChannelRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteChannelRequestWithAllParams should be of the form "NewDeleteChannelRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteChannelRequestWithoutParam should be of the form "NewDeleteChannelRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteChannelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteChannelRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteChannelResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteChannelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeUpgradableNodeVersions.go
    • Line 24: warning: exported type DescribeUpgradableNodeVersionsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeUpgradableNodeVersionsRequest should be of the form "NewDescribeUpgradableNodeVersionsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeUpgradableNodeVersionsRequestWithAllParams should be of the form "NewDescribeUpgradableNodeVersionsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeUpgradableNodeVersionsRequestWithoutParam should be of the form "NewDescribeUpgradableNodeVersionsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeUpgradableNodeVersionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeUpgradableNodeVersionsRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: comment on exported method DescribeUpgradableNodeVersionsRequest.SetNodeGroupIds should be of the form "SetNodeGroupIds ..." (golint)
    • Line 119: warning: exported type DescribeUpgradableNodeVersionsResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeUpgradableNodeVersionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DeleteLogset.go
    • Line 23: warning: exported type DeleteLogsetRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLogsetRequest should be of the form "NewDeleteLogsetRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLogsetRequestWithAllParams should be of the form "NewDeleteLogsetRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLogsetRequestWithoutParam should be of the form "NewDeleteLogsetRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLogsetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteLogsetRequest.SetLogsetUIDs should be of the form "SetLogsetUIDs ..." (golint)
    • Line 107: warning: exported type DeleteLogsetResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLogsetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/RebuildPod.go
    • Line 24: warning: exported type RebuildPodRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewRebuildPodRequest should be of the form "NewRebuildPodRequest ..." (golint)
    • Line 64: warning: comment on exported function NewRebuildPodRequestWithAllParams should be of the form "NewRebuildPodRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRebuildPodRequestWithoutParam should be of the form "NewRebuildPodRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RebuildPodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RebuildPodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 111: warning: comment on exported method RebuildPodRequest.SetContainers should be of the form "SetContainers ..." (golint)
    • Line 122: warning: exported type RebuildPodResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type RebuildPodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifyVpc.go
    • Line 24: warning: exported type ModifyVpcRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyVpcRequest should be of the form "NewModifyVpcRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyVpcRequestWithAllParams should be of the form "NewModifyVpcRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewModifyVpcRequestWithoutParam should be of the form "NewModifyVpcRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ModifyVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ModifyVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 114: warning: comment on exported method ModifyVpcRequest.SetName should be of the form "SetName ..." (golint)
    • Line 119: warning: comment on exported method ModifyVpcRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type ModifyVpcResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ModifyVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifySmsSignUsingPOST.go
    • Line 23: warning: exported type ModifySmsSignUsingPOSTRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewModifySmsSignUsingPOSTRequest should be of the form "NewModifySmsSignUsingPOSTRequest ..." (golint)
    • Line 90: warning: comment on exported function NewModifySmsSignUsingPOSTRequestWithAllParams should be of the form "NewModifySmsSignUsingPOSTRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewModifySmsSignUsingPOSTRequestWithoutParam should be of the form "NewModifySmsSignUsingPOSTRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 150: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 155: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetApplyExplanation should be of the form "SetApplyExplanation ..." (golint)
    • Line 160: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignAttorneyUrl should be of the form "SetSignAttorneyUrl ..." (golint)
    • Line 165: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignCertificateUrl should be of the form "SetSignCertificateUrl ..." (golint)
    • Line 170: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignContent should be of the form "SetSignContent ..." (golint)
    • Line 175: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignOtherCertificateUrl should be of the form "SetSignOtherCertificateUrl ..." (golint)
    • Line 180: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignPurpose should be of the form "SetSignPurpose ..." (golint)
    • Line 185: warning: comment on exported method ModifySmsSignUsingPOSTRequest.SetSignTypeId should be of the form "SetSignTypeId ..." (golint)
    • Line 196: warning: exported type ModifySmsSignUsingPOSTResponse should have comment or be unexported (golint)
    • Line 202: warning: exported type ModifySmsSignUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DelSubDeviceWithCore.go
    • Line 24: warning: exported type DelSubDeviceWithCoreRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDelSubDeviceWithCoreRequest should be of the form "NewDelSubDeviceWithCoreRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDelSubDeviceWithCoreRequestWithAllParams should be of the form "NewDelSubDeviceWithCoreRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDelSubDeviceWithCoreRequestWithoutParam should be of the form "NewDelSubDeviceWithCoreRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DelSubDeviceWithCoreRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DelSubDeviceWithCoreRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method DelSubDeviceWithCoreRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 131: warning: comment on exported method DelSubDeviceWithCoreRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 136: warning: comment on exported method DelSubDeviceWithCoreRequest.SetDelDevices should be of the form "SetDelDevices ..." (golint)
    • Line 147: warning: exported type DelSubDeviceWithCoreResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type DelSubDeviceWithCoreResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/core/ParameterBuilder.go
    • Line 37: warning: exported type ParameterBuilder should have comment or be unexported (golint)
    • Line 42: warning: exported function GetParameterBuilder should have comment or be unexported (golint)
    • Line 45: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 56: warning: exported method WithBodyBuilder.BuildURL should have comment or be unexported (golint)
    • Line 79: warning: exported method WithBodyBuilder.BuildBody should have comment or be unexported (golint)
    • Line 105: warning: exported method WithoutBodyBuilder.BuildURL should have comment or be unexported (golint)
    • Line 130: warning: exported method WithoutBodyBuilder.BuildBody should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeTaskList.go
    • Line 24: warning: exported type DescribeTaskListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeTaskListRequest should be of the form "NewDescribeTaskListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTaskListRequestWithAllParams should be of the form "NewDescribeTaskListRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeTaskListRequestWithoutParam should be of the form "NewDescribeTaskListRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeTaskListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeTaskListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeTaskListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeTaskListResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeTaskListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeImages.go
    • Line 25: warning: exported type DescribeImagesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeImagesRequest should be of the form "NewDescribeImagesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeImagesRequestWithAllParams should be of the form "NewDescribeImagesRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeImagesRequestWithoutParam should be of the form "NewDescribeImagesRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeImagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeImagesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 127: warning: comment on exported method DescribeImagesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeImagesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 143: warning: exported type DescribeImagesResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeImagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetRasQueryResult.go
    • Line 23: warning: exported type GetRasQueryResultRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetRasQueryResultRequest should be of the form "NewGetRasQueryResultRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetRasQueryResultRequestWithAllParams should be of the form "NewGetRasQueryResultRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetRasQueryResultRequestWithoutParam should be of the form "NewGetRasQueryResultRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetRasQueryResultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetRasQueryResultRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method GetRasQueryResultRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type GetRasQueryResultResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetRasQueryResultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDefaultHttpHeaderKey.go
    • Line 23: warning: exported type QueryDefaultHttpHeaderKeyRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryDefaultHttpHeaderKeyRequest should be of the form "NewQueryDefaultHttpHeaderKeyRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryDefaultHttpHeaderKeyRequestWithAllParams should be of the form "NewQueryDefaultHttpHeaderKeyRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryDefaultHttpHeaderKeyRequestWithoutParam should be of the form "NewQueryDefaultHttpHeaderKeyRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryDefaultHttpHeaderKeyResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryDefaultHttpHeaderKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteRouteTable.go
    • Line 23: warning: exported type DeleteRouteTableRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRouteTableRequest should be of the form "NewDeleteRouteTableRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRouteTableRequestWithAllParams should be of the form "NewDeleteRouteTableRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRouteTableRequestWithoutParam should be of the form "NewDeleteRouteTableRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 107: warning: exported type DeleteRouteTableResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeViewTree.go
    • Line 24: warning: exported type DescribeViewTreeRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeViewTreeRequest should be of the form "NewDescribeViewTreeRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeViewTreeRequestWithAllParams should be of the form "NewDescribeViewTreeRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeViewTreeRequestWithoutParam should be of the form "NewDescribeViewTreeRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeViewTreeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeViewTreeRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 126: warning: comment on exported method DescribeViewTreeRequest.SetLoadMode should be of the form "SetLoadMode ..." (golint)
    • Line 131: warning: comment on exported method DescribeViewTreeRequest.SetPackId should be of the form "SetPackId ..." (golint)
    • Line 136: warning: comment on exported method DescribeViewTreeRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 147: warning: exported type DescribeViewTreeResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type DescribeViewTreeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/JdxReportOrder.go
    • Line 24: warning: exported type JdxReportOrderRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewJdxReportOrderRequest should be of the form "NewJdxReportOrderRequest ..." (golint)
    • Line 58: warning: comment on exported function NewJdxReportOrderRequestWithAllParams should be of the form "NewJdxReportOrderRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewJdxReportOrderRequestWithoutParam should be of the form "NewJdxReportOrderRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method JdxReportOrderRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method JdxReportOrderRequest.SetReportOrderInfo should be of the form "SetReportOrderInfo ..." (golint)
    • Line 108: warning: exported type JdxReportOrderResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type JdxReportOrderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeDatabase.go
    • Line 24: warning: exported type DescribeDatabaseRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDatabaseRequest should be of the form "NewDescribeDatabaseRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeDatabaseRequestWithAllParams should be of the form "NewDescribeDatabaseRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDatabaseRequestWithoutParam should be of the form "NewDescribeDatabaseRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDatabaseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDatabaseRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 122: warning: exported type DescribeDatabaseResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeKeypair.go
    • Line 24: warning: exported type DescribeKeypairRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeKeypairRequest should be of the form "NewDescribeKeypairRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeKeypairRequestWithAllParams should be of the form "NewDescribeKeypairRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeKeypairRequestWithoutParam should be of the form "NewDescribeKeypairRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeKeypairRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 108: warning: exported type DescribeKeypairResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DetachNetworkInterface.go
    • Line 23: warning: exported type DetachNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDetachNetworkInterfaceRequest should be of the form "NewDetachNetworkInterfaceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDetachNetworkInterfaceRequestWithAllParams should be of the form "NewDetachNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDetachNetworkInterfaceRequestWithoutParam should be of the form "NewDetachNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DetachNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DetachNetworkInterfaceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DetachNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 121: warning: exported type DetachNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DetachNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/ClusterExpansion.go
    • Line 24: warning: exported type ClusterExpansionRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewClusterExpansionRequest should be of the form "NewClusterExpansionRequest ..." (golint)
    • Line 62: warning: comment on exported function NewClusterExpansionRequestWithAllParams should be of the form "NewClusterExpansionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewClusterExpansionRequestWithoutParam should be of the form "NewClusterExpansionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ClusterExpansionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ClusterExpansionRequest.SetClusterExpansion should be of the form "SetClusterExpansion ..." (golint)
    • Line 110: warning: comment on exported method ClusterExpansionRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: exported type ClusterExpansionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ClusterExpansionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteGroupedTranscodeTemplates.go
    • Line 23: warning: exported type DeleteGroupedTranscodeTemplatesRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteGroupedTranscodeTemplatesRequest should be of the form "NewDeleteGroupedTranscodeTemplatesRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteGroupedTranscodeTemplatesRequestWithAllParams should be of the form "NewDeleteGroupedTranscodeTemplatesRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteGroupedTranscodeTemplatesRequestWithoutParam should be of the form "NewDeleteGroupedTranscodeTemplatesRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method DeleteGroupedTranscodeTemplatesRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 90: warning: comment on exported method DeleteGroupedTranscodeTemplatesRequest.SetTemplateIds should be of the form "SetTemplateIds ..." (golint)
    • Line 101: warning: exported type DeleteGroupedTranscodeTemplatesResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type DeleteGroupedTranscodeTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/ScheduleKeyDeletion.go
    • Line 23: warning: exported type ScheduleKeyDeletionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewScheduleKeyDeletionRequest should be of the form "NewScheduleKeyDeletionRequest ..." (golint)
    • Line 54: warning: comment on exported function NewScheduleKeyDeletionRequestWithAllParams should be of the form "NewScheduleKeyDeletionRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewScheduleKeyDeletionRequestWithoutParam should be of the form "NewScheduleKeyDeletionRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method ScheduleKeyDeletionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: comment on exported method ScheduleKeyDeletionRequest.SetDelayDays should be of the form "SetDelayDays ..." (golint)
    • Line 104: warning: exported type ScheduleKeyDeletionResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type ScheduleKeyDeletionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateListenerCertificates.go
    • Line 24: warning: exported type UpdateListenerCertificatesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateListenerCertificatesRequest should be of the form "NewUpdateListenerCertificatesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateListenerCertificatesRequestWithAllParams should be of the form "NewUpdateListenerCertificatesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateListenerCertificatesRequestWithoutParam should be of the form "NewUpdateListenerCertificatesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateListenerCertificatesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateListenerCertificatesRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 111: warning: comment on exported method UpdateListenerCertificatesRequest.SetCertificates should be of the form "SetCertificates ..." (golint)
    • Line 122: warning: exported type UpdateListenerCertificatesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateListenerCertificatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/StopLiveApp.go
    • Line 23: warning: exported type StopLiveAppRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopLiveAppRequest should be of the form "NewStopLiveAppRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopLiveAppRequestWithAllParams should be of the form "NewStopLiveAppRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopLiveAppRequestWithoutParam should be of the form "NewStopLiveAppRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopLiveAppRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 96: warning: comment on exported method StopLiveAppRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 107: warning: exported type StopLiveAppResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopLiveAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/ConsumeAmount.go
    • Line 20: warning: exported type ConsumeAmount should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Api_text should be APIText (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Api_image should be APIImage (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Api_image_porn should be APIImagePorn (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Api_image_politics_terrorism should be APIImagePoliticsTerrorism (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Api_audio should be APIAudio (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Api_video should be APIVideo (golint)
    • Line 41: warning: don't use underscores in Go names; struct field Api_video_audio should be APIVideoAudio (golint)
    • Line 44: warning: don't use underscores in Go names; struct field Api_video_porn should be APIVideoPorn (golint)
    • Line 47: warning: don't use underscores in Go names; struct field Api_video_politics_terrorism should be APIVideoPoliticsTerrorism (golint)
    • Line 50: warning: don't use underscores in Go names; struct field Oss_text should be OssText (golint)
    • Line 53: warning: don't use underscores in Go names; struct field Oss_image should be OssImage (golint)
    • Line 56: warning: don't use underscores in Go names; struct field Oss_image_porn should be OssImagePorn (golint)
    • Line 59: warning: don't use underscores in Go names; struct field Oss_image_politics_terrorism should be OssImagePoliticsTerrorism (golint)
    • Line 62: warning: don't use underscores in Go names; struct field Oss_audio should be OssAudio (golint)
    • Line 65: warning: don't use underscores in Go names; struct field Oss_video should be OssVideo (golint)
    • Line 68: warning: don't use underscores in Go names; struct field Oss_video_audio should be OssVideoAudio (golint)
    • Line 71: warning: don't use underscores in Go names; struct field Oss_video_porn should be OssVideoPorn (golint)
    • Line 74: warning: don't use underscores in Go names; struct field Oss_video_politics_terrorism should be OssVideoPoliticsTerrorism (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetChannels.go
    • Line 24: warning: exported type GetChannelsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetChannelsRequest should be of the form "NewGetChannelsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetChannelsRequestWithAllParams should be of the form "NewGetChannelsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetChannelsRequestWithoutParam should be of the form "NewGetChannelsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetChannelsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetChannelsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetChannelsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/CreateRdsAccount.go
    • Line 23: warning: exported type CreateRdsAccountRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateRdsAccountRequest should be of the form "NewCreateRdsAccountRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateRdsAccountRequestWithAllParams should be of the form "NewCreateRdsAccountRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateRdsAccountRequestWithoutParam should be of the form "NewCreateRdsAccountRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateRdsAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateRdsAccountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateRdsAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method CreateRdsAccountRequest.SetAccountPassword should be of the form "SetAccountPassword ..." (golint)
    • Line 135: warning: exported type CreateRdsAccountResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateRdsAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableInternetAccess.go
    • Line 23: warning: exported type EnableInternetAccessRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableInternetAccessRequest should be of the form "NewEnableInternetAccessRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableInternetAccessRequestWithAllParams should be of the form "NewEnableInternetAccessRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableInternetAccessRequestWithoutParam should be of the form "NewEnableInternetAccessRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableInternetAccessRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableInternetAccessRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableInternetAccessResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableInternetAccessResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/billing/apis/CalculateTotalPrice.go
    • Line 24: warning: exported type CalculateTotalPriceRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewCalculateTotalPriceRequest should be of the form "NewCalculateTotalPriceRequest ..." (golint)
    • Line 79: warning: comment on exported function NewCalculateTotalPriceRequestWithAllParams should be of the form "NewCalculateTotalPriceRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewCalculateTotalPriceRequestWithoutParam should be of the form "NewCalculateTotalPriceRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method CalculateTotalPriceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method CalculateTotalPriceRequest.SetCmd should be of the form "SetCmd ..." (golint)
    • Line 141: warning: comment on exported method CalculateTotalPriceRequest.SetOrderList should be of the form "SetOrderList ..." (golint)
    • Line 146: warning: comment on exported method CalculateTotalPriceRequest.SetOperateTime should be of the form "SetOperateTime ..." (golint)
    • Line 151: warning: comment on exported method CalculateTotalPriceRequest.SetPromotionInfo should be of the form "SetPromotionInfo ..." (golint)
    • Line 156: warning: comment on exported method CalculateTotalPriceRequest.SetClientType should be of the form "SetClientType ..." (golint)
    • Line 161: warning: comment on exported method CalculateTotalPriceRequest.SetPackageCount should be of the form "SetPackageCount ..." (golint)
    • Line 166: warning: comment on exported method CalculateTotalPriceRequest.SetProcessType should be of the form "SetProcessType ..." (golint)
    • Line 177: warning: exported type CalculateTotalPriceResponse should have comment or be unexported (golint)
    • Line 183: warning: exported type CalculateTotalPriceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryOssBuckets.go
    • Line 23: warning: exported type QueryOssBucketsRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryOssBucketsRequest should be of the form "NewQueryOssBucketsRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryOssBucketsRequestWithAllParams should be of the form "NewQueryOssBucketsRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryOssBucketsRequestWithoutParam should be of the form "NewQueryOssBucketsRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryOssBucketsResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryOssBucketsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DeleteImage.go
    • Line 23: warning: exported type DeleteImageRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDeleteImageRequest should be of the form "NewDeleteImageRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteImageRequestWithAllParams should be of the form "NewDeleteImageRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDeleteImageRequestWithoutParam should be of the form "NewDeleteImageRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DeleteImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DeleteImageRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 128: warning: comment on exported method DeleteImageRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 133: warning: comment on exported method DeleteImageRequest.SetImageDigest should be of the form "SetImageDigest ..." (golint)
    • Line 138: warning: comment on exported method DeleteImageRequest.SetImageTag should be of the form "SetImageTag ..." (golint)
    • Line 143: warning: comment on exported method DeleteImageRequest.SetImageTagStatus should be of the form "SetImageTagStatus ..." (golint)
    • Line 154: warning: exported type DeleteImageResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type DeleteImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/TestSiteMonitor.go
    • Line 24: warning: exported type TestSiteMonitorRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported function NewTestSiteMonitorRequest should be of the form "NewTestSiteMonitorRequest ..." (golint)
    • Line 133: warning: comment on exported function NewTestSiteMonitorRequestWithAllParams should be of the form "NewTestSiteMonitorRequestWithAllParams ..." (golint)
    • Line 220: warning: comment on exported function NewTestSiteMonitorRequestWithoutParam should be of the form "NewTestSiteMonitorRequestWithoutParam ..." (golint)
    • Line 233: warning: comment on exported method TestSiteMonitorRequest.SetAddress should be of the form "SetAddress ..." (golint)
    • Line 238: warning: comment on exported method TestSiteMonitorRequest.SetAdvanceChecked should be of the form "SetAdvanceChecked ..." (golint)
    • Line 243: warning: comment on exported method TestSiteMonitorRequest.SetCreatedTime should be of the form "SetCreatedTime ..." (golint)
    • Line 248: warning: comment on exported method TestSiteMonitorRequest.SetCycle should be of the form "SetCycle ..." (golint)
    • Line 253: warning: comment on exported method TestSiteMonitorRequest.SetDefaultSource should be of the form "SetDefaultSource ..." (golint)
    • Line 258: warning: comment on exported method TestSiteMonitorRequest.SetDnsOption should be of the form "SetDnsOption ..." (golint)
    • Line 263: warning: comment on exported method TestSiteMonitorRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 268: warning: comment on exported method TestSiteMonitorRequest.SetFtpOption should be of the form "SetFtpOption ..." (golint)
    • Line 273: warning: comment on exported method TestSiteMonitorRequest.SetHawkeyeId should be of the form "SetHawkeyeId ..." (golint)
    • Line 278: warning: comment on exported method TestSiteMonitorRequest.SetHttpOption should be of the form "SetHttpOption ..." (golint)
    • Line 283: warning: comment on exported method TestSiteMonitorRequest.SetId should be of the form "SetId ..." (golint)
    • Line 288: warning: comment on exported method TestSiteMonitorRequest.SetIsDeleted should be of the form "SetIsDeleted ..." (golint)
    • Line 293: warning: comment on exported method TestSiteMonitorRequest.SetName should be of the form "SetName ..." (golint)
    • Line 298: warning: comment on exported method TestSiteMonitorRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 303: warning: comment on exported method TestSiteMonitorRequest.SetPingOption should be of the form "SetPingOption ..." (golint)
    • Line 308: warning: comment on exported method TestSiteMonitorRequest.SetPop3Option should be of the form "SetPop3Option ..." (golint)
    • Line 313: warning: comment on exported method TestSiteMonitorRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 318: warning: comment on exported method TestSiteMonitorRequest.SetSmtpOption should be of the form "SetSmtpOption ..." (golint)
    • Line 323: warning: comment on exported method TestSiteMonitorRequest.SetSource should be of the form "SetSource ..." (golint)
    • Line 328: warning: comment on exported method TestSiteMonitorRequest.SetStats should be of the form "SetStats ..." (golint)
    • Line 333: warning: comment on exported method TestSiteMonitorRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 338: warning: comment on exported method TestSiteMonitorRequest.SetTcpOption should be of the form "SetTcpOption ..." (golint)
    • Line 343: warning: comment on exported method TestSiteMonitorRequest.SetUdpOption should be of the form "SetUdpOption ..." (golint)
    • Line 348: warning: comment on exported method TestSiteMonitorRequest.SetUpdatedTime should be of the form "SetUpdatedTime ..." (golint)
    • Line 359: warning: exported type TestSiteMonitorResponse should have comment or be unexported (golint)
    • Line 365: warning: exported type TestSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateReadWriteProxy.go
    • Line 24: warning: exported type CreateReadWriteProxyRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateReadWriteProxyRequest should be of the form "NewCreateReadWriteProxyRequest ..." (golint)
    • Line 67: warning: comment on exported function NewCreateReadWriteProxyRequestWithAllParams should be of the form "NewCreateReadWriteProxyRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateReadWriteProxyRequestWithoutParam should be of the form "NewCreateReadWriteProxyRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateReadWriteProxyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateReadWriteProxyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateReadWriteProxyRequest.SetDelayThreshold should be of the form "SetDelayThreshold ..." (golint)
    • Line 125: warning: comment on exported method CreateReadWriteProxyRequest.SetLoadBalancerPolicy should be of the form "SetLoadBalancerPolicy ..." (golint)
    • Line 130: warning: comment on exported method CreateReadWriteProxyRequest.SetHealthCheckSpec should be of the form "SetHealthCheckSpec ..." (golint)
    • Line 141: warning: exported type CreateReadWriteProxyResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type CreateReadWriteProxyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/RemoveBandwidthPackageIp.go
    • Line 23: warning: exported type RemoveBandwidthPackageIpRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewRemoveBandwidthPackageIpRequest should be of the form "NewRemoveBandwidthPackageIpRequest ..." (golint)
    • Line 68: warning: comment on exported function NewRemoveBandwidthPackageIpRequestWithAllParams should be of the form "NewRemoveBandwidthPackageIpRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewRemoveBandwidthPackageIpRequestWithoutParam should be of the form "NewRemoveBandwidthPackageIpRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method RemoveBandwidthPackageIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method RemoveBandwidthPackageIpRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 120: warning: comment on exported method RemoveBandwidthPackageIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method RemoveBandwidthPackageIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 138: warning: exported type RemoveBandwidthPackageIpResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type RemoveBandwidthPackageIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackupDownloadURL.go
    • Line 23: warning: exported type DescribeBackupDownloadURLRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeBackupDownloadURLRequest should be of the form "NewDescribeBackupDownloadURLRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeBackupDownloadURLRequestWithAllParams should be of the form "NewDescribeBackupDownloadURLRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeBackupDownloadURLRequestWithoutParam should be of the form "NewDescribeBackupDownloadURLRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DescribeBackupDownloadURLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DescribeBackupDownloadURLRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 113: warning: comment on exported method DescribeBackupDownloadURLRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 118: warning: comment on exported method DescribeBackupDownloadURLRequest.SetUrlExpirationSecond should be of the form "SetUrlExpirationSecond ..." (golint)
    • Line 129: warning: exported type DescribeBackupDownloadURLResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DescribeBackupDownloadURLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcVServerGroups.go
    • Line 24: warning: exported type GetVpcVServerGroupsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVpcVServerGroupsRequest should be of the form "NewGetVpcVServerGroupsRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetVpcVServerGroupsRequestWithAllParams should be of the form "NewGetVpcVServerGroupsRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetVpcVServerGroupsRequestWithoutParam should be of the form "NewGetVpcVServerGroupsRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetVpcVServerGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetVpcVServerGroupsRequest.SetSlbid should be of the form "SetSlbid ..." (golint)
    • Line 105: warning: exported type GetVpcVServerGroupsResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetVpcVServerGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleCCProtectionRule.go
    • Line 23: warning: exported type DisableWebRuleCCProtectionRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleCCProtectionRuleRequest should be of the form "NewDisableWebRuleCCProtectionRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleCCProtectionRuleRequestWithAllParams should be of the form "NewDisableWebRuleCCProtectionRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleCCProtectionRuleRequestWithoutParam should be of the form "NewDisableWebRuleCCProtectionRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleCCProtectionRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleCCProtectionRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleCCProtectionRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleCCProtectionRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleCCProtectionRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateMonitorTarget.go
    • Line 23: warning: exported type CreateMonitorTargetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateMonitorTargetRequest should be of the form "NewCreateMonitorTargetRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateMonitorTargetRequestWithAllParams should be of the form "NewCreateMonitorTargetRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateMonitorTargetRequestWithoutParam should be of the form "NewCreateMonitorTargetRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateMonitorTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateMonitorTargetRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 119: warning: comment on exported method CreateMonitorTargetRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 124: warning: comment on exported method CreateMonitorTargetRequest.SetTargets should be of the form "SetTargets ..." (golint)
    • Line 135: warning: exported type CreateMonitorTargetResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateMonitorTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/UpdateLogDownloadURLInternal.go
    • Line 23: warning: exported type UpdateLogDownloadURLInternalRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateLogDownloadURLInternalRequest should be of the form "NewUpdateLogDownloadURLInternalRequest ..." (golint)
    • Line 69: warning: comment on exported function NewUpdateLogDownloadURLInternalRequestWithAllParams should be of the form "NewUpdateLogDownloadURLInternalRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewUpdateLogDownloadURLInternalRequestWithoutParam should be of the form "NewUpdateLogDownloadURLInternalRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method UpdateLogDownloadURLInternalRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method UpdateLogDownloadURLInternalRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method UpdateLogDownloadURLInternalRequest.SetLogId should be of the form "SetLogId ..." (golint)
    • Line 124: warning: comment on exported method UpdateLogDownloadURLInternalRequest.SetSeconds should be of the form "SetSeconds ..." (golint)
    • Line 135: warning: exported type UpdateLogDownloadURLInternalResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type UpdateLogDownloadURLInternalResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DeleteDeviceTopo.go
    • Line 24: warning: exported type DeleteDeviceTopoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteDeviceTopoRequest should be of the form "NewDeleteDeviceTopoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteDeviceTopoRequestWithAllParams should be of the form "NewDeleteDeviceTopoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteDeviceTopoRequestWithoutParam should be of the form "NewDeleteDeviceTopoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteDeviceTopoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteDeviceTopoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeleteDeviceTopoRequest.SetDeviceTopoInfoVO should be of the form "SetDeviceTopoInfoVO ..." (golint)
    • Line 122: warning: exported type DeleteDeviceTopoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteDeviceTopoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/OperateShareCache.go
    • Line 23: warning: exported type OperateShareCacheRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewOperateShareCacheRequest should be of the form "NewOperateShareCacheRequest ..." (golint)
    • Line 54: warning: comment on exported function NewOperateShareCacheRequestWithAllParams should be of the form "NewOperateShareCacheRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewOperateShareCacheRequestWithoutParam should be of the form "NewOperateShareCacheRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method OperateShareCacheRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method OperateShareCacheRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type OperateShareCacheResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type OperateShareCacheResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeTagValues.go
    • Line 24: warning: exported type DescribeTagValuesRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewDescribeTagValuesRequest should be of the form "NewDescribeTagValuesRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeTagValuesRequestWithAllParams should be of the form "NewDescribeTagValuesRequestWithAllParams ..." (golint)
    • Line 127: warning: comment on exported function NewDescribeTagValuesRequestWithoutParam should be of the form "NewDescribeTagValuesRequestWithoutParam ..." (golint)
    • Line 140: warning: comment on exported method DescribeTagValuesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 145: warning: comment on exported method DescribeTagValuesRequest.SetTagKey should be of the form "SetTagKey ..." (golint)
    • Line 150: warning: comment on exported method DescribeTagValuesRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 155: warning: comment on exported method DescribeTagValuesRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 160: warning: comment on exported method DescribeTagValuesRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 165: warning: comment on exported method DescribeTagValuesRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 170: warning: comment on exported method DescribeTagValuesRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 175: warning: comment on exported method DescribeTagValuesRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 180: warning: comment on exported method DescribeTagValuesRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 191: warning: exported type DescribeTagValuesResponse should have comment or be unexported (golint)
    • Line 197: warning: exported type DescribeTagValuesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/CreateCluster.go
    • Line 24: warning: exported type CreateClusterRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateClusterRequest should be of the form "NewCreateClusterRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateClusterRequestWithAllParams should be of the form "NewCreateClusterRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateClusterRequestWithoutParam should be of the form "NewCreateClusterRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateClusterRequest.SetClusterSpec should be of the form "SetClusterSpec ..." (golint)
    • Line 110: warning: comment on exported method CreateClusterRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 122: warning: exported type CreateClusterResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeNetworkSecurityGroups.go
    • Line 25: warning: exported type DescribeNetworkSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeNetworkSecurityGroupsRequest should be of the form "NewDescribeNetworkSecurityGroupsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeNetworkSecurityGroupsRequestWithAllParams should be of the form "NewDescribeNetworkSecurityGroupsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeNetworkSecurityGroupsRequestWithoutParam should be of the form "NewDescribeNetworkSecurityGroupsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeNetworkSecurityGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeNetworkSecurityGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method DescribeNetworkSecurityGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeNetworkSecurityGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeNetworkSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeNetworkSecurityGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/RestartInstance.go
    • Line 23: warning: exported type RestartInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewRestartInstanceRequest should be of the form "NewRestartInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewRestartInstanceRequestWithAllParams should be of the form "NewRestartInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRestartInstanceRequestWithoutParam should be of the form "NewRestartInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RestartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RestartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method RestartInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type RestartInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type RestartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeReportList.go
    • Line 24: warning: exported type DescribeReportListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeReportListRequest should be of the form "NewDescribeReportListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeReportListRequestWithAllParams should be of the form "NewDescribeReportListRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeReportListRequestWithoutParam should be of the form "NewDescribeReportListRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeReportListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeReportListRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 123: warning: comment on exported method DescribeReportListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 128: warning: comment on exported method DescribeReportListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 133: warning: comment on exported method DescribeReportListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 144: warning: exported type DescribeReportListResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeReportListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveDomainApps.go
    • Line 23: warning: exported type QueryLiveDomainAppsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryLiveDomainAppsRequest should be of the form "NewQueryLiveDomainAppsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryLiveDomainAppsRequestWithAllParams should be of the form "NewQueryLiveDomainAppsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryLiveDomainAppsRequestWithoutParam should be of the form "NewQueryLiveDomainAppsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryLiveDomainAppsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryLiveDomainAppsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryLiveDomainAppsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateWatermark.go
    • Line 23: warning: exported type UpdateWatermarkRequest should have comment or be unexported (golint)
    • Line 98: warning: comment on exported function NewUpdateWatermarkRequest should be of the form "NewUpdateWatermarkRequest ..." (golint)
    • Line 118: warning: comment on exported function NewUpdateWatermarkRequestWithAllParams should be of the form "NewUpdateWatermarkRequestWithAllParams ..." (golint)
    • Line 203: warning: comment on exported function NewUpdateWatermarkRequestWithoutParam should be of the form "NewUpdateWatermarkRequestWithoutParam ..." (golint)
    • Line 216: warning: comment on exported method UpdateWatermarkRequest.SetWatermarkId should be of the form "SetWatermarkId ..." (golint)
    • Line 221: warning: comment on exported method UpdateWatermarkRequest.SetName should be of the form "SetName ..." (golint)
    • Line 227: warning: comment on exported method UpdateWatermarkRequest.SetImgUrl should be of the form "SetImgUrl ..." (golint)
    • Line 232: warning: comment on exported method UpdateWatermarkRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 240: warning: comment on exported method UpdateWatermarkRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 248: warning: comment on exported method UpdateWatermarkRequest.SetSizeUnit should be of the form "SetSizeUnit ..." (golint)
    • Line 257: warning: comment on exported method UpdateWatermarkRequest.SetWidthRef should be of the form "SetWidthRef ..." (golint)
    • Line 262: warning: comment on exported method UpdateWatermarkRequest.SetHeightRef should be of the form "SetHeightRef ..." (golint)
    • Line 275: warning: comment on exported method UpdateWatermarkRequest.SetPosition should be of the form "SetPosition ..." (golint)
    • Line 285: warning: comment on exported method UpdateWatermarkRequest.SetOffsetX should be of the form "SetOffsetX ..." (golint)
    • Line 293: warning: comment on exported method UpdateWatermarkRequest.SetOffsetY should be of the form "SetOffsetY ..." (golint)
    • Line 301: warning: comment on exported method UpdateWatermarkRequest.SetOffsetUnit should be of the form "SetOffsetUnit ..." (golint)
    • Line 316: warning: exported type UpdateWatermarkResponse should have comment or be unexported (golint)
    • Line 322: warning: exported type UpdateWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/ListVersion.go
    • Line 24: warning: exported type ListVersionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListVersionRequest should be of the form "NewListVersionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewListVersionRequestWithAllParams should be of the form "NewListVersionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListVersionRequestWithoutParam should be of the form "NewListVersionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ListVersionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 108: warning: exported type ListVersionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ListVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/UpdateAlias.go
    • Line 24: warning: exported type UpdateAliasRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewUpdateAliasRequest should be of the form "NewUpdateAliasRequest ..." (golint)
    • Line 76: warning: comment on exported function NewUpdateAliasRequestWithAllParams should be of the form "NewUpdateAliasRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewUpdateAliasRequestWithoutParam should be of the form "NewUpdateAliasRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method UpdateAliasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method UpdateAliasRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 129: warning: comment on exported method UpdateAliasRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 134: warning: comment on exported method UpdateAliasRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 139: warning: comment on exported method UpdateAliasRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 150: warning: exported type UpdateAliasResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type UpdateAliasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DeleteContainer.go
    • Line 23: warning: exported type DeleteContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteContainerRequest should be of the form "NewDeleteContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteContainerRequestWithAllParams should be of the form "NewDeleteContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteContainerRequestWithoutParam should be of the form "NewDeleteContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type DeleteContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 66: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method AssociateElasticIpRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 119: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 124: warning: comment on exported method AssociateElasticIpRequest.SetPrivateIpAddress should be of the form "SetPrivateIpAddress ..." (golint)
    • Line 129: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpAddress should be of the form "SetElasticIpAddress ..." (golint)
    • Line 140: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateAudit.go
    • Line 23: warning: exported type CreateAuditRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateAuditRequest should be of the form "NewCreateAuditRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateAuditRequestWithAllParams should be of the form "NewCreateAuditRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateAuditRequestWithoutParam should be of the form "NewCreateAuditRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CreateAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method CreateAuditRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 121: warning: exported type CreateAuditResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DescribeMountTargets.go
    • Line 25: warning: exported type DescribeMountTargetsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeMountTargetsRequest should be of the form "NewDescribeMountTargetsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeMountTargetsRequestWithAllParams should be of the form "NewDescribeMountTargetsRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeMountTargetsRequestWithoutParam should be of the form "NewDescribeMountTargetsRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeMountTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeMountTargetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeMountTargetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method DescribeMountTargetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeMountTargetsResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeMountTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DeleteSubnet.go
    • Line 23: warning: exported type DeleteSubnetRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSubnetRequest should be of the form "NewDeleteSubnetRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSubnetRequestWithAllParams should be of the form "NewDeleteSubnetRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSubnetRequestWithoutParam should be of the form "NewDeleteSubnetRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 107: warning: exported type DeleteSubnetResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyDispatchRule.go
    • Line 24: warning: exported type ModifyDispatchRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyDispatchRuleRequest should be of the form "NewModifyDispatchRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyDispatchRuleRequestWithAllParams should be of the form "NewModifyDispatchRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyDispatchRuleRequestWithoutParam should be of the form "NewModifyDispatchRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyDispatchRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyDispatchRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyDispatchRuleRequest.SetDispatchRuleId should be of the form "SetDispatchRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyDispatchRuleRequest.SetModifyDispatchRuleSpec should be of the form "SetModifyDispatchRuleSpec ..." (golint)
    • Line 136: warning: exported type ModifyDispatchRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyDispatchRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeBackends.go
    • Line 25: warning: exported type DescribeBackendsRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewDescribeBackendsRequest should be of the form "NewDescribeBackendsRequest ..." (golint)
    • Line 68: warning: comment on exported function NewDescribeBackendsRequestWithAllParams should be of the form "NewDescribeBackendsRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeBackendsRequestWithoutParam should be of the form "NewDescribeBackendsRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeBackendsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 119: warning: comment on exported method DescribeBackendsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 124: warning: comment on exported method DescribeBackendsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 129: warning: comment on exported method DescribeBackendsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: exported type DescribeBackendsResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeBackendsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeMetricsForAlarm.go
    • Line 24: warning: exported type DescribeMetricsForAlarmRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeMetricsForAlarmRequest should be of the form "NewDescribeMetricsForAlarmRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeMetricsForAlarmRequestWithAllParams should be of the form "NewDescribeMetricsForAlarmRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeMetricsForAlarmRequestWithoutParam should be of the form "NewDescribeMetricsForAlarmRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeMetricsForAlarmRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 103: warning: comment on exported method DescribeMetricsForAlarmRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 108: warning: comment on exported method DescribeMetricsForAlarmRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 113: warning: comment on exported method DescribeMetricsForAlarmRequest.SetMetricType should be of the form "SetMetricType ..." (golint)
    • Line 124: warning: exported type DescribeMetricsForAlarmResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeMetricsForAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteIpSet.go
    • Line 24: warning: exported type DeleteIpSetRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteIpSetRequest should be of the form "NewDeleteIpSetRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteIpSetRequestWithAllParams should be of the form "NewDeleteIpSetRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteIpSetRequestWithoutParam should be of the form "NewDeleteIpSetRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteIpSetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteIpSetRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DeleteIpSetRequest.SetIpSetId should be of the form "SetIpSetId ..." (golint)
    • Line 122: warning: exported type DeleteIpSetResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteIpSetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StartListener.go
    • Line 23: warning: exported type StartListenerRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStartListenerRequest should be of the form "NewStartListenerRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStartListenerRequestWithAllParams should be of the form "NewStartListenerRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartListenerRequestWithoutParam should be of the form "NewStartListenerRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 111: warning: comment on exported method StartListenerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StartListenerResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StartListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/client/RedisClient.go
    • Line 26: warning: exported type RedisClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewRedisClient should have comment or be unexported (golint)
    • Line 48: warning: exported method RedisClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method RedisClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method RedisClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method RedisClient.ModifyBackupPolicy should be of the form "ModifyBackupPolicy ..." (golint)
    • Line 80: warning: comment on exported method RedisClient.DescribeIpWhiteList should be of the form "DescribeIpWhiteList ..." (golint)
    • Line 100: warning: comment on exported method RedisClient.ResetCacheInstancePassword should be of the form "ResetCacheInstancePassword ..." (golint)
    • Line 120: warning: comment on exported method RedisClient.CreateCacheAnalysis should be of the form "CreateCacheAnalysis ..." (golint)
    • Line 140: warning: comment on exported method RedisClient.DescribeClientIpDetail should be of the form "DescribeClientIpDetail ..." (golint)
    • Line 160: warning: comment on exported method RedisClient.DescribeDownloadUrl should be of the form "DescribeDownloadUrl ..." (golint)
    • Line 180: warning: comment on exported method RedisClient.DescribeCacheInstances should be of the form "DescribeCacheInstances ..." (golint)
    • Line 200: warning: comment on exported method RedisClient.ModifyCacheInstanceAttribute should be of the form "ModifyCacheInstanceAttribute ..." (golint)
    • Line 220: warning: comment on exported method RedisClient.ModifyAnalysisTime should be of the form "ModifyAnalysisTime ..." (golint)
    • Line 240: warning: comment on exported method RedisClient.DescribeBackups should be of the form "DescribeBackups ..." (golint)
    • Line 260: warning: comment on exported method RedisClient.DescribeCacheAnalysisList should be of the form "DescribeCacheAnalysisList ..." (golint)
    • Line 280: warning: comment on exported method RedisClient.DescribeAnalysisTime should be of the form "DescribeAnalysisTime ..." (golint)
    • Line 300: warning: comment on exported method RedisClient.ModifyCacheInstanceClass should be of the form "ModifyCacheInstanceClass ..." (golint)
    • Line 321: warning: comment on exported method RedisClient.CreateBackup should be of the form "CreateBackup ..." (golint)
    • Line 341: warning: comment on exported method RedisClient.DescribeInstanceConfig should be of the form "DescribeInstanceConfig ..." (golint)
    • Line 361: warning: comment on exported method RedisClient.DescribeCacheAnalysisResult should be of the form "DescribeCacheAnalysisResult ..." (golint)
    • Line 381: warning: comment on exported method RedisClient.DescribeBackupPolicy should be of the form "DescribeBackupPolicy ..." (golint)
    • Line 401: warning: comment on exported method RedisClient.DescribeSpecConfig should be of the form "DescribeSpecConfig ..." (golint)
    • Line 421: warning: comment on exported method RedisClient.DeleteCacheInstance should be of the form "DeleteCacheInstance ..." (golint)
    • Line 444: warning: comment on exported method RedisClient.DescribeSlowLog should be of the form "DescribeSlowLog ..." (golint)
    • Line 464: warning: comment on exported method RedisClient.CreateCacheInstance should be of the form "CreateCacheInstance ..." (golint)
    • Line 485: warning: comment on exported method RedisClient.RestoreInstance should be of the form "RestoreInstance ..." (golint)
    • Line 505: warning: comment on exported method RedisClient.DescribeUserQuota should be of the form "DescribeUserQuota ..." (golint)
    • Line 525: warning: comment on exported method RedisClient.DescribeClientList should be of the form "DescribeClientList ..." (golint)
    • Line 545: warning: comment on exported method RedisClient.DescribeClusterInfo should be of the form "DescribeClusterInfo ..." (golint)
    • Line 565: warning: comment on exported method RedisClient.DescribeCacheInstance should be of the form "DescribeCacheInstance ..." (golint)
    • Line 585: warning: comment on exported method RedisClient.ModifyInstanceConfig should be of the form "ModifyInstanceConfig ..." (golint)
    • Line 605: warning: comment on exported method RedisClient.ModifyIpWhiteList should be of the form "ModifyIpWhiteList ..." (golint)
    • Line 625: warning: comment on exported method RedisClient.DescribeInstanceClass should be of the form "DescribeInstanceClass ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetCustomErrorPage.go
    • Line 24: warning: exported type SetCustomErrorPageRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSetCustomErrorPageRequest should be of the form "NewSetCustomErrorPageRequest ..." (golint)
    • Line 55: warning: comment on exported function NewSetCustomErrorPageRequestWithAllParams should be of the form "NewSetCustomErrorPageRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewSetCustomErrorPageRequestWithoutParam should be of the form "NewSetCustomErrorPageRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method SetCustomErrorPageRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: comment on exported method SetCustomErrorPageRequest.SetErrorPageConfigs should be of the form "SetErrorPageConfigs ..." (golint)
    • Line 105: warning: exported type SetCustomErrorPageResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type SetCustomErrorPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyInstance.go
    • Line 23: warning: exported type ModifyInstanceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyInstanceRequest should be of the form "NewModifyInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceRequestWithAllParams should be of the form "NewModifyInstanceRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyInstanceRequestWithoutParam should be of the form "NewModifyInstanceRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 113: warning: comment on exported method ModifyInstanceRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyInstanceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyInstanceResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/AddOrUpdateStorage.go
    • Line 24: warning: exported type AddOrUpdateStorageRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddOrUpdateStorageRequest should be of the form "NewAddOrUpdateStorageRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAddOrUpdateStorageRequestWithAllParams should be of the form "NewAddOrUpdateStorageRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewAddOrUpdateStorageRequestWithoutParam should be of the form "NewAddOrUpdateStorageRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method AddOrUpdateStorageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method AddOrUpdateStorageRequest.SetStorageStr should be of the form "SetStorageStr ..." (golint)
    • Line 108: warning: exported type AddOrUpdateStorageResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type AddOrUpdateStorageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryExtraCacheTime.go
    • Line 24: warning: exported type QueryExtraCacheTimeRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryExtraCacheTimeRequest should be of the form "NewQueryExtraCacheTimeRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryExtraCacheTimeRequestWithAllParams should be of the form "NewQueryExtraCacheTimeRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryExtraCacheTimeRequestWithoutParam should be of the form "NewQueryExtraCacheTimeRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryExtraCacheTimeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryExtraCacheTimeResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryExtraCacheTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryStatisticsDataGroupByArea.go
    • Line 24: warning: exported type QueryStatisticsDataGroupByAreaRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewQueryStatisticsDataGroupByAreaRequest should be of the form "NewQueryStatisticsDataGroupByAreaRequest ..." (golint)
    • Line 82: warning: comment on exported function NewQueryStatisticsDataGroupByAreaRequestWithAllParams should be of the form "NewQueryStatisticsDataGroupByAreaRequestWithAllParams ..." (golint)
    • Line 133: warning: comment on exported function NewQueryStatisticsDataGroupByAreaRequestWithoutParam should be of the form "NewQueryStatisticsDataGroupByAreaRequestWithoutParam ..." (golint)
    • Line 146: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 151: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 156: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 161: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 166: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 171: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 176: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 181: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetOrigin should be of the form "SetOrigin ..." (golint)
    • Line 186: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 191: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 196: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetScheme should be of the form "SetScheme ..." (golint)
    • Line 201: warning: comment on exported method QueryStatisticsDataGroupByAreaRequest.SetAbroad should be of the form "SetAbroad ..." (golint)
    • Line 212: warning: exported type QueryStatisticsDataGroupByAreaResponse should have comment or be unexported (golint)
    • Line 218: warning: exported type QueryStatisticsDataGroupByAreaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ModifyBackupPolicy.go
    • Line 23: warning: exported type ModifyBackupPolicyRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyBackupPolicyRequest should be of the form "NewModifyBackupPolicyRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyBackupPolicyRequestWithAllParams should be of the form "NewModifyBackupPolicyRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyBackupPolicyRequestWithoutParam should be of the form "NewModifyBackupPolicyRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyBackupPolicyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyBackupPolicyRequest.SetPreferredBackupTime should be of the form "SetPreferredBackupTime ..." (golint)
    • Line 121: warning: exported type ModifyBackupPolicyResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTransferTaskFailedFiles.go
    • Line 24: warning: exported type GetTransferTaskFailedFilesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetTransferTaskFailedFilesRequest should be of the form "NewGetTransferTaskFailedFilesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetTransferTaskFailedFilesRequestWithAllParams should be of the form "NewGetTransferTaskFailedFilesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetTransferTaskFailedFilesRequestWithoutParam should be of the form "NewGetTransferTaskFailedFilesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetTransferTaskFailedFilesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetTransferTaskFailedFilesRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetTransferTaskFailedFilesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetTransferTaskFailedFilesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/SetInstanceByPassMode.go
    • Line 23: warning: exported type SetInstanceByPassModeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetInstanceByPassModeRequest should be of the form "NewSetInstanceByPassModeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetInstanceByPassModeRequestWithAllParams should be of the form "NewSetInstanceByPassModeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetInstanceByPassModeRequestWithoutParam should be of the form "NewSetInstanceByPassModeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetInstanceByPassModeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SetInstanceByPassModeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method SetInstanceByPassModeRequest.SetByPassMode should be of the form "SetByPassMode ..." (golint)
    • Line 121: warning: exported type SetInstanceByPassModeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SetInstanceByPassModeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetWebProtectSwitch.go
    • Line 23: warning: exported type SetWebProtectSwitchRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetWebProtectSwitchRequest should be of the form "NewSetWebProtectSwitchRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetWebProtectSwitchRequestWithAllParams should be of the form "NewSetWebProtectSwitchRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetWebProtectSwitchRequestWithoutParam should be of the form "NewSetWebProtectSwitchRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetWebProtectSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetWebProtectSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 104: warning: exported type SetWebProtectSwitchResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetWebProtectSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeBackupSynchronicities.go
    • Line 25: warning: exported type DescribeBackupSynchronicitiesRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDescribeBackupSynchronicitiesRequest should be of the form "NewDescribeBackupSynchronicitiesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeBackupSynchronicitiesRequestWithAllParams should be of the form "NewDescribeBackupSynchronicitiesRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeBackupSynchronicitiesRequestWithoutParam should be of the form "NewDescribeBackupSynchronicitiesRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 112: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 117: warning: comment on exported method DescribeBackupSynchronicitiesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 128: warning: exported type DescribeBackupSynchronicitiesResponse should have comment or be unexported (golint)
    • Line 134: warning: exported type DescribeBackupSynchronicitiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteParameterGroup.go
    • Line 23: warning: exported type DeleteParameterGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteParameterGroupRequest should be of the form "NewDeleteParameterGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteParameterGroupRequestWithAllParams should be of the form "NewDeleteParameterGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteParameterGroupRequestWithoutParam should be of the form "NewDeleteParameterGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteParameterGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteParameterGroupRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 107: warning: exported type DeleteParameterGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteParameterGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateUserViewIP.go
    • Line 24: warning: exported type CreateUserViewIPRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateUserViewIPRequest should be of the form "NewCreateUserViewIPRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateUserViewIPRequestWithAllParams should be of the form "NewCreateUserViewIPRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateUserViewIPRequestWithoutParam should be of the form "NewCreateUserViewIPRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateUserViewIPRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method CreateUserViewIPRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type CreateUserViewIPResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DeleteNodeGroup.go
    • Line 23: warning: exported type DeleteNodeGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNodeGroupRequest should be of the form "NewDeleteNodeGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNodeGroupRequestWithAllParams should be of the form "NewDeleteNodeGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNodeGroupRequestWithoutParam should be of the form "NewDeleteNodeGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNodeGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNodeGroupRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 107: warning: exported type DeleteNodeGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNodeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/CreateBackup.go
    • Line 23: warning: exported type CreateBackupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateBackupRequest should be of the form "NewCreateBackupRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateBackupRequestWithAllParams should be of the form "NewCreateBackupRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateBackupRequestWithoutParam should be of the form "NewCreateBackupRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateBackupRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateBackupRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 124: warning: comment on exported method CreateBackupRequest.SetBackupType should be of the form "SetBackupType ..." (golint)
    • Line 135: warning: exported type CreateBackupResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DisableSubUserAccessKey.go
    • Line 23: warning: exported type DisableSubUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableSubUserAccessKeyRequest should be of the form "NewDisableSubUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableSubUserAccessKeyRequestWithAllParams should be of the form "NewDisableSubUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableSubUserAccessKeyRequestWithoutParam should be of the form "NewDisableSubUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableSubUserAccessKeyRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 96: warning: comment on exported method DisableSubUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type DisableSubUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableSubUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/GetSoftwareInfo.go
    • Line 23: warning: exported type GetSoftwareInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetSoftwareInfoRequest should be of the form "NewGetSoftwareInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetSoftwareInfoRequestWithAllParams should be of the form "NewGetSoftwareInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetSoftwareInfoRequestWithoutParam should be of the form "NewGetSoftwareInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetSoftwareInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetSoftwareInfoRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type GetSoftwareInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetSoftwareInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/StartLiveDomain.go
    • Line 23: warning: exported type StartLiveDomainRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewStartLiveDomainRequest should be of the form "NewStartLiveDomainRequest ..." (golint)
    • Line 55: warning: comment on exported function NewStartLiveDomainRequestWithAllParams should be of the form "NewStartLiveDomainRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewStartLiveDomainRequestWithoutParam should be of the form "NewStartLiveDomainRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method StartLiveDomainRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 101: warning: exported type StartLiveDomainResponse should have comment or be unexported (golint)
    • Line 107: warning: exported type StartLiveDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckPin.go
    • Line 23: warning: exported type CheckPinRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckPinRequest should be of the form "NewCheckPinRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckPinRequestWithAllParams should be of the form "NewCheckPinRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckPinRequestWithoutParam should be of the form "NewCheckPinRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckPinRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckPinRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 107: warning: exported type CheckPinResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckPinResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsPackageByIdUsingGET.go
    • Line 24: warning: exported type GetSmsPackageByIdUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsPackageByIdUsingGETRequest should be of the form "NewGetSmsPackageByIdUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsPackageByIdUsingGETRequestWithAllParams should be of the form "NewGetSmsPackageByIdUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsPackageByIdUsingGETRequestWithoutParam should be of the form "NewGetSmsPackageByIdUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsPackageByIdUsingGETRequest.SetPackageId should be of the form "SetPackageId ..." (golint)
    • Line 94: warning: exported type GetSmsPackageByIdUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsPackageByIdUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/DescribeClusters.go
    • Line 24: warning: exported type DescribeClustersRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeClustersRequest should be of the form "NewDescribeClustersRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeClustersRequestWithAllParams should be of the form "NewDescribeClustersRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeClustersRequestWithoutParam should be of the form "NewDescribeClustersRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeClustersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeClustersRequest.SetDataCenter should be of the form "SetDataCenter ..." (golint)
    • Line 129: warning: comment on exported method DescribeClustersRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 134: warning: comment on exported method DescribeClustersRequest.SetClusterName should be of the form "SetClusterName ..." (golint)
    • Line 139: warning: comment on exported method DescribeClustersRequest.SetOrderBy should be of the form "SetOrderBy ..." (golint)
    • Line 144: warning: comment on exported method DescribeClustersRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 149: warning: comment on exported method DescribeClustersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 160: warning: exported type DescribeClustersResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeClustersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskRule.go
    • Line 24: warning: exported type DelRiskRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskRuleRequest should be of the form "NewDelRiskRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskRuleRequestWithAllParams should be of the form "NewDelRiskRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskRuleRequestWithoutParam should be of the form "NewDelRiskRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeLogDownloadURL.go
    • Line 23: warning: exported type DescribeLogDownloadURLRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeLogDownloadURLRequest should be of the form "NewDescribeLogDownloadURLRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeLogDownloadURLRequestWithAllParams should be of the form "NewDescribeLogDownloadURLRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeLogDownloadURLRequestWithoutParam should be of the form "NewDescribeLogDownloadURLRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeLogDownloadURLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeLogDownloadURLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method DescribeLogDownloadURLRequest.SetLogId should be of the form "SetLogId ..." (golint)
    • Line 121: warning: comment on exported method DescribeLogDownloadURLRequest.SetSeconds should be of the form "SetSeconds ..." (golint)
    • Line 132: warning: exported type DescribeLogDownloadURLResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DescribeLogDownloadURLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeSecondaryCidrs.go
    • Line 24: warning: exported type DescribeSecondaryCidrsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecondaryCidrsRequest should be of the form "NewDescribeSecondaryCidrsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecondaryCidrsRequestWithAllParams should be of the form "NewDescribeSecondaryCidrsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSecondaryCidrsRequestWithoutParam should be of the form "NewDescribeSecondaryCidrsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSecondaryCidrsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSecondaryCidrsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 108: warning: exported type DescribeSecondaryCidrsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSecondaryCidrsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateCacheRule.go
    • Line 23: warning: exported type CreateCacheRuleRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateCacheRuleRequest should be of the form "NewCreateCacheRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateCacheRuleRequestWithAllParams should be of the form "NewCreateCacheRuleRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateCacheRuleRequestWithoutParam should be of the form "NewCreateCacheRuleRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateCacheRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 111: warning: comment on exported method CreateCacheRuleRequest.SetWeight should be of the form "SetWeight ..." (golint)
    • Line 116: warning: comment on exported method CreateCacheRuleRequest.SetTtl should be of the form "SetTtl ..." (golint)
    • Line 121: warning: comment on exported method CreateCacheRuleRequest.SetContents should be of the form "SetContents ..." (golint)
    • Line 126: warning: comment on exported method CreateCacheRuleRequest.SetCacheType should be of the form "SetCacheType ..." (golint)
    • Line 137: warning: exported type CreateCacheRuleResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type CreateCacheRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateLiveDomainPrefecthTask.go
    • Line 23: warning: exported type CreateLiveDomainPrefecthTaskRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateLiveDomainPrefecthTaskRequest should be of the form "NewCreateLiveDomainPrefecthTaskRequest ..." (golint)
    • Line 54: warning: comment on exported function NewCreateLiveDomainPrefecthTaskRequestWithAllParams should be of the form "NewCreateLiveDomainPrefecthTaskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCreateLiveDomainPrefecthTaskRequestWithoutParam should be of the form "NewCreateLiveDomainPrefecthTaskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CreateLiveDomainPrefecthTaskRequest.SetUrlList should be of the form "SetUrlList ..." (golint)
    • Line 96: warning: comment on exported method CreateLiveDomainPrefecthTaskRequest.SetPrefetchTime should be of the form "SetPrefetchTime ..." (golint)
    • Line 101: warning: comment on exported method CreateLiveDomainPrefecthTaskRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 112: warning: exported type CreateLiveDomainPrefecthTaskResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type CreateLiveDomainPrefecthTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeAlarmConfig.go
    • Line 24: warning: exported type DescribeAlarmConfigRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAlarmConfigRequest should be of the form "NewDescribeAlarmConfigRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAlarmConfigRequestWithAllParams should be of the form "NewDescribeAlarmConfigRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAlarmConfigRequestWithoutParam should be of the form "NewDescribeAlarmConfigRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAlarmConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAlarmConfigRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeAlarmConfigResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAlarmConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/VideoDetail.go
    • Line 20: warning: exported type VideoDetail should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Audio_time should be AudioTime (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Politics_frame_count should be PoliticsFrameCount (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Porn_frame_count should be PornFrameCount (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Terrorism_frame_count should be TerrorismFrameCount (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Ad_frame_count should be AdFrameCount (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Total_frame_count should be TotalFrameCount (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckGroupNameExist.go
    • Line 23: warning: exported type CheckGroupNameExistRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCheckGroupNameExistRequest should be of the form "NewCheckGroupNameExistRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCheckGroupNameExistRequestWithAllParams should be of the form "NewCheckGroupNameExistRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCheckGroupNameExistRequestWithoutParam should be of the form "NewCheckGroupNameExistRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CheckGroupNameExistRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CheckGroupNameExistRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 107: warning: exported type CheckGroupNameExistResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CheckGroupNameExistResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QueryReplyRecordUsingGET.go
    • Line 24: warning: exported type QueryReplyRecordUsingGETRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryReplyRecordUsingGETRequest should be of the form "NewQueryReplyRecordUsingGETRequest ..." (golint)
    • Line 73: warning: comment on exported function NewQueryReplyRecordUsingGETRequestWithAllParams should be of the form "NewQueryReplyRecordUsingGETRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewQueryReplyRecordUsingGETRequestWithoutParam should be of the form "NewQueryReplyRecordUsingGETRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 124: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetSendNumber should be of the form "SetSendNumber ..." (golint)
    • Line 129: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 134: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 139: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 144: warning: comment on exported method QueryReplyRecordUsingGETRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 155: warning: exported type QueryReplyRecordUsingGETResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type QueryReplyRecordUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DisassociateElasticIp.go
    • Line 23: warning: exported type DisassociateElasticIpRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDisassociateElasticIpRequest should be of the form "NewDisassociateElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateElasticIpRequestWithAllParams should be of the form "NewDisassociateElasticIpRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDisassociateElasticIpRequestWithoutParam should be of the form "NewDisassociateElasticIpRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DisassociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method DisassociateElasticIpRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 113: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 118: warning: comment on exported method DisassociateElasticIpRequest.SetElasticIpAddress should be of the form "SetElasticIpAddress ..." (golint)
    • Line 129: warning: exported type DisassociateElasticIpResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type DisassociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcSubnet.go
    • Line 24: warning: exported type CreateVpcSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcSubnetRequest should be of the form "NewCreateVpcSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcSubnetRequestWithAllParams should be of the form "NewCreateVpcSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcSubnetRequestWithoutParam should be of the form "NewCreateVpcSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcSubnetRequest.SetSubnet should be of the form "SetSubnet ..." (golint)
    • Line 108: warning: exported type CreateVpcSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeImportFiles.go
    • Line 24: warning: exported type DescribeImportFilesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeImportFilesRequest should be of the form "NewDescribeImportFilesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeImportFilesRequestWithAllParams should be of the form "NewDescribeImportFilesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeImportFilesRequestWithoutParam should be of the form "NewDescribeImportFilesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeImportFilesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeImportFilesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeImportFilesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeImportFilesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RebootInstance.go
    • Line 23: warning: exported type RebootInstanceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRebootInstanceRequest should be of the form "NewRebootInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRebootInstanceRequestWithAllParams should be of the form "NewRebootInstanceRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewRebootInstanceRequestWithoutParam should be of the form "NewRebootInstanceRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method RebootInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method RebootInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 113: warning: comment on exported method RebootInstanceRequest.SetRebootMaster should be of the form "SetRebootMaster ..." (golint)
    • Line 118: warning: comment on exported method RebootInstanceRequest.SetRebootSlave should be of the form "SetRebootSlave ..." (golint)
    • Line 129: warning: exported type RebootInstanceResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type RebootInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeAccessPoint.go
    • Line 24: warning: exported type DescribeAccessPointRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAccessPointRequest should be of the form "NewDescribeAccessPointRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAccessPointRequestWithAllParams should be of the form "NewDescribeAccessPointRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAccessPointRequestWithoutParam should be of the form "NewDescribeAccessPointRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAccessPointRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAccessPointRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 108: warning: exported type DescribeAccessPointResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAccessPointResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeQuota.go
    • Line 23: warning: exported type DescribeQuotaRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotaRequest should be of the form "NewDescribeQuotaRequest ..." (golint)
    • Line 45: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 60: warning: comment on exported function NewDescribeQuotaRequestWithAllParams should be of the form "NewDescribeQuotaRequestWithAllParams ..." (golint)
    • Line 67: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 84: warning: comment on exported function NewDescribeQuotaRequestWithoutParam should be of the form "NewDescribeQuotaRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method DescribeQuotaRequest.SetType should be of the form "SetType ..." (golint)
    • Line 103: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 107: warning: comment on exported method DescribeQuotaRequest.SetParentResourceId should be of the form "SetParentResourceId ..." (golint)
    • Line 118: warning: exported type DescribeQuotaResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type DescribeQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTransferTaskById.go
    • Line 24: warning: exported type GetTransferTaskByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetTransferTaskByIdRequest should be of the form "NewGetTransferTaskByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetTransferTaskByIdRequestWithAllParams should be of the form "NewGetTransferTaskByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetTransferTaskByIdRequestWithoutParam should be of the form "NewGetTransferTaskByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetTransferTaskByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetTransferTaskByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetTransferTaskByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetTransferTaskByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeLogtopics.go
    • Line 24: warning: exported type DescribeLogtopicsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeLogtopicsRequest should be of the form "NewDescribeLogtopicsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeLogtopicsRequestWithAllParams should be of the form "NewDescribeLogtopicsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeLogtopicsRequestWithoutParam should be of the form "NewDescribeLogtopicsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeLogtopicsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeLogtopicsRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 120: warning: comment on exported method DescribeLogtopicsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeLogtopicsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeLogtopicsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 141: warning: exported type DescribeLogtopicsResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeLogtopicsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeSecurityIps.go
    • Line 23: warning: exported type DescribeSecurityIpsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeSecurityIpsRequest should be of the form "NewDescribeSecurityIpsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeSecurityIpsRequestWithAllParams should be of the form "NewDescribeSecurityIpsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeSecurityIpsRequestWithoutParam should be of the form "NewDescribeSecurityIpsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeSecurityIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeSecurityIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeSecurityIpsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeSecurityIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetMonitor.go
    • Line 23: warning: exported type SetMonitorRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetMonitorRequest should be of the form "NewSetMonitorRequest ..." (golint)
    • Line 60: warning: comment on exported function NewSetMonitorRequestWithAllParams should be of the form "NewSetMonitorRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetMonitorRequestWithoutParam should be of the form "NewSetMonitorRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetMonitorRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method SetMonitorRequest.SetCycle should be of the form "SetCycle ..." (golint)
    • Line 110: warning: comment on exported method SetMonitorRequest.SetMonitorPath should be of the form "SetMonitorPath ..." (golint)
    • Line 115: warning: comment on exported method SetMonitorRequest.SetHttpRequestHeader should be of the form "SetHttpRequestHeader ..." (golint)
    • Line 126: warning: exported type SetMonitorResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type SetMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribePod.go
    • Line 24: warning: exported type DescribePodRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribePodRequest should be of the form "NewDescribePodRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribePodRequestWithAllParams should be of the form "NewDescribePodRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribePodRequestWithoutParam should be of the form "NewDescribePodRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribePodRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribePodRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 108: warning: exported type DescribePodResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribePodResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/DeleteAg.go
    • Line 23: warning: exported type DeleteAgRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteAgRequest should be of the form "NewDeleteAgRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteAgRequestWithAllParams should be of the form "NewDeleteAgRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteAgRequestWithoutParam should be of the form "NewDeleteAgRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteAgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteAgRequest.SetAgId should be of the form "SetAgId ..." (golint)
    • Line 107: warning: exported type DeleteAgResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteAgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeVpc.go
    • Line 24: warning: exported type DescribeVpcRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeVpcRequest should be of the form "NewDescribeVpcRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeVpcRequestWithAllParams should be of the form "NewDescribeVpcRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeVpcRequestWithoutParam should be of the form "NewDescribeVpcRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 108: warning: exported type DescribeVpcResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStatisticGroupByArea.go
    • Line 24: warning: exported type DescribeLiveStatisticGroupByAreaRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaRequest should be of the form "NewDescribeLiveStatisticGroupByAreaRequest ..." (golint)
    • Line 98: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaRequestWithAllParams should be of the form "NewDescribeLiveStatisticGroupByAreaRequestWithAllParams ..." (golint)
    • Line 149: warning: comment on exported function NewDescribeLiveStatisticGroupByAreaRequestWithoutParam should be of the form "NewDescribeLiveStatisticGroupByAreaRequestWithoutParam ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 167: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 172: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 177: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 183: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 189: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 195: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 204: warning: comment on exported method DescribeLiveStatisticGroupByAreaRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 220: warning: exported type DescribeLiveStatisticGroupByAreaResponse should have comment or be unexported (golint)
    • Line 226: warning: exported type DescribeLiveStatisticGroupByAreaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetDomainDetail.go
    • Line 24: warning: exported type GetDomainDetailRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetDomainDetailRequest should be of the form "NewGetDomainDetailRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetDomainDetailRequestWithAllParams should be of the form "NewGetDomainDetailRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetDomainDetailRequestWithoutParam should be of the form "NewGetDomainDetailRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetDomainDetailRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type GetDomainDetailResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetDomainDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DeleteBackupSynchronicities.go
    • Line 23: warning: exported type DeleteBackupSynchronicitiesRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackupSynchronicitiesRequest should be of the form "NewDeleteBackupSynchronicitiesRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackupSynchronicitiesRequestWithAllParams should be of the form "NewDeleteBackupSynchronicitiesRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackupSynchronicitiesRequestWithoutParam should be of the form "NewDeleteBackupSynchronicitiesRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackupSynchronicitiesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackupSynchronicitiesRequest.SetServiceId should be of the form "SetServiceId ..." (golint)
    • Line 107: warning: exported type DeleteBackupSynchronicitiesResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackupSynchronicitiesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeParameterModifyRecords.go
    • Line 24: warning: exported type DescribeParameterModifyRecordsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeParameterModifyRecordsRequest should be of the form "NewDescribeParameterModifyRecordsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeParameterModifyRecordsRequestWithAllParams should be of the form "NewDescribeParameterModifyRecordsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeParameterModifyRecordsRequestWithoutParam should be of the form "NewDescribeParameterModifyRecordsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 126: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeParameterModifyRecordsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 152: warning: exported type DescribeParameterModifyRecordsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeParameterModifyRecordsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DeleteMountTarget.go
    • Line 23: warning: exported type DeleteMountTargetRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteMountTargetRequest should be of the form "NewDeleteMountTargetRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteMountTargetRequestWithAllParams should be of the form "NewDeleteMountTargetRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteMountTargetRequestWithoutParam should be of the form "NewDeleteMountTargetRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteMountTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteMountTargetRequest.SetMountTargetId should be of the form "SetMountTargetId ..." (golint)
    • Line 107: warning: exported type DeleteMountTargetResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteMountTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyNetworkSecurityGroup.go
    • Line 23: warning: exported type ModifyNetworkSecurityGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyNetworkSecurityGroupRequest should be of the form "NewModifyNetworkSecurityGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyNetworkSecurityGroupRequestWithAllParams should be of the form "NewModifyNetworkSecurityGroupRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyNetworkSecurityGroupRequestWithoutParam should be of the form "NewModifyNetworkSecurityGroupRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyNetworkSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyNetworkSecurityGroupRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 113: warning: comment on exported method ModifyNetworkSecurityGroupRequest.SetNetworkSecurityGroupName should be of the form "SetNetworkSecurityGroupName ..." (golint)
    • Line 118: warning: comment on exported method ModifyNetworkSecurityGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyNetworkSecurityGroupResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyNetworkSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribeInstanceTypes.go
    • Line 25: warning: exported type DescribeInstanceTypesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeInstanceTypesRequest should be of the form "NewDescribeInstanceTypesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceTypesRequestWithAllParams should be of the form "NewDescribeInstanceTypesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDescribeInstanceTypesRequestWithoutParam should be of the form "NewDescribeInstanceTypesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DescribeInstanceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method DescribeInstanceTypesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 112: warning: exported type DescribeInstanceTypesResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type DescribeInstanceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/StopDomain.go
    • Line 23: warning: exported type StopDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewStopDomainRequest should be of the form "NewStopDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewStopDomainRequestWithAllParams should be of the form "NewStopDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewStopDomainRequestWithoutParam should be of the form "NewStopDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method StopDomainRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type StopDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type StopDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeTargetGroup.go
    • Line 24: warning: exported type DescribeTargetGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTargetGroupRequest should be of the form "NewDescribeTargetGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTargetGroupRequestWithAllParams should be of the form "NewDescribeTargetGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTargetGroupRequestWithoutParam should be of the form "NewDescribeTargetGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTargetGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTargetGroupRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 108: warning: exported type DescribeTargetGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTargetGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteVpc.go
    • Line 23: warning: exported type DeleteVpcRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcRequest should be of the form "NewDeleteVpcRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcRequestWithAllParams should be of the form "NewDeleteVpcRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcRequestWithoutParam should be of the form "NewDeleteVpcRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 107: warning: exported type DeleteVpcResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainGroupDetail.go
    • Line 23: warning: exported type QueryDomainGroupDetailRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryDomainGroupDetailRequest should be of the form "NewQueryDomainGroupDetailRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryDomainGroupDetailRequestWithAllParams should be of the form "NewQueryDomainGroupDetailRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryDomainGroupDetailRequestWithoutParam should be of the form "NewQueryDomainGroupDetailRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryDomainGroupDetailRequest.SetId should be of the form "SetId ..." (golint)
    • Line 93: warning: exported type QueryDomainGroupDetailResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryDomainGroupDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/UpdateSecret.go
    • Line 24: warning: exported type UpdateSecretRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateSecretRequest should be of the form "NewUpdateSecretRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateSecretRequestWithAllParams should be of the form "NewUpdateSecretRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateSecretRequestWithoutParam should be of the form "NewUpdateSecretRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateSecretRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 97: warning: comment on exported method UpdateSecretRequest.SetSecretDescCfg should be of the form "SetSecretDescCfg ..." (golint)
    • Line 108: warning: exported type UpdateSecretResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/CheckRepositoryName.go
    • Line 23: warning: exported type CheckRepositoryNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckRepositoryNameRequest should be of the form "NewCheckRepositoryNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCheckRepositoryNameRequestWithAllParams should be of the form "NewCheckRepositoryNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCheckRepositoryNameRequestWithoutParam should be of the form "NewCheckRepositoryNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CheckRepositoryNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CheckRepositoryNameRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 110: warning: comment on exported method CheckRepositoryNameRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 121: warning: exported type CheckRepositoryNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CheckRepositoryNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreatePermission.go
    • Line 24: warning: exported type CreatePermissionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreatePermissionRequest should be of the form "NewCreatePermissionRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreatePermissionRequestWithAllParams should be of the form "NewCreatePermissionRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreatePermissionRequestWithoutParam should be of the form "NewCreatePermissionRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreatePermissionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreatePermissionRequest.SetCreatePermissionInfo should be of the form "SetCreatePermissionInfo ..." (golint)
    • Line 108: warning: exported type CreatePermissionResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreatePermissionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateDispatchRules.go
    • Line 24: warning: exported type CreateDispatchRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateDispatchRulesRequest should be of the form "NewCreateDispatchRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateDispatchRulesRequestWithAllParams should be of the form "NewCreateDispatchRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateDispatchRulesRequestWithoutParam should be of the form "NewCreateDispatchRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateDispatchRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateDispatchRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateDispatchRulesRequest.SetDispatchRuleSpecList should be of the form "SetDispatchRuleSpecList ..." (golint)
    • Line 122: warning: exported type CreateDispatchRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateDispatchRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/CreateVpcPeering.go
    • Line 24: warning: exported type CreateVpcPeeringRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateVpcPeeringRequest should be of the form "NewCreateVpcPeeringRequest ..." (golint)
    • Line 73: warning: comment on exported function NewCreateVpcPeeringRequestWithAllParams should be of the form "NewCreateVpcPeeringRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewCreateVpcPeeringRequestWithoutParam should be of the form "NewCreateVpcPeeringRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method CreateVpcPeeringRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method CreateVpcPeeringRequest.SetVpcPeeringName should be of the form "SetVpcPeeringName ..." (golint)
    • Line 126: warning: comment on exported method CreateVpcPeeringRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 131: warning: comment on exported method CreateVpcPeeringRequest.SetRemoteVpcId should be of the form "SetRemoteVpcId ..." (golint)
    • Line 136: warning: comment on exported method CreateVpcPeeringRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 147: warning: exported type CreateVpcPeeringResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type CreateVpcPeeringResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamQualityDetectionTemplates.go
    • Line 24: warning: exported type DescribeCustomLiveStreamQualityDetectionTemplatesRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeCustomLiveStreamQualityDetectionTemplatesRequest should be of the form "NewDescribeCustomLiveStreamQualityDetectionTemplatesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeCustomLiveStreamQualityDetectionTemplatesRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamQualityDetectionTemplatesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeCustomLiveStreamQualityDetectionTemplatesRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamQualityDetectionTemplatesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeCustomLiveStreamQualityDetectionTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 113: warning: comment on exported method DescribeCustomLiveStreamQualityDetectionTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeCustomLiveStreamQualityDetectionTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeCustomLiveStreamQualityDetectionTemplatesResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeCustomLiveStreamQualityDetectionTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyInstanceName.go
    • Line 23: warning: exported type ModifyInstanceNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstanceNameRequest should be of the form "NewModifyInstanceNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceNameRequestWithAllParams should be of the form "NewModifyInstanceNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstanceNameRequestWithoutParam should be of the form "NewModifyInstanceNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstanceNameRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 121: warning: exported type ModifyInstanceNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeMessages.go
    • Line 24: warning: exported type DescribeMessagesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeMessagesRequest should be of the form "NewDescribeMessagesRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeMessagesRequestWithAllParams should be of the form "NewDescribeMessagesRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeMessagesRequestWithoutParam should be of the form "NewDescribeMessagesRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeMessagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeMessagesRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 132: warning: comment on exported method DescribeMessagesRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 137: warning: comment on exported method DescribeMessagesRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 142: warning: comment on exported method DescribeMessagesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeMessagesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 158: warning: exported type DescribeMessagesResponse should have comment or be unexported (golint)
    • Line 164: warning: exported type DescribeMessagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/RemovePermission.go
    • Line 23: warning: exported type RemovePermissionRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRemovePermissionRequest should be of the form "NewRemovePermissionRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRemovePermissionRequestWithAllParams should be of the form "NewRemovePermissionRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRemovePermissionRequestWithoutParam should be of the form "NewRemovePermissionRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RemovePermissionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method RemovePermissionRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 119: warning: comment on exported method RemovePermissionRequest.SetPermission should be of the form "SetPermission ..." (golint)
    • Line 124: warning: comment on exported method RemovePermissionRequest.SetTargetUserId should be of the form "SetTargetUserId ..." (golint)
    • Line 135: warning: exported type RemovePermissionResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RemovePermissionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/EditDeployment.go
    • Line 24: warning: exported type EditDeploymentRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEditDeploymentRequest should be of the form "NewEditDeploymentRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEditDeploymentRequestWithAllParams should be of the form "NewEditDeploymentRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEditDeploymentRequestWithoutParam should be of the form "NewEditDeploymentRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EditDeploymentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EditDeploymentRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method EditDeploymentRequest.SetDeployment should be of the form "SetDeployment ..." (golint)
    • Line 122: warning: exported type EditDeploymentResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EditDeploymentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/UpdateRoom.go
    • Line 23: warning: exported type UpdateRoomRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateRoomRequest should be of the form "NewUpdateRoomRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUpdateRoomRequestWithAllParams should be of the form "NewUpdateRoomRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewUpdateRoomRequestWithoutParam should be of the form "NewUpdateRoomRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method UpdateRoomRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 99: warning: comment on exported method UpdateRoomRequest.SetRoomId should be of the form "SetRoomId ..." (golint)
    • Line 104: warning: comment on exported method UpdateRoomRequest.SetRoomName should be of the form "SetRoomName ..." (golint)
    • Line 115: warning: exported type UpdateRoomResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type UpdateRoomResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeOS.go
    • Line 24: warning: exported type DescribeOSRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeOSRequest should be of the form "NewDescribeOSRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeOSRequestWithAllParams should be of the form "NewDescribeOSRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeOSRequestWithoutParam should be of the form "NewDescribeOSRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeOSRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeOSRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 108: warning: comment on exported method DescribeOSRequest.SetOsType should be of the form "SetOsType ..." (golint)
    • Line 119: warning: exported type DescribeOSResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeOSResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DeleteSecret.go
    • Line 23: warning: exported type DeleteSecretRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSecretRequest should be of the form "NewDeleteSecretRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSecretRequestWithAllParams should be of the form "NewDeleteSecretRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSecretRequestWithoutParam should be of the form "NewDeleteSecretRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteSecretResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamRecordConfig.go
    • Line 24: warning: exported type DescribeCustomLiveStreamRecordConfigRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeCustomLiveStreamRecordConfigRequest should be of the form "NewDescribeCustomLiveStreamRecordConfigRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeCustomLiveStreamRecordConfigRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamRecordConfigRequestWithAllParams ..." (golint)
    • Line 101: warning: comment on exported function NewDescribeCustomLiveStreamRecordConfigRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamRecordConfigRequestWithoutParam ..." (golint)
    • Line 114: warning: comment on exported method DescribeCustomLiveStreamRecordConfigRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 121: warning: comment on exported method DescribeCustomLiveStreamRecordConfigRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeCustomLiveStreamRecordConfigRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 146: warning: exported type DescribeCustomLiveStreamRecordConfigResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DescribeCustomLiveStreamRecordConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DeleteSnapshots.go
    • Line 24: warning: exported type DeleteSnapshotsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDeleteSnapshotsRequest should be of the form "NewDeleteSnapshotsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDeleteSnapshotsRequestWithAllParams should be of the form "NewDeleteSnapshotsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDeleteSnapshotsRequestWithoutParam should be of the form "NewDeleteSnapshotsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DeleteSnapshotsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DeleteSnapshotsRequest.SetSnapshotIds should be of the form "SetSnapshotIds ..." (golint)
    • Line 108: warning: exported type DeleteSnapshotsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DeleteSnapshotsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeBasicSubnet.go
    • Line 24: warning: exported type DescribeBasicSubnetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBasicSubnetRequest should be of the form "NewDescribeBasicSubnetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBasicSubnetRequestWithAllParams should be of the form "NewDescribeBasicSubnetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBasicSubnetRequestWithoutParam should be of the form "NewDescribeBasicSubnetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBasicSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeBasicSubnetRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 108: warning: exported type DescribeBasicSubnetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBasicSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetViewTree.go
    • Line 24: warning: exported type GetViewTreeRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewGetViewTreeRequest should be of the form "NewGetViewTreeRequest ..." (golint)
    • Line 73: warning: comment on exported function NewGetViewTreeRequestWithAllParams should be of the form "NewGetViewTreeRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewGetViewTreeRequestWithoutParam should be of the form "NewGetViewTreeRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method GetViewTreeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method GetViewTreeRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 126: warning: comment on exported method GetViewTreeRequest.SetLoadMode should be of the form "SetLoadMode ..." (golint)
    • Line 131: warning: comment on exported method GetViewTreeRequest.SetPackId should be of the form "SetPackId ..." (golint)
    • Line 136: warning: comment on exported method GetViewTreeRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 147: warning: exported type GetViewTreeResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type GetViewTreeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/user/apis/DescribeUser.go
    • Line 23: warning: exported type DescribeUserRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewDescribeUserRequest should be of the form "NewDescribeUserRequest ..." (golint)
    • Line 45: warning: comment on exported function NewDescribeUserRequestWithAllParams should be of the form "NewDescribeUserRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeUserRequestWithoutParam should be of the form "NewDescribeUserRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type DescribeUserResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type DescribeUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateInstance.go
    • Line 24: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 61: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method CreateInstanceRequest.SetCreateInstanceSpec should be of the form "SetCreateInstanceSpec ..." (golint)
    • Line 108: warning: comment on exported method CreateInstanceRequest.SetAutoRenewalSpec should be of the form "SetAutoRenewalSpec ..." (golint)
    • Line 119: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeListener.go
    • Line 24: warning: exported type DescribeListenerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeListenerRequest should be of the form "NewDescribeListenerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeListenerRequestWithAllParams should be of the form "NewDescribeListenerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeListenerRequestWithoutParam should be of the form "NewDescribeListenerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 108: warning: exported type DescribeListenerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/UpdateDataSourceName.go
    • Line 23: warning: exported type UpdateDataSourceNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateDataSourceNameRequest should be of the form "NewUpdateDataSourceNameRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateDataSourceNameRequestWithAllParams should be of the form "NewUpdateDataSourceNameRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateDataSourceNameRequestWithoutParam should be of the form "NewUpdateDataSourceNameRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UpdateDataSourceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method UpdateDataSourceNameRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 110: warning: comment on exported method UpdateDataSourceNameRequest.SetDataSourceName should be of the form "SetDataSourceName ..." (golint)
    • Line 121: warning: exported type UpdateDataSourceNameResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type UpdateDataSourceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/SubmitViJob.go
    • Line 23: warning: exported type SubmitViJobRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewSubmitViJobRequest should be of the form "NewSubmitViJobRequest ..." (golint)
    • Line 69: warning: comment on exported function NewSubmitViJobRequestWithAllParams should be of the form "NewSubmitViJobRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewSubmitViJobRequestWithoutParam should be of the form "NewSubmitViJobRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method SubmitViJobRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 120: warning: comment on exported method SubmitViJobRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 125: warning: comment on exported method SubmitViJobRequest.SetInputBucket should be of the form "SetInputBucket ..." (golint)
    • Line 130: warning: comment on exported method SubmitViJobRequest.SetInputFileKey should be of the form "SetInputFileKey ..." (golint)
    • Line 135: warning: comment on exported method SubmitViJobRequest.SetOutputBucket should be of the form "SetOutputBucket ..." (golint)
    • Line 140: warning: comment on exported method SubmitViJobRequest.SetOutputFilePath should be of the form "SetOutputFilePath ..." (golint)
    • Line 151: warning: exported type SubmitViJobResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type SubmitViJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleCCObserverMode.go
    • Line 23: warning: exported type DisableWebRuleCCObserverModeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleCCObserverModeRequest should be of the form "NewDisableWebRuleCCObserverModeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleCCObserverModeRequestWithAllParams should be of the form "NewDisableWebRuleCCObserverModeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleCCObserverModeRequestWithoutParam should be of the form "NewDisableWebRuleCCObserverModeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleCCObserverModeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleCCObserverModeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleCCObserverModeRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleCCObserverModeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleCCObserverModeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyWhiteListRuleOfForwardRule.go
    • Line 24: warning: exported type ModifyWhiteListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyWhiteListRuleOfForwardRuleRequest should be of the form "NewModifyWhiteListRuleOfForwardRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyWhiteListRuleOfForwardRuleRequestWithAllParams should be of the form "NewModifyWhiteListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyWhiteListRuleOfForwardRuleRequestWithoutParam should be of the form "NewModifyWhiteListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyWhiteListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyWhiteListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyWhiteListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyWhiteListRuleOfForwardRuleRequest.SetModifySpec should be of the form "SetModifySpec ..." (golint)
    • Line 136: warning: exported type ModifyWhiteListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyWhiteListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamDomainRecord.go
    • Line 23: warning: exported type AddLiveStreamDomainRecordRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAddLiveStreamDomainRecordRequest should be of the form "NewAddLiveStreamDomainRecordRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAddLiveStreamDomainRecordRequestWithAllParams should be of the form "NewAddLiveStreamDomainRecordRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAddLiveStreamDomainRecordRequestWithoutParam should be of the form "NewAddLiveStreamDomainRecordRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AddLiveStreamDomainRecordRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 96: warning: comment on exported method AddLiveStreamDomainRecordRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 107: warning: exported type AddLiveStreamDomainRecordResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AddLiveStreamDomainRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/GetApps.go
    • Line 24: warning: exported type GetAppsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetAppsRequest should be of the form "NewGetAppsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetAppsRequestWithAllParams should be of the form "NewGetAppsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetAppsRequestWithoutParam should be of the form "NewGetAppsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetAppsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetAppsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetAppsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskPolicy.go
    • Line 24: warning: exported type SetRiskPolicyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskPolicyRequest should be of the form "NewSetRiskPolicyRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskPolicyRequestWithAllParams should be of the form "NewSetRiskPolicyRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskPolicyRequestWithoutParam should be of the form "NewSetRiskPolicyRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskPolicyRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskPolicyRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskPolicyResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/client/VqdClient.go
    • Line 26: warning: exported type VqdClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewVqdClient should have comment or be unexported (golint)
    • Line 48: warning: exported method VqdClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method VqdClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method VqdClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method VqdClient.DeleteVqdTemplate should be of the form "DeleteVqdTemplate ..." (golint)
    • Line 80: warning: comment on exported method VqdClient.BatchDeleteVqdTasks should be of the form "BatchDeleteVqdTasks ..." (golint)
    • Line 100: warning: comment on exported method VqdClient.ListVqdTemplates should be of the form "ListVqdTemplates ..." (golint)
    • Line 123: warning: comment on exported method VqdClient.QueryCallback should be of the form "QueryCallback ..." (golint)
    • Line 143: warning: comment on exported method VqdClient.GetVqdTask should be of the form "GetVqdTask ..." (golint)
    • Line 163: warning: comment on exported method VqdClient.GetVqdTemplate should be of the form "GetVqdTemplate ..." (golint)
    • Line 183: warning: comment on exported method VqdClient.ListVqdTasks should be of the form "ListVqdTasks ..." (golint)
    • Line 208: warning: comment on exported method VqdClient.QueryVqdTaskResult should be of the form "QueryVqdTaskResult ..." (golint)
    • Line 228: warning: comment on exported method VqdClient.SetCallback should be of the form "SetCallback ..." (golint)
    • Line 248: warning: comment on exported method VqdClient.BatchSubmitVqdTasks should be of the form "BatchSubmitVqdTasks ..." (golint)
    • Line 268: warning: comment on exported method VqdClient.DeleteVqdTask should be of the form "DeleteVqdTask ..." (golint)
    • Line 288: warning: comment on exported method VqdClient.CreateVqdTemplate should be of the form "CreateVqdTemplate ..." (golint)
    • Line 308: warning: comment on exported method VqdClient.UpdateVqdTemplate should be of the form "UpdateVqdTemplate ..." (golint)
    • Line 328: warning: comment on exported method VqdClient.SubmitVqdTask should be of the form "SubmitVqdTask ..." (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcEips.go
    • Line 24: warning: exported type GetVpcEipsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVpcEipsRequest should be of the form "NewGetVpcEipsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVpcEipsRequestWithAllParams should be of the form "NewGetVpcEipsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVpcEipsRequestWithoutParam should be of the form "NewGetVpcEipsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVpcEipsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVpcEipsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVpcEipsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeCert.go
    • Line 24: warning: exported type DescribeCertRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeCertRequest should be of the form "NewDescribeCertRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCertRequestWithAllParams should be of the form "NewDescribeCertRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeCertRequestWithoutParam should be of the form "NewDescribeCertRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 108: warning: exported type DescribeCertResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyIpv6AddressBandwidth.go
    • Line 23: warning: exported type ModifyIpv6AddressBandwidthRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewModifyIpv6AddressBandwidthRequest should be of the form "NewModifyIpv6AddressBandwidthRequest ..." (golint)
    • Line 68: warning: comment on exported function NewModifyIpv6AddressBandwidthRequestWithAllParams should be of the form "NewModifyIpv6AddressBandwidthRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyIpv6AddressBandwidthRequestWithoutParam should be of the form "NewModifyIpv6AddressBandwidthRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyIpv6AddressBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyIpv6AddressBandwidthRequest.SetIpv6AddressId should be of the form "SetIpv6AddressId ..." (golint)
    • Line 120: warning: comment on exported method ModifyIpv6AddressBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method ModifyIpv6AddressBandwidthRequest.SetBandwidth should be of the form "SetBandwidth ..." (golint)
    • Line 138: warning: exported type ModifyIpv6AddressBandwidthResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ModifyIpv6AddressBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/DeleteTable.go
    • Line 23: warning: exported type DeleteTableRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteTableRequest should be of the form "NewDeleteTableRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteTableRequestWithAllParams should be of the form "NewDeleteTableRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteTableRequestWithoutParam should be of the form "NewDeleteTableRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteTableRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 119: warning: comment on exported method DeleteTableRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 124: warning: comment on exported method DeleteTableRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 135: warning: exported type DeleteTableResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateVideoUploadTask.go
    • Line 23: warning: exported type CreateVideoUploadTaskRequest should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function NewCreateVideoUploadTaskRequest should be of the form "NewCreateVideoUploadTaskRequest ..." (golint)
    • Line 89: warning: comment on exported function NewCreateVideoUploadTaskRequestWithAllParams should be of the form "NewCreateVideoUploadTaskRequestWithAllParams ..." (golint)
    • Line 142: warning: comment on exported function NewCreateVideoUploadTaskRequestWithoutParam should be of the form "NewCreateVideoUploadTaskRequestWithoutParam ..." (golint)
    • Line 155: warning: comment on exported method CreateVideoUploadTaskRequest.SetHttpMethod should be of the form "SetHttpMethod ..." (golint)
    • Line 162: warning: comment on exported method CreateVideoUploadTaskRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 167: warning: comment on exported method CreateVideoUploadTaskRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 172: warning: comment on exported method CreateVideoUploadTaskRequest.SetFileSize should be of the form "SetFileSize ..." (golint)
    • Line 177: warning: comment on exported method CreateVideoUploadTaskRequest.SetCoverUrl should be of the form "SetCoverUrl ..." (golint)
    • Line 182: warning: comment on exported method CreateVideoUploadTaskRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 187: warning: comment on exported method CreateVideoUploadTaskRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 192: warning: comment on exported method CreateVideoUploadTaskRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 197: warning: comment on exported method CreateVideoUploadTaskRequest.SetTranscodeTemplateGroupId should be of the form "SetTranscodeTemplateGroupId ..." (golint)
    • Line 202: warning: comment on exported method CreateVideoUploadTaskRequest.SetTranscodeTemplateIds should be of the form "SetTranscodeTemplateIds ..." (golint)
    • Line 207: warning: comment on exported method CreateVideoUploadTaskRequest.SetWatermarkIds should be of the form "SetWatermarkIds ..." (golint)
    • Line 212: warning: comment on exported method CreateVideoUploadTaskRequest.SetUserData should be of the form "SetUserData ..." (golint)
    • Line 223: warning: exported type CreateVideoUploadTaskResponse should have comment or be unexported (golint)
    • Line 229: warning: exported type CreateVideoUploadTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DescribeSecrets.go
    • Line 25: warning: exported type DescribeSecretsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeSecretsRequest should be of the form "NewDescribeSecretsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeSecretsRequestWithAllParams should be of the form "NewDescribeSecretsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeSecretsRequestWithoutParam should be of the form "NewDescribeSecretsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeSecretsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeSecretsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method DescribeSecretsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method DescribeSecretsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type DescribeSecretsResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type DescribeSecretsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ReinstallInstance.go
    • Line 24: warning: exported type ReinstallInstanceRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewReinstallInstanceRequest should be of the form "NewReinstallInstanceRequest ..." (golint)
    • Line 69: warning: comment on exported function NewReinstallInstanceRequestWithAllParams should be of the form "NewReinstallInstanceRequestWithAllParams ..." (golint)
    • Line 98: warning: comment on exported function NewReinstallInstanceRequestWithoutParam should be of the form "NewReinstallInstanceRequestWithoutParam ..." (golint)
    • Line 111: warning: comment on exported method ReinstallInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 116: warning: comment on exported method ReinstallInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 121: warning: comment on exported method ReinstallInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 128: warning: comment on exported method ReinstallInstanceRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 139: warning: exported type ReinstallInstanceResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type ReinstallInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleCC.go
    • Line 23: warning: exported type DisableWebRuleCCRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleCCRequest should be of the form "NewDisableWebRuleCCRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleCCRequestWithAllParams should be of the form "NewDisableWebRuleCCRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleCCRequestWithoutParam should be of the form "NewDisableWebRuleCCRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleCCRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleCCRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleCCRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleCCResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleCCResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/portal/apis/DescribeProductsById.go
    • Line 24: warning: exported type DescribeProductsByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeProductsByIdRequest should be of the form "NewDescribeProductsByIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeProductsByIdRequestWithAllParams should be of the form "NewDescribeProductsByIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeProductsByIdRequestWithoutParam should be of the form "NewDescribeProductsByIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeProductsByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeProductsByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method DescribeProductsByIdRequest.SetAk should be of the form "SetAk ..." (golint)
    • Line 122: warning: exported type DescribeProductsByIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeProductsByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/client/DiskClient.go
    • Line 26: warning: exported type DiskClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDiskClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DiskClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DiskClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DiskClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DiskClient.DescribeSnapPolices should be of the form "DescribeSnapPolices ..." (golint)
    • Line 80: warning: comment on exported method DiskClient.ModifySnapshotAttribute should be of the form "ModifySnapshotAttribute ..." (golint)
    • Line 100: warning: comment on exported method DiskClient.DeleteSnapshots should be of the form "DeleteSnapshots ..." (golint)
    • Line 123: warning: comment on exported method DiskClient.UpdateSnapshotPolicy should be of the form "UpdateSnapshotPolicy ..." (golint)
    • Line 143: warning: comment on exported method DiskClient.DescribeSnapshotChain should be of the form "DescribeSnapshotChain ..." (golint)
    • Line 163: warning: comment on exported method DiskClient.DescribeSnapshotPolicyDiskRelations should be of the form "DescribeSnapshotPolicyDiskRelations ..." (golint)
    • Line 183: warning: comment on exported method DiskClient.DeleteSnapshotPolicy should be of the form "DeleteSnapshotPolicy ..." (golint)
    • Line 203: warning: comment on exported method DiskClient.DescribeDisk should be of the form "DescribeDisk ..." (golint)
    • Line 223: warning: comment on exported method DiskClient.ExtendDisk should be of the form "ExtendDisk ..." (golint)
    • Line 245: warning: comment on exported method DiskClient.DescribeVolumesIgnoreServiceCode should be of the form "DescribeVolumesIgnoreServiceCode ..." (golint)
    • Line 267: warning: comment on exported method DiskClient.ModifyDiskAttribute should be of the form "ModifyDiskAttribute ..." (golint)
    • Line 287: warning: comment on exported method DiskClient.ApplySnapshotPolicies should be of the form "ApplySnapshotPolicies ..." (golint)
    • Line 307: warning: comment on exported method DiskClient.DescribeSnapshotsCapacity should be of the form "DescribeSnapshotsCapacity ..." (golint)
    • Line 327: warning: comment on exported method DiskClient.CreateDisks should be of the form "CreateDisks ..." (golint)
    • Line 355: warning: comment on exported method DiskClient.DeleteSnapshot should be of the form "DeleteSnapshot ..." (golint)
    • Line 378: warning: comment on exported method DiskClient.DescribeSnapshots should be of the form "DescribeSnapshots ..." (golint)
    • Line 398: warning: comment on exported method DiskClient.RestoreDisk should be of the form "RestoreDisk ..." (golint)
    • Line 421: warning: comment on exported method DiskClient.CreateSnapshotPolicy should be of the form "CreateSnapshotPolicy ..." (golint)
    • Line 441: warning: comment on exported method DiskClient.DescribeSnapshotPolicies should be of the form "DescribeSnapshotPolicies ..." (golint)
    • Line 461: warning: comment on exported method DiskClient.DescribeDisks should be of the form "DescribeDisks ..." (golint)
    • Line 483: warning: comment on exported method DiskClient.DeleteDisk should be of the form "DeleteDisk ..." (golint)
    • Line 506: warning: comment on exported method DiskClient.CreateSnapshot should be of the form "CreateSnapshot ..." (golint)
    • Line 532: warning: comment on exported method DiskClient.DescribeSnapshot should be of the form "DescribeSnapshot ..." (golint)
    • Line 552: warning: comment on exported method DiskClient.DescribeQuota should be of the form "DescribeQuota ..." (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeAppList.go
    • Line 24: warning: exported type DescribeAppListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeAppListRequest should be of the form "NewDescribeAppListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAppListRequestWithAllParams should be of the form "NewDescribeAppListRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeAppListRequestWithoutParam should be of the form "NewDescribeAppListRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeAppListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeAppListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeAppListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeAppListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: exported type DescribeAppListResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeAppListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/UpdateSubUser.go
    • Line 24: warning: exported type UpdateSubUserRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewUpdateSubUserRequest should be of the form "NewUpdateSubUserRequest ..." (golint)
    • Line 58: warning: comment on exported function NewUpdateSubUserRequestWithAllParams should be of the form "NewUpdateSubUserRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateSubUserRequestWithoutParam should be of the form "NewUpdateSubUserRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method UpdateSubUserRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 97: warning: comment on exported method UpdateSubUserRequest.SetUpdateSubUserInfo should be of the form "SetUpdateSubUserInfo ..." (golint)
    • Line 108: warning: exported type UpdateSubUserResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type UpdateSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/PreviewCertificate.go
    • Line 23: warning: exported type PreviewCertificateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewPreviewCertificateRequest should be of the form "NewPreviewCertificateRequest ..." (golint)
    • Line 54: warning: comment on exported function NewPreviewCertificateRequestWithAllParams should be of the form "NewPreviewCertificateRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewPreviewCertificateRequestWithoutParam should be of the form "NewPreviewCertificateRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method PreviewCertificateRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method PreviewCertificateRequest.SetContent should be of the form "SetContent ..." (golint)
    • Line 104: warning: exported type PreviewCertificateResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type PreviewCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryStatisticsData.go
    • Line 24: warning: exported type QueryStatisticsDataRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewQueryStatisticsDataRequest should be of the form "NewQueryStatisticsDataRequest ..." (golint)
    • Line 76: warning: comment on exported function NewQueryStatisticsDataRequestWithAllParams should be of the form "NewQueryStatisticsDataRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewQueryStatisticsDataRequestWithoutParam should be of the form "NewQueryStatisticsDataRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method QueryStatisticsDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 139: warning: comment on exported method QueryStatisticsDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 144: warning: comment on exported method QueryStatisticsDataRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 149: warning: comment on exported method QueryStatisticsDataRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 154: warning: comment on exported method QueryStatisticsDataRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 159: warning: comment on exported method QueryStatisticsDataRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 164: warning: comment on exported method QueryStatisticsDataRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 169: warning: comment on exported method QueryStatisticsDataRequest.SetOrigin should be of the form "SetOrigin ..." (golint)
    • Line 174: warning: comment on exported method QueryStatisticsDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 179: warning: comment on exported method QueryStatisticsDataRequest.SetAbroad should be of the form "SetAbroad ..." (golint)
    • Line 190: warning: exported type QueryStatisticsDataResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type QueryStatisticsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DownloadStamps.go
    • Line 23: warning: exported type DownloadStampsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDownloadStampsRequest should be of the form "NewDownloadStampsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDownloadStampsRequestWithAllParams should be of the form "NewDownloadStampsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDownloadStampsRequestWithoutParam should be of the form "NewDownloadStampsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DownloadStampsRequest.SetStampId should be of the form "SetStampId ..." (golint)
    • Line 93: warning: exported type DownloadStampsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DownloadStampsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeKey.go
    • Line 24: warning: exported type DescribeKeyRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeKeyRequest should be of the form "NewDescribeKeyRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeKeyRequestWithAllParams should be of the form "NewDescribeKeyRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeKeyRequestWithoutParam should be of the form "NewDescribeKeyRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 94: warning: exported type DescribeKeyResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetURLRule.go
    • Line 24: warning: exported type SetURLRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetURLRuleRequest should be of the form "NewSetURLRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetURLRuleRequestWithAllParams should be of the form "NewSetURLRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetURLRuleRequestWithoutParam should be of the form "NewSetURLRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetURLRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 106: warning: comment on exported method SetURLRuleRequest.SetConfig should be of the form "SetConfig ..." (golint)
    • Line 111: warning: comment on exported method SetURLRuleRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 122: warning: exported type SetURLRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetURLRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListDomains.go
    • Line 24: warning: exported type ListDomainsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListDomainsRequest should be of the form "NewListDomainsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListDomainsRequestWithAllParams should be of the form "NewListDomainsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListDomainsRequestWithoutParam should be of the form "NewListDomainsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListDomainsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListDomainsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListDomainsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DeleteContainer.go
    • Line 23: warning: exported type DeleteContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteContainerRequest should be of the form "NewDeleteContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteContainerRequestWithAllParams should be of the form "NewDeleteContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteContainerRequestWithoutParam should be of the form "NewDeleteContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type DeleteContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateSecondaryCidr.go
    • Line 24: warning: exported type CreateSecondaryCidrRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateSecondaryCidrRequest should be of the form "NewCreateSecondaryCidrRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSecondaryCidrRequestWithAllParams should be of the form "NewCreateSecondaryCidrRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateSecondaryCidrRequestWithoutParam should be of the form "NewCreateSecondaryCidrRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateSecondaryCidrRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateSecondaryCidrRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateSecondaryCidrRequest.SetSecondaryCidrSpec should be of the form "SetSecondaryCidrSpec ..." (golint)
    • Line 125: warning: exported type CreateSecondaryCidrResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateSecondaryCidrResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/UpdateViTemplate.go
    • Line 23: warning: exported type UpdateViTemplateRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewUpdateViTemplateRequest should be of the form "NewUpdateViTemplateRequest ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateViTemplateRequestWithAllParams should be of the form "NewUpdateViTemplateRequestWithAllParams ..." (golint)
    • Line 125: warning: comment on exported function NewUpdateViTemplateRequestWithoutParam should be of the form "NewUpdateViTemplateRequestWithoutParam ..." (golint)
    • Line 138: warning: comment on exported method UpdateViTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 143: warning: comment on exported method UpdateViTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 149: warning: comment on exported method UpdateViTemplateRequest.SetShotInterval should be of the form "SetShotInterval ..." (golint)
    • Line 154: warning: comment on exported method UpdateViTemplateRequest.SetShotIntervalType should be of the form "SetShotIntervalType ..." (golint)
    • Line 159: warning: comment on exported method UpdateViTemplateRequest.SetShotFormat should be of the form "SetShotFormat ..." (golint)
    • Line 164: warning: comment on exported method UpdateViTemplateRequest.SetShotFrameType should be of the form "SetShotFrameType ..." (golint)
    • Line 169: warning: comment on exported method UpdateViTemplateRequest.SetShotWidth should be of the form "SetShotWidth ..." (golint)
    • Line 174: warning: comment on exported method UpdateViTemplateRequest.SetShotHeight should be of the form "SetShotHeight ..." (golint)
    • Line 179: warning: comment on exported method UpdateViTemplateRequest.SetShotFillType should be of the form "SetShotFillType ..." (golint)
    • Line 184: warning: comment on exported method UpdateViTemplateRequest.SetInspectItems should be of the form "SetInspectItems ..." (golint)
    • Line 195: warning: exported type UpdateViTemplateResponse should have comment or be unexported (golint)
    • Line 201: warning: exported type UpdateViTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/RebootVmInstanceById.go
    • Line 23: warning: exported type RebootVmInstanceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRebootVmInstanceByIdRequest should be of the form "NewRebootVmInstanceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRebootVmInstanceByIdRequestWithAllParams should be of the form "NewRebootVmInstanceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRebootVmInstanceByIdRequestWithoutParam should be of the form "NewRebootVmInstanceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RebootVmInstanceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method RebootVmInstanceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type RebootVmInstanceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RebootVmInstanceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataSourceTableFieldList.go
    • Line 24: warning: exported type DescribeDataSourceTableFieldListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeDataSourceTableFieldListRequest should be of the form "NewDescribeDataSourceTableFieldListRequest ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeDataSourceTableFieldListRequestWithAllParams should be of the form "NewDescribeDataSourceTableFieldListRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeDataSourceTableFieldListRequestWithoutParam should be of the form "NewDescribeDataSourceTableFieldListRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeDataSourceTableFieldListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeDataSourceTableFieldListRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 129: warning: comment on exported method DescribeDataSourceTableFieldListRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 134: warning: comment on exported method DescribeDataSourceTableFieldListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 139: warning: comment on exported method DescribeDataSourceTableFieldListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 150: warning: exported type DescribeDataSourceTableFieldListResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type DescribeDataSourceTableFieldListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/client/KmsClient.go
    • Line 26: warning: exported type KmsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewKmsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method KmsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method KmsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method KmsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method KmsClient.GetPublicKey should be of the form "GetPublicKey ..." (golint)
    • Line 80: warning: comment on exported method KmsClient.DescribeKeyList should be of the form "DescribeKeyList ..." (golint)
    • Line 100: warning: comment on exported method KmsClient.UpdateSecretVersion should be of the form "UpdateSecretVersion ..." (golint)
    • Line 120: warning: comment on exported method KmsClient.GenerateDataKey should be of the form "GenerateDataKey ..." (golint)
    • Line 140: warning: comment on exported method KmsClient.EnableKeyVersion should be of the form "EnableKeyVersion ..." (golint)
    • Line 160: warning: comment on exported method KmsClient.CreateSecret should be of the form "CreateSecret ..." (golint)
    • Line 180: warning: comment on exported method KmsClient.Encrypt should be of the form "Encrypt ..." (golint)
    • Line 200: warning: comment on exported method KmsClient.EnableKey should be of the form "EnableKey ..." (golint)
    • Line 220: warning: comment on exported method KmsClient.CancelKeyDeletion should be of the form "CancelKeyDeletion ..." (golint)
    • Line 240: warning: comment on exported method KmsClient.DeleteSecret should be of the form "DeleteSecret ..." (golint)
    • Line 260: warning: comment on exported method KmsClient.DisableSecret should be of the form "DisableSecret ..." (golint)
    • Line 280: warning: comment on exported method KmsClient.DisableSecretVersion should be of the form "DisableSecretVersion ..." (golint)
    • Line 300: warning: comment on exported method KmsClient.CreateKey should be of the form "CreateKey ..." (golint)
    • Line 320: warning: comment on exported method KmsClient.UpdateKeyDescription should be of the form "UpdateKeyDescription ..." (golint)
    • Line 342: warning: comment on exported method KmsClient.Sign should be of the form "Sign ..." (golint)
    • Line 362: warning: comment on exported method KmsClient.DescribeSecretVersionList should be of the form "DescribeSecretVersionList ..." (golint)
    • Line 382: warning: comment on exported method KmsClient.Validate should be of the form "Validate ..." (golint)
    • Line 402: warning: comment on exported method KmsClient.ExportSecret should be of the form "ExportSecret ..." (golint)
    • Line 422: warning: comment on exported method KmsClient.DeleteSecretVersion should be of the form "DeleteSecretVersion ..." (golint)
    • Line 442: warning: comment on exported method KmsClient.DescribeKey should be of the form "DescribeKey ..." (golint)
    • Line 462: warning: comment on exported method KmsClient.ImportSecret should be of the form "ImportSecret ..." (golint)
    • Line 482: warning: comment on exported method KmsClient.ScheduleKeyDeletion should be of the form "ScheduleKeyDeletion ..." (golint)
    • Line 502: warning: comment on exported method KmsClient.KeyRotation should be of the form "KeyRotation ..." (golint)
    • Line 522: warning: comment on exported method KmsClient.DescribeSecretList should be of the form "DescribeSecretList ..." (golint)
    • Line 542: warning: comment on exported method KmsClient.DescribeSecretVersionInfo should be of the form "DescribeSecretVersionInfo ..." (golint)
    • Line 562: warning: comment on exported method KmsClient.DisableKeyVersion should be of the form "DisableKeyVersion ..." (golint)
    • Line 582: warning: comment on exported method KmsClient.Decrypt should be of the form "Decrypt ..." (golint)
    • Line 602: warning: comment on exported method KmsClient.EnableSecret should be of the form "EnableSecret ..." (golint)
    • Line 622: warning: comment on exported method KmsClient.DisableKey should be of the form "DisableKey ..." (golint)
    • Line 642: warning: comment on exported method KmsClient.EnableSecretVersion should be of the form "EnableSecretVersion ..." (golint)
    • Line 662: warning: comment on exported method KmsClient.ScheduleKeyVersionDeletion should be of the form "ScheduleKeyVersionDeletion ..." (golint)
    • Line 682: warning: comment on exported method KmsClient.DescribeKeyDetail should be of the form "DescribeKeyDetail ..." (golint)
    • Line 702: warning: comment on exported method KmsClient.CreateSecretVersion should be of the form "CreateSecretVersion ..." (golint)
    • Line 722: warning: comment on exported method KmsClient.UpdateSecret should be of the form "UpdateSecret ..." (golint)
    • Line 742: warning: comment on exported method KmsClient.CancelKeyVersionDeletion should be of the form "CancelKeyVersionDeletion ..." (golint)
    • jdcloud-sdk-go/services/waf/apis/AddIps.go
    • Line 24: warning: exported type AddIpsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddIpsRequest should be of the form "NewAddIpsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddIpsRequestWithAllParams should be of the form "NewAddIpsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddIpsRequestWithoutParam should be of the form "NewAddIpsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddIpsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AddIpsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AddIpsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/VideoDetailList.go
    • Line 20: warning: exported type VideoDetailList should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Audio_time should be AudioTime (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Politics_frame_count should be PoliticsFrameCount (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Porn_frame_count should be PornFrameCount (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Terrorism_frame_count should be TerrorismFrameCount (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Politics_terrorism_frame_count should be PoliticsTerrorismFrameCount (golint)
    • Line 38: warning: don't use underscores in Go names; struct field Total_frame_count should be TotalFrameCount (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/CreateTask.go
    • Line 24: warning: exported type CreateTaskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateTaskRequest should be of the form "NewCreateTaskRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateTaskRequestWithAllParams should be of the form "NewCreateTaskRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateTaskRequestWithoutParam should be of the form "NewCreateTaskRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateTaskRequest.SetTaskSpec should be of the form "SetTaskSpec ..." (golint)
    • Line 108: warning: exported type CreateTaskResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ModifyDomainTempInst.go
    • Line 23: warning: exported type ModifyDomainTempInstRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyDomainTempInstRequest should be of the form "NewModifyDomainTempInstRequest ..." (golint)
    • Line 57: warning: comment on exported function NewModifyDomainTempInstRequestWithAllParams should be of the form "NewModifyDomainTempInstRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewModifyDomainTempInstRequestWithoutParam should be of the form "NewModifyDomainTempInstRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ModifyDomainTempInstRequest.SetTempId should be of the form "SetTempId ..." (golint)
    • Line 102: warning: comment on exported method ModifyDomainTempInstRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 107: warning: comment on exported method ModifyDomainTempInstRequest.SetInstName should be of the form "SetInstName ..." (golint)
    • Line 112: warning: comment on exported method ModifyDomainTempInstRequest.SetInstProInfoMap should be of the form "SetInstProInfoMap ..." (golint)
    • Line 123: warning: exported type ModifyDomainTempInstResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type ModifyDomainTempInstResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/CreateContainers.go
    • Line 24: warning: exported type CreateContainersRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateContainersRequest should be of the form "NewCreateContainersRequest ..." (golint)
    • Line 67: warning: comment on exported function NewCreateContainersRequestWithAllParams should be of the form "NewCreateContainersRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewCreateContainersRequestWithoutParam should be of the form "NewCreateContainersRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method CreateContainersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method CreateContainersRequest.SetContainerSpec should be of the form "SetContainerSpec ..." (golint)
    • Line 117: warning: comment on exported method CreateContainersRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 122: warning: comment on exported method CreateContainersRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 133: warning: exported type CreateContainersResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type CreateContainersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/PutMetricData.go
    • Line 24: warning: exported type PutMetricDataRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewPutMetricDataRequest should be of the form "NewPutMetricDataRequest ..." (golint)
    • Line 49: warning: comment on exported function NewPutMetricDataRequestWithAllParams should be of the form "NewPutMetricDataRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewPutMetricDataRequestWithoutParam should be of the form "NewPutMetricDataRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method PutMetricDataRequest.SetMetricDataList should be of the form "SetMetricDataList ..." (golint)
    • Line 91: warning: exported type PutMetricDataResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type PutMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/SetImportFileShared.go
    • Line 23: warning: exported type SetImportFileSharedRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetImportFileSharedRequest should be of the form "NewSetImportFileSharedRequest ..." (golint)
    • Line 69: warning: comment on exported function NewSetImportFileSharedRequestWithAllParams should be of the form "NewSetImportFileSharedRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewSetImportFileSharedRequestWithoutParam should be of the form "NewSetImportFileSharedRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method SetImportFileSharedRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method SetImportFileSharedRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method SetImportFileSharedRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 124: warning: comment on exported method SetImportFileSharedRequest.SetShared should be of the form "SetShared ..." (golint)
    • Line 135: warning: exported type SetImportFileSharedResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type SetImportFileSharedResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeBackendConfigs.go
    • Line 25: warning: exported type DescribeBackendConfigsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeBackendConfigsRequest should be of the form "NewDescribeBackendConfigsRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeBackendConfigsRequestWithAllParams should be of the form "NewDescribeBackendConfigsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeBackendConfigsRequestWithoutParam should be of the form "NewDescribeBackendConfigsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeBackendConfigsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeBackendConfigsRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 132: warning: comment on exported method DescribeBackendConfigsRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 137: warning: comment on exported method DescribeBackendConfigsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 142: warning: comment on exported method DescribeBackendConfigsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeBackendConfigsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 159: warning: exported type DescribeBackendConfigsResponse should have comment or be unexported (golint)
    • Line 165: warning: exported type DescribeBackendConfigsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetActionLog.go
    • Line 24: warning: exported type GetActionLogRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewGetActionLogRequest should be of the form "NewGetActionLogRequest ..." (golint)
    • Line 85: warning: comment on exported function NewGetActionLogRequestWithAllParams should be of the form "NewGetActionLogRequestWithAllParams ..." (golint)
    • Line 103: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 124: warning: comment on exported function NewGetActionLogRequestWithoutParam should be of the form "NewGetActionLogRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method GetActionLogRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 142: warning: comment on exported method GetActionLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 147: warning: comment on exported method GetActionLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 152: warning: comment on exported method GetActionLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 157: warning: comment on exported method GetActionLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 162: warning: comment on exported method GetActionLogRequest.SetKeyWord should be of the form "SetKeyWord ..." (golint)
    • Line 167: warning: comment on exported method GetActionLogRequest.SetSuccess should be of the form "SetSuccess ..." (golint)
    • Line 172: warning: comment on exported method GetActionLogRequest.SetType should be of the form "SetType ..." (golint)
    • Line 173: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 183: warning: exported type GetActionLogResponse should have comment or be unexported (golint)
    • Line 189: warning: exported type GetActionLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/client/YundingdatapushClient.go
    • Line 26: warning: exported type YundingdatapushClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewYundingdatapushClient should have comment or be unexported (golint)
    • Line 48: warning: exported method YundingdatapushClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method YundingdatapushClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method YundingdatapushClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method YundingdatapushClient.AddDatapushVender should be of the form "AddDatapushVender ..." (golint)
    • Line 80: warning: comment on exported method YundingdatapushClient.CreateOrderSync should be of the form "CreateOrderSync ..." (golint)
    • Line 100: warning: comment on exported method YundingdatapushClient.DescribeDatapushVenders should be of the form "DescribeDatapushVenders ..." (golint)
    • Line 120: warning: comment on exported method YundingdatapushClient.DescribeRdsInstances should be of the form "DescribeRdsInstances ..." (golint)
    • Line 140: warning: comment on exported method YundingdatapushClient.DeleteDatapushVender should be of the form "DeleteDatapushVender ..." (golint)
    • jdcloud-sdk-go/services/ias/apis/GetApp.go
    • Line 23: warning: exported type GetAppRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGetAppRequest should be of the form "NewGetAppRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGetAppRequestWithAllParams should be of the form "NewGetAppRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGetAppRequestWithoutParam should be of the form "NewGetAppRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GetAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GetAppRequest.SetClientId should be of the form "SetClientId ..." (golint)
    • Line 107: warning: exported type GetAppResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GetAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/RemoveLoongrayDevice.go
    • Line 23: warning: exported type RemoveLoongrayDeviceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRemoveLoongrayDeviceRequest should be of the form "NewRemoveLoongrayDeviceRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRemoveLoongrayDeviceRequestWithAllParams should be of the form "NewRemoveLoongrayDeviceRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRemoveLoongrayDeviceRequestWithoutParam should be of the form "NewRemoveLoongrayDeviceRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RemoveLoongrayDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 114: warning: comment on exported method RemoveLoongrayDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method RemoveLoongrayDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method RemoveLoongrayDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 135: warning: exported type RemoveLoongrayDeviceResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RemoveLoongrayDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeBlackListRuleOfWebRule.go
    • Line 24: warning: exported type DescribeBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeBlackListRuleOfWebRuleRequest should be of the form "NewDescribeBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewDescribeBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewDescribeBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method DescribeBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method DescribeBlackListRuleOfWebRuleRequest.SetWebBlackListRuleId should be of the form "SetWebBlackListRuleId ..." (golint)
    • Line 136: warning: exported type DescribeBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/CreateRepository.go
    • Line 24: warning: exported type CreateRepositoryRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateRepositoryRequest should be of the form "NewCreateRepositoryRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateRepositoryRequestWithAllParams should be of the form "NewCreateRepositoryRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateRepositoryRequestWithoutParam should be of the form "NewCreateRepositoryRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateRepositoryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method CreateRepositoryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 125: warning: comment on exported method CreateRepositoryRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 132: warning: comment on exported method CreateRepositoryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 144: warning: exported type CreateRepositoryResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type CreateRepositoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeSubUsers.go
    • Line 24: warning: exported type DescribeSubUsersRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeSubUsersRequest should be of the form "NewDescribeSubUsersRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSubUsersRequestWithAllParams should be of the form "NewDescribeSubUsersRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeSubUsersRequestWithoutParam should be of the form "NewDescribeSubUsersRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeSubUsersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method DescribeSubUsersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method DescribeSubUsersRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 113: warning: comment on exported method DescribeSubUsersRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 124: warning: exported type DescribeSubUsersResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeSubUsersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DisassociateSecurityGroup.go
    • Line 23: warning: exported type DisassociateSecurityGroupRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateSecurityGroupRequest should be of the form "NewDisassociateSecurityGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateSecurityGroupRequestWithAllParams should be of the form "NewDisassociateSecurityGroupRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateSecurityGroupRequestWithoutParam should be of the form "NewDisassociateSecurityGroupRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateSecurityGroupRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateSecurityGroupRequest.SetSecurityGroupIds should be of the form "SetSecurityGroupIds ..." (golint)
    • Line 121: warning: exported type DisassociateSecurityGroupResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateUserDomain.go
    • Line 23: warning: exported type CreateUserDomainRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateUserDomainRequest should be of the form "NewCreateUserDomainRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateUserDomainRequestWithAllParams should be of the form "NewCreateUserDomainRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateUserDomainRequestWithoutParam should be of the form "NewCreateUserDomainRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateUserDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateUserDomainRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 116: warning: comment on exported method CreateUserDomainRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 121: warning: comment on exported method CreateUserDomainRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 132: warning: exported type CreateUserDomainResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateUserDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeMessageTrace.go
    • Line 24: warning: exported type DescribeMessageTraceRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeMessageTraceRequest should be of the form "NewDescribeMessageTraceRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeMessageTraceRequestWithAllParams should be of the form "NewDescribeMessageTraceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeMessageTraceRequestWithoutParam should be of the form "NewDescribeMessageTraceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeMessageTraceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeMessageTraceRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 111: warning: comment on exported method DescribeMessageTraceRequest.SetMessageId should be of the form "SetMessageId ..." (golint)
    • Line 122: warning: exported type DescribeMessageTraceResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeMessageTraceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/QueryCreditList.go
    • Line 24: warning: exported type QueryCreditListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQueryCreditListRequest should be of the form "NewQueryCreditListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewQueryCreditListRequestWithAllParams should be of the form "NewQueryCreditListRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryCreditListRequestWithoutParam should be of the form "NewQueryCreditListRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryCreditListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method QueryCreditListRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 120: warning: comment on exported method QueryCreditListRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 125: warning: comment on exported method QueryCreditListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: exported type QueryCreditListResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type QueryCreditListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/BatchDeleteVqdTasks.go
    • Line 23: warning: exported type BatchDeleteVqdTasksRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewBatchDeleteVqdTasksRequest should be of the form "NewBatchDeleteVqdTasksRequest ..." (golint)
    • Line 51: warning: comment on exported function NewBatchDeleteVqdTasksRequestWithAllParams should be of the form "NewBatchDeleteVqdTasksRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewBatchDeleteVqdTasksRequestWithoutParam should be of the form "NewBatchDeleteVqdTasksRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method BatchDeleteVqdTasksRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 93: warning: exported type BatchDeleteVqdTasksResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type BatchDeleteVqdTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshotChain.go
    • Line 23: warning: exported type DescribeSnapshotChainRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeSnapshotChainRequest should be of the form "NewDescribeSnapshotChainRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeSnapshotChainRequestWithAllParams should be of the form "NewDescribeSnapshotChainRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDescribeSnapshotChainRequestWithoutParam should be of the form "NewDescribeSnapshotChainRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DescribeSnapshotChainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method DescribeSnapshotChainRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 104: warning: comment on exported method DescribeSnapshotChainRequest.SetSnapshotId should be of the form "SetSnapshotId ..." (golint)
    • Line 115: warning: exported type DescribeSnapshotChainResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DescribeSnapshotChainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryNetProtectionRules.go
    • Line 24: warning: exported type QueryNetProtectionRulesRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewQueryNetProtectionRulesRequest should be of the form "NewQueryNetProtectionRulesRequest ..." (golint)
    • Line 46: warning: comment on exported function NewQueryNetProtectionRulesRequestWithAllParams should be of the form "NewQueryNetProtectionRulesRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewQueryNetProtectionRulesRequestWithoutParam should be of the form "NewQueryNetProtectionRulesRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type QueryNetProtectionRulesResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type QueryNetProtectionRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleBlackList.go
    • Line 23: warning: exported type EnableWebRuleBlackListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleBlackListRequest should be of the form "NewEnableWebRuleBlackListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleBlackListRequestWithAllParams should be of the form "NewEnableWebRuleBlackListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleBlackListRequestWithoutParam should be of the form "NewEnableWebRuleBlackListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleBlackListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleBlackListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleBlackListRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleBlackListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/client/KubernetesClient.go
    • Line 26: warning: exported type KubernetesClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewKubernetesClient should have comment or be unexported (golint)
    • Line 48: warning: exported method KubernetesClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method KubernetesClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method KubernetesClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method KubernetesClient.DeleteNodeGroup should be of the form "DeleteNodeGroup ..." (golint)
    • Line 80: warning: comment on exported method KubernetesClient.DeleteNodeInstances should be of the form "DeleteNodeInstances ..." (golint)
    • Line 100: warning: comment on exported method KubernetesClient.DescribeNodeGroups should be of the form "DescribeNodeGroups ..." (golint)
    • Line 120: warning: comment on exported method KubernetesClient.DescribeUpgradableNodeVersions should be of the form "DescribeUpgradableNodeVersions ..." (golint)
    • Line 140: warning: comment on exported method KubernetesClient.SetAddons should be of the form "SetAddons ..." (golint)
    • Line 160: warning: comment on exported method KubernetesClient.CreateNodeGroup should be of the form "CreateNodeGroup ..." (golint)
    • Line 182: warning: comment on exported method KubernetesClient.DeleteCluster should be of the form "DeleteCluster ..." (golint)
    • Line 202: warning: comment on exported method KubernetesClient.ModifyNodeGroup should be of the form "ModifyNodeGroup ..." (golint)
    • Line 222: warning: comment on exported method KubernetesClient.SetUserMetrics should be of the form "SetUserMetrics ..." (golint)
    • Line 242: warning: comment on exported method KubernetesClient.SetNodeGroupSize should be of the form "SetNodeGroupSize ..." (golint)
    • Line 262: warning: comment on exported method KubernetesClient.DescribeServerConfig should be of the form "DescribeServerConfig ..." (golint)
    • Line 282: warning: comment on exported method KubernetesClient.UpgradeCluster should be of the form "UpgradeCluster ..." (golint)
    • Line 302: warning: comment on exported method KubernetesClient.DescribeVersions should be of the form "DescribeVersions ..." (golint)
    • Line 322: warning: comment on exported method KubernetesClient.SetAutoRepair should be of the form "SetAutoRepair ..." (golint)
    • Line 342: warning: comment on exported method KubernetesClient.SetNodeGroupCA should be of the form "SetNodeGroupCA ..." (golint)
    • Line 362: warning: comment on exported method KubernetesClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 382: warning: comment on exported method KubernetesClient.DescribeNodeGroup should be of the form "DescribeNodeGroup ..." (golint)
    • Line 402: warning: comment on exported method KubernetesClient.DescribeProgress should be of the form "DescribeProgress ..." (golint)
    • Line 422: warning: comment on exported method KubernetesClient.DescribeNodeVersion should be of the form "DescribeNodeVersion ..." (golint)
    • Line 442: warning: comment on exported method KubernetesClient.RollbackNodeGroupUpgrade should be of the form "RollbackNodeGroupUpgrade ..." (golint)
    • Line 462: warning: comment on exported method KubernetesClient.AbortUpgrade should be of the form "AbortUpgrade ..." (golint)
    • Line 482: warning: comment on exported method KubernetesClient.DescribeUpgradableMasterVersions should be of the form "DescribeUpgradableMasterVersions ..." (golint)
    • Line 502: warning: comment on exported method KubernetesClient.SetAutoUpgrade should be of the form "SetAutoUpgrade ..." (golint)
    • Line 522: warning: comment on exported method KubernetesClient.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 558: warning: comment on exported method KubernetesClient.DescribeCluster should be of the form "DescribeCluster ..." (golint)
    • Line 578: warning: comment on exported method KubernetesClient.ModifyCluster should be of the form "ModifyCluster ..." (golint)
    • Line 598: warning: comment on exported method KubernetesClient.DescribeClusters should be of the form "DescribeClusters ..." (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryAuthGroupList.go
    • Line 24: warning: exported type QueryAuthGroupListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryAuthGroupListRequest should be of the form "NewQueryAuthGroupListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryAuthGroupListRequestWithAllParams should be of the form "NewQueryAuthGroupListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryAuthGroupListRequestWithoutParam should be of the form "NewQueryAuthGroupListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryAuthGroupListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryAuthGroupListRequest.SetAuthUserType should be of the form "SetAuthUserType ..." (golint)
    • Line 108: warning: exported type QueryAuthGroupListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryAuthGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifyInstance.go
    • Line 23: warning: exported type ModifyInstanceRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyInstanceRequest should be of the form "NewModifyInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceRequestWithAllParams should be of the form "NewModifyInstanceRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyInstanceRequestWithoutParam should be of the form "NewModifyInstanceRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 113: warning: comment on exported method ModifyInstanceRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyInstanceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyInstanceResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRuleWhiteListUsage.go
    • Line 23: warning: exported type DescribeWebRuleWhiteListUsageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeWebRuleWhiteListUsageRequest should be of the form "NewDescribeWebRuleWhiteListUsageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeWebRuleWhiteListUsageRequestWithAllParams should be of the form "NewDescribeWebRuleWhiteListUsageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeWebRuleWhiteListUsageRequestWithoutParam should be of the form "NewDescribeWebRuleWhiteListUsageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeWebRuleWhiteListUsageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeWebRuleWhiteListUsageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeWebRuleWhiteListUsageRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DescribeWebRuleWhiteListUsageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeWebRuleWhiteListUsageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribeSecret.go
    • Line 24: warning: exported type DescribeSecretRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSecretRequest should be of the form "NewDescribeSecretRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSecretRequestWithAllParams should be of the form "NewDescribeSecretRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSecretRequestWithoutParam should be of the form "NewDescribeSecretRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSecretRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSecretRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type DescribeSecretResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamDomainWatermark.go
    • Line 23: warning: exported type AddLiveStreamDomainWatermarkRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddLiveStreamDomainWatermarkRequest should be of the form "NewAddLiveStreamDomainWatermarkRequest ..." (golint)
    • Line 59: warning: comment on exported function NewAddLiveStreamDomainWatermarkRequestWithAllParams should be of the form "NewAddLiveStreamDomainWatermarkRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewAddLiveStreamDomainWatermarkRequestWithoutParam should be of the form "NewAddLiveStreamDomainWatermarkRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method AddLiveStreamDomainWatermarkRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 99: warning: comment on exported method AddLiveStreamDomainWatermarkRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 111: warning: exported type AddLiveStreamDomainWatermarkResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type AddLiveStreamDomainWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteBackup.go
    • Line 23: warning: exported type DeleteBackupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackupRequest should be of the form "NewDeleteBackupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackupRequestWithAllParams should be of the form "NewDeleteBackupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackupRequestWithoutParam should be of the form "NewDeleteBackupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackupRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 107: warning: exported type DeleteBackupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListIps.go
    • Line 24: warning: exported type ListIpsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListIpsRequest should be of the form "NewListIpsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListIpsRequestWithAllParams should be of the form "NewListIpsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListIpsRequestWithoutParam should be of the form "NewListIpsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListIpsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListIpsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListIpsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/ModifyInstanceNetworkAttribute.go
    • Line 24: warning: exported type ModifyInstanceNetworkAttributeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceNetworkAttributeRequest should be of the form "NewModifyInstanceNetworkAttributeRequest ..." (golint)
    • Line 61: warning: comment on exported function NewModifyInstanceNetworkAttributeRequestWithAllParams should be of the form "NewModifyInstanceNetworkAttributeRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewModifyInstanceNetworkAttributeRequestWithoutParam should be of the form "NewModifyInstanceNetworkAttributeRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method ModifyInstanceNetworkAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceNetworkAttributeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceNetworkAttributeRequest.SetNetworks should be of the form "SetNetworks ..." (golint)
    • Line 119: warning: exported type ModifyInstanceNetworkAttributeResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type ModifyInstanceNetworkAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/renewal/client/RenewalClient.go
    • Line 26: warning: exported type RenewalClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewRenewalClient should have comment or be unexported (golint)
    • Line 48: warning: exported method RenewalClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method RenewalClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method RenewalClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method RenewalClient.SetRenewal should be of the form "SetRenewal ..." (golint)
    • Line 80: warning: comment on exported method RenewalClient.RenewInstance should be of the form "RenewInstance ..." (golint)
    • Line 100: warning: comment on exported method RenewalClient.QueryInstance should be of the form "QueryInstance ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainsLog.go
    • Line 24: warning: exported type QueryDomainsLogRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryDomainsLogRequest should be of the form "NewQueryDomainsLogRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryDomainsLogRequestWithAllParams should be of the form "NewQueryDomainsLogRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryDomainsLogRequestWithoutParam should be of the form "NewQueryDomainsLogRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryDomainsLogRequest.SetDomains should be of the form "SetDomains ..." (golint)
    • Line 109: warning: comment on exported method QueryDomainsLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 114: warning: comment on exported method QueryDomainsLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 119: warning: comment on exported method QueryDomainsLogRequest.SetInterval should be of the form "SetInterval ..." (golint)
    • Line 124: warning: comment on exported method QueryDomainsLogRequest.SetLogType should be of the form "SetLogType ..." (golint)
    • Line 135: warning: exported type QueryDomainsLogResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type QueryDomainsLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsAccountsByInstIdAndAccountName.go
    • Line 24: warning: exported type GetRdsAccountsByInstIdAndAccountNameRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetRdsAccountsByInstIdAndAccountNameRequest should be of the form "NewGetRdsAccountsByInstIdAndAccountNameRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetRdsAccountsByInstIdAndAccountNameRequestWithAllParams should be of the form "NewGetRdsAccountsByInstIdAndAccountNameRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetRdsAccountsByInstIdAndAccountNameRequestWithoutParam should be of the form "NewGetRdsAccountsByInstIdAndAccountNameRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetRdsAccountsByInstIdAndAccountNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetRdsAccountsByInstIdAndAccountNameRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 111: warning: comment on exported method GetRdsAccountsByInstIdAndAccountNameRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 122: warning: exported type GetRdsAccountsByInstIdAndAccountNameResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetRdsAccountsByInstIdAndAccountNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetDomainAntiConfig.go
    • Line 24: warning: exported type GetDomainAntiConfigRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetDomainAntiConfigRequest should be of the form "NewGetDomainAntiConfigRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetDomainAntiConfigRequestWithAllParams should be of the form "NewGetDomainAntiConfigRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetDomainAntiConfigRequestWithoutParam should be of the form "NewGetDomainAntiConfigRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetDomainAntiConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetDomainAntiConfigRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method GetDomainAntiConfigRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type GetDomainAntiConfigResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetDomainAntiConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/CreateInstance.go
    • Line 25: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method CreateInstanceRequest.SetInstance should be of the form "SetInstance ..." (golint)
    • Line 109: warning: comment on exported method CreateInstanceRequest.SetCharge should be of the form "SetCharge ..." (golint)
    • Line 120: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 126: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/ResizeTTY.go
    • Line 23: warning: exported type ResizeTTYRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewResizeTTYRequest should be of the form "NewResizeTTYRequest ..." (golint)
    • Line 72: warning: comment on exported function NewResizeTTYRequestWithAllParams should be of the form "NewResizeTTYRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewResizeTTYRequestWithoutParam should be of the form "NewResizeTTYRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ResizeTTYRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ResizeTTYRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 125: warning: comment on exported method ResizeTTYRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 130: warning: comment on exported method ResizeTTYRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 135: warning: comment on exported method ResizeTTYRequest.SetExecId should be of the form "SetExecId ..." (golint)
    • Line 146: warning: exported type ResizeTTYResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type ResizeTTYResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryCustomizedDirBandWidth.go
    • Line 24: warning: exported type QueryCustomizedDirBandWidthRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQueryCustomizedDirBandWidthRequest should be of the form "NewQueryCustomizedDirBandWidthRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryCustomizedDirBandWidthRequestWithAllParams should be of the form "NewQueryCustomizedDirBandWidthRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewQueryCustomizedDirBandWidthRequestWithoutParam should be of the form "NewQueryCustomizedDirBandWidthRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method QueryCustomizedDirBandWidthRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 103: warning: comment on exported method QueryCustomizedDirBandWidthRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 108: warning: comment on exported method QueryCustomizedDirBandWidthRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 113: warning: comment on exported method QueryCustomizedDirBandWidthRequest.SetDir should be of the form "SetDir ..." (golint)
    • Line 124: warning: exported type QueryCustomizedDirBandWidthResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type QueryCustomizedDirBandWidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeRegistry.go
    • Line 24: warning: exported type DescribeRegistryRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRegistryRequest should be of the form "NewDescribeRegistryRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRegistryRequestWithAllParams should be of the form "NewDescribeRegistryRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRegistryRequestWithoutParam should be of the form "NewDescribeRegistryRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 108: warning: exported type DescribeRegistryResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainAllConfigClassify.go
    • Line 24: warning: exported type QueryDomainAllConfigClassifyRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryDomainAllConfigClassifyRequest should be of the form "NewQueryDomainAllConfigClassifyRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryDomainAllConfigClassifyRequestWithAllParams should be of the form "NewQueryDomainAllConfigClassifyRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryDomainAllConfigClassifyRequestWithoutParam should be of the form "NewQueryDomainAllConfigClassifyRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryDomainAllConfigClassifyRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryDomainAllConfigClassifyResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryDomainAllConfigClassifyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableAudit.go
    • Line 23: warning: exported type EnableAuditRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableAuditRequest should be of the form "NewEnableAuditRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableAuditRequestWithAllParams should be of the form "NewEnableAuditRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableAuditRequestWithoutParam should be of the form "NewEnableAuditRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableAuditResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateRefreshTaskForCallbackV2.go
    • Line 24: warning: exported type CreateRefreshTaskForCallbackV2Request should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateRefreshTaskForCallbackV2Request should be of the form "NewCreateRefreshTaskForCallbackV2Request ..." (golint)
    • Line 52: warning: comment on exported function NewCreateRefreshTaskForCallbackV2RequestWithAllParams should be of the form "NewCreateRefreshTaskForCallbackV2RequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewCreateRefreshTaskForCallbackV2RequestWithoutParam should be of the form "NewCreateRefreshTaskForCallbackV2RequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method CreateRefreshTaskForCallbackV2Request.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 91: warning: comment on exported method CreateRefreshTaskForCallbackV2Request.SetUrlItems should be of the form "SetUrlItems ..." (golint)
    • Line 102: warning: exported type CreateRefreshTaskForCallbackV2Response should have comment or be unexported (golint)
    • Line 108: warning: exported type CreateRefreshTaskForCallbackV2Result should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/DeleteCredit.go
    • Line 24: warning: exported type DeleteCreditRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteCreditRequest should be of the form "NewDeleteCreditRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteCreditRequestWithAllParams should be of the form "NewDeleteCreditRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteCreditRequestWithoutParam should be of the form "NewDeleteCreditRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteCreditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteCreditRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 111: warning: comment on exported method DeleteCreditRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 122: warning: exported type DeleteCreditResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteCreditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyActiveDirectory.go
    • Line 23: warning: exported type ModifyActiveDirectoryRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyActiveDirectoryRequest should be of the form "NewModifyActiveDirectoryRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModifyActiveDirectoryRequestWithAllParams should be of the form "NewModifyActiveDirectoryRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifyActiveDirectoryRequestWithoutParam should be of the form "NewModifyActiveDirectoryRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifyActiveDirectoryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifyActiveDirectoryRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ModifyActiveDirectoryRequest.SetAdResourceId should be of the form "SetAdResourceId ..." (golint)
    • Line 124: warning: comment on exported method ModifyActiveDirectoryRequest.SetForceRestart should be of the form "SetForceRestart ..." (golint)
    • Line 135: warning: exported type ModifyActiveDirectoryResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModifyActiveDirectoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/EnableAlarms.go
    • Line 23: warning: exported type EnableAlarmsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableAlarmsRequest should be of the form "NewEnableAlarmsRequest ..." (golint)
    • Line 54: warning: comment on exported function NewEnableAlarmsRequestWithAllParams should be of the form "NewEnableAlarmsRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewEnableAlarmsRequestWithoutParam should be of the form "NewEnableAlarmsRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method EnableAlarmsRequest.SetAlarmIds should be of the form "SetAlarmIds ..." (golint)
    • Line 93: warning: comment on exported method EnableAlarmsRequest.SetState should be of the form "SetState ..." (golint)
    • Line 104: warning: exported type EnableAlarmsResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type EnableAlarmsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetHeader.go
    • Line 23: warning: exported type SetHeaderRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewSetHeaderRequest should be of the form "NewSetHeaderRequest ..." (golint)
    • Line 85: warning: comment on exported function NewSetHeaderRequestWithAllParams should be of the form "NewSetHeaderRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewSetHeaderRequestWithoutParam should be of the form "NewSetHeaderRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method SetHeaderRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 138: warning: comment on exported method SetHeaderRequest.SetHeaderName should be of the form "SetHeaderName ..." (golint)
    • Line 151: warning: comment on exported method SetHeaderRequest.SetHeaderValue should be of the form "SetHeaderValue ..." (golint)
    • Line 156: warning: comment on exported method SetHeaderRequest.SetHeaderType should be of the form "SetHeaderType ..." (golint)
    • Line 167: warning: exported type SetHeaderResponse should have comment or be unexported (golint)
    • Line 173: warning: exported type SetHeaderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/CreateKey.go
    • Line 24: warning: exported type CreateKeyRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateKeyRequest should be of the form "NewCreateKeyRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateKeyRequestWithAllParams should be of the form "NewCreateKeyRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateKeyRequestWithoutParam should be of the form "NewCreateKeyRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateKeyRequest.SetKeyCfg should be of the form "SetKeyCfg ..." (golint)
    • Line 94: warning: exported type CreateKeyResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateBackendConfig.go
    • Line 24: warning: exported type UpdateBackendConfigRequest should have comment or be unexported (golint)
    • Line 80: warning: comment on exported function NewUpdateBackendConfigRequest should be of the form "NewUpdateBackendConfigRequest ..." (golint)
    • Line 115: warning: comment on exported function NewUpdateBackendConfigRequestWithAllParams should be of the form "NewUpdateBackendConfigRequestWithAllParams ..." (golint)
    • Line 181: warning: comment on exported function NewUpdateBackendConfigRequestWithoutParam should be of the form "NewUpdateBackendConfigRequestWithoutParam ..." (golint)
    • Line 194: warning: comment on exported method UpdateBackendConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 199: warning: comment on exported method UpdateBackendConfigRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 204: warning: comment on exported method UpdateBackendConfigRequest.SetBackendConfigId should be of the form "SetBackendConfigId ..." (golint)
    • Line 209: warning: comment on exported method UpdateBackendConfigRequest.SetBaseGroupId should be of the form "SetBaseGroupId ..." (golint)
    • Line 214: warning: comment on exported method UpdateBackendConfigRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 219: warning: comment on exported method UpdateBackendConfigRequest.SetBackendUrl should be of the form "SetBackendUrl ..." (golint)
    • Line 224: warning: comment on exported method UpdateBackendConfigRequest.SetBackendServiceType should be of the form "SetBackendServiceType ..." (golint)
    • Line 229: warning: comment on exported method UpdateBackendConfigRequest.SetHeaderParams should be of the form "SetHeaderParams ..." (golint)
    • Line 234: warning: comment on exported method UpdateBackendConfigRequest.SetQueryParams should be of the form "SetQueryParams ..." (golint)
    • Line 239: warning: comment on exported method UpdateBackendConfigRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 244: warning: comment on exported method UpdateBackendConfigRequest.SetCreateTime should be of the form "SetCreateTime ..." (golint)
    • Line 249: warning: comment on exported method UpdateBackendConfigRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 254: warning: comment on exported method UpdateBackendConfigRequest.SetUserSort should be of the form "SetUserSort ..." (golint)
    • Line 259: warning: comment on exported method UpdateBackendConfigRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 264: warning: comment on exported method UpdateBackendConfigRequest.SetJdsfParam should be of the form "SetJdsfParam ..." (golint)
    • Line 269: warning: comment on exported method UpdateBackendConfigRequest.SetJdsfRegion should be of the form "SetJdsfRegion ..." (golint)
    • Line 274: warning: comment on exported method UpdateBackendConfigRequest.SetJdsfPin should be of the form "SetJdsfPin ..." (golint)
    • Line 285: warning: exported type UpdateBackendConfigResponse should have comment or be unexported (golint)
    • Line 291: warning: exported type UpdateBackendConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DetachDisk.go
    • Line 23: warning: exported type DetachDiskRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDetachDiskRequest should be of the form "NewDetachDiskRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDetachDiskRequestWithAllParams should be of the form "NewDetachDiskRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDetachDiskRequestWithoutParam should be of the form "NewDetachDiskRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DetachDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DetachDiskRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method DetachDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 121: warning: comment on exported method DetachDiskRequest.SetForce should be of the form "SetForce ..." (golint)
    • Line 132: warning: exported type DetachDiskResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DetachDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeAttackStatistics.go
    • Line 23: warning: exported type DescribeAttackStatisticsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeAttackStatisticsRequest should be of the form "NewDescribeAttackStatisticsRequest ..." (golint)
    • Line 53: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 69: warning: comment on exported function NewDescribeAttackStatisticsRequestWithAllParams should be of the form "NewDescribeAttackStatisticsRequestWithAllParams ..." (golint)
    • Line 81: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 99: warning: comment on exported function NewDescribeAttackStatisticsRequestWithoutParam should be of the form "NewDescribeAttackStatisticsRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeAttackStatisticsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeAttackStatisticsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 122: warning: comment on exported method DescribeAttackStatisticsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 127: warning: comment on exported method DescribeAttackStatisticsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeAttackStatisticsRequest.SetType should be of the form "SetType ..." (golint)
    • Line 133: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 143: warning: exported type DescribeAttackStatisticsResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeAttackStatisticsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/InterruptLiveStream.go
    • Line 23: warning: exported type InterruptLiveStreamRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewInterruptLiveStreamRequest should be of the form "NewInterruptLiveStreamRequest ..." (golint)
    • Line 63: warning: comment on exported function NewInterruptLiveStreamRequestWithAllParams should be of the form "NewInterruptLiveStreamRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewInterruptLiveStreamRequestWithoutParam should be of the form "NewInterruptLiveStreamRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method InterruptLiveStreamRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 105: warning: comment on exported method InterruptLiveStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 110: warning: comment on exported method InterruptLiveStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 121: warning: exported type InterruptLiveStreamResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type InterruptLiveStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/captcha/client/CaptchaClient.go
    • Line 26: warning: exported type CaptchaClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCaptchaClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CaptchaClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CaptchaClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CaptchaClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CaptchaClient.GetSessionId should be of the form "GetSessionId ..." (golint)
    • Line 80: warning: comment on exported method CaptchaClient.VerifyToken should be of the form "VerifyToken ..." (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeUserView.go
    • Line 24: warning: exported type DescribeUserViewRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeUserViewRequest should be of the form "NewDescribeUserViewRequest ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeUserViewRequestWithAllParams should be of the form "NewDescribeUserViewRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewDescribeUserViewRequestWithoutParam should be of the form "NewDescribeUserViewRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method DescribeUserViewRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method DescribeUserViewRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 135: warning: comment on exported method DescribeUserViewRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 140: warning: comment on exported method DescribeUserViewRequest.SetViewName should be of the form "SetViewName ..." (golint)
    • Line 145: warning: comment on exported method DescribeUserViewRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 150: warning: comment on exported method DescribeUserViewRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 161: warning: exported type DescribeUserViewResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type DescribeUserViewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DescribeProbeTask.go
    • Line 24: warning: exported type DescribeProbeTaskRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeProbeTaskRequest should be of the form "NewDescribeProbeTaskRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeProbeTaskRequestWithAllParams should be of the form "NewDescribeProbeTaskRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeProbeTaskRequestWithoutParam should be of the form "NewDescribeProbeTaskRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeProbeTaskRequest.SetProbeTaskID should be of the form "SetProbeTaskID ..." (golint)
    • Line 94: warning: exported type DescribeProbeTaskResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeProbeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeRoles.go
    • Line 24: warning: exported type DescribeRolesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeRolesRequest should be of the form "NewDescribeRolesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeRolesRequestWithAllParams should be of the form "NewDescribeRolesRequestWithAllParams ..." (golint)
    • Line 72: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 91: warning: comment on exported function NewDescribeRolesRequestWithoutParam should be of the form "NewDescribeRolesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeRolesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 109: warning: comment on exported method DescribeRolesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 114: warning: comment on exported method DescribeRolesRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 119: warning: comment on exported method DescribeRolesRequest.SetType should be of the form "SetType ..." (golint)
    • Line 120: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 124: warning: comment on exported method DescribeRolesRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 135: warning: exported type DescribeRolesResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeRolesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeThingTypeList.go
    • Line 24: warning: exported type DescribeThingTypeListRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeThingTypeListRequest should be of the form "NewDescribeThingTypeListRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeThingTypeListRequestWithAllParams should be of the form "NewDescribeThingTypeListRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeThingTypeListRequestWithoutParam should be of the form "NewDescribeThingTypeListRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeThingTypeListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeThingTypeListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeThingTypeListRequest.SetDeviceMetaId should be of the form "SetDeviceMetaId ..." (golint)
    • Line 137: warning: comment on exported method DescribeThingTypeListRequest.SetDeviceMetaName should be of the form "SetDeviceMetaName ..." (golint)
    • Line 142: warning: comment on exported method DescribeThingTypeListRequest.SetNodeType should be of the form "SetNodeType ..." (golint)
    • Line 147: warning: comment on exported method DescribeThingTypeListRequest.SetPageNo should be of the form "SetPageNo ..." (golint)
    • Line 152: warning: comment on exported method DescribeThingTypeListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 163: warning: exported type DescribeThingTypeListResponse should have comment or be unexported (golint)
    • Line 169: warning: exported type DescribeThingTypeListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteSubscriptionKey.go
    • Line 23: warning: exported type DeleteSubscriptionKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSubscriptionKeyRequest should be of the form "NewDeleteSubscriptionKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSubscriptionKeyRequestWithAllParams should be of the form "NewDeleteSubscriptionKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSubscriptionKeyRequestWithoutParam should be of the form "NewDeleteSubscriptionKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSubscriptionKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSubscriptionKeyRequest.SetSubscriptionKeyId should be of the form "SetSubscriptionKeyId ..." (golint)
    • Line 107: warning: exported type DeleteSubscriptionKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSubscriptionKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetNodeGroupSize.go
    • Line 23: warning: exported type SetNodeGroupSizeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetNodeGroupSizeRequest should be of the form "NewSetNodeGroupSizeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetNodeGroupSizeRequestWithAllParams should be of the form "NewSetNodeGroupSizeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetNodeGroupSizeRequestWithoutParam should be of the form "NewSetNodeGroupSizeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetNodeGroupSizeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SetNodeGroupSizeRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 110: warning: comment on exported method SetNodeGroupSizeRequest.SetExpectCount should be of the form "SetExpectCount ..." (golint)
    • Line 121: warning: exported type SetNodeGroupSizeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SetNodeGroupSizeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/Search.go
    • Line 24: warning: exported type SearchRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewSearchRequest should be of the form "NewSearchRequest ..." (golint)
    • Line 94: warning: comment on exported function NewSearchRequestWithAllParams should be of the form "NewSearchRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewSearchRequestWithoutParam should be of the form "NewSearchRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method SearchRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 163: warning: comment on exported method SearchRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 168: warning: comment on exported method SearchRequest.SetLogtopicUID should be of the form "SetLogtopicUID ..." (golint)
    • Line 173: warning: comment on exported method SearchRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 178: warning: comment on exported method SearchRequest.SetExpr should be of the form "SetExpr ..." (golint)
    • Line 183: warning: comment on exported method SearchRequest.SetCaseSensitive should be of the form "SetCaseSensitive ..." (golint)
    • Line 188: warning: comment on exported method SearchRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 193: warning: comment on exported method SearchRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 198: warning: comment on exported method SearchRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 203: warning: comment on exported method SearchRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 208: warning: comment on exported method SearchRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 213: warning: comment on exported method SearchRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 224: warning: exported type SearchResponse should have comment or be unexported (golint)
    • Line 230: warning: exported type SearchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeBandwidthPackage.go
    • Line 24: warning: exported type DescribeBandwidthPackageRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeBandwidthPackageRequest should be of the form "NewDescribeBandwidthPackageRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeBandwidthPackageRequestWithAllParams should be of the form "NewDescribeBandwidthPackageRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeBandwidthPackageRequestWithoutParam should be of the form "NewDescribeBandwidthPackageRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeBandwidthPackageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeBandwidthPackageRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 108: warning: exported type DescribeBandwidthPackageResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeBandwidthPackageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StartInstance.go
    • Line 23: warning: exported type StartInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStartInstanceRequest should be of the form "NewStartInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStartInstanceRequestWithAllParams should be of the form "NewStartInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartInstanceRequestWithoutParam should be of the form "NewStartInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method StartInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StartInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/UpdateDomain.go
    • Line 23: warning: exported type UpdateDomainRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateDomainRequest should be of the form "NewUpdateDomainRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateDomainRequestWithAllParams should be of the form "NewUpdateDomainRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewUpdateDomainRequestWithoutParam should be of the form "NewUpdateDomainRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method UpdateDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method UpdateDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 110: warning: comment on exported method UpdateDomainRequest.SetId should be of the form "SetId ..." (golint)
    • Line 121: warning: exported type UpdateDomainResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type UpdateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/AddOrUpdateJob.go
    • Line 24: warning: exported type AddOrUpdateJobRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddOrUpdateJobRequest should be of the form "NewAddOrUpdateJobRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAddOrUpdateJobRequestWithAllParams should be of the form "NewAddOrUpdateJobRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewAddOrUpdateJobRequestWithoutParam should be of the form "NewAddOrUpdateJobRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method AddOrUpdateJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method AddOrUpdateJobRequest.SetJobStr should be of the form "SetJobStr ..." (golint)
    • Line 108: warning: exported type AddOrUpdateJobResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type AddOrUpdateJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveRestartDomainCertificate.go
    • Line 23: warning: exported type SetLiveRestartDomainCertificateRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewSetLiveRestartDomainCertificateRequest should be of the form "NewSetLiveRestartDomainCertificateRequest ..." (golint)
    • Line 82: warning: comment on exported function NewSetLiveRestartDomainCertificateRequestWithAllParams should be of the form "NewSetLiveRestartDomainCertificateRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewSetLiveRestartDomainCertificateRequestWithoutParam should be of the form "NewSetLiveRestartDomainCertificateRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method SetLiveRestartDomainCertificateRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 142: warning: comment on exported method SetLiveRestartDomainCertificateRequest.SetCertStatus should be of the form "SetCertStatus ..." (golint)
    • Line 151: warning: comment on exported method SetLiveRestartDomainCertificateRequest.SetCert should be of the form "SetCert ..." (golint)
    • Line 159: warning: comment on exported method SetLiveRestartDomainCertificateRequest.SetKey should be of the form "SetKey ..." (golint)
    • Line 167: warning: comment on exported method SetLiveRestartDomainCertificateRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 180: warning: exported type SetLiveRestartDomainCertificateResponse should have comment or be unexported (golint)
    • Line 186: warning: exported type SetLiveRestartDomainCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyAccountForOps.go
    • Line 23: warning: exported type ModifyAccountForOpsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyAccountForOpsRequest should be of the form "NewModifyAccountForOpsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewModifyAccountForOpsRequestWithAllParams should be of the form "NewModifyAccountForOpsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewModifyAccountForOpsRequestWithoutParam should be of the form "NewModifyAccountForOpsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ModifyAccountForOpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method ModifyAccountForOpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: comment on exported method ModifyAccountForOpsRequest.SetExpiredTime should be of the form "SetExpiredTime ..." (golint)
    • Line 118: warning: exported type ModifyAccountForOpsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ModifyAccountForOpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryBandWithArea.go
    • Line 24: warning: exported type QueryBandWithAreaRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryBandWithAreaRequest should be of the form "NewQueryBandWithAreaRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryBandWithAreaRequestWithAllParams should be of the form "NewQueryBandWithAreaRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryBandWithAreaRequestWithoutParam should be of the form "NewQueryBandWithAreaRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryBandWithAreaRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 115: warning: comment on exported method QueryBandWithAreaRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 120: warning: comment on exported method QueryBandWithAreaRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 125: warning: comment on exported method QueryBandWithAreaRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 130: warning: comment on exported method QueryBandWithAreaRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 135: warning: comment on exported method QueryBandWithAreaRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 146: warning: exported type QueryBandWithAreaResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type QueryBandWithAreaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyCacheInstanceAttribute.go
    • Line 23: warning: exported type ModifyCacheInstanceAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyCacheInstanceAttributeRequest should be of the form "NewModifyCacheInstanceAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyCacheInstanceAttributeRequestWithAllParams should be of the form "NewModifyCacheInstanceAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyCacheInstanceAttributeRequestWithoutParam should be of the form "NewModifyCacheInstanceAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyCacheInstanceAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyCacheInstanceAttributeRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 113: warning: comment on exported method ModifyCacheInstanceAttributeRequest.SetCacheInstanceName should be of the form "SetCacheInstanceName ..." (golint)
    • Line 118: warning: comment on exported method ModifyCacheInstanceAttributeRequest.SetCacheInstanceDescription should be of the form "SetCacheInstanceDescription ..." (golint)
    • Line 129: warning: exported type ModifyCacheInstanceAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyCacheInstanceAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/client/KafkaClient.go
    • Line 26: warning: exported type KafkaClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewKafkaClient should have comment or be unexported (golint)
    • Line 48: warning: exported method KafkaClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method KafkaClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method KafkaClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method KafkaClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 80: warning: comment on exported method KafkaClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 100: warning: comment on exported method KafkaClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 120: warning: comment on exported method KafkaClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 142: warning: comment on exported method KafkaClient.ModifyInstanceSpec should be of the form "ModifyInstanceSpec ..." (golint)
    • jdcloud-sdk-go/services/ag/apis/DescribeAg.go
    • Line 24: warning: exported type DescribeAgRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAgRequest should be of the form "NewDescribeAgRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeAgRequestWithAllParams should be of the form "NewDescribeAgRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeAgRequestWithoutParam should be of the form "NewDescribeAgRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeAgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeAgRequest.SetAgId should be of the form "SetAgId ..." (golint)
    • Line 108: warning: exported type DescribeAgResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeAgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryAccesskeyConfig.go
    • Line 23: warning: exported type QueryAccesskeyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryAccesskeyConfigRequest should be of the form "NewQueryAccesskeyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryAccesskeyConfigRequestWithAllParams should be of the form "NewQueryAccesskeyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryAccesskeyConfigRequestWithoutParam should be of the form "NewQueryAccesskeyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryAccesskeyConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryAccesskeyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryAccesskeyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmImages.go
    • Line 24: warning: exported type GetVmImagesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVmImagesRequest should be of the form "NewGetVmImagesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetVmImagesRequestWithAllParams should be of the form "NewGetVmImagesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetVmImagesRequestWithoutParam should be of the form "NewGetVmImagesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetVmImagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetVmImagesRequest.SetImageSource should be of the form "SetImageSource ..." (golint)
    • Line 105: warning: exported type GetVmImagesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetVmImagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/UpdateProduct.go
    • Line 23: warning: exported type UpdateProductRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewUpdateProductRequest should be of the form "NewUpdateProductRequest ..." (golint)
    • Line 66: warning: comment on exported function NewUpdateProductRequestWithAllParams should be of the form "NewUpdateProductRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewUpdateProductRequestWithoutParam should be of the form "NewUpdateProductRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method UpdateProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method UpdateProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 119: warning: comment on exported method UpdateProductRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 124: warning: comment on exported method UpdateProductRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 129: warning: comment on exported method UpdateProductRequest.SetDynamicRegister should be of the form "SetDynamicRegister ..." (golint)
    • Line 140: warning: exported type UpdateProductResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type UpdateProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/StopTask.go
    • Line 24: warning: exported type StopTaskRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewStopTaskRequest should be of the form "NewStopTaskRequest ..." (golint)
    • Line 64: warning: comment on exported function NewStopTaskRequestWithAllParams should be of the form "NewStopTaskRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopTaskRequestWithoutParam should be of the form "NewStopTaskRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 111: warning: comment on exported method StopTaskRequest.SetTaskOpts should be of the form "SetTaskOpts ..." (golint)
    • Line 122: warning: exported type StopTaskResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type StopTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/client/CloudauthClient.go
    • Line 26: warning: exported type CloudauthClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCloudauthClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CloudauthClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CloudauthClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CloudauthClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CloudauthClient.QueryBankBranchList should be of the form "QueryBankBranchList ..." (golint)
    • Line 80: warning: comment on exported method CloudauthClient.DescribeApplyStatus should be of the form "DescribeApplyStatus ..." (golint)
    • Line 100: warning: comment on exported method CloudauthClient.CheckLegalPerson should be of the form "CheckLegalPerson ..." (golint)
    • Line 120: warning: comment on exported method CloudauthClient.PersonalAuth should be of the form "PersonalAuth ..." (golint)
    • Line 140: warning: comment on exported method CloudauthClient.QueryBankList should be of the form "QueryBankList ..." (golint)
    • Line 160: warning: comment on exported method CloudauthClient.CompanyTransfer should be of the form "CompanyTransfer ..." (golint)
    • Line 180: warning: comment on exported method CloudauthClient.CheckAgent should be of the form "CheckAgent ..." (golint)
    • Line 200: warning: comment on exported method CloudauthClient.QueryCityList should be of the form "QueryCityList ..." (golint)
    • Line 220: warning: comment on exported method CloudauthClient.CheckCompanyTransfer should be of the form "CheckCompanyTransfer ..." (golint)
    • Line 240: warning: comment on exported method CloudauthClient.CheckCompanyInfo should be of the form "CheckCompanyInfo ..." (golint)
    • Line 260: warning: comment on exported method CloudauthClient.CheckLegalPersonAndAgent should be of the form "CheckLegalPersonAndAgent ..." (golint)
    • Line 280: warning: comment on exported method CloudauthClient.QueryProvinceList should be of the form "QueryProvinceList ..." (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetRasQueryState.go
    • Line 23: warning: exported type GetRasQueryStateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetRasQueryStateRequest should be of the form "NewGetRasQueryStateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetRasQueryStateRequestWithAllParams should be of the form "NewGetRasQueryStateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetRasQueryStateRequestWithoutParam should be of the form "NewGetRasQueryStateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetRasQueryStateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetRasQueryStateRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 110: warning: comment on exported method GetRasQueryStateRequest.SetQueryId should be of the form "SetQueryId ..." (golint)
    • Line 121: warning: exported type GetRasQueryStateResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetRasQueryStateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/Decrypt.go
    • Line 23: warning: exported type DecryptRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDecryptRequest should be of the form "NewDecryptRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDecryptRequestWithAllParams should be of the form "NewDecryptRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDecryptRequestWithoutParam should be of the form "NewDecryptRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DecryptRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: comment on exported method DecryptRequest.SetCiphertextBlob should be of the form "SetCiphertextBlob ..." (golint)
    • Line 104: warning: exported type DecryptResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type DecryptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/CreateDeploy.go
    • Line 23: warning: exported type CreateDeployRequest should have comment or be unexported (golint)
    • Line 73: warning: comment on exported function NewCreateDeployRequest should be of the form "NewCreateDeployRequest ..." (golint)
    • Line 99: warning: comment on exported function NewCreateDeployRequestWithAllParams should be of the form "NewCreateDeployRequestWithAllParams ..." (golint)
    • Line 159: warning: comment on exported function NewCreateDeployRequestWithoutParam should be of the form "NewCreateDeployRequestWithoutParam ..." (golint)
    • Line 172: warning: comment on exported method CreateDeployRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 177: warning: comment on exported method CreateDeployRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 182: warning: comment on exported method CreateDeployRequest.SetDesc should be of the form "SetDesc ..." (golint)
    • Line 187: warning: comment on exported method CreateDeployRequest.SetDeploySource should be of the form "SetDeploySource ..." (golint)
    • Line 192: warning: comment on exported method CreateDeployRequest.SetDeployCmd should be of the form "SetDeployCmd ..." (golint)
    • Line 197: warning: comment on exported method CreateDeployRequest.SetCmdSource should be of the form "SetCmdSource ..." (golint)
    • Line 202: warning: comment on exported method CreateDeployRequest.SetCmdType should be of the form "SetCmdType ..." (golint)
    • Line 207: warning: comment on exported method CreateDeployRequest.SetProductType should be of the form "SetProductType ..." (golint)
    • Line 212: warning: comment on exported method CreateDeployRequest.SetDownloadUrl should be of the form "SetDownloadUrl ..." (golint)
    • Line 217: warning: comment on exported method CreateDeployRequest.SetMd5 should be of the form "SetMd5 ..." (golint)
    • Line 222: warning: comment on exported method CreateDeployRequest.SetCompileProject should be of the form "SetCompileProject ..." (golint)
    • Line 227: warning: comment on exported method CreateDeployRequest.SetCompileSeries should be of the form "SetCompileSeries ..." (golint)
    • Line 232: warning: comment on exported method CreateDeployRequest.SetOssSpace should be of the form "SetOssSpace ..." (golint)
    • Line 237: warning: comment on exported method CreateDeployRequest.SetOssDir should be of the form "SetOssDir ..." (golint)
    • Line 242: warning: comment on exported method CreateDeployRequest.SetFileType should be of the form "SetFileType ..." (golint)
    • Line 253: warning: exported type CreateDeployResponse should have comment or be unexported (golint)
    • Line 259: warning: exported type CreateDeployResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryBindGroupPolicy.go
    • Line 24: warning: exported type QueryBindGroupPolicyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryBindGroupPolicyRequest should be of the form "NewQueryBindGroupPolicyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryBindGroupPolicyRequestWithAllParams should be of the form "NewQueryBindGroupPolicyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryBindGroupPolicyRequestWithoutParam should be of the form "NewQueryBindGroupPolicyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryBindGroupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryBindGroupPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 108: warning: exported type QueryBindGroupPolicyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryBindGroupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetCCProtectSwitch.go
    • Line 23: warning: exported type SetCCProtectSwitchRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetCCProtectSwitchRequest should be of the form "NewSetCCProtectSwitchRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetCCProtectSwitchRequestWithAllParams should be of the form "NewSetCCProtectSwitchRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetCCProtectSwitchRequestWithoutParam should be of the form "NewSetCCProtectSwitchRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetCCProtectSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetCCProtectSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 104: warning: exported type SetCCProtectSwitchResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetCCProtectSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DescribeContainer.go
    • Line 24: warning: exported type DescribeContainerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeContainerRequest should be of the form "NewDescribeContainerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeContainerRequestWithAllParams should be of the form "NewDescribeContainerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeContainerRequestWithoutParam should be of the form "NewDescribeContainerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 108: warning: exported type DescribeContainerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreatePolicy.go
    • Line 24: warning: exported type CreatePolicyRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreatePolicyRequest should be of the form "NewCreatePolicyRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreatePolicyRequestWithAllParams should be of the form "NewCreatePolicyRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreatePolicyRequestWithoutParam should be of the form "NewCreatePolicyRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreatePolicyRequest.SetCreatePolicyInfo should be of the form "SetCreatePolicyInfo ..." (golint)
    • Line 94: warning: exported type CreatePolicyResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreatePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/GetViJobSummary.go
    • Line 23: warning: exported type GetViJobSummaryRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetViJobSummaryRequest should be of the form "NewGetViJobSummaryRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetViJobSummaryRequestWithAllParams should be of the form "NewGetViJobSummaryRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetViJobSummaryRequestWithoutParam should be of the form "NewGetViJobSummaryRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetViJobSummaryRequest.SetJobId should be of the form "SetJobId ..." (golint)
    • Line 93: warning: exported type GetViJobSummaryResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetViJobSummaryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeEdgeIpProviders.go
    • Line 25: warning: exported type DescribeEdgeIpProvidersRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeEdgeIpProvidersRequest should be of the form "NewDescribeEdgeIpProvidersRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeEdgeIpProvidersRequestWithAllParams should be of the form "NewDescribeEdgeIpProvidersRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeEdgeIpProvidersRequestWithoutParam should be of the form "NewDescribeEdgeIpProvidersRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeEdgeIpProvidersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeEdgeIpProvidersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeEdgeIpProvidersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeEdgeIpProvidersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: exported type DescribeEdgeIpProvidersResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeEdgeIpProvidersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/ModifyRevision.go
    • Line 23: warning: exported type ModifyRevisionRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyRevisionRequest should be of the form "NewModifyRevisionRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyRevisionRequestWithAllParams should be of the form "NewModifyRevisionRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewModifyRevisionRequestWithoutParam should be of the form "NewModifyRevisionRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ModifyRevisionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ModifyRevisionRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 116: warning: comment on exported method ModifyRevisionRequest.SetRevisionId should be of the form "SetRevisionId ..." (golint)
    • Line 121: warning: comment on exported method ModifyRevisionRequest.SetRevisionNote should be of the form "SetRevisionNote ..." (golint)
    • Line 132: warning: exported type ModifyRevisionResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ModifyRevisionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyWebRuleJsPageToCustom.go
    • Line 23: warning: exported type ModifyWebRuleJsPageToCustomRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyWebRuleJsPageToCustomRequest should be of the form "NewModifyWebRuleJsPageToCustomRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyWebRuleJsPageToCustomRequestWithAllParams should be of the form "NewModifyWebRuleJsPageToCustomRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyWebRuleJsPageToCustomRequestWithoutParam should be of the form "NewModifyWebRuleJsPageToCustomRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyWebRuleJsPageToCustomRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyWebRuleJsPageToCustomRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyWebRuleJsPageToCustomRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type ModifyWebRuleJsPageToCustomResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyWebRuleJsPageToCustomResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/CreatePods.go
    • Line 24: warning: exported type CreatePodsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreatePodsRequest should be of the form "NewCreatePodsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewCreatePodsRequestWithAllParams should be of the form "NewCreatePodsRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewCreatePodsRequestWithoutParam should be of the form "NewCreatePodsRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method CreatePodsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method CreatePodsRequest.SetPodSpec should be of the form "SetPodSpec ..." (golint)
    • Line 117: warning: comment on exported method CreatePodsRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 122: warning: comment on exported method CreatePodsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 133: warning: exported type CreatePodsResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type CreatePodsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/Validate.go
    • Line 23: warning: exported type ValidateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewValidateRequest should be of the form "NewValidateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewValidateRequestWithAllParams should be of the form "NewValidateRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewValidateRequestWithoutParam should be of the form "NewValidateRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method ValidateRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 99: warning: comment on exported method ValidateRequest.SetPlaintext should be of the form "SetPlaintext ..." (golint)
    • Line 104: warning: comment on exported method ValidateRequest.SetSignature should be of the form "SetSignature ..." (golint)
    • Line 115: warning: exported type ValidateResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type ValidateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeInstanceConfig.go
    • Line 23: warning: exported type DescribeInstanceConfigRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeInstanceConfigRequest should be of the form "NewDescribeInstanceConfigRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeInstanceConfigRequestWithAllParams should be of the form "NewDescribeInstanceConfigRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeInstanceConfigRequestWithoutParam should be of the form "NewDescribeInstanceConfigRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeInstanceConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DescribeInstanceConfigRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DescribeInstanceConfigRequest.SetAppUuid should be of the form "SetAppUuid ..." (golint)
    • Line 124: warning: comment on exported method DescribeInstanceConfigRequest.SetAppAddr should be of the form "SetAppAddr ..." (golint)
    • Line 135: warning: exported type DescribeInstanceConfigResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeInstanceConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeLineTypes.go
    • Line 24: warning: exported type DescribeLineTypesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeLineTypesRequest should be of the form "NewDescribeLineTypesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeLineTypesRequestWithAllParams should be of the form "NewDescribeLineTypesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeLineTypesRequestWithoutParam should be of the form "NewDescribeLineTypesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeLineTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeLineTypesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeLineTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeMetrics.go
    • Line 24: warning: exported type DescribeMetricsRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeMetricsRequest should be of the form "NewDescribeMetricsRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeMetricsRequestWithAllParams should be of the form "NewDescribeMetricsRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeMetricsRequestWithoutParam should be of the form "NewDescribeMetricsRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeMetricsResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeMetricsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ExportThingModel.go
    • Line 23: warning: exported type ExportThingModelRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewExportThingModelRequest should be of the form "NewExportThingModelRequest ..." (golint)
    • Line 63: warning: comment on exported function NewExportThingModelRequestWithAllParams should be of the form "NewExportThingModelRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewExportThingModelRequestWithoutParam should be of the form "NewExportThingModelRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ExportThingModelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ExportThingModelRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ExportThingModelRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type ExportThingModelResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ExportThingModelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRuleBlackListUsage.go
    • Line 23: warning: exported type DescribeWebRuleBlackListUsageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeWebRuleBlackListUsageRequest should be of the form "NewDescribeWebRuleBlackListUsageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeWebRuleBlackListUsageRequestWithAllParams should be of the form "NewDescribeWebRuleBlackListUsageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeWebRuleBlackListUsageRequestWithoutParam should be of the form "NewDescribeWebRuleBlackListUsageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeWebRuleBlackListUsageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeWebRuleBlackListUsageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeWebRuleBlackListUsageRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DescribeWebRuleBlackListUsageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeWebRuleBlackListUsageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeQualityDetectionBinding.go
    • Line 24: warning: exported type DescribeQualityDetectionBindingRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeQualityDetectionBindingRequest should be of the form "NewDescribeQualityDetectionBindingRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeQualityDetectionBindingRequestWithAllParams should be of the form "NewDescribeQualityDetectionBindingRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeQualityDetectionBindingRequestWithoutParam should be of the form "NewDescribeQualityDetectionBindingRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeQualityDetectionBindingRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 94: warning: exported type DescribeQualityDetectionBindingResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeQualityDetectionBindingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ApplyElasticIps.go
    • Line 24: warning: exported type ApplyElasticIpsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewApplyElasticIpsRequest should be of the form "NewApplyElasticIpsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewApplyElasticIpsRequestWithAllParams should be of the form "NewApplyElasticIpsRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewApplyElasticIpsRequestWithoutParam should be of the form "NewApplyElasticIpsRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method ApplyElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method ApplyElasticIpsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method ApplyElasticIpsRequest.SetElasticIpSpec should be of the form "SetElasticIpSpec ..." (golint)
    • Line 125: warning: exported type ApplyElasticIpsResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type ApplyElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RevokePrivilege.go
    • Line 23: warning: exported type RevokePrivilegeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRevokePrivilegeRequest should be of the form "NewRevokePrivilegeRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRevokePrivilegeRequestWithAllParams should be of the form "NewRevokePrivilegeRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRevokePrivilegeRequestWithoutParam should be of the form "NewRevokePrivilegeRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RevokePrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method RevokePrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method RevokePrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method RevokePrivilegeRequest.SetDbNames should be of the form "SetDbNames ..." (golint)
    • Line 135: warning: exported type RevokePrivilegeResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RevokePrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribePolicy.go
    • Line 24: warning: exported type DescribePolicyRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribePolicyRequest should be of the form "NewDescribePolicyRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribePolicyRequestWithAllParams should be of the form "NewDescribePolicyRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribePolicyRequestWithoutParam should be of the form "NewDescribePolicyRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribePolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 94: warning: exported type DescribePolicyResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteQualityDetectionTemplate.go
    • Line 23: warning: exported type DeleteQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteQualityDetectionTemplateRequest should be of the form "NewDeleteQualityDetectionTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteQualityDetectionTemplateRequestWithAllParams should be of the form "NewDeleteQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteQualityDetectionTemplateRequestWithoutParam should be of the form "NewDeleteQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteQualityDetectionTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteLoadBalancer.go
    • Line 23: warning: exported type DeleteLoadBalancerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLoadBalancerRequest should be of the form "NewDeleteLoadBalancerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLoadBalancerRequestWithAllParams should be of the form "NewDeleteLoadBalancerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLoadBalancerRequestWithoutParam should be of the form "NewDeleteLoadBalancerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 107: warning: exported type DeleteLoadBalancerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/apis/DescribeDeploy.go
    • Line 24: warning: exported type DescribeDeployRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDeployRequest should be of the form "NewDescribeDeployRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeDeployRequestWithAllParams should be of the form "NewDescribeDeployRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeDeployRequestWithoutParam should be of the form "NewDescribeDeployRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeDeployRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeDeployRequest.SetDeployId should be of the form "SetDeployId ..." (golint)
    • Line 108: warning: exported type DescribeDeployResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeDeployResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeDevice.go
    • Line 24: warning: exported type DescribeDeviceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDeviceRequest should be of the form "NewDescribeDeviceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeDeviceRequestWithAllParams should be of the form "NewDescribeDeviceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeDeviceRequestWithoutParam should be of the form "NewDescribeDeviceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeDeviceRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 97: warning: comment on exported method DescribeDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 108: warning: exported type DescribeDeviceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/PutProductMetricData.go
    • Line 24: warning: exported type PutProductMetricDataRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewPutProductMetricDataRequest should be of the form "NewPutProductMetricDataRequest ..." (golint)
    • Line 82: warning: comment on exported function NewPutProductMetricDataRequestWithAllParams should be of the form "NewPutProductMetricDataRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewPutProductMetricDataRequestWithoutParam should be of the form "NewPutProductMetricDataRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method PutProductMetricDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 133: warning: comment on exported method PutProductMetricDataRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 138: warning: comment on exported method PutProductMetricDataRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 143: warning: comment on exported method PutProductMetricDataRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 148: warning: comment on exported method PutProductMetricDataRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 153: warning: comment on exported method PutProductMetricDataRequest.SetDataPoints should be of the form "SetDataPoints ..." (golint)
    • Line 164: warning: exported type PutProductMetricDataResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type PutProductMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamDomainQualityDetection.go
    • Line 23: warning: exported type AddLiveStreamDomainQualityDetectionRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddLiveStreamDomainQualityDetectionRequest should be of the form "NewAddLiveStreamDomainQualityDetectionRequest ..." (golint)
    • Line 59: warning: comment on exported function NewAddLiveStreamDomainQualityDetectionRequestWithAllParams should be of the form "NewAddLiveStreamDomainQualityDetectionRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewAddLiveStreamDomainQualityDetectionRequestWithoutParam should be of the form "NewAddLiveStreamDomainQualityDetectionRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method AddLiveStreamDomainQualityDetectionRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 99: warning: comment on exported method AddLiveStreamDomainQualityDetectionRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 111: warning: exported type AddLiveStreamDomainQualityDetectionResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type AddLiveStreamDomainQualityDetectionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyInstanceSpec.go
    • Line 23: warning: exported type ModifyInstanceSpecRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewModifyInstanceSpecRequest should be of the form "NewModifyInstanceSpecRequest ..." (golint)
    • Line 78: warning: comment on exported function NewModifyInstanceSpecRequestWithAllParams should be of the form "NewModifyInstanceSpecRequestWithAllParams ..." (golint)
    • Line 114: warning: comment on exported function NewModifyInstanceSpecRequestWithoutParam should be of the form "NewModifyInstanceSpecRequestWithoutParam ..." (golint)
    • Line 127: warning: comment on exported method ModifyInstanceSpecRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 132: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 137: warning: comment on exported method ModifyInstanceSpecRequest.SetNewInstanceClass should be of the form "SetNewInstanceClass ..." (golint)
    • Line 142: warning: comment on exported method ModifyInstanceSpecRequest.SetNewInstanceStorageGB should be of the form "SetNewInstanceStorageGB ..." (golint)
    • Line 147: warning: comment on exported method ModifyInstanceSpecRequest.SetNewInstanceStorageType should be of the form "SetNewInstanceStorageType ..." (golint)
    • Line 152: warning: comment on exported method ModifyInstanceSpecRequest.SetStorageEncrypted should be of the form "SetStorageEncrypted ..." (golint)
    • Line 157: warning: comment on exported method ModifyInstanceSpecRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 168: warning: exported type ModifyInstanceSpecResponse should have comment or be unexported (golint)
    • Line 174: warning: exported type ModifyInstanceSpecResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeInstanceTypes.go
    • Line 25: warning: exported type DescribeInstanceTypesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeInstanceTypesRequest should be of the form "NewDescribeInstanceTypesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceTypesRequestWithAllParams should be of the form "NewDescribeInstanceTypesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDescribeInstanceTypesRequestWithoutParam should be of the form "NewDescribeInstanceTypesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DescribeInstanceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method DescribeInstanceTypesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 112: warning: exported type DescribeInstanceTypesResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type DescribeInstanceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcs.go
    • Line 24: warning: exported type GetVpcsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVpcsRequest should be of the form "NewGetVpcsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVpcsRequestWithAllParams should be of the form "NewGetVpcsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVpcsRequestWithoutParam should be of the form "NewGetVpcsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVpcsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVpcsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVpcsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsSpecification.go
    • Line 24: warning: exported type GetRdsSpecificationRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRdsSpecificationRequest should be of the form "NewGetRdsSpecificationRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRdsSpecificationRequestWithAllParams should be of the form "NewGetRdsSpecificationRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRdsSpecificationRequestWithoutParam should be of the form "NewGetRdsSpecificationRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRdsSpecificationRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRdsSpecificationRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 108: warning: exported type GetRdsSpecificationResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRdsSpecificationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DeleteFileSystem.go
    • Line 23: warning: exported type DeleteFileSystemRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteFileSystemRequest should be of the form "NewDeleteFileSystemRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteFileSystemRequestWithAllParams should be of the form "NewDeleteFileSystemRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteFileSystemRequestWithoutParam should be of the form "NewDeleteFileSystemRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteFileSystemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteFileSystemRequest.SetFileSystemId should be of the form "SetFileSystemId ..." (golint)
    • Line 107: warning: exported type DeleteFileSystemResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteFileSystemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateQualityDetectionTemplate.go
    • Line 23: warning: exported type UpdateQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewUpdateQualityDetectionTemplateRequest should be of the form "NewUpdateQualityDetectionTemplateRequest ..." (golint)
    • Line 65: warning: comment on exported function NewUpdateQualityDetectionTemplateRequestWithAllParams should be of the form "NewUpdateQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewUpdateQualityDetectionTemplateRequestWithoutParam should be of the form "NewUpdateQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method UpdateQualityDetectionTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 115: warning: comment on exported method UpdateQualityDetectionTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 121: warning: comment on exported method UpdateQualityDetectionTemplateRequest.SetDetections should be of the form "SetDetections ..." (golint)
    • Line 139: warning: exported type UpdateQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type UpdateQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/CreateJob.go
    • Line 24: warning: exported type CreateJobRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateJobRequest should be of the form "NewCreateJobRequest ..." (golint)
    • Line 55: warning: comment on exported function NewCreateJobRequestWithAllParams should be of the form "NewCreateJobRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewCreateJobRequestWithoutParam should be of the form "NewCreateJobRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method CreateJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method CreateJobRequest.SetData should be of the form "SetData ..." (golint)
    • Line 105: warning: exported type CreateJobResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type CreateJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveFileStorageData.go
    • Line 24: warning: exported type DescribeLiveFileStorageDataRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeLiveFileStorageDataRequest should be of the form "NewDescribeLiveFileStorageDataRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeLiveFileStorageDataRequestWithAllParams should be of the form "NewDescribeLiveFileStorageDataRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewDescribeLiveFileStorageDataRequestWithoutParam should be of the form "NewDescribeLiveFileStorageDataRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method DescribeLiveFileStorageDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 108: warning: comment on exported method DescribeLiveFileStorageDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 114: warning: comment on exported method DescribeLiveFileStorageDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 126: warning: exported type DescribeLiveFileStorageDataResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type DescribeLiveFileStorageDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DisableAudit.go
    • Line 23: warning: exported type DisableAuditRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableAuditRequest should be of the form "NewDisableAuditRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableAuditRequestWithAllParams should be of the form "NewDisableAuditRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableAuditRequestWithoutParam should be of the form "NewDisableAuditRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableAuditResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/client/VodClient.go
    • Line 26: warning: exported type VodClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewVodClient should have comment or be unexported (golint)
    • Line 48: warning: exported method VodClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method VodClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method VodClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method VodClient.BatchSubmitQualityDetectionJobs should be of the form "BatchSubmitQualityDetectionJobs ..." (golint)
    • Line 80: warning: comment on exported method VodClient.DeleteTranscodeTemplate should be of the form "DeleteTranscodeTemplate ..." (golint)
    • Line 100: warning: comment on exported method VodClient.UpdateWatermark should be of the form "UpdateWatermark ..." (golint)
    • Line 120: warning: comment on exported method VodClient.ListDomains should be of the form "ListDomains ..." (golint)
    • Line 140: warning: comment on exported method VodClient.CreateVideoUploadTask should be of the form "CreateVideoUploadTask ..." (golint)
    • Line 160: warning: comment on exported method VodClient.GetURLRule should be of the form "GetURLRule ..." (golint)
    • Line 180: warning: comment on exported method VodClient.ListHeaders should be of the form "ListHeaders ..." (golint)
    • Line 200: warning: comment on exported method VodClient.SetURLRule should be of the form "SetURLRule ..." (golint)
    • Line 220: warning: comment on exported method VodClient.GetCategoryWithChildren should be of the form "GetCategoryWithChildren ..." (golint)
    • Line 240: warning: comment on exported method VodClient.GetTranscodeJobSummaries should be of the form "GetTranscodeJobSummaries ..." (golint)
    • Line 260: warning: comment on exported method VodClient.ListTranscodeTemplates should be of the form "ListTranscodeTemplates ..." (golint)
    • Line 284: warning: comment on exported method VodClient.GetTranscodeSummaries should be of the form "GetTranscodeSummaries ..." (golint)
    • Line 304: warning: comment on exported method VodClient.GetCategory should be of the form "GetCategory ..." (golint)
    • Line 324: warning: comment on exported method VodClient.CreateDomain should be of the form "CreateDomain ..." (golint)
    • Line 344: warning: comment on exported method VodClient.DeleteWatermark should be of the form "DeleteWatermark ..." (golint)
    • Line 364: warning: comment on exported method VodClient.SubmitTranscodeJob should be of the form "SubmitTranscodeJob ..." (golint)
    • Line 384: warning: comment on exported method VodClient.UpdateTranscodeTemplate should be of the form "UpdateTranscodeTemplate ..." (golint)
    • Line 404: warning: comment on exported method VodClient.ListQualityDetectionTemplates should be of the form "ListQualityDetectionTemplates ..." (golint)
    • Line 425: warning: comment on exported method VodClient.BatchUpdateVideos should be of the form "BatchUpdateVideos ..." (golint)
    • Line 445: warning: comment on exported method VodClient.CreateImageUploadTask should be of the form "CreateImageUploadTask ..." (golint)
    • Line 465: warning: comment on exported method VodClient.UpdateQualityDetectionTemplate should be of the form "UpdateQualityDetectionTemplate ..." (golint)
    • Line 485: warning: comment on exported method VodClient.GetDomain should be of the form "GetDomain ..." (golint)
    • Line 505: warning: comment on exported method VodClient.ListSnapshotTemplates should be of the form "ListSnapshotTemplates ..." (golint)
    • Line 528: warning: comment on exported method VodClient.GetWatermark should be of the form "GetWatermark ..." (golint)
    • Line 548: warning: comment on exported method VodClient.DeleteGroupedTranscodeTemplates should be of the form "DeleteGroupedTranscodeTemplates ..." (golint)
    • Line 569: warning: comment on exported method VodClient.DeleteVideoStreams should be of the form "DeleteVideoStreams ..." (golint)
    • Line 589: warning: comment on exported method VodClient.BatchSubmitTranscodeJobs should be of the form "BatchSubmitTranscodeJobs ..." (golint)
    • Line 609: warning: comment on exported method VodClient.SetIPRule should be of the form "SetIPRule ..." (golint)
    • Line 629: warning: comment on exported method VodClient.DeleteTranscodeTemplateGroup should be of the form "DeleteTranscodeTemplateGroup ..." (golint)
    • Line 649: warning: comment on exported method VodClient.UpdateVideo should be of the form "UpdateVideo ..." (golint)
    • Line 669: warning: comment on exported method VodClient.SetDefaultDomain should be of the form "SetDefaultDomain ..." (golint)
    • Line 689: warning: comment on exported method VodClient.GetTranscodeTemplate should be of the form "GetTranscodeTemplate ..." (golint)
    • Line 709: warning: comment on exported method VodClient.DeleteCategory should be of the form "DeleteCategory ..." (golint)
    • Line 729: warning: comment on exported method VodClient.GetVideoPlayInfo should be of the form "GetVideoPlayInfo ..." (golint)
    • Line 749: warning: comment on exported method VodClient.DeleteHeader should be of the form "DeleteHeader ..." (golint)
    • Line 769: warning: comment on exported method VodClient.UpdateTranscodeTemplateGroup should be of the form "UpdateTranscodeTemplateGroup ..." (golint)
    • Line 789: warning: comment on exported method VodClient.UpdateCategory should be of the form "UpdateCategory ..." (golint)
    • Line 809: warning: comment on exported method VodClient.DeleteSnapshotTemplate should be of the form "DeleteSnapshotTemplate ..." (golint)
    • Line 829: warning: comment on exported method VodClient.SetRefererRule should be of the form "SetRefererRule ..." (golint)
    • Line 849: warning: comment on exported method VodClient.CreateQualityDetectionTemplate should be of the form "CreateQualityDetectionTemplate ..." (golint)
    • Line 869: warning: comment on exported method VodClient.GetRefererRule should be of the form "GetRefererRule ..." (golint)
    • Line 889: warning: comment on exported method VodClient.GetQualityDetectionTemplate should be of the form "GetQualityDetectionTemplate ..." (golint)
    • Line 909: warning: comment on exported method VodClient.DeleteDomain should be of the form "DeleteDomain ..." (golint)
    • Line 929: warning: comment on exported method VodClient.CreateLiveToVodTask should be of the form "CreateLiveToVodTask ..." (golint)
    • Line 949: warning: comment on exported method VodClient.CreateCategory should be of the form "CreateCategory ..." (golint)
    • Line 969: warning: comment on exported method VodClient.VideoAudit should be of the form "VideoAudit ..." (golint)
    • Line 991: warning: comment on exported method VodClient.ListWatermarks should be of the form "ListWatermarks ..." (golint)
    • Line 1011: warning: comment on exported method VodClient.GetHttpSsl should be of the form "GetHttpSsl ..." (golint)
    • Line 1031: warning: comment on exported method VodClient.GetVideoSourceInfo should be of the form "GetVideoSourceInfo ..." (golint)
    • Line 1051: warning: comment on exported method VodClient.SetHeader should be of the form "SetHeader ..." (golint)
    • Line 1071: warning: comment on exported method VodClient.RefreshVideoUploadTask should be of the form "RefreshVideoUploadTask ..." (golint)
    • Line 1091: warning: comment on exported method VodClient.GetTranscodeTemplateGroup should be of the form "GetTranscodeTemplateGroup ..." (golint)
    • Line 1111: warning: comment on exported method VodClient.GetVideo should be of the form "GetVideo ..." (golint)
    • Line 1131: warning: comment on exported method VodClient.ListVideos should be of the form "ListVideos ..." (golint)
    • Line 1157: warning: comment on exported method VodClient.GetSnapshotTemplate should be of the form "GetSnapshotTemplate ..." (golint)
    • Line 1177: warning: comment on exported method VodClient.CreateWatermark should be of the form "CreateWatermark ..." (golint)
    • Line 1197: warning: comment on exported method VodClient.DeleteVideo should be of the form "DeleteVideo ..." (golint)
    • Line 1217: warning: comment on exported method VodClient.UpdateSnapshotTemplate should be of the form "UpdateSnapshotTemplate ..." (golint)
    • Line 1237: warning: comment on exported method VodClient.GetTranscodeTaskSummaries should be of the form "GetTranscodeTaskSummaries ..." (golint)
    • Line 1257: warning: comment on exported method VodClient.SubmitQualityDetectionJob should be of the form "SubmitQualityDetectionJob ..." (golint)
    • Line 1277: warning: comment on exported method VodClient.CreateSnapshotTemplate should be of the form "CreateSnapshotTemplate ..." (golint)
    • Line 1297: warning: comment on exported method VodClient.CreateTranscodeTemplateGroup should be of the form "CreateTranscodeTemplateGroup ..." (golint)
    • Line 1317: warning: comment on exported method VodClient.GetIPRule should be of the form "GetIPRule ..." (golint)
    • Line 1337: warning: comment on exported method VodClient.EnableDomain should be of the form "EnableDomain ..." (golint)
    • Line 1357: warning: comment on exported method VodClient.SetHttpSsl should be of the form "SetHttpSsl ..." (golint)
    • Line 1377: warning: comment on exported method VodClient.CreateTranscodeTemplate should be of the form "CreateTranscodeTemplate ..." (golint)
    • Line 1397: warning: comment on exported method VodClient.ListTranscodeTemplateGroups should be of the form "ListTranscodeTemplateGroups ..." (golint)
    • Line 1418: warning: comment on exported method VodClient.ListCategories should be of the form "ListCategories ..." (golint)
    • Line 1438: warning: comment on exported method VodClient.BatchDeleteVideos should be of the form "BatchDeleteVideos ..." (golint)
    • Line 1458: warning: comment on exported method VodClient.DisableDomain should be of the form "DisableDomain ..." (golint)
    • Line 1478: warning: comment on exported method VodClient.DeleteQualityDetectionTemplate should be of the form "DeleteQualityDetectionTemplate ..." (golint)
    • jdcloud-sdk-go/services/kms/apis/CreateSecret.go
    • Line 24: warning: exported type CreateSecretRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateSecretRequest should be of the form "NewCreateSecretRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateSecretRequestWithAllParams should be of the form "NewCreateSecretRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateSecretRequestWithoutParam should be of the form "NewCreateSecretRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateSecretRequest.SetSecretCfg should be of the form "SetSecretCfg ..." (golint)
    • Line 94: warning: exported type CreateSecretResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/client/YdsmsClient.go
    • Line 26: warning: exported type YdsmsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewYdsmsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method YdsmsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method YdsmsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method YdsmsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method YdsmsClient.ListSmsPackagesUsingGET should be of the form "ListSmsPackagesUsingGET ..." (golint)
    • Line 80: warning: comment on exported method YdsmsClient.OpenServiceUsingPOST should be of the form "OpenServiceUsingPOST ..." (golint)
    • Line 100: warning: comment on exported method YdsmsClient.ModifyStatusUsingGET should be of the form "ModifyStatusUsingGET ..." (golint)
    • Line 120: warning: comment on exported method YdsmsClient.QuerySecretKeyUsingGET should be of the form "QuerySecretKeyUsingGET ..." (golint)
    • Line 140: warning: comment on exported method YdsmsClient.SendMessagesByPinUsingPOST should be of the form "SendMessagesByPinUsingPOST ..." (golint)
    • Line 160: warning: comment on exported method YdsmsClient.QueryAmountUsingGET should be of the form "QueryAmountUsingGET ..." (golint)
    • Line 180: warning: comment on exported method YdsmsClient.GetSmsTemplateByIdUsingGET should be of the form "GetSmsTemplateByIdUsingGET ..." (golint)
    • Line 200: warning: comment on exported method YdsmsClient.CreateSmsAppUsingPOST should be of the form "CreateSmsAppUsingPOST ..." (golint)
    • Line 220: warning: comment on exported method YdsmsClient.ModifySmsSignUsingPOST should be of the form "ModifySmsSignUsingPOST ..." (golint)
    • Line 240: warning: comment on exported method YdsmsClient.ListSmsTasksUsingGET should be of the form "ListSmsTasksUsingGET ..." (golint)
    • Line 260: warning: comment on exported method YdsmsClient.ListSmsSendOverviewUsingGET should be of the form "ListSmsSendOverviewUsingGET ..." (golint)
    • Line 280: warning: comment on exported method YdsmsClient.CreateSmsTemplateUsingPOST should be of the form "CreateSmsTemplateUsingPOST ..." (golint)
    • Line 300: warning: comment on exported method YdsmsClient.ModifyAppGeneralSettingById should be of the form "ModifyAppGeneralSettingById ..." (golint)
    • Line 320: warning: comment on exported method YdsmsClient.QuerySendRecordUsingGET should be of the form "QuerySendRecordUsingGET ..." (golint)
    • Line 340: warning: comment on exported method YdsmsClient.ModifySmsTemplateUsingPOST should be of the form "ModifySmsTemplateUsingPOST ..." (golint)
    • Line 360: warning: comment on exported method YdsmsClient.GetSmsPackageByIdUsingGET should be of the form "GetSmsPackageByIdUsingGET ..." (golint)
    • Line 380: warning: comment on exported method YdsmsClient.CreateSmsSignUsingPOST should be of the form "CreateSmsSignUsingPOST ..." (golint)
    • Line 400: warning: comment on exported method YdsmsClient.ModifySmsTaskUsingPOST should be of the form "ModifySmsTaskUsingPOST ..." (golint)
    • Line 420: warning: comment on exported method YdsmsClient.QueryReceiptRecordUsingGET should be of the form "QueryReceiptRecordUsingGET ..." (golint)
    • Line 440: warning: comment on exported method YdsmsClient.ListSmsAppsUsingGET should be of the form "ListSmsAppsUsingGET ..." (golint)
    • Line 460: warning: comment on exported method YdsmsClient.GetSmsAppByIdUsingGET should be of the form "GetSmsAppByIdUsingGET ..." (golint)
    • Line 480: warning: comment on exported method YdsmsClient.QueryReplyRecordUsingGET should be of the form "QueryReplyRecordUsingGET ..." (golint)
    • Line 500: warning: comment on exported method YdsmsClient.ModifySmsAppUsingPOST should be of the form "ModifySmsAppUsingPOST ..." (golint)
    • Line 520: warning: comment on exported method YdsmsClient.GetSmsPackageSpecificationsUsingGET should be of the form "GetSmsPackageSpecificationsUsingGET ..." (golint)
    • Line 540: warning: comment on exported method YdsmsClient.ListSmsCertificateTypesUsingGET should be of the form "ListSmsCertificateTypesUsingGET ..." (golint)
    • Line 560: warning: comment on exported method YdsmsClient.ListSmsAppGeneralSettingsUsingGET should be of the form "ListSmsAppGeneralSettingsUsingGET ..." (golint)
    • Line 580: warning: comment on exported method YdsmsClient.CreateSmsTaskUsingPOST should be of the form "CreateSmsTaskUsingPOST ..." (golint)
    • Line 600: warning: comment on exported method YdsmsClient.GetSmsTaskIdUsingGET should be of the form "GetSmsTaskIdUsingGET ..." (golint)
    • Line 620: warning: comment on exported method YdsmsClient.GetSmsTaskContentUsingGET should be of the form "GetSmsTaskContentUsingGET ..." (golint)
    • Line 640: warning: comment on exported method YdsmsClient.SendMessagesByOrderIdUsingPOST should be of the form "SendMessagesByOrderIdUsingPOST ..." (golint)
    • Line 660: warning: comment on exported method YdsmsClient.TaskStartUsingGET should be of the form "TaskStartUsingGET ..." (golint)
    • Line 680: warning: comment on exported method YdsmsClient.GetSmsSignByIdUsingGET should be of the form "GetSmsSignByIdUsingGET ..." (golint)
    • Line 700: warning: comment on exported method YdsmsClient.ListSmsSignsUsingGET should be of the form "ListSmsSignsUsingGET ..." (golint)
    • Line 720: warning: comment on exported method YdsmsClient.ListSmsTemplatesUsingGET should be of the form "ListSmsTemplatesUsingGET ..." (golint)
    • Line 740: warning: comment on exported method YdsmsClient.SendMessagesUsingPOST should be of the form "SendMessagesUsingPOST ..." (golint)
    • Line 760: warning: comment on exported method YdsmsClient.ListSmsSignTypesUsingGET should be of the form "ListSmsSignTypesUsingGET ..." (golint)
    • Line 780: warning: comment on exported method YdsmsClient.TaskDeleteUsingDelete should be of the form "TaskDeleteUsingDelete ..." (golint)
    • Line 800: warning: comment on exported method YdsmsClient.CreateSmsPackageUsingPOST should be of the form "CreateSmsPackageUsingPOST ..." (golint)
    • Line 820: warning: comment on exported method YdsmsClient.QueryRemainingUsingGET should be of the form "QueryRemainingUsingGET ..." (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcVServerGroup.go
    • Line 24: warning: exported type CreateVpcVServerGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcVServerGroupRequest should be of the form "NewCreateVpcVServerGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcVServerGroupRequestWithAllParams should be of the form "NewCreateVpcVServerGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcVServerGroupRequestWithoutParam should be of the form "NewCreateVpcVServerGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcVServerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcVServerGroupRequest.SetVserverGroup should be of the form "SetVserverGroup ..." (golint)
    • Line 108: warning: exported type CreateVpcVServerGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcVServerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyElasticIp.go
    • Line 23: warning: exported type ModifyElasticIpRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyElasticIpRequest should be of the form "NewModifyElasticIpRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyElasticIpRequestWithAllParams should be of the form "NewModifyElasticIpRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyElasticIpRequestWithoutParam should be of the form "NewModifyElasticIpRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 110: warning: comment on exported method ModifyElasticIpRequest.SetBandwidthMbps should be of the form "SetBandwidthMbps ..." (golint)
    • Line 121: warning: exported type ModifyElasticIpResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StartSlbListener.go
    • Line 23: warning: exported type StartSlbListenerRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStartSlbListenerRequest should be of the form "NewStartSlbListenerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStartSlbListenerRequestWithAllParams should be of the form "NewStartSlbListenerRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewStartSlbListenerRequestWithoutParam should be of the form "NewStartSlbListenerRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method StartSlbListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method StartSlbListenerRequest.SetId should be of the form "SetId ..." (golint)
    • Line 110: warning: comment on exported method StartSlbListenerRequest.SetListenerPort should be of the form "SetListenerPort ..." (golint)
    • Line 121: warning: exported type StartSlbListenerResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type StartSlbListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamAppTranscode.go
    • Line 23: warning: exported type DeleteLiveStreamAppTranscodeRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteLiveStreamAppTranscodeRequest should be of the form "NewDeleteLiveStreamAppTranscodeRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDeleteLiveStreamAppTranscodeRequestWithAllParams should be of the form "NewDeleteLiveStreamAppTranscodeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDeleteLiveStreamAppTranscodeRequestWithoutParam should be of the form "NewDeleteLiveStreamAppTranscodeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DeleteLiveStreamAppTranscodeRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method DeleteLiveStreamAppTranscodeRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method DeleteLiveStreamAppTranscodeRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type DeleteLiveStreamAppTranscodeResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type DeleteLiveStreamAppTranscodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/UpdateSiteMonitor.go
    • Line 24: warning: exported type UpdateSiteMonitorRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported function NewUpdateSiteMonitorRequest should be of the form "NewUpdateSiteMonitorRequest ..." (golint)
    • Line 133: warning: comment on exported function NewUpdateSiteMonitorRequestWithAllParams should be of the form "NewUpdateSiteMonitorRequestWithAllParams ..." (golint)
    • Line 220: warning: comment on exported function NewUpdateSiteMonitorRequestWithoutParam should be of the form "NewUpdateSiteMonitorRequestWithoutParam ..." (golint)
    • Line 233: warning: comment on exported method UpdateSiteMonitorRequest.SetAddress should be of the form "SetAddress ..." (golint)
    • Line 238: warning: comment on exported method UpdateSiteMonitorRequest.SetAdvanceChecked should be of the form "SetAdvanceChecked ..." (golint)
    • Line 243: warning: comment on exported method UpdateSiteMonitorRequest.SetCreatedTime should be of the form "SetCreatedTime ..." (golint)
    • Line 248: warning: comment on exported method UpdateSiteMonitorRequest.SetCycle should be of the form "SetCycle ..." (golint)
    • Line 253: warning: comment on exported method UpdateSiteMonitorRequest.SetDefaultSource should be of the form "SetDefaultSource ..." (golint)
    • Line 258: warning: comment on exported method UpdateSiteMonitorRequest.SetDnsOption should be of the form "SetDnsOption ..." (golint)
    • Line 263: warning: comment on exported method UpdateSiteMonitorRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 268: warning: comment on exported method UpdateSiteMonitorRequest.SetFtpOption should be of the form "SetFtpOption ..." (golint)
    • Line 273: warning: comment on exported method UpdateSiteMonitorRequest.SetHawkeyeId should be of the form "SetHawkeyeId ..." (golint)
    • Line 278: warning: comment on exported method UpdateSiteMonitorRequest.SetHttpOption should be of the form "SetHttpOption ..." (golint)
    • Line 283: warning: comment on exported method UpdateSiteMonitorRequest.SetId should be of the form "SetId ..." (golint)
    • Line 288: warning: comment on exported method UpdateSiteMonitorRequest.SetIsDeleted should be of the form "SetIsDeleted ..." (golint)
    • Line 293: warning: comment on exported method UpdateSiteMonitorRequest.SetName should be of the form "SetName ..." (golint)
    • Line 298: warning: comment on exported method UpdateSiteMonitorRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 303: warning: comment on exported method UpdateSiteMonitorRequest.SetPingOption should be of the form "SetPingOption ..." (golint)
    • Line 308: warning: comment on exported method UpdateSiteMonitorRequest.SetPop3Option should be of the form "SetPop3Option ..." (golint)
    • Line 313: warning: comment on exported method UpdateSiteMonitorRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 318: warning: comment on exported method UpdateSiteMonitorRequest.SetSmtpOption should be of the form "SetSmtpOption ..." (golint)
    • Line 323: warning: comment on exported method UpdateSiteMonitorRequest.SetSource should be of the form "SetSource ..." (golint)
    • Line 328: warning: comment on exported method UpdateSiteMonitorRequest.SetStats should be of the form "SetStats ..." (golint)
    • Line 333: warning: comment on exported method UpdateSiteMonitorRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 338: warning: comment on exported method UpdateSiteMonitorRequest.SetTcpOption should be of the form "SetTcpOption ..." (golint)
    • Line 343: warning: comment on exported method UpdateSiteMonitorRequest.SetUdpOption should be of the form "SetUdpOption ..." (golint)
    • Line 348: warning: comment on exported method UpdateSiteMonitorRequest.SetUpdatedTime should be of the form "SetUpdatedTime ..." (golint)
    • Line 359: warning: exported type UpdateSiteMonitorResponse should have comment or be unexported (golint)
    • Line 365: warning: exported type UpdateSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainsNotInGroup.go
    • Line 23: warning: exported type QueryDomainsNotInGroupRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryDomainsNotInGroupRequest should be of the form "NewQueryDomainsNotInGroupRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryDomainsNotInGroupRequestWithAllParams should be of the form "NewQueryDomainsNotInGroupRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryDomainsNotInGroupRequestWithoutParam should be of the form "NewQueryDomainsNotInGroupRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryDomainsNotInGroupResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryDomainsNotInGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/apis/Encrypt.go
    • Line 23: warning: exported type EncryptRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewEncryptRequest should be of the form "NewEncryptRequest ..." (golint)
    • Line 48: warning: comment on exported function NewEncryptRequestWithAllParams should be of the form "NewEncryptRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewEncryptRequestWithoutParam should be of the form "NewEncryptRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method EncryptRequest.SetPlaintext should be of the form "SetPlaintext ..." (golint)
    • Line 90: warning: exported type EncryptResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type EncryptResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/hufu/apis/IsEncryptData.go
    • Line 23: warning: exported type IsEncryptDataRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewIsEncryptDataRequest should be of the form "NewIsEncryptDataRequest ..." (golint)
    • Line 48: warning: comment on exported function NewIsEncryptDataRequestWithAllParams should be of the form "NewIsEncryptDataRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewIsEncryptDataRequestWithoutParam should be of the form "NewIsEncryptDataRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method IsEncryptDataRequest.SetCipher should be of the form "SetCipher ..." (golint)
    • Line 90: warning: exported type IsEncryptDataResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type IsEncryptDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/DescribeDeployDetails.go
    • Line 24: warning: exported type DescribeDeployDetailsRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewDescribeDeployDetailsRequest should be of the form "NewDescribeDeployDetailsRequest ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeDeployDetailsRequestWithAllParams should be of the form "NewDescribeDeployDetailsRequestWithAllParams ..." (golint)
    • Line 136: warning: comment on exported function NewDescribeDeployDetailsRequestWithoutParam should be of the form "NewDescribeDeployDetailsRequestWithoutParam ..." (golint)
    • Line 149: warning: comment on exported method DescribeDeployDetailsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 154: warning: comment on exported method DescribeDeployDetailsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 159: warning: comment on exported method DescribeDeployDetailsRequest.SetHardwareId should be of the form "SetHardwareId ..." (golint)
    • Line 164: warning: comment on exported method DescribeDeployDetailsRequest.SetOsId should be of the form "SetOsId ..." (golint)
    • Line 169: warning: comment on exported method DescribeDeployDetailsRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 174: warning: comment on exported method DescribeDeployDetailsRequest.SetNowPage should be of the form "SetNowPage ..." (golint)
    • Line 179: warning: comment on exported method DescribeDeployDetailsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 184: warning: comment on exported method DescribeDeployDetailsRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 189: warning: comment on exported method DescribeDeployDetailsRequest.SetProperty should be of the form "SetProperty ..." (golint)
    • Line 194: warning: comment on exported method DescribeDeployDetailsRequest.SetSearchText should be of the form "SetSearchText ..." (golint)
    • Line 205: warning: exported type DescribeDeployDetailsResponse should have comment or be unexported (golint)
    • Line 211: warning: exported type DescribeDeployDetailsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateVideo.go
    • Line 24: warning: exported type UpdateVideoRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewUpdateVideoRequest should be of the form "NewUpdateVideoRequest ..." (golint)
    • Line 67: warning: comment on exported function NewUpdateVideoRequestWithAllParams should be of the form "NewUpdateVideoRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewUpdateVideoRequestWithoutParam should be of the form "NewUpdateVideoRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method UpdateVideoRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 118: warning: comment on exported method UpdateVideoRequest.SetName should be of the form "SetName ..." (golint)
    • Line 123: warning: comment on exported method UpdateVideoRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 128: warning: comment on exported method UpdateVideoRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 133: warning: comment on exported method UpdateVideoRequest.SetCoverUrl should be of the form "SetCoverUrl ..." (golint)
    • Line 138: warning: comment on exported method UpdateVideoRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 149: warning: exported type UpdateVideoResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type UpdateVideoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskEvent.go
    • Line 24: warning: exported type SetRiskEventRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskEventRequest should be of the form "NewSetRiskEventRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskEventRequestWithAllParams should be of the form "NewSetRiskEventRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskEventRequestWithoutParam should be of the form "NewSetRiskEventRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskEventRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskEventRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskEventRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskEventResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskEventResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamDomainQualityDetection.go
    • Line 23: warning: exported type DeleteLiveStreamDomainQualityDetectionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLiveStreamDomainQualityDetectionRequest should be of the form "NewDeleteLiveStreamDomainQualityDetectionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLiveStreamDomainQualityDetectionRequestWithAllParams should be of the form "NewDeleteLiveStreamDomainQualityDetectionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLiveStreamDomainQualityDetectionRequestWithoutParam should be of the form "NewDeleteLiveStreamDomainQualityDetectionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLiveStreamDomainQualityDetectionRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 96: warning: comment on exported method DeleteLiveStreamDomainQualityDetectionRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 107: warning: exported type DeleteLiveStreamDomainQualityDetectionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLiveStreamDomainQualityDetectionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackupSpace.go
    • Line 23: warning: exported type DescribeBackupSpaceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeBackupSpaceRequest should be of the form "NewDescribeBackupSpaceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeBackupSpaceRequestWithAllParams should be of the form "NewDescribeBackupSpaceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeBackupSpaceRequestWithoutParam should be of the form "NewDescribeBackupSpaceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeBackupSpaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeBackupSpaceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeBackupSpaceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeBackupSpaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/bri/apis/CreditScore.go
    • Line 24: warning: exported type CreditScoreRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreditScoreRequest should be of the form "NewCreditScoreRequest ..." (golint)
    • Line 49: warning: comment on exported function NewCreditScoreRequestWithAllParams should be of the form "NewCreditScoreRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewCreditScoreRequestWithoutParam should be of the form "NewCreditScoreRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method CreditScoreRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 91: warning: exported type CreditScoreResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type CreditScoreResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/QueryWhoisInfo.go
    • Line 24: warning: exported type QueryWhoisInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryWhoisInfoRequest should be of the form "NewQueryWhoisInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryWhoisInfoRequestWithAllParams should be of the form "NewQueryWhoisInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryWhoisInfoRequestWithoutParam should be of the form "NewQueryWhoisInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryWhoisInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryWhoisInfoRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 108: warning: exported type QueryWhoisInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryWhoisInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/UpdateInstanceTemplate.go
    • Line 23: warning: exported type UpdateInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUpdateInstanceTemplateRequest should be of the form "NewUpdateInstanceTemplateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewUpdateInstanceTemplateRequestWithAllParams should be of the form "NewUpdateInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewUpdateInstanceTemplateRequestWithoutParam should be of the form "NewUpdateInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method UpdateInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method UpdateInstanceTemplateRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 113: warning: comment on exported method UpdateInstanceTemplateRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 118: warning: comment on exported method UpdateInstanceTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 129: warning: exported type UpdateInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DescribeJsPages.go
    • Line 24: warning: exported type DescribeJsPagesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeJsPagesRequest should be of the form "NewDescribeJsPagesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeJsPagesRequestWithAllParams should be of the form "NewDescribeJsPagesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeJsPagesRequestWithoutParam should be of the form "NewDescribeJsPagesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeJsPagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeJsPagesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeJsPagesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DescribeJsPagesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeJsPagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/apis/DescribeRdsInstances.go
    • Line 24: warning: exported type DescribeRdsInstancesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeRdsInstancesRequest should be of the form "NewDescribeRdsInstancesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeRdsInstancesRequestWithAllParams should be of the form "NewDescribeRdsInstancesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeRdsInstancesRequestWithoutParam should be of the form "NewDescribeRdsInstancesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeRdsInstancesRequest.SetAppkey should be of the form "SetAppkey ..." (golint)
    • Line 94: warning: exported type DescribeRdsInstancesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeRdsInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryPrefetchTask.go
    • Line 24: warning: exported type QueryPrefetchTaskRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewQueryPrefetchTaskRequest should be of the form "NewQueryPrefetchTaskRequest ..." (golint)
    • Line 73: warning: comment on exported function NewQueryPrefetchTaskRequestWithAllParams should be of the form "NewQueryPrefetchTaskRequestWithAllParams ..." (golint)
    • Line 115: warning: comment on exported function NewQueryPrefetchTaskRequestWithoutParam should be of the form "NewQueryPrefetchTaskRequestWithoutParam ..." (golint)
    • Line 128: warning: comment on exported method QueryPrefetchTaskRequest.SetUrl should be of the form "SetUrl ..." (golint)
    • Line 133: warning: comment on exported method QueryPrefetchTaskRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 138: warning: comment on exported method QueryPrefetchTaskRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 143: warning: comment on exported method QueryPrefetchTaskRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 148: warning: comment on exported method QueryPrefetchTaskRequest.SetFileId should be of the form "SetFileId ..." (golint)
    • Line 153: warning: comment on exported method QueryPrefetchTaskRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 158: warning: comment on exported method QueryPrefetchTaskRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 163: warning: comment on exported method QueryPrefetchTaskRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 168: warning: comment on exported method QueryPrefetchTaskRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 179: warning: exported type QueryPrefetchTaskResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type QueryPrefetchTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeAvailableZones.go
    • Line 24: warning: exported type DescribeAvailableZonesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeAvailableZonesRequest should be of the form "NewDescribeAvailableZonesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAvailableZonesRequestWithAllParams should be of the form "NewDescribeAvailableZonesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAvailableZonesRequestWithoutParam should be of the form "NewDescribeAvailableZonesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeAvailableZonesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeAvailableZonesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeAvailableZonesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/CreateSiteMonitor.go
    • Line 24: warning: exported type CreateSiteMonitorRequest should have comment or be unexported (golint)
    • Line 101: warning: comment on exported function NewCreateSiteMonitorRequest should be of the form "NewCreateSiteMonitorRequest ..." (golint)
    • Line 133: warning: comment on exported function NewCreateSiteMonitorRequestWithAllParams should be of the form "NewCreateSiteMonitorRequestWithAllParams ..." (golint)
    • Line 220: warning: comment on exported function NewCreateSiteMonitorRequestWithoutParam should be of the form "NewCreateSiteMonitorRequestWithoutParam ..." (golint)
    • Line 233: warning: comment on exported method CreateSiteMonitorRequest.SetAddress should be of the form "SetAddress ..." (golint)
    • Line 238: warning: comment on exported method CreateSiteMonitorRequest.SetAdvanceChecked should be of the form "SetAdvanceChecked ..." (golint)
    • Line 243: warning: comment on exported method CreateSiteMonitorRequest.SetCreatedTime should be of the form "SetCreatedTime ..." (golint)
    • Line 248: warning: comment on exported method CreateSiteMonitorRequest.SetCycle should be of the form "SetCycle ..." (golint)
    • Line 253: warning: comment on exported method CreateSiteMonitorRequest.SetDefaultSource should be of the form "SetDefaultSource ..." (golint)
    • Line 258: warning: comment on exported method CreateSiteMonitorRequest.SetDnsOption should be of the form "SetDnsOption ..." (golint)
    • Line 263: warning: comment on exported method CreateSiteMonitorRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 268: warning: comment on exported method CreateSiteMonitorRequest.SetFtpOption should be of the form "SetFtpOption ..." (golint)
    • Line 273: warning: comment on exported method CreateSiteMonitorRequest.SetHawkeyeId should be of the form "SetHawkeyeId ..." (golint)
    • Line 278: warning: comment on exported method CreateSiteMonitorRequest.SetHttpOption should be of the form "SetHttpOption ..." (golint)
    • Line 283: warning: comment on exported method CreateSiteMonitorRequest.SetId should be of the form "SetId ..." (golint)
    • Line 288: warning: comment on exported method CreateSiteMonitorRequest.SetIsDeleted should be of the form "SetIsDeleted ..." (golint)
    • Line 293: warning: comment on exported method CreateSiteMonitorRequest.SetName should be of the form "SetName ..." (golint)
    • Line 298: warning: comment on exported method CreateSiteMonitorRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 303: warning: comment on exported method CreateSiteMonitorRequest.SetPingOption should be of the form "SetPingOption ..." (golint)
    • Line 308: warning: comment on exported method CreateSiteMonitorRequest.SetPop3Option should be of the form "SetPop3Option ..." (golint)
    • Line 313: warning: comment on exported method CreateSiteMonitorRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 318: warning: comment on exported method CreateSiteMonitorRequest.SetSmtpOption should be of the form "SetSmtpOption ..." (golint)
    • Line 323: warning: comment on exported method CreateSiteMonitorRequest.SetSource should be of the form "SetSource ..." (golint)
    • Line 328: warning: comment on exported method CreateSiteMonitorRequest.SetStats should be of the form "SetStats ..." (golint)
    • Line 333: warning: comment on exported method CreateSiteMonitorRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 338: warning: comment on exported method CreateSiteMonitorRequest.SetTcpOption should be of the form "SetTcpOption ..." (golint)
    • Line 343: warning: comment on exported method CreateSiteMonitorRequest.SetUdpOption should be of the form "SetUdpOption ..." (golint)
    • Line 348: warning: comment on exported method CreateSiteMonitorRequest.SetUpdatedTime should be of the form "SetUpdatedTime ..." (golint)
    • Line 359: warning: exported type CreateSiteMonitorResponse should have comment or be unexported (golint)
    • Line 365: warning: exported type CreateSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyRouteTable.go
    • Line 23: warning: exported type ModifyRouteTableRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyRouteTableRequest should be of the form "NewModifyRouteTableRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyRouteTableRequestWithAllParams should be of the form "NewModifyRouteTableRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyRouteTableRequestWithoutParam should be of the form "NewModifyRouteTableRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 113: warning: comment on exported method ModifyRouteTableRequest.SetRouteTableName should be of the form "SetRouteTableName ..." (golint)
    • Line 118: warning: comment on exported method ModifyRouteTableRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyRouteTableResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRuleRSGeoAreas.go
    • Line 24: warning: exported type DescribeWebRuleRSGeoAreasRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeWebRuleRSGeoAreasRequest should be of the form "NewDescribeWebRuleRSGeoAreasRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeWebRuleRSGeoAreasRequestWithAllParams should be of the form "NewDescribeWebRuleRSGeoAreasRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWebRuleRSGeoAreasRequestWithoutParam should be of the form "NewDescribeWebRuleRSGeoAreasRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeWebRuleRSGeoAreasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeWebRuleRSGeoAreasResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeWebRuleRSGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/oss/client/OssClient.go
    • Line 26: warning: exported type OssClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewOssClient should have comment or be unexported (golint)
    • Line 48: warning: exported method OssClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method OssClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method OssClient.ListBuckets should be of the form "ListBuckets ..." (golint)
    • Line 77: warning: comment on exported method OssClient.DeleteBucket should be of the form "DeleteBucket ..." (golint)
    • Line 98: warning: comment on exported method OssClient.HeadBucket should be of the form "HeadBucket ..." (golint)
    • Line 119: warning: comment on exported method OssClient.PutBucket should be of the form "PutBucket ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetHttpHeader.go
    • Line 23: warning: exported type SetHttpHeaderRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetHttpHeaderRequest should be of the form "NewSetHttpHeaderRequest ..." (golint)
    • Line 60: warning: comment on exported function NewSetHttpHeaderRequestWithAllParams should be of the form "NewSetHttpHeaderRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetHttpHeaderRequestWithoutParam should be of the form "NewSetHttpHeaderRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetHttpHeaderRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method SetHttpHeaderRequest.SetHeaderType should be of the form "SetHeaderType ..." (golint)
    • Line 110: warning: comment on exported method SetHttpHeaderRequest.SetHeaderName should be of the form "SetHeaderName ..." (golint)
    • Line 115: warning: comment on exported method SetHttpHeaderRequest.SetHeaderValue should be of the form "SetHeaderValue ..." (golint)
    • Line 126: warning: exported type SetHttpHeaderResponse should have comment or be unexported (golint)
    • Line 132: warning: exported type SetHttpHeaderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVmInstanceById.go
    • Line 23: warning: exported type DeleteVmInstanceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVmInstanceByIdRequest should be of the form "NewDeleteVmInstanceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVmInstanceByIdRequestWithAllParams should be of the form "NewDeleteVmInstanceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVmInstanceByIdRequestWithoutParam should be of the form "NewDeleteVmInstanceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVmInstanceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVmInstanceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVmInstanceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVmInstanceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/GetAuthorizationToken.go
    • Line 23: warning: exported type GetAuthorizationTokenRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetAuthorizationTokenRequest should be of the form "NewGetAuthorizationTokenRequest ..." (golint)
    • Line 61: warning: comment on exported function NewGetAuthorizationTokenRequestWithAllParams should be of the form "NewGetAuthorizationTokenRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewGetAuthorizationTokenRequestWithoutParam should be of the form "NewGetAuthorizationTokenRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method GetAuthorizationTokenRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method GetAuthorizationTokenRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 109: warning: comment on exported method GetAuthorizationTokenRequest.SetExpiredAfterHours should be of the form "SetExpiredAfterHours ..." (golint)
    • Line 121: warning: exported type GetAuthorizationTokenResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetAuthorizationTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateApiGroup.go
    • Line 23: warning: exported type CreateApiGroupRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported function NewCreateApiGroupRequest should be of the form "NewCreateApiGroupRequest ..." (golint)
    • Line 87: warning: comment on exported function NewCreateApiGroupRequestWithAllParams should be of the form "NewCreateApiGroupRequestWithAllParams ..." (golint)
    • Line 135: warning: comment on exported function NewCreateApiGroupRequestWithoutParam should be of the form "NewCreateApiGroupRequestWithoutParam ..." (golint)
    • Line 148: warning: comment on exported method CreateApiGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 153: warning: comment on exported method CreateApiGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 158: warning: comment on exported method CreateApiGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 163: warning: comment on exported method CreateApiGroupRequest.SetPrefix should be of the form "SetPrefix ..." (golint)
    • Line 168: warning: comment on exported method CreateApiGroupRequest.SetKeyCheck should be of the form "SetKeyCheck ..." (golint)
    • Line 173: warning: comment on exported method CreateApiGroupRequest.SetAuthType should be of the form "SetAuthType ..." (golint)
    • Line 178: warning: comment on exported method CreateApiGroupRequest.SetPrefixStrip should be of the form "SetPrefixStrip ..." (golint)
    • Line 183: warning: comment on exported method CreateApiGroupRequest.SetGroupType should be of the form "SetGroupType ..." (golint)
    • Line 188: warning: comment on exported method CreateApiGroupRequest.SetJdsfName should be of the form "SetJdsfName ..." (golint)
    • Line 193: warning: comment on exported method CreateApiGroupRequest.SetJdsfRegistryName should be of the form "SetJdsfRegistryName ..." (golint)
    • Line 198: warning: comment on exported method CreateApiGroupRequest.SetJdsfId should be of the form "SetJdsfId ..." (golint)
    • Line 209: warning: exported type CreateApiGroupResponse should have comment or be unexported (golint)
    • Line 215: warning: exported type CreateApiGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcEipById.go
    • Line 23: warning: exported type DeleteVpcEipByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcEipByIdRequest should be of the form "NewDeleteVpcEipByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcEipByIdRequestWithAllParams should be of the form "NewDeleteVpcEipByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcEipByIdRequestWithoutParam should be of the form "NewDeleteVpcEipByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcEipByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcEipByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcEipByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcEipByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/BindCert.go
    • Line 24: warning: exported type BindCertRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBindCertRequest should be of the form "NewBindCertRequest ..." (golint)
    • Line 64: warning: comment on exported function NewBindCertRequestWithAllParams should be of the form "NewBindCertRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewBindCertRequestWithoutParam should be of the form "NewBindCertRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method BindCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method BindCertRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method BindCertRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type BindCertResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type BindCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeInstances.go
    • Line 24: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method DescribeInstancesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 127: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/SetKmsKeyId.go
    • Line 23: warning: exported type SetKmsKeyIdRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewSetKmsKeyIdRequest should be of the form "NewSetKmsKeyIdRequest ..." (golint)
    • Line 48: warning: comment on exported function NewSetKmsKeyIdRequestWithAllParams should be of the form "NewSetKmsKeyIdRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewSetKmsKeyIdRequestWithoutParam should be of the form "NewSetKmsKeyIdRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method SetKmsKeyIdRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 90: warning: exported type SetKmsKeyIdResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type SetKmsKeyIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/UnassignSecondaryIps.go
    • Line 23: warning: exported type UnassignSecondaryIpsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUnassignSecondaryIpsRequest should be of the form "NewUnassignSecondaryIpsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewUnassignSecondaryIpsRequestWithAllParams should be of the form "NewUnassignSecondaryIpsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewUnassignSecondaryIpsRequestWithoutParam should be of the form "NewUnassignSecondaryIpsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method UnassignSecondaryIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method UnassignSecondaryIpsRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 107: warning: comment on exported method UnassignSecondaryIpsRequest.SetSecondaryIps should be of the form "SetSecondaryIps ..." (golint)
    • Line 118: warning: exported type UnassignSecondaryIpsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type UnassignSecondaryIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/GetSaleServiceByDeliverNumber.go
    • Line 24: warning: exported type GetSaleServiceByDeliverNumberRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetSaleServiceByDeliverNumberRequest should be of the form "NewGetSaleServiceByDeliverNumberRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetSaleServiceByDeliverNumberRequestWithAllParams should be of the form "NewGetSaleServiceByDeliverNumberRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetSaleServiceByDeliverNumberRequestWithoutParam should be of the form "NewGetSaleServiceByDeliverNumberRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetSaleServiceByDeliverNumberRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetSaleServiceByDeliverNumberRequest.SetDeliverNumber should be of the form "SetDeliverNumber ..." (golint)
    • Line 108: warning: exported type GetSaleServiceByDeliverNumberResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetSaleServiceByDeliverNumberResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeProduct.go
    • Line 23: warning: exported type DescribeProductRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeProductRequest should be of the form "NewDescribeProductRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeProductRequestWithAllParams should be of the form "NewDescribeProductRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeProductRequestWithoutParam should be of the form "NewDescribeProductRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeProductRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type DescribeProductResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/UpdateIps.go
    • Line 24: warning: exported type UpdateIpsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateIpsRequest should be of the form "NewUpdateIpsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateIpsRequestWithAllParams should be of the form "NewUpdateIpsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateIpsRequestWithoutParam should be of the form "NewUpdateIpsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateIpsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method UpdateIpsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type UpdateIpsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetTargets.go
    • Line 23: warning: exported type GetTargetsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewGetTargetsRequest should be of the form "NewGetTargetsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewGetTargetsRequestWithAllParams should be of the form "NewGetTargetsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewGetTargetsRequestWithoutParam should be of the form "NewGetTargetsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method GetTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method GetTargetsRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method GetTargetsRequest.SetSubDomainName should be of the form "SetSubDomainName ..." (golint)
    • Line 121: warning: exported type GetTargetsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpResourceInfo.go
    • Line 24: warning: exported type DescribeIpResourceInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpResourceInfoRequest should be of the form "NewDescribeIpResourceInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIpResourceInfoRequestWithAllParams should be of the form "NewDescribeIpResourceInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIpResourceInfoRequestWithoutParam should be of the form "NewDescribeIpResourceInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIpResourceInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIpResourceInfoRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 108: warning: exported type DescribeIpResourceInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeIpResourceInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeTopics.go
    • Line 25: warning: exported type DescribeTopicsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeTopicsRequest should be of the form "NewDescribeTopicsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeTopicsRequestWithAllParams should be of the form "NewDescribeTopicsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeTopicsRequestWithoutParam should be of the form "NewDescribeTopicsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeTopicsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method DescribeTopicsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 118: warning: comment on exported method DescribeTopicsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 123: warning: comment on exported method DescribeTopicsRequest.SetTopicFilter should be of the form "SetTopicFilter ..." (golint)
    • Line 128: warning: comment on exported method DescribeTopicsRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 139: warning: exported type DescribeTopicsResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type DescribeTopicsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/CreateFunction.go
    • Line 24: warning: exported type CreateFunctionRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewCreateFunctionRequest should be of the form "NewCreateFunctionRequest ..." (golint)
    • Line 91: warning: comment on exported function NewCreateFunctionRequestWithAllParams should be of the form "NewCreateFunctionRequestWithAllParams ..." (golint)
    • Line 148: warning: comment on exported function NewCreateFunctionRequestWithoutParam should be of the form "NewCreateFunctionRequestWithoutParam ..." (golint)
    • Line 161: warning: comment on exported method CreateFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 166: warning: comment on exported method CreateFunctionRequest.SetName should be of the form "SetName ..." (golint)
    • Line 171: warning: comment on exported method CreateFunctionRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 176: warning: comment on exported method CreateFunctionRequest.SetEntrance should be of the form "SetEntrance ..." (golint)
    • Line 181: warning: comment on exported method CreateFunctionRequest.SetMemory should be of the form "SetMemory ..." (golint)
    • Line 186: warning: comment on exported method CreateFunctionRequest.SetRunTime should be of the form "SetRunTime ..." (golint)
    • Line 191: warning: comment on exported method CreateFunctionRequest.SetOverTime should be of the form "SetOverTime ..." (golint)
    • Line 196: warning: comment on exported method CreateFunctionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 201: warning: comment on exported method CreateFunctionRequest.SetCode should be of the form "SetCode ..." (golint)
    • Line 206: warning: comment on exported method CreateFunctionRequest.SetEnvironment should be of the form "SetEnvironment ..." (golint)
    • Line 211: warning: comment on exported method CreateFunctionRequest.SetLogSetId should be of the form "SetLogSetId ..." (golint)
    • Line 216: warning: comment on exported method CreateFunctionRequest.SetLogTopicId should be of the form "SetLogTopicId ..." (golint)
    • Line 221: warning: comment on exported method CreateFunctionRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 226: warning: comment on exported method CreateFunctionRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 237: warning: exported type CreateFunctionResponse should have comment or be unexported (golint)
    • Line 243: warning: exported type CreateFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateRateLimitPolicy.go
    • Line 24: warning: exported type UpdateRateLimitPolicyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateRateLimitPolicyRequest should be of the form "NewUpdateRateLimitPolicyRequest ..." (golint)
    • Line 61: warning: comment on exported function NewUpdateRateLimitPolicyRequestWithAllParams should be of the form "NewUpdateRateLimitPolicyRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewUpdateRateLimitPolicyRequestWithoutParam should be of the form "NewUpdateRateLimitPolicyRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method UpdateRateLimitPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method UpdateRateLimitPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 108: warning: comment on exported method UpdateRateLimitPolicyRequest.SetRateLimitPolicyView should be of the form "SetRateLimitPolicyView ..." (golint)
    • Line 119: warning: exported type UpdateRateLimitPolicyResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type UpdateRateLimitPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeElasticIps.go
    • Line 25: warning: exported type DescribeElasticIpsRequest should have comment or be unexported (golint)
    • Line 60: warning: comment on exported function NewDescribeElasticIpsRequest should be of the form "NewDescribeElasticIpsRequest ..." (golint)
    • Line 80: warning: comment on exported function NewDescribeElasticIpsRequestWithAllParams should be of the form "NewDescribeElasticIpsRequestWithAllParams ..." (golint)
    • Line 125: warning: comment on exported function NewDescribeElasticIpsRequestWithoutParam should be of the form "NewDescribeElasticIpsRequestWithoutParam ..." (golint)
    • Line 138: warning: comment on exported method DescribeElasticIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 143: warning: comment on exported method DescribeElasticIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 148: warning: comment on exported method DescribeElasticIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 153: warning: comment on exported method DescribeElasticIpsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 158: warning: comment on exported method DescribeElasticIpsRequest.SetHasJoinBandwidthPackage should be of the form "SetHasJoinBandwidthPackage ..." (golint)
    • Line 163: warning: comment on exported method DescribeElasticIpsRequest.SetChargeMode should be of the form "SetChargeMode ..." (golint)
    • Line 168: warning: comment on exported method DescribeElasticIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 173: warning: comment on exported method DescribeElasticIpsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 178: warning: comment on exported method DescribeElasticIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 192: warning: exported type DescribeElasticIpsResponse should have comment or be unexported (golint)
    • Line 198: warning: exported type DescribeElasticIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeDeviceTopo.go
    • Line 24: warning: exported type DescribeDeviceTopoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDeviceTopoRequest should be of the form "NewDescribeDeviceTopoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeDeviceTopoRequestWithAllParams should be of the form "NewDescribeDeviceTopoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDeviceTopoRequestWithoutParam should be of the form "NewDescribeDeviceTopoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDeviceTopoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDeviceTopoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDeviceTopoRequest.SetDeviceTopoPageBO should be of the form "SetDeviceTopoPageBO ..." (golint)
    • Line 122: warning: exported type DescribeDeviceTopoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeDeviceTopoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstanceTemplatesCustomdata.go
    • Line 25: warning: exported type DescribeInstanceTemplatesCustomdataRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeInstanceTemplatesCustomdataRequest should be of the form "NewDescribeInstanceTemplatesCustomdataRequest ..." (golint)
    • Line 56: warning: comment on exported function NewDescribeInstanceTemplatesCustomdataRequestWithAllParams should be of the form "NewDescribeInstanceTemplatesCustomdataRequestWithAllParams ..." (golint)
    • Line 77: warning: comment on exported function NewDescribeInstanceTemplatesCustomdataRequestWithoutParam should be of the form "NewDescribeInstanceTemplatesCustomdataRequestWithoutParam ..." (golint)
    • Line 90: warning: comment on exported method DescribeInstanceTemplatesCustomdataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 95: warning: comment on exported method DescribeInstanceTemplatesCustomdataRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 106: warning: exported type DescribeInstanceTemplatesCustomdataResponse should have comment or be unexported (golint)
    • Line 112: warning: exported type DescribeInstanceTemplatesCustomdataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/client/XdataClient.go
    • Line 26: warning: exported type XdataClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewXdataClient should have comment or be unexported (golint)
    • Line 48: warning: exported method XdataClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method XdataClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method XdataClient.CreateDatabase should be of the form "CreateDatabase ..." (golint)
    • Line 76: warning: comment on exported method XdataClient.CancelRasQuery should be of the form "CancelRasQuery ..." (golint)
    • Line 96: warning: comment on exported method XdataClient.ListDatabaseInfo should be of the form "ListDatabaseInfo ..." (golint)
    • Line 116: warning: comment on exported method XdataClient.GetPySparkExecuteState should be of the form "GetPySparkExecuteState ..." (golint)
    • Line 136: warning: comment on exported method XdataClient.GetDatabaseInfo should be of the form "GetDatabaseInfo ..." (golint)
    • Line 156: warning: comment on exported method XdataClient.ListTableInfo should be of the form "ListTableInfo ..." (golint)
    • Line 176: warning: comment on exported method XdataClient.GetRasQueryState should be of the form "GetRasQueryState ..." (golint)
    • Line 196: warning: comment on exported method XdataClient.ExecuteRasQuery should be of the form "ExecuteRasQuery ..." (golint)
    • Line 216: warning: comment on exported method XdataClient.CancelPySparkJob should be of the form "CancelPySparkJob ..." (golint)
    • Line 236: warning: comment on exported method XdataClient.GetPySparkExecuteResult should be of the form "GetPySparkExecuteResult ..." (golint)
    • Line 256: warning: comment on exported method XdataClient.ListInstanceInfo should be of the form "ListInstanceInfo ..." (golint)
    • Line 276: warning: comment on exported method XdataClient.DeleteDatabase should be of the form "DeleteDatabase ..." (golint)
    • Line 296: warning: comment on exported method XdataClient.GetTableInfo should be of the form "GetTableInfo ..." (golint)
    • Line 316: warning: comment on exported method XdataClient.ExecutePySparkQuery should be of the form "ExecutePySparkQuery ..." (golint)
    • Line 336: warning: comment on exported method XdataClient.GetRasQueryResult should be of the form "GetRasQueryResult ..." (golint)
    • Line 356: warning: comment on exported method XdataClient.CreateTable should be of the form "CreateTable ..." (golint)
    • Line 376: warning: comment on exported method XdataClient.GetRasQueryLog should be of the form "GetRasQueryLog ..." (golint)
    • Line 396: warning: comment on exported method XdataClient.DeleteTable should be of the form "DeleteTable ..." (golint)
    • jdcloud-sdk-go/services/jcq/apis/ResendDeadLetters.go
    • Line 23: warning: exported type ResendDeadLettersRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewResendDeadLettersRequest should be of the form "NewResendDeadLettersRequest ..." (golint)
    • Line 66: warning: comment on exported function NewResendDeadLettersRequestWithAllParams should be of the form "NewResendDeadLettersRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewResendDeadLettersRequestWithoutParam should be of the form "NewResendDeadLettersRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ResendDeadLettersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ResendDeadLettersRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 116: warning: comment on exported method ResendDeadLettersRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 121: warning: comment on exported method ResendDeadLettersRequest.SetMessageIds should be of the form "SetMessageIds ..." (golint)
    • Line 132: warning: exported type ResendDeadLettersResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ResendDeadLettersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/CreateInstance.go
    • Line 24: warning: exported type CreateInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateInstanceRequest should be of the form "NewCreateInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateInstanceRequestWithAllParams should be of the form "NewCreateInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateInstanceRequestWithoutParam should be of the form "NewCreateInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateInstanceRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type CreateInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/RemoveSubUserFromGroup.go
    • Line 23: warning: exported type RemoveSubUserFromGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewRemoveSubUserFromGroupRequest should be of the form "NewRemoveSubUserFromGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewRemoveSubUserFromGroupRequestWithAllParams should be of the form "NewRemoveSubUserFromGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewRemoveSubUserFromGroupRequestWithoutParam should be of the form "NewRemoveSubUserFromGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method RemoveSubUserFromGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 96: warning: comment on exported method RemoveSubUserFromGroupRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 107: warning: exported type RemoveSubUserFromGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type RemoveSubUserFromGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryUserAgent.go
    • Line 23: warning: exported type QueryUserAgentRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryUserAgentRequest should be of the form "NewQueryUserAgentRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryUserAgentRequestWithAllParams should be of the form "NewQueryUserAgentRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryUserAgentRequestWithoutParam should be of the form "NewQueryUserAgentRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryUserAgentRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryUserAgentResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryUserAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/GetSiteMonitor.go
    • Line 24: warning: exported type GetSiteMonitorRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewGetSiteMonitorRequest should be of the form "NewGetSiteMonitorRequest ..." (golint)
    • Line 76: warning: comment on exported function NewGetSiteMonitorRequestWithAllParams should be of the form "NewGetSiteMonitorRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewGetSiteMonitorRequestWithoutParam should be of the form "NewGetSiteMonitorRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method GetSiteMonitorRequest.SetNameOrAddr should be of the form "SetNameOrAddr ..." (golint)
    • Line 139: warning: comment on exported method GetSiteMonitorRequest.SetName should be of the form "SetName ..." (golint)
    • Line 144: warning: comment on exported method GetSiteMonitorRequest.SetId should be of the form "SetId ..." (golint)
    • Line 149: warning: comment on exported method GetSiteMonitorRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 154: warning: comment on exported method GetSiteMonitorRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 159: warning: comment on exported method GetSiteMonitorRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 164: warning: comment on exported method GetSiteMonitorRequest.SetWithStats should be of the form "SetWithStats ..." (golint)
    • Line 169: warning: comment on exported method GetSiteMonitorRequest.SetWithDeleted should be of the form "SetWithDeleted ..." (golint)
    • Line 174: warning: comment on exported method GetSiteMonitorRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 179: warning: comment on exported method GetSiteMonitorRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 190: warning: exported type GetSiteMonitorResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type GetSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/UploadStamp.go
    • Line 24: warning: exported type UploadStampRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewUploadStampRequest should be of the form "NewUploadStampRequest ..." (golint)
    • Line 52: warning: comment on exported function NewUploadStampRequestWithAllParams should be of the form "NewUploadStampRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewUploadStampRequestWithoutParam should be of the form "NewUploadStampRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method UploadStampRequest.SetStampSpec should be of the form "SetStampSpec ..." (golint)
    • Line 94: warning: exported type UploadStampResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type UploadStampResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifyElasticIpBandwidth.go
    • Line 23: warning: exported type ModifyElasticIpBandwidthRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewModifyElasticIpBandwidthRequest should be of the form "NewModifyElasticIpBandwidthRequest ..." (golint)
    • Line 71: warning: comment on exported function NewModifyElasticIpBandwidthRequestWithAllParams should be of the form "NewModifyElasticIpBandwidthRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewModifyElasticIpBandwidthRequestWithoutParam should be of the form "NewModifyElasticIpBandwidthRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 126: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 133: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetBandwidth should be of the form "SetBandwidth ..." (golint)
    • Line 138: warning: comment on exported method ModifyElasticIpBandwidthRequest.SetExtraUplinkBandwidth should be of the form "SetExtraUplinkBandwidth ..." (golint)
    • Line 149: warning: exported type ModifyElasticIpBandwidthResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type ModifyElasticIpBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleJsPage.go
    • Line 23: warning: exported type EnableWebRuleJsPageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleJsPageRequest should be of the form "NewEnableWebRuleJsPageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleJsPageRequestWithAllParams should be of the form "NewEnableWebRuleJsPageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleJsPageRequestWithoutParam should be of the form "NewEnableWebRuleJsPageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleJsPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleJsPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleJsPageRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleJsPageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleJsPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteListener.go
    • Line 23: warning: exported type DeleteListenerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteListenerRequest should be of the form "NewDeleteListenerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteListenerRequestWithAllParams should be of the form "NewDeleteListenerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteListenerRequestWithoutParam should be of the form "NewDeleteListenerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 107: warning: exported type DeleteListenerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/es/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: comment on exported method DescribeInstancesRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 160: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/BindCert.go
    • Line 23: warning: exported type BindCertRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewBindCertRequest should be of the form "NewBindCertRequest ..." (golint)
    • Line 69: warning: comment on exported function NewBindCertRequestWithAllParams should be of the form "NewBindCertRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewBindCertRequestWithoutParam should be of the form "NewBindCertRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method BindCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method BindCertRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method BindCertRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method BindCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 135: warning: exported type BindCertResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type BindCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdro/apis/DescribeResourceTypeList.go
    • Line 24: warning: exported type DescribeResourceTypeListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeResourceTypeListRequest should be of the form "NewDescribeResourceTypeListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeResourceTypeListRequestWithAllParams should be of the form "NewDescribeResourceTypeListRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeResourceTypeListRequestWithoutParam should be of the form "NewDescribeResourceTypeListRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeResourceTypeListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeResourceTypeListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 117: warning: comment on exported method DescribeResourceTypeListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method DescribeResourceTypeListRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 127: warning: comment on exported method DescribeResourceTypeListRequest.SetSearch should be of the form "SetSearch ..." (golint)
    • Line 138: warning: exported type DescribeResourceTypeListResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeResourceTypeListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteDomain.go
    • Line 23: warning: exported type DeleteDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteDomainRequest should be of the form "NewDeleteDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteDomainRequestWithAllParams should be of the form "NewDeleteDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteDomainRequestWithoutParam should be of the form "NewDeleteDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type DeleteDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DeleteInstanceTemplate.go
    • Line 23: warning: exported type DeleteInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceTemplateRequest should be of the form "NewDeleteInstanceTemplateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceTemplateRequestWithAllParams should be of the form "NewDeleteInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceTemplateRequestWithoutParam should be of the form "NewDeleteInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceTemplateRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/GetVqdTemplate.go
    • Line 23: warning: exported type GetVqdTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetVqdTemplateRequest should be of the form "NewGetVqdTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetVqdTemplateRequestWithAllParams should be of the form "NewGetVqdTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetVqdTemplateRequestWithoutParam should be of the form "NewGetVqdTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetVqdTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type GetVqdTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetVqdTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeDeadLetterNumbers.go
    • Line 24: warning: exported type DescribeDeadLetterNumbersRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeDeadLetterNumbersRequest should be of the form "NewDescribeDeadLetterNumbersRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeDeadLetterNumbersRequestWithAllParams should be of the form "NewDescribeDeadLetterNumbersRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDeadLetterNumbersRequestWithoutParam should be of the form "NewDescribeDeadLetterNumbersRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDeadLetterNumbersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDeadLetterNumbersRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDeadLetterNumbersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeDeadLetterNumbersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: exported type DescribeDeadLetterNumbersResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type DescribeDeadLetterNumbersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeInstanceCollectConfs.go
    • Line 24: warning: exported type DescribeInstanceCollectConfsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceCollectConfsRequest should be of the form "NewDescribeInstanceCollectConfsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceCollectConfsRequestWithAllParams should be of the form "NewDescribeInstanceCollectConfsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceCollectConfsRequestWithoutParam should be of the form "NewDescribeInstanceCollectConfsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceCollectConfsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceCollectConfsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceCollectConfsResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceCollectConfsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeleteRole.go
    • Line 23: warning: exported type DeleteRoleRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteRoleRequest should be of the form "NewDeleteRoleRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteRoleRequestWithAllParams should be of the form "NewDeleteRoleRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteRoleRequestWithoutParam should be of the form "NewDeleteRoleRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteRoleRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 93: warning: exported type DeleteRoleResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteRoleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeVpcPeerings.go
    • Line 25: warning: exported type DescribeVpcPeeringsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeVpcPeeringsRequest should be of the form "NewDescribeVpcPeeringsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeVpcPeeringsRequestWithAllParams should be of the form "NewDescribeVpcPeeringsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeVpcPeeringsRequestWithoutParam should be of the form "NewDescribeVpcPeeringsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeVpcPeeringsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeVpcPeeringsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeVpcPeeringsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeVpcPeeringsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeVpcPeeringsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeVpcPeeringsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteIpWhiteItem.go
    • Line 23: warning: exported type DeleteIpWhiteItemRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteIpWhiteItemRequest should be of the form "NewDeleteIpWhiteItemRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteIpWhiteItemRequestWithAllParams should be of the form "NewDeleteIpWhiteItemRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteIpWhiteItemRequestWithoutParam should be of the form "NewDeleteIpWhiteItemRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteIpWhiteItemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteIpWhiteItemRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 110: warning: comment on exported method DeleteIpWhiteItemRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 121: warning: exported type DeleteIpWhiteItemResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteIpWhiteItemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeIpWhiteList.go
    • Line 23: warning: exported type DescribeIpWhiteListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeIpWhiteListRequest should be of the form "NewDescribeIpWhiteListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeIpWhiteListRequestWithAllParams should be of the form "NewDescribeIpWhiteListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeIpWhiteListRequestWithoutParam should be of the form "NewDescribeIpWhiteListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeIpWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeIpWhiteListRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeIpWhiteListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeIpWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/CheckPodName.go
    • Line 23: warning: exported type CheckPodNameRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckPodNameRequest should be of the form "NewCheckPodNameRequest ..." (golint)
    • Line 60: warning: comment on exported function NewCheckPodNameRequestWithAllParams should be of the form "NewCheckPodNameRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewCheckPodNameRequestWithoutParam should be of the form "NewCheckPodNameRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method CheckPodNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method CheckPodNameRequest.SetPodName should be of the form "SetPodName ..." (golint)
    • Line 107: warning: comment on exported method CheckPodNameRequest.SetMaxCount should be of the form "SetMaxCount ..." (golint)
    • Line 118: warning: exported type CheckPodNameResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type CheckPodNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/PaddingTemplate.go
    • Line 24: warning: exported type PaddingTemplateRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewPaddingTemplateRequest should be of the form "NewPaddingTemplateRequest ..." (golint)
    • Line 58: warning: comment on exported function NewPaddingTemplateRequestWithAllParams should be of the form "NewPaddingTemplateRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewPaddingTemplateRequestWithoutParam should be of the form "NewPaddingTemplateRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method PaddingTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 97: warning: comment on exported method PaddingTemplateRequest.SetPaddingSpec should be of the form "SetPaddingSpec ..." (golint)
    • Line 108: warning: exported type PaddingTemplateResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type PaddingTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteBucket.go
    • Line 23: warning: exported type DeleteBucketRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBucketRequest should be of the form "NewDeleteBucketRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBucketRequestWithAllParams should be of the form "NewDeleteBucketRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBucketRequestWithoutParam should be of the form "NewDeleteBucketRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBucketRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBucketRequest.SetName should be of the form "SetName ..." (golint)
    • Line 107: warning: exported type DeleteBucketResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBucketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DetachVpcNetworkInterfaceById.go
    • Line 24: warning: exported type DetachVpcNetworkInterfaceByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDetachVpcNetworkInterfaceByIdRequest should be of the form "NewDetachVpcNetworkInterfaceByIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDetachVpcNetworkInterfaceByIdRequestWithAllParams should be of the form "NewDetachVpcNetworkInterfaceByIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDetachVpcNetworkInterfaceByIdRequestWithoutParam should be of the form "NewDetachVpcNetworkInterfaceByIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DetachVpcNetworkInterfaceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DetachVpcNetworkInterfaceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method DetachVpcNetworkInterfaceByIdRequest.SetDetach should be of the form "SetDetach ..." (golint)
    • Line 122: warning: exported type DetachVpcNetworkInterfaceByIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DetachVpcNetworkInterfaceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamNotifyConfig.go
    • Line 23: warning: exported type DescribeLiveStreamNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLiveStreamNotifyConfigRequest should be of the form "NewDescribeLiveStreamNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeLiveStreamNotifyConfigRequestWithAllParams should be of the form "NewDescribeLiveStreamNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStreamNotifyConfigRequestWithoutParam should be of the form "NewDescribeLiveStreamNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeLiveStreamNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DescribeLiveStreamNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeLiveStreamNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/CreateTable.go
    • Line 24: warning: exported type CreateTableRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateTableRequest should be of the form "NewCreateTableRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateTableRequestWithAllParams should be of the form "NewCreateTableRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateTableRequestWithoutParam should be of the form "NewCreateTableRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateTableRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 111: warning: comment on exported method CreateTableRequest.SetDbModelDBTable should be of the form "SetDbModelDBTable ..." (golint)
    • Line 122: warning: exported type CreateTableResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryRefreshTask.go
    • Line 24: warning: exported type QueryRefreshTaskRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewQueryRefreshTaskRequest should be of the form "NewQueryRefreshTaskRequest ..." (golint)
    • Line 76: warning: comment on exported function NewQueryRefreshTaskRequestWithAllParams should be of the form "NewQueryRefreshTaskRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewQueryRefreshTaskRequestWithoutParam should be of the form "NewQueryRefreshTaskRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method QueryRefreshTaskRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 139: warning: comment on exported method QueryRefreshTaskRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 144: warning: comment on exported method QueryRefreshTaskRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 149: warning: comment on exported method QueryRefreshTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 154: warning: comment on exported method QueryRefreshTaskRequest.SetTaskStatus should be of the form "SetTaskStatus ..." (golint)
    • Line 159: warning: comment on exported method QueryRefreshTaskRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 164: warning: comment on exported method QueryRefreshTaskRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 169: warning: comment on exported method QueryRefreshTaskRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 174: warning: comment on exported method QueryRefreshTaskRequest.SetAccountType should be of the form "SetAccountType ..." (golint)
    • Line 179: warning: comment on exported method QueryRefreshTaskRequest.SetSubUsers should be of the form "SetSubUsers ..." (golint)
    • Line 190: warning: exported type QueryRefreshTaskResponse should have comment or be unexported (golint)
    • Line 196: warning: exported type QueryRefreshTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeDisk.go
    • Line 24: warning: exported type DescribeDiskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDiskRequest should be of the form "NewDescribeDiskRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeDiskRequestWithAllParams should be of the form "NewDescribeDiskRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeDiskRequestWithoutParam should be of the form "NewDescribeDiskRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 108: warning: exported type DescribeDiskResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeProductTopics.go
    • Line 25: warning: exported type DescribeProductTopicsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeProductTopicsRequest should be of the form "NewDescribeProductTopicsRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeProductTopicsRequestWithAllParams should be of the form "NewDescribeProductTopicsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeProductTopicsRequestWithoutParam should be of the form "NewDescribeProductTopicsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeProductTopicsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeProductTopicsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method DescribeProductTopicsRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 137: warning: comment on exported method DescribeProductTopicsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 142: warning: comment on exported method DescribeProductTopicsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 147: warning: comment on exported method DescribeProductTopicsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 159: warning: exported type DescribeProductTopicsResponse should have comment or be unexported (golint)
    • Line 165: warning: exported type DescribeProductTopicsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SearchAttackLog.go
    • Line 24: warning: exported type SearchAttackLogRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewSearchAttackLogRequest should be of the form "NewSearchAttackLogRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSearchAttackLogRequestWithAllParams should be of the form "NewSearchAttackLogRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewSearchAttackLogRequestWithoutParam should be of the form "NewSearchAttackLogRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method SearchAttackLogRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 115: warning: comment on exported method SearchAttackLogRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 120: warning: comment on exported method SearchAttackLogRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method SearchAttackLogRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method SearchAttackLogRequest.SetSortField should be of the form "SetSortField ..." (golint)
    • Line 135: warning: comment on exported method SearchAttackLogRequest.SetSortRule should be of the form "SetSortRule ..." (golint)
    • Line 146: warning: exported type SearchAttackLogResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type SearchAttackLogResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeVolumesIgnoreServiceCode.go
    • Line 24: warning: exported type DescribeVolumesIgnoreServiceCodeRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewDescribeVolumesIgnoreServiceCodeRequest should be of the form "NewDescribeVolumesIgnoreServiceCodeRequest ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeVolumesIgnoreServiceCodeRequestWithAllParams should be of the form "NewDescribeVolumesIgnoreServiceCodeRequestWithAllParams ..." (golint)
    • Line 116: warning: comment on exported function NewDescribeVolumesIgnoreServiceCodeRequestWithoutParam should be of the form "NewDescribeVolumesIgnoreServiceCodeRequestWithoutParam ..." (golint)
    • Line 129: warning: comment on exported method DescribeVolumesIgnoreServiceCodeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 134: warning: comment on exported method DescribeVolumesIgnoreServiceCodeRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 139: warning: comment on exported method DescribeVolumesIgnoreServiceCodeRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 144: warning: comment on exported method DescribeVolumesIgnoreServiceCodeRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 149: warning: comment on exported method DescribeVolumesIgnoreServiceCodeRequest.SetFilterGroups should be of the form "SetFilterGroups ..." (golint)
    • Line 171: warning: exported type DescribeVolumesIgnoreServiceCodeResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type DescribeVolumesIgnoreServiceCodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveDomainDetail.go
    • Line 24: warning: exported type QueryLiveDomainDetailRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryLiveDomainDetailRequest should be of the form "NewQueryLiveDomainDetailRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryLiveDomainDetailRequestWithAllParams should be of the form "NewQueryLiveDomainDetailRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryLiveDomainDetailRequestWithoutParam should be of the form "NewQueryLiveDomainDetailRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryLiveDomainDetailRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryLiveDomainDetailResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryLiveDomainDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteRuleGroup.go
    • Line 23: warning: exported type DeleteRuleGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteRuleGroupRequest should be of the form "NewDeleteRuleGroupRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDeleteRuleGroupRequestWithAllParams should be of the form "NewDeleteRuleGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteRuleGroupRequestWithoutParam should be of the form "NewDeleteRuleGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DeleteRuleGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DeleteRuleGroupRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 116: warning: comment on exported method DeleteRuleGroupRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 121: warning: comment on exported method DeleteRuleGroupRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 132: warning: exported type DeleteRuleGroupResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DeleteRuleGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/GetTableInfo.go
    • Line 24: warning: exported type GetTableInfoRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGetTableInfoRequest should be of the form "NewGetTableInfoRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGetTableInfoRequestWithAllParams should be of the form "NewGetTableInfoRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGetTableInfoRequestWithoutParam should be of the form "NewGetTableInfoRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GetTableInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GetTableInfoRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 120: warning: comment on exported method GetTableInfoRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 125: warning: comment on exported method GetTableInfoRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 136: warning: exported type GetTableInfoResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GetTableInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteNetworkSecurityGroup.go
    • Line 23: warning: exported type DeleteNetworkSecurityGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNetworkSecurityGroupRequest should be of the form "NewDeleteNetworkSecurityGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNetworkSecurityGroupRequestWithAllParams should be of the form "NewDeleteNetworkSecurityGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNetworkSecurityGroupRequestWithoutParam should be of the form "NewDeleteNetworkSecurityGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNetworkSecurityGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNetworkSecurityGroupRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 107: warning: exported type DeleteNetworkSecurityGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNetworkSecurityGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/AttachRolePolicy.go
    • Line 23: warning: exported type AttachRolePolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAttachRolePolicyRequest should be of the form "NewAttachRolePolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAttachRolePolicyRequestWithAllParams should be of the form "NewAttachRolePolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAttachRolePolicyRequestWithoutParam should be of the form "NewAttachRolePolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AttachRolePolicyRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 96: warning: comment on exported method AttachRolePolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type AttachRolePolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AttachRolePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteCacheRule.go
    • Line 23: warning: exported type DeleteCacheRuleRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteCacheRuleRequest should be of the form "NewDeleteCacheRuleRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDeleteCacheRuleRequestWithAllParams should be of the form "NewDeleteCacheRuleRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDeleteCacheRuleRequestWithoutParam should be of the form "NewDeleteCacheRuleRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DeleteCacheRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method DeleteCacheRuleRequest.SetConfigId should be of the form "SetConfigId ..." (golint)
    • Line 104: warning: exported type DeleteCacheRuleResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type DeleteCacheRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDdosGraph.go
    • Line 24: warning: exported type QueryDdosGraphRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryDdosGraphRequest should be of the form "NewQueryDdosGraphRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryDdosGraphRequestWithAllParams should be of the form "NewQueryDdosGraphRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewQueryDdosGraphRequestWithoutParam should be of the form "NewQueryDdosGraphRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method QueryDdosGraphRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 91: warning: comment on exported method QueryDdosGraphRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 102: warning: exported type QueryDdosGraphResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type QueryDdosGraphResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/bri/apis/DescribeBWList.go
    • Line 24: warning: exported type DescribeBWListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeBWListRequest should be of the form "NewDescribeBWListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeBWListRequestWithAllParams should be of the form "NewDescribeBWListRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeBWListRequestWithoutParam should be of the form "NewDescribeBWListRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeBWListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method DescribeBWListRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 117: warning: comment on exported method DescribeBWListRequest.SetBwType should be of the form "SetBwType ..." (golint)
    • Line 122: warning: comment on exported method DescribeBWListRequest.SetSize should be of the form "SetSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeBWListRequest.SetIndex should be of the form "SetIndex ..." (golint)
    • Line 138: warning: exported type DescribeBWListResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeBWListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/GenerateDataSourceDDL.go
    • Line 23: warning: exported type GenerateDataSourceDDLRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewGenerateDataSourceDDLRequest should be of the form "NewGenerateDataSourceDDLRequest ..." (golint)
    • Line 57: warning: comment on exported function NewGenerateDataSourceDDLRequestWithAllParams should be of the form "NewGenerateDataSourceDDLRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewGenerateDataSourceDDLRequestWithoutParam should be of the form "NewGenerateDataSourceDDLRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method GenerateDataSourceDDLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method GenerateDataSourceDDLRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 107: warning: exported type GenerateDataSourceDDLResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type GenerateDataSourceDDLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateSecurityGroupsRule.go
    • Line 24: warning: exported type CreateSecurityGroupsRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateSecurityGroupsRuleRequest should be of the form "NewCreateSecurityGroupsRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateSecurityGroupsRuleRequestWithAllParams should be of the form "NewCreateSecurityGroupsRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateSecurityGroupsRuleRequestWithoutParam should be of the form "NewCreateSecurityGroupsRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateSecurityGroupsRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateSecurityGroupsRuleRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method CreateSecurityGroupsRuleRequest.SetSgRule should be of the form "SetSgRule ..." (golint)
    • Line 122: warning: exported type CreateSecurityGroupsRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateSecurityGroupsRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ResetPassword.go
    • Line 23: warning: exported type ResetPasswordRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewResetPasswordRequest should be of the form "NewResetPasswordRequest ..." (golint)
    • Line 63: warning: comment on exported function NewResetPasswordRequestWithAllParams should be of the form "NewResetPasswordRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewResetPasswordRequestWithoutParam should be of the form "NewResetPasswordRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ResetPasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ResetPasswordRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ResetPasswordRequest.SetAccountPassword should be of the form "SetAccountPassword ..." (golint)
    • Line 121: warning: exported type ResetPasswordResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ResetPasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamAppSnapshot.go
    • Line 23: warning: exported type AddLiveStreamAppSnapshotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddLiveStreamAppSnapshotRequest should be of the form "NewAddLiveStreamAppSnapshotRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAddLiveStreamAppSnapshotRequestWithAllParams should be of the form "NewAddLiveStreamAppSnapshotRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewAddLiveStreamAppSnapshotRequestWithoutParam should be of the form "NewAddLiveStreamAppSnapshotRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method AddLiveStreamAppSnapshotRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method AddLiveStreamAppSnapshotRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method AddLiveStreamAppSnapshotRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type AddLiveStreamAppSnapshotResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type AddLiveStreamAppSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/DescribeThingShadow.go
    • Line 23: warning: exported type DescribeThingShadowRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeThingShadowRequest should be of the form "NewDescribeThingShadowRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeThingShadowRequestWithAllParams should be of the form "NewDescribeThingShadowRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeThingShadowRequestWithoutParam should be of the form "NewDescribeThingShadowRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeThingShadowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeThingShadowRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 110: warning: comment on exported method DescribeThingShadowRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type DescribeThingShadowResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeThingShadowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateBackend.go
    • Line 24: warning: exported type UpdateBackendRequest should have comment or be unexported (golint)
    • Line 83: warning: comment on exported function NewUpdateBackendRequest should be of the form "NewUpdateBackendRequest ..." (golint)
    • Line 106: warning: comment on exported function NewUpdateBackendRequestWithAllParams should be of the form "NewUpdateBackendRequestWithAllParams ..." (golint)
    • Line 175: warning: comment on exported function NewUpdateBackendRequestWithoutParam should be of the form "NewUpdateBackendRequestWithoutParam ..." (golint)
    • Line 188: warning: comment on exported method UpdateBackendRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 193: warning: comment on exported method UpdateBackendRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 198: warning: comment on exported method UpdateBackendRequest.SetBackendName should be of the form "SetBackendName ..." (golint)
    • Line 203: warning: comment on exported method UpdateBackendRequest.SetHealthCheckSpec should be of the form "SetHealthCheckSpec ..." (golint)
    • Line 208: warning: comment on exported method UpdateBackendRequest.SetAlgorithm should be of the form "SetAlgorithm ..." (golint)
    • Line 213: warning: comment on exported method UpdateBackendRequest.SetTargetGroupIds should be of the form "SetTargetGroupIds ..." (golint)
    • Line 218: warning: comment on exported method UpdateBackendRequest.SetAgIds should be of the form "SetAgIds ..." (golint)
    • Line 223: warning: comment on exported method UpdateBackendRequest.SetProxyProtocol should be of the form "SetProxyProtocol ..." (golint)
    • Line 228: warning: comment on exported method UpdateBackendRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 233: warning: comment on exported method UpdateBackendRequest.SetSessionStickiness should be of the form "SetSessionStickiness ..." (golint)
    • Line 238: warning: comment on exported method UpdateBackendRequest.SetSessionStickyTimeout should be of the form "SetSessionStickyTimeout ..." (golint)
    • Line 243: warning: comment on exported method UpdateBackendRequest.SetConnectionDrainingSeconds should be of the form "SetConnectionDrainingSeconds ..." (golint)
    • Line 248: warning: comment on exported method UpdateBackendRequest.SetHttpCookieExpireSeconds should be of the form "SetHttpCookieExpireSeconds ..." (golint)
    • Line 253: warning: comment on exported method UpdateBackendRequest.SetHttpForwardedProtocol should be of the form "SetHttpForwardedProtocol ..." (golint)
    • Line 258: warning: comment on exported method UpdateBackendRequest.SetHttpForwardedPort should be of the form "SetHttpForwardedPort ..." (golint)
    • Line 263: warning: comment on exported method UpdateBackendRequest.SetHttpForwardedHost should be of the form "SetHttpForwardedHost ..." (golint)
    • Line 268: warning: comment on exported method UpdateBackendRequest.SetHttpForwardedVip should be of the form "SetHttpForwardedVip ..." (golint)
    • Line 273: warning: comment on exported method UpdateBackendRequest.SetCloseHealthCheck should be of the form "SetCloseHealthCheck ..." (golint)
    • Line 284: warning: exported type UpdateBackendResponse should have comment or be unexported (golint)
    • Line 290: warning: exported type UpdateBackendResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBackupPolicy.go
    • Line 23: warning: exported type DescribeBackupPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeBackupPolicyRequest should be of the form "NewDescribeBackupPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeBackupPolicyRequestWithAllParams should be of the form "NewDescribeBackupPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeBackupPolicyRequestWithoutParam should be of the form "NewDescribeBackupPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeBackupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeBackupPolicyRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeBackupPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeBackupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nc/apis/DescribeContainers.go
    • Line 25: warning: exported type DescribeContainersRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeContainersRequest should be of the form "NewDescribeContainersRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeContainersRequestWithAllParams should be of the form "NewDescribeContainersRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeContainersRequestWithoutParam should be of the form "NewDescribeContainersRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeContainersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeContainersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeContainersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeContainersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: exported type DescribeContainersResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeContainersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/QuerySendStatus.go
    • Line 24: warning: exported type QuerySendStatusRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQuerySendStatusRequest should be of the form "NewQuerySendStatusRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQuerySendStatusRequestWithAllParams should be of the form "NewQuerySendStatusRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewQuerySendStatusRequestWithoutParam should be of the form "NewQuerySendStatusRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method QuerySendStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method QuerySendStatusRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 117: warning: comment on exported method QuerySendStatusRequest.SetSequenceNumber should be of the form "SetSequenceNumber ..." (golint)
    • Line 122: warning: comment on exported method QuerySendStatusRequest.SetPhone should be of the form "SetPhone ..." (golint)
    • Line 133: warning: exported type QuerySendStatusResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type QuerySendStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsInstances.go
    • Line 24: warning: exported type GetRdsInstancesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetRdsInstancesRequest should be of the form "NewGetRdsInstancesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetRdsInstancesRequestWithAllParams should be of the form "NewGetRdsInstancesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetRdsInstancesRequestWithoutParam should be of the form "NewGetRdsInstancesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetRdsInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetRdsInstancesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetRdsInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/CancelKeyDeletion.go
    • Line 23: warning: exported type CancelKeyDeletionRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCancelKeyDeletionRequest should be of the form "NewCancelKeyDeletionRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCancelKeyDeletionRequestWithAllParams should be of the form "NewCancelKeyDeletionRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCancelKeyDeletionRequestWithoutParam should be of the form "NewCancelKeyDeletionRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CancelKeyDeletionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type CancelKeyDeletionResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CancelKeyDeletionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeNodeGroup.go
    • Line 24: warning: exported type DescribeNodeGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeNodeGroupRequest should be of the form "NewDescribeNodeGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeNodeGroupRequestWithAllParams should be of the form "NewDescribeNodeGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeNodeGroupRequestWithoutParam should be of the form "NewDescribeNodeGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeNodeGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeNodeGroupRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 108: warning: exported type DescribeNodeGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeNodeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/oss/apis/HeadBucket.go
    • Line 23: warning: exported type HeadBucketRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewHeadBucketRequest should be of the form "NewHeadBucketRequest ..." (golint)
    • Line 57: warning: comment on exported function NewHeadBucketRequestWithAllParams should be of the form "NewHeadBucketRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewHeadBucketRequestWithoutParam should be of the form "NewHeadBucketRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method HeadBucketRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method HeadBucketRequest.SetBucketname should be of the form "SetBucketname ..." (golint)
    • Line 107: warning: exported type HeadBucketResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type HeadBucketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeAttachedGroupPolicies.go
    • Line 24: warning: exported type DescribeAttachedGroupPoliciesRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeAttachedGroupPoliciesRequest should be of the form "NewDescribeAttachedGroupPoliciesRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAttachedGroupPoliciesRequestWithAllParams should be of the form "NewDescribeAttachedGroupPoliciesRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAttachedGroupPoliciesRequestWithoutParam should be of the form "NewDescribeAttachedGroupPoliciesRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeAttachedGroupPoliciesRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 94: warning: exported type DescribeAttachedGroupPoliciesResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeAttachedGroupPoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/UpdateVqdTemplate.go
    • Line 23: warning: exported type UpdateVqdTemplateRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewUpdateVqdTemplateRequest should be of the form "NewUpdateVqdTemplateRequest ..." (golint)
    • Line 61: warning: comment on exported function NewUpdateVqdTemplateRequestWithAllParams should be of the form "NewUpdateVqdTemplateRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewUpdateVqdTemplateRequestWithoutParam should be of the form "NewUpdateVqdTemplateRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method UpdateVqdTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 107: warning: comment on exported method UpdateVqdTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 113: warning: comment on exported method UpdateVqdTemplateRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 118: warning: comment on exported method UpdateVqdTemplateRequest.SetDetections should be of the form "SetDetections ..." (golint)
    • Line 129: warning: exported type UpdateVqdTemplateResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type UpdateVqdTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateCCProtectionRuleOfWebRule.go
    • Line 24: warning: exported type CreateCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateCCProtectionRuleOfWebRuleRequest should be of the form "NewCreateCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewCreateCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewCreateCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method CreateCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleSpec should be of the form "SetCcProtectionRuleSpec ..." (golint)
    • Line 136: warning: exported type CreateCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteBlackListRuleOfWebRule.go
    • Line 23: warning: exported type DeleteBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteBlackListRuleOfWebRuleRequest should be of the form "NewDeleteBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewDeleteBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewDeleteBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DeleteBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DeleteBlackListRuleOfWebRuleRequest.SetWebBlackListRuleId should be of the form "SetWebBlackListRuleId ..." (golint)
    • Line 135: warning: exported type DeleteBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableInstanceCustomPage.go
    • Line 23: warning: exported type DisableInstanceCustomPageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableInstanceCustomPageRequest should be of the form "NewDisableInstanceCustomPageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableInstanceCustomPageRequestWithAllParams should be of the form "NewDisableInstanceCustomPageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableInstanceCustomPageRequestWithoutParam should be of the form "NewDisableInstanceCustomPageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableInstanceCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DisableInstanceCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DisableInstanceCustomPageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableInstanceCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/CreateResourceRecord.go
    • Line 24: warning: exported type CreateResourceRecordRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateResourceRecordRequest should be of the form "NewCreateResourceRecordRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateResourceRecordRequestWithAllParams should be of the form "NewCreateResourceRecordRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateResourceRecordRequestWithoutParam should be of the form "NewCreateResourceRecordRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateResourceRecordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateResourceRecordRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method CreateResourceRecordRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type CreateResourceRecordResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateResourceRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteUrlMap.go
    • Line 23: warning: exported type DeleteUrlMapRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteUrlMapRequest should be of the form "NewDeleteUrlMapRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteUrlMapRequestWithAllParams should be of the form "NewDeleteUrlMapRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteUrlMapRequestWithoutParam should be of the form "NewDeleteUrlMapRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteUrlMapRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteUrlMapRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 107: warning: exported type DeleteUrlMapResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteUrlMapResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DescribeMountTarget.go
    • Line 24: warning: exported type DescribeMountTargetRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeMountTargetRequest should be of the form "NewDescribeMountTargetRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeMountTargetRequestWithAllParams should be of the form "NewDescribeMountTargetRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeMountTargetRequestWithoutParam should be of the form "NewDescribeMountTargetRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeMountTargetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeMountTargetRequest.SetMountTargetId should be of the form "SetMountTargetId ..." (golint)
    • Line 108: warning: exported type DescribeMountTargetResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeMountTargetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/ReleaseCluster.go
    • Line 23: warning: exported type ReleaseClusterRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewReleaseClusterRequest should be of the form "NewReleaseClusterRequest ..." (golint)
    • Line 57: warning: comment on exported function NewReleaseClusterRequestWithAllParams should be of the form "NewReleaseClusterRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewReleaseClusterRequestWithoutParam should be of the form "NewReleaseClusterRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ReleaseClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ReleaseClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 107: warning: exported type ReleaseClusterResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ReleaseClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateForwardRules.go
    • Line 24: warning: exported type CreateForwardRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateForwardRulesRequest should be of the form "NewCreateForwardRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateForwardRulesRequestWithAllParams should be of the form "NewCreateForwardRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateForwardRulesRequestWithoutParam should be of the form "NewCreateForwardRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateForwardRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateForwardRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateForwardRulesRequest.SetForwardRuleSpecList should be of the form "SetForwardRuleSpecList ..." (golint)
    • Line 122: warning: exported type CreateForwardRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateForwardRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DeleteLogtopic.go
    • Line 23: warning: exported type DeleteLogtopicRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteLogtopicRequest should be of the form "NewDeleteLogtopicRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteLogtopicRequestWithAllParams should be of the form "NewDeleteLogtopicRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteLogtopicRequestWithoutParam should be of the form "NewDeleteLogtopicRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteLogtopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteLogtopicRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 110: warning: comment on exported method DeleteLogtopicRequest.SetLogtopicUIDs should be of the form "SetLogtopicUIDs ..." (golint)
    • Line 121: warning: exported type DeleteLogtopicResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteLogtopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/DescribeAgs.go
    • Line 25: warning: exported type DescribeAgsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeAgsRequest should be of the form "NewDescribeAgsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeAgsRequestWithAllParams should be of the form "NewDescribeAgsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeAgsRequestWithoutParam should be of the form "NewDescribeAgsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeAgsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeAgsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeAgsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeAgsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeAgsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeAgsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamNotifyConfig.go
    • Line 23: warning: exported type DeleteLiveStreamNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteLiveStreamNotifyConfigRequest should be of the form "NewDeleteLiveStreamNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteLiveStreamNotifyConfigRequestWithAllParams should be of the form "NewDeleteLiveStreamNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteLiveStreamNotifyConfigRequestWithoutParam should be of the form "NewDeleteLiveStreamNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteLiveStreamNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DeleteLiveStreamNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteLiveStreamNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DeleteDatabase.go
    • Line 23: warning: exported type DeleteDatabaseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDatabaseRequest should be of the form "NewDeleteDatabaseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDatabaseRequestWithAllParams should be of the form "NewDeleteDatabaseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDatabaseRequestWithoutParam should be of the form "NewDeleteDatabaseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDatabaseRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDatabaseRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 121: warning: exported type DeleteDatabaseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/models/CcTopN.go
    • Line 20: warning: exported type CcTopN should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Addr_top10 should be AddrTop10 (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Url_top10 should be URLTop10 (golint)
    • jdcloud-sdk-go/services/cps/apis/AddServers.go
    • Line 24: warning: exported type AddServersRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAddServersRequest should be of the form "NewAddServersRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAddServersRequestWithAllParams should be of the form "NewAddServersRequestWithAllParams ..." (golint)
    • Line 98: warning: comment on exported function NewAddServersRequestWithoutParam should be of the form "NewAddServersRequestWithoutParam ..." (golint)
    • Line 111: warning: comment on exported method AddServersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 116: warning: comment on exported method AddServersRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 121: warning: comment on exported method AddServersRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 128: warning: comment on exported method AddServersRequest.SetServerSpec should be of the form "SetServerSpec ..." (golint)
    • Line 139: warning: exported type AddServersResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type AddServersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeKeypairs.go
    • Line 25: warning: exported type DescribeKeypairsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeKeypairsRequest should be of the form "NewDescribeKeypairsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeKeypairsRequestWithAllParams should be of the form "NewDescribeKeypairsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeKeypairsRequestWithoutParam should be of the form "NewDescribeKeypairsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeKeypairsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeKeypairsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeKeypairsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeKeypairsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpMonitorFlow.go
    • Line 24: warning: exported type DescribeIpMonitorFlowRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeIpMonitorFlowRequest should be of the form "NewDescribeIpMonitorFlowRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeIpMonitorFlowRequestWithAllParams should be of the form "NewDescribeIpMonitorFlowRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeIpMonitorFlowRequestWithoutParam should be of the form "NewDescribeIpMonitorFlowRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeIpMonitorFlowRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 106: warning: comment on exported method DescribeIpMonitorFlowRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 111: warning: comment on exported method DescribeIpMonitorFlowRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 122: warning: exported type DescribeIpMonitorFlowResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeIpMonitorFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeProtectedIpList.go
    • Line 24: warning: exported type DescribeProtectedIpListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeProtectedIpListRequest should be of the form "NewDescribeProtectedIpListRequest ..." (golint)
    • Line 50: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 64: warning: comment on exported function NewDescribeProtectedIpListRequestWithAllParams should be of the form "NewDescribeProtectedIpListRequestWithAllParams ..." (golint)
    • Line 75: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 94: warning: comment on exported function NewDescribeProtectedIpListRequestWithoutParam should be of the form "NewDescribeProtectedIpListRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeProtectedIpListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 112: warning: comment on exported method DescribeProtectedIpListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 117: warning: comment on exported method DescribeProtectedIpListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 122: warning: comment on exported method DescribeProtectedIpListRequest.SetType should be of the form "SetType ..." (golint)
    • Line 123: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 127: warning: comment on exported method DescribeProtectedIpListRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 138: warning: exported type DescribeProtectedIpListResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeProtectedIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CreateProductTopic.go
    • Line 23: warning: exported type CreateProductTopicRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewCreateProductTopicRequest should be of the form "NewCreateProductTopicRequest ..." (golint)
    • Line 90: warning: comment on exported function NewCreateProductTopicRequestWithAllParams should be of the form "NewCreateProductTopicRequestWithAllParams ..." (golint)
    • Line 129: warning: comment on exported function NewCreateProductTopicRequestWithoutParam should be of the form "NewCreateProductTopicRequestWithoutParam ..." (golint)
    • Line 142: warning: comment on exported method CreateProductTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 147: warning: comment on exported method CreateProductTopicRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 152: warning: comment on exported method CreateProductTopicRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 157: warning: comment on exported method CreateProductTopicRequest.SetTopicShortName should be of the form "SetTopicShortName ..." (golint)
    • Line 165: warning: comment on exported method CreateProductTopicRequest.SetTopicOperation should be of the form "SetTopicOperation ..." (golint)
    • Line 173: warning: comment on exported method CreateProductTopicRequest.SetTopicDescription should be of the form "SetTopicDescription ..." (golint)
    • Line 184: warning: exported type CreateProductTopicResponse should have comment or be unexported (golint)
    • Line 190: warning: exported type CreateProductTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetRefreshLimit.go
    • Line 23: warning: exported type SetRefreshLimitRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewSetRefreshLimitRequest should be of the form "NewSetRefreshLimitRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetRefreshLimitRequestWithAllParams should be of the form "NewSetRefreshLimitRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetRefreshLimitRequestWithoutParam should be of the form "NewSetRefreshLimitRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetRefreshLimitRequest.SetSubUsers should be of the form "SetSubUsers ..." (golint)
    • Line 102: warning: comment on exported method SetRefreshLimitRequest.SetRefreshCount should be of the form "SetRefreshCount ..." (golint)
    • Line 107: warning: comment on exported method SetRefreshLimitRequest.SetPrefetchCount should be of the form "SetPrefetchCount ..." (golint)
    • Line 112: warning: comment on exported method SetRefreshLimitRequest.SetDirCount should be of the form "SetDirCount ..." (golint)
    • Line 123: warning: exported type SetRefreshLimitResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type SetRefreshLimitResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListMainCfg.go
    • Line 24: warning: exported type ListMainCfgRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListMainCfgRequest should be of the form "NewListMainCfgRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListMainCfgRequestWithAllParams should be of the form "NewListMainCfgRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListMainCfgRequestWithoutParam should be of the form "NewListMainCfgRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListMainCfgRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListMainCfgRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListMainCfgRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListMainCfgResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListMainCfgResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/DownloadCert.go
    • Line 24: warning: exported type DownloadCertRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDownloadCertRequest should be of the form "NewDownloadCertRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDownloadCertRequestWithAllParams should be of the form "NewDownloadCertRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDownloadCertRequestWithoutParam should be of the form "NewDownloadCertRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DownloadCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 97: warning: comment on exported method DownloadCertRequest.SetServerType should be of the form "SetServerType ..." (golint)
    • Line 108: warning: exported type DownloadCertResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DownloadCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/ModifyRdsWhiteList.go
    • Line 23: warning: exported type ModifyRdsWhiteListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyRdsWhiteListRequest should be of the form "NewModifyRdsWhiteListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyRdsWhiteListRequestWithAllParams should be of the form "NewModifyRdsWhiteListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyRdsWhiteListRequestWithoutParam should be of the form "NewModifyRdsWhiteListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyRdsWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyRdsWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyRdsWhiteListRequest.SetIps should be of the form "SetIps ..." (golint)
    • Line 121: warning: exported type ModifyRdsWhiteListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyRdsWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ams/apis/DescribeStreamsInput.go
    • Line 24: warning: exported type DescribeStreamsInputRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeStreamsInputRequest should be of the form "NewDescribeStreamsInputRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeStreamsInputRequestWithAllParams should be of the form "NewDescribeStreamsInputRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeStreamsInputRequestWithoutParam should be of the form "NewDescribeStreamsInputRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeStreamsInputRequest.SetStreamId should be of the form "SetStreamId ..." (golint)
    • Line 100: warning: comment on exported method DescribeStreamsInputRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 105: warning: comment on exported method DescribeStreamsInputRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 116: warning: exported type DescribeStreamsInputResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeStreamsInputResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateLoadBalancer.go
    • Line 24: warning: exported type CreateLoadBalancerRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateLoadBalancerRequest should be of the form "NewCreateLoadBalancerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateLoadBalancerRequestWithAllParams should be of the form "NewCreateLoadBalancerRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateLoadBalancerRequestWithoutParam should be of the form "NewCreateLoadBalancerRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateLoadBalancerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateLoadBalancerRequest.SetLoadBalancerSpec should be of the form "SetLoadBalancerSpec ..." (golint)
    • Line 125: warning: exported type CreateLoadBalancerResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DeleteAlarm.go
    • Line 23: warning: exported type DeleteAlarmRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteAlarmRequest should be of the form "NewDeleteAlarmRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteAlarmRequestWithAllParams should be of the form "NewDeleteAlarmRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteAlarmRequestWithoutParam should be of the form "NewDeleteAlarmRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 93: warning: exported type DeleteAlarmResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateProduct.go
    • Line 23: warning: exported type UpdateProductRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewUpdateProductRequest should be of the form "NewUpdateProductRequest ..." (golint)
    • Line 72: warning: comment on exported function NewUpdateProductRequestWithAllParams should be of the form "NewUpdateProductRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewUpdateProductRequestWithoutParam should be of the form "NewUpdateProductRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method UpdateProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method UpdateProductRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 128: warning: comment on exported method UpdateProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 133: warning: comment on exported method UpdateProductRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 138: warning: comment on exported method UpdateProductRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 143: warning: comment on exported method UpdateProductRequest.SetDynamicRegister should be of the form "SetDynamicRegister ..." (golint)
    • Line 154: warning: exported type UpdateProductResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type UpdateProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeImage.go
    • Line 24: warning: exported type DescribeImageRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeImageRequest should be of the form "NewDescribeImageRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeImageRequestWithAllParams should be of the form "NewDescribeImageRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeImageRequestWithoutParam should be of the form "NewDescribeImageRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 108: warning: exported type DescribeImageResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcSlbById.go
    • Line 23: warning: exported type DeleteVpcSlbByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcSlbByIdRequest should be of the form "NewDeleteVpcSlbByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcSlbByIdRequestWithAllParams should be of the form "NewDeleteVpcSlbByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcSlbByIdRequestWithoutParam should be of the form "NewDeleteVpcSlbByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcSlbByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcSlbByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcSlbByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcSlbByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vqd/apis/BatchSubmitVqdTasks.go
    • Line 24: warning: exported type BatchSubmitVqdTasksRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewBatchSubmitVqdTasksRequest should be of the form "NewBatchSubmitVqdTasksRequest ..." (golint)
    • Line 58: warning: comment on exported function NewBatchSubmitVqdTasksRequestWithAllParams should be of the form "NewBatchSubmitVqdTasksRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewBatchSubmitVqdTasksRequestWithoutParam should be of the form "NewBatchSubmitVqdTasksRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method BatchSubmitVqdTasksRequest.SetMediaList should be of the form "SetMediaList ..." (golint)
    • Line 97: warning: comment on exported method BatchSubmitVqdTasksRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 108: warning: exported type BatchSubmitVqdTasksResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type BatchSubmitVqdTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/deploy/client/DeployClient.go
    • Line 26: warning: exported type DeployClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDeployClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DeployClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DeployClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method DeployClient.DescribeApp should be of the form "DescribeApp ..." (golint)
    • Line 76: warning: comment on exported method DeployClient.CreateDeploy should be of the form "CreateDeploy ..." (golint)
    • Line 96: warning: comment on exported method DeployClient.DescribeDeploy should be of the form "DescribeDeploy ..." (golint)
    • Line 116: warning: comment on exported method DeployClient.DescribeApps should be of the form "DescribeApps ..." (golint)
    • Line 136: warning: comment on exported method DeployClient.DescribeGroups should be of the form "DescribeGroups ..." (golint)
    • Line 156: warning: comment on exported method DeployClient.DescribeGroup should be of the form "DescribeGroup ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/DisableCCProtectRule.go
    • Line 23: warning: exported type DisableCCProtectRuleRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableCCProtectRuleRequest should be of the form "NewDisableCCProtectRuleRequest ..." (golint)
    • Line 54: warning: comment on exported function NewDisableCCProtectRuleRequestWithAllParams should be of the form "NewDisableCCProtectRuleRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDisableCCProtectRuleRequestWithoutParam should be of the form "NewDisableCCProtectRuleRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DisableCCProtectRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method DisableCCProtectRuleRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: exported type DisableCCProtectRuleResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type DisableCCProtectRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAuditOptions.go
    • Line 23: warning: exported type DescribeAuditOptionsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeAuditOptionsRequest should be of the form "NewDescribeAuditOptionsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeAuditOptionsRequestWithAllParams should be of the form "NewDescribeAuditOptionsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeAuditOptionsRequestWithoutParam should be of the form "NewDescribeAuditOptionsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeAuditOptionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeAuditOptionsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeAuditOptionsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 121: warning: exported type DescribeAuditOptionsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeAuditOptionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeBandwidthPackages.go
    • Line 25: warning: exported type DescribeBandwidthPackagesRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeBandwidthPackagesRequest should be of the form "NewDescribeBandwidthPackagesRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeBandwidthPackagesRequestWithAllParams should be of the form "NewDescribeBandwidthPackagesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeBandwidthPackagesRequestWithoutParam should be of the form "NewDescribeBandwidthPackagesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeBandwidthPackagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeBandwidthPackagesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeBandwidthPackagesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeBandwidthPackagesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 130: warning: comment on exported method DescribeBandwidthPackagesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeBandwidthPackagesResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeBandwidthPackagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kafka/apis/ModifyInstanceSpec.go
    • Line 24: warning: exported type ModifyInstanceSpecRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyInstanceSpecRequest should be of the form "NewModifyInstanceSpecRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyInstanceSpecRequestWithAllParams should be of the form "NewModifyInstanceSpecRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyInstanceSpecRequestWithoutParam should be of the form "NewModifyInstanceSpecRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyInstanceSpecRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceClassSpec should be of the form "SetInstanceClassSpec ..." (golint)
    • Line 122: warning: exported type ModifyInstanceSpecResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyInstanceSpecResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeCluster.go
    • Line 24: warning: exported type DescribeClusterRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeClusterRequest should be of the form "NewDescribeClusterRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeClusterRequestWithAllParams should be of the form "NewDescribeClusterRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeClusterRequestWithoutParam should be of the form "NewDescribeClusterRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 108: warning: exported type DescribeClusterResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/DescribeCert.go
    • Line 24: warning: exported type DescribeCertRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCertRequest should be of the form "NewDescribeCertRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCertRequestWithAllParams should be of the form "NewDescribeCertRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCertRequestWithoutParam should be of the form "NewDescribeCertRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCertRequest.SetCertId should be of the form "SetCertId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCertRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCertRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCertResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryGeoAreas.go
    • Line 24: warning: exported type QueryGeoAreasRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewQueryGeoAreasRequest should be of the form "NewQueryGeoAreasRequest ..." (golint)
    • Line 46: warning: comment on exported function NewQueryGeoAreasRequestWithAllParams should be of the form "NewQueryGeoAreasRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewQueryGeoAreasRequestWithoutParam should be of the form "NewQueryGeoAreasRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type QueryGeoAreasResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type QueryGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRules.go
    • Line 24: warning: exported type DescribeWebRulesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeWebRulesRequest should be of the form "NewDescribeWebRulesRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWebRulesRequestWithAllParams should be of the form "NewDescribeWebRulesRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeWebRulesRequestWithoutParam should be of the form "NewDescribeWebRulesRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeWebRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeWebRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method DescribeWebRulesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeWebRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: comment on exported method DescribeWebRulesRequest.SetSearchType should be of the form "SetSearchType ..." (golint)
    • Line 141: warning: comment on exported method DescribeWebRulesRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 152: warning: exported type DescribeWebRulesResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeWebRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/client/DbauditClient.go
    • Line 26: warning: exported type DbauditClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDbauditClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DbauditClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DbauditClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DbauditClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DbauditClient.SetAuditConfig should be of the form "SetAuditConfig ..." (golint)
    • Line 80: warning: comment on exported method DbauditClient.EnableAuditResponse should be of the form "EnableAuditResponse ..." (golint)
    • Line 100: warning: comment on exported method DbauditClient.DescribeIpWhiteList should be of the form "DescribeIpWhiteList ..." (golint)
    • Line 120: warning: comment on exported method DbauditClient.AddMaskRule should be of the form "AddMaskRule ..." (golint)
    • Line 140: warning: comment on exported method DbauditClient.ModyfyAuditNetCards should be of the form "ModyfyAuditNetCards ..." (golint)
    • Line 160: warning: comment on exported method DbauditClient.DescribeMaskRuleList should be of the form "DescribeMaskRuleList ..." (golint)
    • Line 180: warning: comment on exported method DbauditClient.DownloadReport should be of the form "DownloadReport ..." (golint)
    • Line 200: warning: comment on exported method DbauditClient.DeleteDatabase should be of the form "DeleteDatabase ..." (golint)
    • Line 220: warning: comment on exported method DbauditClient.AddRule should be of the form "AddRule ..." (golint)
    • Line 240: warning: comment on exported method DbauditClient.ModifyInstance should be of the form "ModifyInstance ..." (golint)
    • Line 260: warning: comment on exported method DbauditClient.DisableRuleGroup should be of the form "DisableRuleGroup ..." (golint)
    • Line 280: warning: comment on exported method DbauditClient.DescribeAgentDatabases should be of the form "DescribeAgentDatabases ..." (golint)
    • Line 300: warning: comment on exported method DbauditClient.DescribeInstanceList should be of the form "DescribeInstanceList ..." (golint)
    • Line 325: warning: comment on exported method DbauditClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 345: warning: comment on exported method DbauditClient.StopTask should be of the form "StopTask ..." (golint)
    • Line 365: warning: comment on exported method DbauditClient.DescribeAgentList should be of the form "DescribeAgentList ..." (golint)
    • Line 385: warning: comment on exported method DbauditClient.DescribeRuleGroupRules should be of the form "DescribeRuleGroupRules ..." (golint)
    • Line 405: warning: comment on exported method DbauditClient.DescribeAuditLog should be of the form "DescribeAuditLog ..." (golint)
    • Line 425: warning: comment on exported method DbauditClient.UninstallAgent should be of the form "UninstallAgent ..." (golint)
    • Line 445: warning: comment on exported method DbauditClient.DeleteRule should be of the form "DeleteRule ..." (golint)
    • Line 465: warning: comment on exported method DbauditClient.DeleteRuleGroup should be of the form "DeleteRuleGroup ..." (golint)
    • Line 485: warning: comment on exported method DbauditClient.ModifyMask should be of the form "ModifyMask ..." (golint)
    • Line 505: warning: comment on exported method DbauditClient.DescribeRule should be of the form "DescribeRule ..." (golint)
    • Line 525: warning: comment on exported method DbauditClient.DeleteAuditFromAgent should be of the form "DeleteAuditFromAgent ..." (golint)
    • Line 545: warning: comment on exported method DbauditClient.StartTask should be of the form "StartTask ..." (golint)
    • Line 565: warning: comment on exported method DbauditClient.AddRuleGroup should be of the form "AddRuleGroup ..." (golint)
    • Line 585: warning: comment on exported method DbauditClient.ModyfyAgentLimits should be of the form "ModyfyAgentLimits ..." (golint)
    • Line 605: warning: comment on exported method DbauditClient.DescribeAuditLogList should be of the form "DescribeAuditLogList ..." (golint)
    • Line 627: warning: comment on exported method DbauditClient.DescribeReportList should be of the form "DescribeReportList ..." (golint)
    • Line 647: warning: comment on exported method DbauditClient.AddDatabase should be of the form "AddDatabase ..." (golint)
    • Line 667: warning: comment on exported method DbauditClient.InstallAgent should be of the form "InstallAgent ..." (golint)
    • Line 687: warning: comment on exported method DbauditClient.DeleteMask should be of the form "DeleteMask ..." (golint)
    • Line 707: warning: comment on exported method DbauditClient.DescribeDatabase should be of the form "DescribeDatabase ..." (golint)
    • Line 727: warning: comment on exported method DbauditClient.UpdateDatabase should be of the form "UpdateDatabase ..." (golint)
    • Line 747: warning: comment on exported method DbauditClient.AddIpWhiteItem should be of the form "AddIpWhiteItem ..." (golint)
    • Line 767: warning: comment on exported method DbauditClient.ModifyTask should be of the form "ModifyTask ..." (golint)
    • Line 787: warning: comment on exported method DbauditClient.DisableAuditResponse should be of the form "DisableAuditResponse ..." (golint)
    • Line 807: warning: comment on exported method DbauditClient.CreateTask should be of the form "CreateTask ..." (golint)
    • Line 827: warning: comment on exported method DbauditClient.DescribeDatabases should be of the form "DescribeDatabases ..." (golint)
    • Line 847: warning: comment on exported method DbauditClient.DeleteTask should be of the form "DeleteTask ..." (golint)
    • Line 867: warning: comment on exported method DbauditClient.DescribeTaskList should be of the form "DescribeTaskList ..." (golint)
    • Line 889: warning: comment on exported method DbauditClient.DeleteReport should be of the form "DeleteReport ..." (golint)
    • Line 909: warning: comment on exported method DbauditClient.DeleteIpWhiteItem should be of the form "DeleteIpWhiteItem ..." (golint)
    • Line 929: warning: comment on exported method DbauditClient.EnableRuleGroup should be of the form "EnableRuleGroup ..." (golint)
    • Line 949: warning: comment on exported method DbauditClient.ModifyRule should be of the form "ModifyRule ..." (golint)
    • Line 969: warning: comment on exported method DbauditClient.DeployRuleGroup should be of the form "DeployRuleGroup ..." (golint)
    • Line 989: warning: comment on exported method DbauditClient.DescribeRuleGroups should be of the form "DescribeRuleGroups ..." (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeDomains.go
    • Line 24: warning: exported type DescribeDomainsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeDomainsRequest should be of the form "NewDescribeDomainsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeDomainsRequestWithAllParams should be of the form "NewDescribeDomainsRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeDomainsRequestWithoutParam should be of the form "NewDescribeDomainsRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeDomainsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 123: warning: comment on exported method DescribeDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method DescribeDomainsRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: comment on exported method DescribeDomainsRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 144: warning: exported type DescribeDomainsResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeVpc.go
    • Line 24: warning: exported type DescribeVpcRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeVpcRequest should be of the form "NewDescribeVpcRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeVpcRequestWithAllParams should be of the form "NewDescribeVpcRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeVpcRequestWithoutParam should be of the form "NewDescribeVpcRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 108: warning: exported type DescribeVpcResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/GetJobList.go
    • Line 24: warning: exported type GetJobListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetJobListRequest should be of the form "NewGetJobListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetJobListRequestWithAllParams should be of the form "NewGetJobListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetJobListRequestWithoutParam should be of the form "NewGetJobListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetJobListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetJobListRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 108: warning: exported type GetJobListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetJobListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDisks.go
    • Line 24: warning: exported type GetDisksRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetDisksRequest should be of the form "NewGetDisksRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetDisksRequestWithAllParams should be of the form "NewGetDisksRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetDisksRequestWithoutParam should be of the form "NewGetDisksRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetDisksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetDisksRequest.SetVmId should be of the form "SetVmId ..." (golint)
    • Line 105: warning: exported type GetDisksResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetDisksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/client/IothubClient.go
    • Line 26: warning: exported type IothubClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIothubClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IothubClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IothubClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method IothubClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method IothubClient.UpdateDevice should be of the form "UpdateDevice ..." (golint)
    • Line 80: warning: comment on exported method IothubClient.DeleteProduct should be of the form "DeleteProduct ..." (golint)
    • Line 100: warning: comment on exported method IothubClient.ListProductAbilities should be of the form "ListProductAbilities ..." (golint)
    • Line 120: warning: comment on exported method IothubClient.RemoveDeviceById should be of the form "RemoveDeviceById ..." (golint)
    • Line 140: warning: comment on exported method IothubClient.ExportThingModel should be of the form "ExportThingModel ..." (golint)
    • Line 160: warning: comment on exported method IothubClient.InvokeThingService should be of the form "InvokeThingService ..." (golint)
    • Line 180: warning: comment on exported method IothubClient.RemoveDevice should be of the form "RemoveDevice ..." (golint)
    • Line 200: warning: comment on exported method IothubClient.UpdateThingShadow should be of the form "UpdateThingShadow ..." (golint)
    • Line 220: warning: comment on exported method IothubClient.DescribeProduct should be of the form "DescribeProduct ..." (golint)
    • Line 240: warning: comment on exported method IothubClient.ImportThingModel should be of the form "ImportThingModel ..." (golint)
    • Line 260: warning: comment on exported method IothubClient.DescribeThingShadow should be of the form "DescribeThingShadow ..." (golint)
    • Line 280: warning: comment on exported method IothubClient.AddDevice should be of the form "AddDevice ..." (golint)
    • Line 300: warning: comment on exported method IothubClient.ListProducts should be of the form "ListProducts ..." (golint)
    • Line 320: warning: comment on exported method IothubClient.QueryDeviceDetail should be of the form "QueryDeviceDetail ..." (golint)
    • Line 340: warning: comment on exported method IothubClient.QueryDevicePage should be of the form "QueryDevicePage ..." (golint)
    • Line 360: warning: comment on exported method IothubClient.CreateProduct should be of the form "CreateProduct ..." (golint)
    • Line 380: warning: comment on exported method IothubClient.UpdateProduct should be of the form "UpdateProduct ..." (golint)
    • jdcloud-sdk-go/services/edcps/apis/StartInstance.go
    • Line 23: warning: exported type StartInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStartInstanceRequest should be of the form "NewStartInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStartInstanceRequestWithAllParams should be of the form "NewStartInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartInstanceRequestWithoutParam should be of the form "NewStartInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method StartInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StartInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StartInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveDomain.go
    • Line 23: warning: exported type DeleteLiveDomainRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDeleteLiveDomainRequest should be of the form "NewDeleteLiveDomainRequest ..." (golint)
    • Line 53: warning: comment on exported function NewDeleteLiveDomainRequestWithAllParams should be of the form "NewDeleteLiveDomainRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteLiveDomainRequestWithoutParam should be of the form "NewDeleteLiveDomainRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method DeleteLiveDomainRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 97: warning: exported type DeleteLiveDomainResponse should have comment or be unexported (golint)
    • Line 103: warning: exported type DeleteLiveDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DeleteProbeTask.go
    • Line 23: warning: exported type DeleteProbeTaskRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteProbeTaskRequest should be of the form "NewDeleteProbeTaskRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteProbeTaskRequestWithAllParams should be of the form "NewDeleteProbeTaskRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteProbeTaskRequestWithoutParam should be of the form "NewDeleteProbeTaskRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteProbeTaskRequest.SetProbeTaskIDs should be of the form "SetProbeTaskIDs ..." (golint)
    • Line 93: warning: exported type DeleteProbeTaskResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteProbeTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/GetAccountId.go
    • Line 24: warning: exported type GetAccountIdRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetAccountIdRequest should be of the form "NewGetAccountIdRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetAccountIdRequestWithAllParams should be of the form "NewGetAccountIdRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetAccountIdRequestWithoutParam should be of the form "NewGetAccountIdRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetAccountIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetAccountIdResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetAccountIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CreateAdminProduct.go
    • Line 23: warning: exported type CreateAdminProductRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewCreateAdminProductRequest should be of the form "NewCreateAdminProductRequest ..." (golint)
    • Line 90: warning: comment on exported function NewCreateAdminProductRequestWithAllParams should be of the form "NewCreateAdminProductRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewCreateAdminProductRequestWithoutParam should be of the form "NewCreateAdminProductRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method CreateAdminProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 150: warning: comment on exported method CreateAdminProductRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 155: warning: comment on exported method CreateAdminProductRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 160: warning: comment on exported method CreateAdminProductRequest.SetProductType should be of the form "SetProductType ..." (golint)
    • Line 168: warning: comment on exported method CreateAdminProductRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 173: warning: comment on exported method CreateAdminProductRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 178: warning: comment on exported method CreateAdminProductRequest.SetInternalTags should be of the form "SetInternalTags ..." (golint)
    • Line 183: warning: comment on exported method CreateAdminProductRequest.SetCollDeviceType should be of the form "SetCollDeviceType ..." (golint)
    • Line 194: warning: exported type CreateAdminProductResponse should have comment or be unexported (golint)
    • Line 200: warning: exported type CreateAdminProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/ResetCacheInstancePassword.go
    • Line 23: warning: exported type ResetCacheInstancePasswordRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewResetCacheInstancePasswordRequest should be of the form "NewResetCacheInstancePasswordRequest ..." (golint)
    • Line 60: warning: comment on exported function NewResetCacheInstancePasswordRequestWithAllParams should be of the form "NewResetCacheInstancePasswordRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewResetCacheInstancePasswordRequestWithoutParam should be of the form "NewResetCacheInstancePasswordRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ResetCacheInstancePasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method ResetCacheInstancePasswordRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 107: warning: comment on exported method ResetCacheInstancePasswordRequest.SetPassword should be of the form "SetPassword ..." (golint)
    • Line 118: warning: exported type ResetCacheInstancePasswordResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ResetCacheInstancePasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/DelUserViewIP.go
    • Line 24: warning: exported type DelUserViewIPRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDelUserViewIPRequest should be of the form "NewDelUserViewIPRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDelUserViewIPRequestWithAllParams should be of the form "NewDelUserViewIPRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDelUserViewIPRequestWithoutParam should be of the form "NewDelUserViewIPRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DelUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DelUserViewIPRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type DelUserViewIPResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DelUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModifyRule.go
    • Line 24: warning: exported type ModifyRuleRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewModifyRuleRequest should be of the form "NewModifyRuleRequest ..." (golint)
    • Line 79: warning: comment on exported function NewModifyRuleRequestWithAllParams should be of the form "NewModifyRuleRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewModifyRuleRequestWithoutParam should be of the form "NewModifyRuleRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method ModifyRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method ModifyRuleRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 135: warning: comment on exported method ModifyRuleRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 140: warning: comment on exported method ModifyRuleRequest.SetRuleId should be of the form "SetRuleId ..." (golint)
    • Line 145: warning: comment on exported method ModifyRuleRequest.SetRule should be of the form "SetRule ..." (golint)
    • Line 150: warning: comment on exported method ModifyRuleRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 161: warning: exported type ModifyRuleResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type ModifyRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DeleteProduct.go
    • Line 23: warning: exported type DeleteProductRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteProductRequest should be of the form "NewDeleteProductRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteProductRequestWithAllParams should be of the form "NewDeleteProductRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteProductRequestWithoutParam should be of the form "NewDeleteProductRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteProductRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 121: warning: exported type DeleteProductResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/GetExternalLink.go
    • Line 23: warning: exported type GetExternalLinkRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewGetExternalLinkRequest should be of the form "NewGetExternalLinkRequest ..." (golint)
    • Line 66: warning: comment on exported function NewGetExternalLinkRequestWithAllParams should be of the form "NewGetExternalLinkRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewGetExternalLinkRequestWithoutParam should be of the form "NewGetExternalLinkRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method GetExternalLinkRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method GetExternalLinkRequest.SetJobid should be of the form "SetJobid ..." (golint)
    • Line 116: warning: comment on exported method GetExternalLinkRequest.SetId should be of the form "SetId ..." (golint)
    • Line 121: warning: comment on exported method GetExternalLinkRequest.SetExpires should be of the form "SetExpires ..." (golint)
    • Line 132: warning: exported type GetExternalLinkResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type GetExternalLinkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeIpWhiteList.go
    • Line 23: warning: exported type DescribeIpWhiteListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeIpWhiteListRequest should be of the form "NewDescribeIpWhiteListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeIpWhiteListRequestWithAllParams should be of the form "NewDescribeIpWhiteListRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeIpWhiteListRequestWithoutParam should be of the form "NewDescribeIpWhiteListRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeIpWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeIpWhiteListRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 107: warning: exported type DescribeIpWhiteListResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeIpWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/AttachSubUserPolicy.go
    • Line 23: warning: exported type AttachSubUserPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAttachSubUserPolicyRequest should be of the form "NewAttachSubUserPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAttachSubUserPolicyRequestWithAllParams should be of the form "NewAttachSubUserPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAttachSubUserPolicyRequestWithoutParam should be of the form "NewAttachSubUserPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AttachSubUserPolicyRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 96: warning: comment on exported method AttachSubUserPolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type AttachSubUserPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AttachSubUserPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeIpSet.go
    • Line 24: warning: exported type DescribeIpSetRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeIpSetRequest should be of the form "NewDescribeIpSetRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeIpSetRequestWithAllParams should be of the form "NewDescribeIpSetRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeIpSetRequestWithoutParam should be of the form "NewDescribeIpSetRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeIpSetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeIpSetRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeIpSetRequest.SetIpSetId should be of the form "SetIpSetId ..." (golint)
    • Line 122: warning: exported type DescribeIpSetResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeIpSetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyRouteTableRules.go
    • Line 24: warning: exported type ModifyRouteTableRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyRouteTableRulesRequest should be of the form "NewModifyRouteTableRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyRouteTableRulesRequestWithAllParams should be of the form "NewModifyRouteTableRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyRouteTableRulesRequestWithoutParam should be of the form "NewModifyRouteTableRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyRouteTableRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyRouteTableRulesRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 111: warning: comment on exported method ModifyRouteTableRulesRequest.SetModifyRouteTableRuleSpecs should be of the form "SetModifyRouteTableRuleSpecs ..." (golint)
    • Line 122: warning: exported type ModifyRouteTableRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyRouteTableRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetNetProtectionRulesSwitch.go
    • Line 23: warning: exported type SetNetProtectionRulesSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewSetNetProtectionRulesSwitchRequest should be of the form "NewSetNetProtectionRulesSwitchRequest ..." (golint)
    • Line 48: warning: comment on exported function NewSetNetProtectionRulesSwitchRequestWithAllParams should be of the form "NewSetNetProtectionRulesSwitchRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewSetNetProtectionRulesSwitchRequestWithoutParam should be of the form "NewSetNetProtectionRulesSwitchRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method SetNetProtectionRulesSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 90: warning: exported type SetNetProtectionRulesSwitchResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type SetNetProtectionRulesSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CollectorReadMessage.go
    • Line 23: warning: exported type CollectorReadMessageRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewCollectorReadMessageRequest should be of the form "NewCollectorReadMessageRequest ..." (golint)
    • Line 85: warning: comment on exported function NewCollectorReadMessageRequestWithAllParams should be of the form "NewCollectorReadMessageRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewCollectorReadMessageRequestWithoutParam should be of the form "NewCollectorReadMessageRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method CollectorReadMessageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 138: warning: comment on exported method CollectorReadMessageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 143: warning: comment on exported method CollectorReadMessageRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 148: warning: comment on exported method CollectorReadMessageRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 167: warning: exported type CollectorReadMessageResponse should have comment or be unexported (golint)
    • Line 173: warning: exported type CollectorReadMessageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmInstanceTypes.go
    • Line 24: warning: exported type GetVmInstanceTypesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVmInstanceTypesRequest should be of the form "NewGetVmInstanceTypesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetVmInstanceTypesRequestWithAllParams should be of the form "NewGetVmInstanceTypesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetVmInstanceTypesRequestWithoutParam should be of the form "NewGetVmInstanceTypesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetVmInstanceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetVmInstanceTypesRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 105: warning: exported type GetVmInstanceTypesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetVmInstanceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/CreateInstanceVoucher.go
    • Line 24: warning: exported type CreateInstanceVoucherRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateInstanceVoucherRequest should be of the form "NewCreateInstanceVoucherRequest ..." (golint)
    • Line 61: warning: comment on exported function NewCreateInstanceVoucherRequestWithAllParams should be of the form "NewCreateInstanceVoucherRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewCreateInstanceVoucherRequestWithoutParam should be of the form "NewCreateInstanceVoucherRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method CreateInstanceVoucherRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method CreateInstanceVoucherRequest.SetInstanceVoucherSpec should be of the form "SetInstanceVoucherSpec ..." (golint)
    • Line 108: warning: comment on exported method CreateInstanceVoucherRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 119: warning: exported type CreateInstanceVoucherResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type CreateInstanceVoucherResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/ListDatabaseInfo.go
    • Line 24: warning: exported type ListDatabaseInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListDatabaseInfoRequest should be of the form "NewListDatabaseInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewListDatabaseInfoRequestWithAllParams should be of the form "NewListDatabaseInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListDatabaseInfoRequestWithoutParam should be of the form "NewListDatabaseInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListDatabaseInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ListDatabaseInfoRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 108: warning: exported type ListDatabaseInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ListDatabaseInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamDomainTranscode.go
    • Line 23: warning: exported type AddLiveStreamDomainTranscodeRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewAddLiveStreamDomainTranscodeRequest should be of the form "NewAddLiveStreamDomainTranscodeRequest ..." (golint)
    • Line 79: warning: comment on exported function NewAddLiveStreamDomainTranscodeRequestWithAllParams should be of the form "NewAddLiveStreamDomainTranscodeRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewAddLiveStreamDomainTranscodeRequestWithoutParam should be of the form "NewAddLiveStreamDomainTranscodeRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method AddLiveStreamDomainTranscodeRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 129: warning: comment on exported method AddLiveStreamDomainTranscodeRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 151: warning: exported type AddLiveStreamDomainTranscodeResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type AddLiveStreamDomainTranscodeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribePolicies.go
    • Line 24: warning: exported type DescribePoliciesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribePoliciesRequest should be of the form "NewDescribePoliciesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribePoliciesRequestWithAllParams should be of the form "NewDescribePoliciesRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribePoliciesRequestWithoutParam should be of the form "NewDescribePoliciesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribePoliciesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 109: warning: comment on exported method DescribePoliciesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 114: warning: comment on exported method DescribePoliciesRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 119: warning: comment on exported method DescribePoliciesRequest.SetQueryType should be of the form "SetQueryType ..." (golint)
    • Line 124: warning: comment on exported method DescribePoliciesRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 135: warning: exported type DescribePoliciesResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribePoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/billing/apis/QueryBillDetail.go
    • Line 24: warning: exported type QueryBillDetailRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewQueryBillDetailRequest should be of the form "NewQueryBillDetailRequest ..." (golint)
    • Line 85: warning: comment on exported function NewQueryBillDetailRequestWithAllParams should be of the form "NewQueryBillDetailRequestWithAllParams ..." (golint)
    • Line 130: warning: comment on exported function NewQueryBillDetailRequestWithoutParam should be of the form "NewQueryBillDetailRequestWithoutParam ..." (golint)
    • Line 143: warning: comment on exported method QueryBillDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 148: warning: comment on exported method QueryBillDetailRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 153: warning: comment on exported method QueryBillDetailRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 158: warning: comment on exported method QueryBillDetailRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 163: warning: comment on exported method QueryBillDetailRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 168: warning: comment on exported method QueryBillDetailRequest.SetBillingType should be of the form "SetBillingType ..." (golint)
    • Line 173: warning: comment on exported method QueryBillDetailRequest.SetResourceIds should be of the form "SetResourceIds ..." (golint)
    • Line 178: warning: comment on exported method QueryBillDetailRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 183: warning: comment on exported method QueryBillDetailRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 188: warning: comment on exported method QueryBillDetailRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 199: warning: exported type QueryBillDetailResponse should have comment or be unexported (golint)
    • Line 205: warning: exported type QueryBillDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/BackupDownloadURL.go
    • Line 24: warning: exported type BackupDownloadURLRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewBackupDownloadURLRequest should be of the form "NewBackupDownloadURLRequest ..." (golint)
    • Line 58: warning: comment on exported function NewBackupDownloadURLRequestWithAllParams should be of the form "NewBackupDownloadURLRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewBackupDownloadURLRequestWithoutParam should be of the form "NewBackupDownloadURLRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method BackupDownloadURLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method BackupDownloadURLRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 108: warning: exported type BackupDownloadURLResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type BackupDownloadURLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ModifyInstanceSpec.go
    • Line 23: warning: exported type ModifyInstanceSpecRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyInstanceSpecRequest should be of the form "NewModifyInstanceSpecRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModifyInstanceSpecRequestWithAllParams should be of the form "NewModifyInstanceSpecRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifyInstanceSpecRequestWithoutParam should be of the form "NewModifyInstanceSpecRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifyInstanceSpecRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceClass should be of the form "SetInstanceClass ..." (golint)
    • Line 124: warning: comment on exported method ModifyInstanceSpecRequest.SetInstanceStorageGB should be of the form "SetInstanceStorageGB ..." (golint)
    • Line 135: warning: exported type ModifyInstanceSpecResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModifyInstanceSpecResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeForwardRule.go
    • Line 24: warning: exported type DescribeForwardRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeForwardRuleRequest should be of the form "NewDescribeForwardRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeForwardRuleRequestWithAllParams should be of the form "NewDescribeForwardRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeForwardRuleRequestWithoutParam should be of the form "NewDescribeForwardRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 122: warning: exported type DescribeForwardRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sts/client/StsClient.go
    • Line 26: warning: exported type StsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewStsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method StsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method StsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method StsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method StsClient.AssumeRole should be of the form "AssumeRole ..." (golint)
    • jdcloud-sdk-go/services/disk/apis/ApplySnapshotPolicies.go
    • Line 24: warning: exported type ApplySnapshotPoliciesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewApplySnapshotPoliciesRequest should be of the form "NewApplySnapshotPoliciesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewApplySnapshotPoliciesRequestWithAllParams should be of the form "NewApplySnapshotPoliciesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewApplySnapshotPoliciesRequestWithoutParam should be of the form "NewApplySnapshotPoliciesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method ApplySnapshotPoliciesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method ApplySnapshotPoliciesRequest.SetRelations should be of the form "SetRelations ..." (golint)
    • Line 105: warning: exported type ApplySnapshotPoliciesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type ApplySnapshotPoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyProtectionRuleOfForwardRule.go
    • Line 24: warning: exported type ModifyProtectionRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyProtectionRuleOfForwardRuleRequest should be of the form "NewModifyProtectionRuleOfForwardRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyProtectionRuleOfForwardRuleRequestWithAllParams should be of the form "NewModifyProtectionRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyProtectionRuleOfForwardRuleRequestWithoutParam should be of the form "NewModifyProtectionRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyProtectionRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyProtectionRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyProtectionRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyProtectionRuleOfForwardRuleRequest.SetForwardProtectionRuleSpec should be of the form "SetForwardProtectionRuleSpec ..." (golint)
    • Line 136: warning: exported type ModifyProtectionRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyProtectionRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeInstanceAttributes.go
    • Line 24: warning: exported type DescribeInstanceAttributesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceAttributesRequest should be of the form "NewDescribeInstanceAttributesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceAttributesRequestWithAllParams should be of the form "NewDescribeInstanceAttributesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceAttributesRequestWithoutParam should be of the form "NewDescribeInstanceAttributesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceAttributesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceAttributesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceAttributesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceAttributesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteRule.go
    • Line 23: warning: exported type DeleteRuleRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDeleteRuleRequest should be of the form "NewDeleteRuleRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteRuleRequestWithAllParams should be of the form "NewDeleteRuleRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewDeleteRuleRequestWithoutParam should be of the form "NewDeleteRuleRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method DeleteRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method DeleteRuleRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 125: warning: comment on exported method DeleteRuleRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 130: warning: comment on exported method DeleteRuleRequest.SetRuleId should be of the form "SetRuleId ..." (golint)
    • Line 135: warning: comment on exported method DeleteRuleRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 146: warning: exported type DeleteRuleResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type DeleteRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyInstanceCustomPage.go
    • Line 23: warning: exported type ModifyInstanceCustomPageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyInstanceCustomPageRequest should be of the form "NewModifyInstanceCustomPageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceCustomPageRequestWithAllParams should be of the form "NewModifyInstanceCustomPageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyInstanceCustomPageRequestWithoutParam should be of the form "NewModifyInstanceCustomPageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyInstanceCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyInstanceCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyInstanceCustomPageRequest.SetPageId should be of the form "SetPageId ..." (golint)
    • Line 121: warning: exported type ModifyInstanceCustomPageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyInstanceCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/CreateLogset.go
    • Line 23: warning: exported type CreateLogsetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateLogsetRequest should be of the form "NewCreateLogsetRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateLogsetRequestWithAllParams should be of the form "NewCreateLogsetRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateLogsetRequestWithoutParam should be of the form "NewCreateLogsetRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateLogsetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateLogsetRequest.SetName should be of the form "SetName ..." (golint)
    • Line 116: warning: comment on exported method CreateLogsetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 121: warning: comment on exported method CreateLogsetRequest.SetLifeCycle should be of the form "SetLifeCycle ..." (golint)
    • Line 132: warning: exported type CreateLogsetResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateLogsetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/ImageResults.go
    • Line 24: warning: exported type ImageResultsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewImageResultsRequest should be of the form "NewImageResultsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewImageResultsRequestWithAllParams should be of the form "NewImageResultsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewImageResultsRequestWithoutParam should be of the form "NewImageResultsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method ImageResultsRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 94: warning: exported type ImageResultsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type ImageResultsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyIpWhiteList.go
    • Line 23: warning: exported type ModifyIpWhiteListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyIpWhiteListRequest should be of the form "NewModifyIpWhiteListRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyIpWhiteListRequestWithAllParams should be of the form "NewModifyIpWhiteListRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyIpWhiteListRequestWithoutParam should be of the form "NewModifyIpWhiteListRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyIpWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyIpWhiteListRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyIpWhiteListRequest.SetIpWhiteList should be of the form "SetIpWhiteList ..." (golint)
    • Line 121: warning: exported type ModifyIpWhiteListResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyIpWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/OpenLiveRestart.go
    • Line 23: warning: exported type OpenLiveRestartRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewOpenLiveRestartRequest should be of the form "NewOpenLiveRestartRequest ..." (golint)
    • Line 51: warning: comment on exported function NewOpenLiveRestartRequestWithAllParams should be of the form "NewOpenLiveRestartRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewOpenLiveRestartRequestWithoutParam should be of the form "NewOpenLiveRestartRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method OpenLiveRestartRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 93: warning: exported type OpenLiveRestartResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type OpenLiveRestartResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/ModifyInstanceVoucherAttribute.go
    • Line 23: warning: exported type ModifyInstanceVoucherAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyInstanceVoucherAttributeRequest should be of the form "NewModifyInstanceVoucherAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyInstanceVoucherAttributeRequestWithAllParams should be of the form "NewModifyInstanceVoucherAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyInstanceVoucherAttributeRequestWithoutParam should be of the form "NewModifyInstanceVoucherAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyInstanceVoucherAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyInstanceVoucherAttributeRequest.SetInstanceVoucherId should be of the form "SetInstanceVoucherId ..." (golint)
    • Line 113: warning: comment on exported method ModifyInstanceVoucherAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyInstanceVoucherAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyInstanceVoucherAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyInstanceVoucherAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryFilterArgs.go
    • Line 23: warning: exported type QueryFilterArgsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryFilterArgsRequest should be of the form "NewQueryFilterArgsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryFilterArgsRequestWithAllParams should be of the form "NewQueryFilterArgsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryFilterArgsRequestWithoutParam should be of the form "NewQueryFilterArgsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryFilterArgsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryFilterArgsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryFilterArgsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QueryRemainingUsingGET.go
    • Line 23: warning: exported type QueryRemainingUsingGETRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryRemainingUsingGETRequest should be of the form "NewQueryRemainingUsingGETRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryRemainingUsingGETRequestWithAllParams should be of the form "NewQueryRemainingUsingGETRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryRemainingUsingGETRequestWithoutParam should be of the form "NewQueryRemainingUsingGETRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryRemainingUsingGETRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 93: warning: exported type QueryRemainingUsingGETResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryRemainingUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeBackendConfig.go
    • Line 24: warning: exported type DescribeBackendConfigRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeBackendConfigRequest should be of the form "NewDescribeBackendConfigRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeBackendConfigRequestWithAllParams should be of the form "NewDescribeBackendConfigRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeBackendConfigRequestWithoutParam should be of the form "NewDescribeBackendConfigRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeBackendConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeBackendConfigRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 111: warning: comment on exported method DescribeBackendConfigRequest.SetBackendConfigId should be of the form "SetBackendConfigId ..." (golint)
    • Line 122: warning: exported type DescribeBackendConfigResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeBackendConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryRateLimitPolicies.go
    • Line 25: warning: exported type QueryRateLimitPoliciesRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewQueryRateLimitPoliciesRequest should be of the form "NewQueryRateLimitPoliciesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewQueryRateLimitPoliciesRequestWithAllParams should be of the form "NewQueryRateLimitPoliciesRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryRateLimitPoliciesRequestWithoutParam should be of the form "NewQueryRateLimitPoliciesRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryRateLimitPoliciesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method QueryRateLimitPoliciesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method QueryRateLimitPoliciesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method QueryRateLimitPoliciesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type QueryRateLimitPoliciesResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type QueryRateLimitPoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeploymentsResultsByIdRecord.go
    • Line 24: warning: exported type GetDeploymentsResultsByIdRecordRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetDeploymentsResultsByIdRecordRequest should be of the form "NewGetDeploymentsResultsByIdRecordRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetDeploymentsResultsByIdRecordRequestWithAllParams should be of the form "NewGetDeploymentsResultsByIdRecordRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetDeploymentsResultsByIdRecordRequestWithoutParam should be of the form "NewGetDeploymentsResultsByIdRecordRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetDeploymentsResultsByIdRecordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetDeploymentsResultsByIdRecordRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method GetDeploymentsResultsByIdRecordRequest.SetRecord should be of the form "SetRecord ..." (golint)
    • Line 122: warning: exported type GetDeploymentsResultsByIdRecordResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetDeploymentsResultsByIdRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableCCProtectionRuleOfWebRule.go
    • Line 23: warning: exported type DisableCCProtectionRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDisableCCProtectionRuleOfWebRuleRequest should be of the form "NewDisableCCProtectionRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDisableCCProtectionRuleOfWebRuleRequestWithAllParams should be of the form "NewDisableCCProtectionRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDisableCCProtectionRuleOfWebRuleRequestWithoutParam should be of the form "NewDisableCCProtectionRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DisableCCProtectionRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DisableCCProtectionRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DisableCCProtectionRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DisableCCProtectionRuleOfWebRuleRequest.SetCcProtectionRuleId should be of the form "SetCcProtectionRuleId ..." (golint)
    • Line 135: warning: exported type DisableCCProtectionRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DisableCCProtectionRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/CheckLegalPersonAndAgent.go
    • Line 24: warning: exported type CheckLegalPersonAndAgentRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckLegalPersonAndAgentRequest should be of the form "NewCheckLegalPersonAndAgentRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCheckLegalPersonAndAgentRequestWithAllParams should be of the form "NewCheckLegalPersonAndAgentRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCheckLegalPersonAndAgentRequestWithoutParam should be of the form "NewCheckLegalPersonAndAgentRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CheckLegalPersonAndAgentRequest.SetLegalPersonAndAgentSpec should be of the form "SetLegalPersonAndAgentSpec ..." (golint)
    • Line 94: warning: exported type CheckLegalPersonAndAgentResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CheckLegalPersonAndAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DisableDomain.go
    • Line 23: warning: exported type DisableDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDisableDomainRequest should be of the form "NewDisableDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDisableDomainRequestWithAllParams should be of the form "NewDisableDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDisableDomainRequestWithoutParam should be of the form "NewDisableDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DisableDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type DisableDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DisableDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/DeleteNamespace.go
    • Line 23: warning: exported type DeleteNamespaceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNamespaceRequest should be of the form "NewDeleteNamespaceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNamespaceRequestWithAllParams should be of the form "NewDeleteNamespaceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNamespaceRequestWithoutParam should be of the form "NewDeleteNamespaceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNamespaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNamespaceRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 107: warning: exported type DeleteNamespaceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNamespaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveSnapshotData.go
    • Line 24: warning: exported type DescribeLiveSnapshotDataRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeLiveSnapshotDataRequest should be of the form "NewDescribeLiveSnapshotDataRequest ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeLiveSnapshotDataRequestWithAllParams should be of the form "NewDescribeLiveSnapshotDataRequestWithAllParams ..." (golint)
    • Line 125: warning: comment on exported function NewDescribeLiveSnapshotDataRequestWithoutParam should be of the form "NewDescribeLiveSnapshotDataRequestWithoutParam ..." (golint)
    • Line 138: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 143: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 148: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 153: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetShotMode should be of the form "SetShotMode ..." (golint)
    • Line 158: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveSnapshotDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 184: warning: exported type DescribeLiveSnapshotDataResponse should have comment or be unexported (golint)
    • Line 190: warning: exported type DescribeLiveSnapshotDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/DeleteApp.go
    • Line 23: warning: exported type DeleteAppRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteAppRequest should be of the form "NewDeleteAppRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteAppRequestWithAllParams should be of the form "NewDeleteAppRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteAppRequestWithoutParam should be of the form "NewDeleteAppRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteAppRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteAppRequest.SetClientId should be of the form "SetClientId ..." (golint)
    • Line 107: warning: exported type DeleteAppResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/StartDomain.go
    • Line 23: warning: exported type StartDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewStartDomainRequest should be of the form "NewStartDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewStartDomainRequestWithAllParams should be of the form "NewStartDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewStartDomainRequestWithoutParam should be of the form "NewStartDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method StartDomainRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type StartDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type StartDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/ListInstanceInfo.go
    • Line 24: warning: exported type ListInstanceInfoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewListInstanceInfoRequest should be of the form "NewListInstanceInfoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListInstanceInfoRequestWithAllParams should be of the form "NewListInstanceInfoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewListInstanceInfoRequestWithoutParam should be of the form "NewListInstanceInfoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method ListInstanceInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type ListInstanceInfoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type ListInstanceInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeRdsInstance.go
    • Line 24: warning: exported type DescribeRdsInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRdsInstanceRequest should be of the form "NewDescribeRdsInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRdsInstanceRequestWithAllParams should be of the form "NewDescribeRdsInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRdsInstanceRequestWithoutParam should be of the form "NewDescribeRdsInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRdsInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRdsInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeRdsInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRdsInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeVpcs.go
    • Line 25: warning: exported type DescribeVpcsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeVpcsRequest should be of the form "NewDescribeVpcsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeVpcsRequestWithAllParams should be of the form "NewDescribeVpcsRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeVpcsRequestWithoutParam should be of the form "NewDescribeVpcsRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeVpcsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeVpcsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeVpcsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method DescribeVpcsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeVpcsResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeVpcsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/UpdateJob.go
    • Line 24: warning: exported type UpdateJobRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateJobRequest should be of the form "NewUpdateJobRequest ..." (golint)
    • Line 61: warning: comment on exported function NewUpdateJobRequestWithAllParams should be of the form "NewUpdateJobRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewUpdateJobRequestWithoutParam should be of the form "NewUpdateJobRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method UpdateJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method UpdateJobRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: comment on exported method UpdateJobRequest.SetData should be of the form "SetData ..." (golint)
    • Line 119: warning: exported type UpdateJobResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type UpdateJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssociateElasticIp.go
    • Line 23: warning: exported type AssociateElasticIpRequest should have comment or be unexported (golint)
    • Line 48: warning: comment on exported function NewAssociateElasticIpRequest should be of the form "NewAssociateElasticIpRequest ..." (golint)
    • Line 74: warning: comment on exported function NewAssociateElasticIpRequestWithAllParams should be of the form "NewAssociateElasticIpRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewAssociateElasticIpRequestWithoutParam should be of the form "NewAssociateElasticIpRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method AssociateElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method AssociateElasticIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 132: warning: comment on exported method AssociateElasticIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 139: warning: comment on exported method AssociateElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 144: warning: comment on exported method AssociateElasticIpRequest.SetTargetIp should be of the form "SetTargetIp ..." (golint)
    • Line 149: warning: comment on exported method AssociateElasticIpRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 160: warning: exported type AssociateElasticIpResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type AssociateElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteDataSourceTable.go
    • Line 23: warning: exported type DeleteDataSourceTableRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDataSourceTableRequest should be of the form "NewDeleteDataSourceTableRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDataSourceTableRequestWithAllParams should be of the form "NewDeleteDataSourceTableRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDataSourceTableRequestWithoutParam should be of the form "NewDeleteDataSourceTableRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDataSourceTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDataSourceTableRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDataSourceTableRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 121: warning: exported type DeleteDataSourceTableResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDataSourceTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamWatermarkTemplates.go
    • Line 24: warning: exported type DescribeCustomLiveStreamWatermarkTemplatesRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkTemplatesRequest should be of the form "NewDescribeCustomLiveStreamWatermarkTemplatesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkTemplatesRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamWatermarkTemplatesRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeCustomLiveStreamWatermarkTemplatesRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamWatermarkTemplatesRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeCustomLiveStreamWatermarkTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 113: warning: comment on exported method DescribeCustomLiveStreamWatermarkTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeCustomLiveStreamWatermarkTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeCustomLiveStreamWatermarkTemplatesResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeCustomLiveStreamWatermarkTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/ScheduleKeyVersionDeletion.go
    • Line 23: warning: exported type ScheduleKeyVersionDeletionRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewScheduleKeyVersionDeletionRequest should be of the form "NewScheduleKeyVersionDeletionRequest ..." (golint)
    • Line 60: warning: comment on exported function NewScheduleKeyVersionDeletionRequestWithAllParams should be of the form "NewScheduleKeyVersionDeletionRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewScheduleKeyVersionDeletionRequestWithoutParam should be of the form "NewScheduleKeyVersionDeletionRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method ScheduleKeyVersionDeletionRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 102: warning: comment on exported method ScheduleKeyVersionDeletionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: comment on exported method ScheduleKeyVersionDeletionRequest.SetDelayDays should be of the form "SetDelayDays ..." (golint)
    • Line 118: warning: exported type ScheduleKeyVersionDeletionResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type ScheduleKeyVersionDeletionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ResizeTTY.go
    • Line 23: warning: exported type ResizeTTYRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewResizeTTYRequest should be of the form "NewResizeTTYRequest ..." (golint)
    • Line 78: warning: comment on exported function NewResizeTTYRequestWithAllParams should be of the form "NewResizeTTYRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewResizeTTYRequestWithoutParam should be of the form "NewResizeTTYRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method ResizeTTYRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method ResizeTTYRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 134: warning: comment on exported method ResizeTTYRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 139: warning: comment on exported method ResizeTTYRequest.SetHeight should be of the form "SetHeight ..." (golint)
    • Line 144: warning: comment on exported method ResizeTTYRequest.SetWidth should be of the form "SetWidth ..." (golint)
    • Line 149: warning: comment on exported method ResizeTTYRequest.SetExecId should be of the form "SetExecId ..." (golint)
    • Line 160: warning: exported type ResizeTTYResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type ResizeTTYResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/StopMonitor.go
    • Line 23: warning: exported type StopMonitorRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewStopMonitorRequest should be of the form "NewStopMonitorRequest ..." (golint)
    • Line 51: warning: comment on exported function NewStopMonitorRequestWithAllParams should be of the form "NewStopMonitorRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewStopMonitorRequestWithoutParam should be of the form "NewStopMonitorRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method StopMonitorRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type StopMonitorResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type StopMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/CreateProduct.go
    • Line 23: warning: exported type CreateProductRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateProductRequest should be of the form "NewCreateProductRequest ..." (golint)
    • Line 75: warning: comment on exported function NewCreateProductRequestWithAllParams should be of the form "NewCreateProductRequestWithAllParams ..." (golint)
    • Line 108: warning: comment on exported function NewCreateProductRequestWithoutParam should be of the form "NewCreateProductRequestWithoutParam ..." (golint)
    • Line 121: warning: comment on exported method CreateProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 126: warning: comment on exported method CreateProductRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 131: warning: comment on exported method CreateProductRequest.SetProductType should be of the form "SetProductType ..." (golint)
    • Line 139: warning: comment on exported method CreateProductRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 144: warning: comment on exported method CreateProductRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 155: warning: exported type CreateProductResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type CreateProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetSource.go
    • Line 24: warning: exported type SetSourceRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewSetSourceRequest should be of the form "NewSetSourceRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSetSourceRequestWithAllParams should be of the form "NewSetSourceRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewSetSourceRequestWithoutParam should be of the form "NewSetSourceRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method SetSourceRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 130: warning: comment on exported method SetSourceRequest.SetSourceType should be of the form "SetSourceType ..." (golint)
    • Line 135: warning: comment on exported method SetSourceRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 140: warning: comment on exported method SetSourceRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 145: warning: comment on exported method SetSourceRequest.SetIpSource should be of the form "SetIpSource ..." (golint)
    • Line 150: warning: comment on exported method SetSourceRequest.SetDomainSource should be of the form "SetDomainSource ..." (golint)
    • Line 155: warning: comment on exported method SetSourceRequest.SetOssSource should be of the form "SetOssSource ..." (golint)
    • Line 160: warning: comment on exported method SetSourceRequest.SetDefaultSourceHost should be of the form "SetDefaultSourceHost ..." (golint)
    • Line 171: warning: exported type SetSourceResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type SetSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListRiskRules.go
    • Line 24: warning: exported type ListRiskRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListRiskRulesRequest should be of the form "NewListRiskRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListRiskRulesRequestWithAllParams should be of the form "NewListRiskRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListRiskRulesRequestWithoutParam should be of the form "NewListRiskRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListRiskRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListRiskRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListRiskRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListRiskRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListRiskRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DeleteStamp.go
    • Line 23: warning: exported type DeleteStampRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteStampRequest should be of the form "NewDeleteStampRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteStampRequestWithAllParams should be of the form "NewDeleteStampRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteStampRequestWithoutParam should be of the form "NewDeleteStampRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteStampRequest.SetStampId should be of the form "SetStampId ..." (golint)
    • Line 93: warning: exported type DeleteStampResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteStampResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StopTransferTask.go
    • Line 23: warning: exported type StopTransferTaskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopTransferTaskRequest should be of the form "NewStopTransferTaskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopTransferTaskRequestWithAllParams should be of the form "NewStopTransferTaskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopTransferTaskRequestWithoutParam should be of the form "NewStopTransferTaskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopTransferTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopTransferTaskRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StopTransferTaskResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopTransferTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/order/apis/QueryOrders.go
    • Line 24: warning: exported type QueryOrdersRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryOrdersRequest should be of the form "NewQueryOrdersRequest ..." (golint)
    • Line 55: warning: comment on exported function NewQueryOrdersRequestWithAllParams should be of the form "NewQueryOrdersRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewQueryOrdersRequestWithoutParam should be of the form "NewQueryOrdersRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method QueryOrdersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method QueryOrdersRequest.SetQueryVo should be of the form "SetQueryVo ..." (golint)
    • Line 105: warning: exported type QueryOrdersResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type QueryOrdersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DeleteDeadLetters.go
    • Line 23: warning: exported type DeleteDeadLettersRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteDeadLettersRequest should be of the form "NewDeleteDeadLettersRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDeleteDeadLettersRequestWithAllParams should be of the form "NewDeleteDeadLettersRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDeleteDeadLettersRequestWithoutParam should be of the form "NewDeleteDeadLettersRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DeleteDeadLettersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DeleteDeadLettersRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 116: warning: comment on exported method DeleteDeadLettersRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 121: warning: comment on exported method DeleteDeadLettersRequest.SetMessageIds should be of the form "SetMessageIds ..." (golint)
    • Line 132: warning: exported type DeleteDeadLettersResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DeleteDeadLettersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeFunctionList.go
    • Line 24: warning: exported type DescribeFunctionListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeFunctionListRequest should be of the form "NewDescribeFunctionListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeFunctionListRequestWithAllParams should be of the form "NewDescribeFunctionListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeFunctionListRequestWithoutParam should be of the form "NewDescribeFunctionListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeFunctionListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeFunctionListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeFunctionListRequest.SetFunctionCallPageBo should be of the form "SetFunctionCallPageBo ..." (golint)
    • Line 122: warning: exported type DescribeFunctionListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeFunctionListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetCloudInfos.go
    • Line 24: warning: exported type GetCloudInfosRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetCloudInfosRequest should be of the form "NewGetCloudInfosRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetCloudInfosRequestWithAllParams should be of the form "NewGetCloudInfosRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetCloudInfosRequestWithoutParam should be of the form "NewGetCloudInfosRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetCloudInfosRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetCloudInfosRequest.SetDriver should be of the form "SetDriver ..." (golint)
    • Line 105: warning: exported type GetCloudInfosResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetCloudInfosResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsAppGeneralSettingsUsingGET.go
    • Line 24: warning: exported type ListSmsAppGeneralSettingsUsingGETRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListSmsAppGeneralSettingsUsingGETRequest should be of the form "NewListSmsAppGeneralSettingsUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListSmsAppGeneralSettingsUsingGETRequestWithAllParams should be of the form "NewListSmsAppGeneralSettingsUsingGETRequestWithAllParams ..." (golint)
    • Line 58: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 73: warning: comment on exported function NewListSmsAppGeneralSettingsUsingGETRequestWithoutParam should be of the form "NewListSmsAppGeneralSettingsUsingGETRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method ListSmsAppGeneralSettingsUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 91: warning: comment on exported method ListSmsAppGeneralSettingsUsingGETRequest.SetType should be of the form "SetType ..." (golint)
    • Line 92: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 102: warning: exported type ListSmsAppGeneralSettingsUsingGETResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type ListSmsAppGeneralSettingsUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/DeleteRegistry.go
    • Line 23: warning: exported type DeleteRegistryRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteRegistryRequest should be of the form "NewDeleteRegistryRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteRegistryRequestWithAllParams should be of the form "NewDeleteRegistryRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteRegistryRequestWithoutParam should be of the form "NewDeleteRegistryRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 107: warning: exported type DeleteRegistryResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/OperateRR.go
    • Line 23: warning: exported type OperateRRRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewOperateRRRequest should be of the form "NewOperateRRRequest ..." (golint)
    • Line 69: warning: comment on exported function NewOperateRRRequestWithAllParams should be of the form "NewOperateRRRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewOperateRRRequestWithoutParam should be of the form "NewOperateRRRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method OperateRRRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method OperateRRRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 119: warning: comment on exported method OperateRRRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 124: warning: comment on exported method OperateRRRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 135: warning: exported type OperateRRResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type OperateRRResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/client/FunctionClient.go
    • Line 26: warning: exported type FunctionClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewFunctionClient should have comment or be unexported (golint)
    • Line 48: warning: exported method FunctionClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method FunctionClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method FunctionClient.CreateAlias should be of the form "CreateAlias ..." (golint)
    • Line 76: warning: comment on exported method FunctionClient.GetVersion should be of the form "GetVersion ..." (golint)
    • Line 96: warning: comment on exported method FunctionClient.DeleteAlias should be of the form "DeleteAlias ..." (golint)
    • Line 116: warning: comment on exported method FunctionClient.CreateFunction should be of the form "CreateFunction ..." (golint)
    • Line 136: warning: comment on exported method FunctionClient.CreateVersion should be of the form "CreateVersion ..." (golint)
    • Line 156: warning: comment on exported method FunctionClient.GetFunction should be of the form "GetFunction ..." (golint)
    • Line 176: warning: comment on exported method FunctionClient.ListVersion should be of the form "ListVersion ..." (golint)
    • Line 196: warning: comment on exported method FunctionClient.Invoke should be of the form "Invoke ..." (golint)
    • Line 216: warning: comment on exported method FunctionClient.UpdateAlias should be of the form "UpdateAlias ..." (golint)
    • Line 236: warning: comment on exported method FunctionClient.AsyncInvoke should be of the form "AsyncInvoke ..." (golint)
    • Line 256: warning: comment on exported method FunctionClient.GetTrigger should be of the form "GetTrigger ..." (golint)
    • Line 276: warning: comment on exported method FunctionClient.DeleteVersion should be of the form "DeleteVersion ..." (golint)
    • Line 296: warning: comment on exported method FunctionClient.DeleteFunction should be of the form "DeleteFunction ..." (golint)
    • Line 316: warning: comment on exported method FunctionClient.ListFunction should be of the form "ListFunction ..." (golint)
    • Line 336: warning: comment on exported method FunctionClient.ListAlias should be of the form "ListAlias ..." (golint)
    • Line 356: warning: comment on exported method FunctionClient.GetAlias should be of the form "GetAlias ..." (golint)
    • Line 376: warning: comment on exported method FunctionClient.UpdateFunction should be of the form "UpdateFunction ..." (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteAliasIp.go
    • Line 23: warning: exported type DeleteAliasIpRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteAliasIpRequest should be of the form "NewDeleteAliasIpRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteAliasIpRequestWithAllParams should be of the form "NewDeleteAliasIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteAliasIpRequestWithoutParam should be of the form "NewDeleteAliasIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteAliasIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteAliasIpRequest.SetAliasIpId should be of the form "SetAliasIpId ..." (golint)
    • Line 111: warning: comment on exported method DeleteAliasIpRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteAliasIpResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteAliasIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetSslCertDetail.go
    • Line 23: warning: exported type GetSslCertDetailRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetSslCertDetailRequest should be of the form "NewGetSslCertDetailRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetSslCertDetailRequestWithAllParams should be of the form "NewGetSslCertDetailRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetSslCertDetailRequestWithoutParam should be of the form "NewGetSslCertDetailRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetSslCertDetailRequest.SetSslCertId should be of the form "SetSslCertId ..." (golint)
    • Line 93: warning: exported type GetSslCertDetailResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetSslCertDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstanceMonitorInfo.go
    • Line 25: warning: exported type DescribeInstanceMonitorInfoRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeInstanceMonitorInfoRequest should be of the form "NewDescribeInstanceMonitorInfoRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeInstanceMonitorInfoRequestWithAllParams should be of the form "NewDescribeInstanceMonitorInfoRequestWithAllParams ..." (golint)
    • Line 138: warning: comment on exported function NewDescribeInstanceMonitorInfoRequestWithoutParam should be of the form "NewDescribeInstanceMonitorInfoRequestWithoutParam ..." (golint)
    • Line 151: warning: comment on exported method DescribeInstanceMonitorInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 156: warning: comment on exported method DescribeInstanceMonitorInfoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 161: warning: comment on exported method DescribeInstanceMonitorInfoRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 166: warning: comment on exported method DescribeInstanceMonitorInfoRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 171: warning: comment on exported method DescribeInstanceMonitorInfoRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 202: warning: exported type DescribeInstanceMonitorInfoResponse should have comment or be unexported (golint)
    • Line 208: warning: exported type DescribeInstanceMonitorInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetRange.go
    • Line 23: warning: exported type SetRangeRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetRangeRequest should be of the form "NewSetRangeRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetRangeRequestWithAllParams should be of the form "NewSetRangeRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetRangeRequestWithoutParam should be of the form "NewSetRangeRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetRangeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetRangeRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 104: warning: exported type SetRangeResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetRangeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetCloudInfoById.go
    • Line 24: warning: exported type GetCloudInfoByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetCloudInfoByIdRequest should be of the form "NewGetCloudInfoByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetCloudInfoByIdRequestWithAllParams should be of the form "NewGetCloudInfoByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetCloudInfoByIdRequestWithoutParam should be of the form "NewGetCloudInfoByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetCloudInfoByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetCloudInfoByIdRequest.SetCloudId should be of the form "SetCloudId ..." (golint)
    • Line 108: warning: exported type GetCloudInfoByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetCloudInfoByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableRisk.go
    • Line 24: warning: exported type EnableRiskRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableRiskRequest should be of the form "NewEnableRiskRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableRiskRequestWithAllParams should be of the form "NewEnableRiskRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableRiskRequestWithoutParam should be of the form "NewEnableRiskRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableRiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableRiskRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableRiskRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableRiskResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableRiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCAttackLogDetails.go
    • Line 24: warning: exported type DescribeCCAttackLogDetailsRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeCCAttackLogDetailsRequest should be of the form "NewDescribeCCAttackLogDetailsRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeCCAttackLogDetailsRequestWithAllParams should be of the form "NewDescribeCCAttackLogDetailsRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewDescribeCCAttackLogDetailsRequestWithoutParam should be of the form "NewDescribeCCAttackLogDetailsRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 135: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 140: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 145: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 150: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 155: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 160: warning: comment on exported method DescribeCCAttackLogDetailsRequest.SetAttackId should be of the form "SetAttackId ..." (golint)
    • Line 171: warning: exported type DescribeCCAttackLogDetailsResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type DescribeCCAttackLogDetailsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/CreateDomain.go
    • Line 24: warning: exported type CreateDomainRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateDomainRequest should be of the form "NewCreateDomainRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateDomainRequestWithAllParams should be of the form "NewCreateDomainRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateDomainRequestWithoutParam should be of the form "NewCreateDomainRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 120: warning: comment on exported method CreateDomainRequest.SetTerm should be of the form "SetTerm ..." (golint)
    • Line 125: warning: comment on exported method CreateDomainRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 136: warning: exported type CreateDomainResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/client/CensorClient.go
    • Line 26: warning: exported type CensorClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCensorClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CensorClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CensorClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CensorClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CensorClient.AudioResults should be of the form "AudioResults ..." (golint)
    • Line 80: warning: comment on exported method CensorClient.DeleteLimit should be of the form "DeleteLimit ..." (golint)
    • Line 100: warning: comment on exported method CensorClient.InnerTextScan should be of the form "InnerTextScan ..." (golint)
    • Line 120: warning: comment on exported method CensorClient.AsyncAudioScan should be of the form "AsyncAudioScan ..." (golint)
    • Line 140: warning: comment on exported method CensorClient.VideoResults should be of the form "VideoResults ..." (golint)
    • Line 160: warning: comment on exported method CensorClient.ImageResults should be of the form "ImageResults ..." (golint)
    • Line 180: warning: comment on exported method CensorClient.DeleteCensorLib should be of the form "DeleteCensorLib ..." (golint)
    • Line 200: warning: comment on exported method CensorClient.TextScan should be of the form "TextScan ..." (golint)
    • Line 220: warning: comment on exported method CensorClient.AsyncVideoScan should be of the form "AsyncVideoScan ..." (golint)
    • Line 240: warning: comment on exported method CensorClient.DeleteCensorLibItems should be of the form "DeleteCensorLibItems ..." (golint)
    • Line 260: warning: comment on exported method CensorClient.AsyncImageScan should be of the form "AsyncImageScan ..." (golint)
    • Line 280: warning: comment on exported method CensorClient.ImageScan should be of the form "ImageScan ..." (golint)
    • jdcloud-sdk-go/services/streambus/apis/DescribeTopic.go
    • Line 24: warning: exported type DescribeTopicRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTopicRequest should be of the form "NewDescribeTopicRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTopicRequestWithAllParams should be of the form "NewDescribeTopicRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTopicRequestWithoutParam should be of the form "NewDescribeTopicRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTopicRequest.SetName should be of the form "SetName ..." (golint)
    • Line 108: warning: exported type DescribeTopicResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainTempInst.go
    • Line 23: warning: exported type QueryDomainTempInstRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryDomainTempInstRequest should be of the form "NewQueryDomainTempInstRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryDomainTempInstRequestWithAllParams should be of the form "NewQueryDomainTempInstRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryDomainTempInstRequestWithoutParam should be of the form "NewQueryDomainTempInstRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryDomainTempInstRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 93: warning: exported type QueryDomainTempInstResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryDomainTempInstResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListBotStdRules.go
    • Line 24: warning: exported type ListBotStdRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListBotStdRulesRequest should be of the form "NewListBotStdRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListBotStdRulesRequestWithAllParams should be of the form "NewListBotStdRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListBotStdRulesRequestWithoutParam should be of the form "NewListBotStdRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListBotStdRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListBotStdRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListBotStdRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListBotStdRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListBotStdRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/DescribeSecrets.go
    • Line 25: warning: exported type DescribeSecretsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeSecretsRequest should be of the form "NewDescribeSecretsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeSecretsRequestWithAllParams should be of the form "NewDescribeSecretsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeSecretsRequestWithoutParam should be of the form "NewDescribeSecretsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeSecretsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeSecretsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method DescribeSecretsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method DescribeSecretsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type DescribeSecretsResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type DescribeSecretsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/StartContainer.go
    • Line 23: warning: exported type StartContainerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartContainerRequest should be of the form "NewStartContainerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartContainerRequestWithAllParams should be of the form "NewStartContainerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartContainerRequestWithoutParam should be of the form "NewStartContainerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 107: warning: exported type StartContainerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveRecordings.go
    • Line 23: warning: exported type DeleteLiveRecordingsRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDeleteLiveRecordingsRequest should be of the form "NewDeleteLiveRecordingsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLiveRecordingsRequestWithAllParams should be of the form "NewDeleteLiveRecordingsRequestWithAllParams ..." (golint)
    • Line 80: warning: comment on exported function NewDeleteLiveRecordingsRequestWithoutParam should be of the form "NewDeleteLiveRecordingsRequestWithoutParam ..." (golint)
    • Line 93: warning: comment on exported method DeleteLiveRecordingsRequest.SetFileUrl should be of the form "SetFileUrl ..." (golint)
    • Line 99: warning: comment on exported method DeleteLiveRecordingsRequest.SetCompletely should be of the form "SetCompletely ..." (golint)
    • Line 111: warning: exported type DeleteLiveRecordingsResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type DeleteLiveRecordingsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/ExecuteRasQuery.go
    • Line 23: warning: exported type ExecuteRasQueryRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewExecuteRasQueryRequest should be of the form "NewExecuteRasQueryRequest ..." (golint)
    • Line 87: warning: comment on exported function NewExecuteRasQueryRequestWithAllParams should be of the form "NewExecuteRasQueryRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewExecuteRasQueryRequestWithoutParam should be of the form "NewExecuteRasQueryRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method ExecuteRasQueryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 150: warning: comment on exported method ExecuteRasQueryRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 155: warning: comment on exported method ExecuteRasQueryRequest.SetSql should be of the form "SetSql ..." (golint)
    • Line 160: warning: comment on exported method ExecuteRasQueryRequest.SetUserName should be of the form "SetUserName ..." (golint)
    • Line 165: warning: comment on exported method ExecuteRasQueryRequest.SetQueueName should be of the form "SetQueueName ..." (golint)
    • Line 170: warning: comment on exported method ExecuteRasQueryRequest.SetSource should be of the form "SetSource ..." (golint)
    • Line 175: warning: comment on exported method ExecuteRasQueryRequest.SetCallBackURL should be of the form "SetCallBackURL ..." (golint)
    • Line 180: warning: comment on exported method ExecuteRasQueryRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 185: warning: comment on exported method ExecuteRasQueryRequest.SetInstanceOwnerName should be of the form "SetInstanceOwnerName ..." (golint)
    • Line 190: warning: comment on exported method ExecuteRasQueryRequest.SetIsExplain should be of the form "SetIsExplain ..." (golint)
    • Line 201: warning: exported type ExecuteRasQueryResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type ExecuteRasQueryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateSnapshotTemplate.go
    • Line 23: warning: exported type UpdateSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewUpdateSnapshotTemplateRequest should be of the form "NewUpdateSnapshotTemplateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUpdateSnapshotTemplateRequestWithAllParams should be of the form "NewUpdateSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewUpdateSnapshotTemplateRequestWithoutParam should be of the form "NewUpdateSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method UpdateSnapshotTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 99: warning: comment on exported method UpdateSnapshotTemplateRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 104: warning: comment on exported method UpdateSnapshotTemplateRequest.SetTemplateConfig should be of the form "SetTemplateConfig ..." (golint)
    • Line 115: warning: exported type UpdateSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type UpdateSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/SetAutoRepair.go
    • Line 23: warning: exported type SetAutoRepairRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetAutoRepairRequest should be of the form "NewSetAutoRepairRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetAutoRepairRequestWithAllParams should be of the form "NewSetAutoRepairRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetAutoRepairRequestWithoutParam should be of the form "NewSetAutoRepairRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetAutoRepairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SetAutoRepairRequest.SetNodeGroupId should be of the form "SetNodeGroupId ..." (golint)
    • Line 110: warning: comment on exported method SetAutoRepairRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 121: warning: exported type SetAutoRepairResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SetAutoRepairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ReadHoldingRegisters.go
    • Line 23: warning: exported type ReadHoldingRegistersRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewReadHoldingRegistersRequest should be of the form "NewReadHoldingRegistersRequest ..." (golint)
    • Line 75: warning: comment on exported function NewReadHoldingRegistersRequestWithAllParams should be of the form "NewReadHoldingRegistersRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewReadHoldingRegistersRequestWithoutParam should be of the form "NewReadHoldingRegistersRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method ReadHoldingRegistersRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method ReadHoldingRegistersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 128: warning: comment on exported method ReadHoldingRegistersRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 133: warning: comment on exported method ReadHoldingRegistersRequest.SetAddressOfFirstRegister should be of the form "SetAddressOfFirstRegister ..." (golint)
    • Line 138: warning: comment on exported method ReadHoldingRegistersRequest.SetNumberOfRegisters should be of the form "SetNumberOfRegisters ..." (golint)
    • Line 149: warning: exported type ReadHoldingRegistersResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type ReadHoldingRegistersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/renewal/apis/SetRenewal.go
    • Line 24: warning: exported type SetRenewalRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewSetRenewalRequest should be of the form "NewSetRenewalRequest ..." (golint)
    • Line 58: warning: comment on exported function NewSetRenewalRequestWithAllParams should be of the form "NewSetRenewalRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewSetRenewalRequestWithoutParam should be of the form "NewSetRenewalRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method SetRenewalRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method SetRenewalRequest.SetSetRenewalParam should be of the form "SetSetRenewalParam ..." (golint)
    • Line 108: warning: exported type SetRenewalResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type SetRenewalResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/CreateRegistry.go
    • Line 24: warning: exported type CreateRegistryRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateRegistryRequest should be of the form "NewCreateRegistryRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateRegistryRequestWithAllParams should be of the form "NewCreateRegistryRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateRegistryRequestWithoutParam should be of the form "NewCreateRegistryRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 118: warning: comment on exported method CreateRegistryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type CreateRegistryResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type CreateRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DeleteDomain.go
    • Line 23: warning: exported type DeleteDomainRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDomainRequest should be of the form "NewDeleteDomainRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDomainRequestWithAllParams should be of the form "NewDeleteDomainRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDomainRequestWithoutParam should be of the form "NewDeleteDomainRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 107: warning: exported type DeleteDomainResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainTempInstList.go
    • Line 24: warning: exported type QueryDomainTempInstListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewQueryDomainTempInstListRequest should be of the form "NewQueryDomainTempInstListRequest ..." (golint)
    • Line 55: warning: comment on exported function NewQueryDomainTempInstListRequestWithAllParams should be of the form "NewQueryDomainTempInstListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryDomainTempInstListRequestWithoutParam should be of the form "NewQueryDomainTempInstListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryDomainTempInstListRequest.SetInstName should be of the form "SetInstName ..." (golint)
    • Line 97: warning: comment on exported method QueryDomainTempInstListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 102: warning: comment on exported method QueryDomainTempInstListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 113: warning: exported type QueryDomainTempInstListResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type QueryDomainTempInstListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetDomains.go
    • Line 24: warning: exported type GetDomainsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGetDomainsRequest should be of the form "NewGetDomainsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewGetDomainsRequestWithAllParams should be of the form "NewGetDomainsRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewGetDomainsRequestWithoutParam should be of the form "NewGetDomainsRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method GetDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method GetDomainsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 117: warning: comment on exported method GetDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method GetDomainsRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: exported type GetDomainsResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type GetDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsSignByIdUsingGET.go
    • Line 24: warning: exported type GetSmsSignByIdUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsSignByIdUsingGETRequest should be of the form "NewGetSmsSignByIdUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsSignByIdUsingGETRequestWithAllParams should be of the form "NewGetSmsSignByIdUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsSignByIdUsingGETRequestWithoutParam should be of the form "NewGetSmsSignByIdUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsSignByIdUsingGETRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 94: warning: exported type GetSmsSignByIdUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsSignByIdUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeDDoSIpAttackLogs.go
    • Line 24: warning: exported type DescribeDDoSIpAttackLogsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeDDoSIpAttackLogsRequest should be of the form "NewDescribeDDoSIpAttackLogsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeDDoSIpAttackLogsRequestWithAllParams should be of the form "NewDescribeDDoSIpAttackLogsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeDDoSIpAttackLogsRequestWithoutParam should be of the form "NewDescribeDDoSIpAttackLogsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 136: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 141: warning: comment on exported method DescribeDDoSIpAttackLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 152: warning: exported type DescribeDDoSIpAttackLogsResponse should have comment or be unexported (golint)
    • Line 158: warning: exported type DescribeDDoSIpAttackLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DeleteBackup.go
    • Line 23: warning: exported type DeleteBackupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackupRequest should be of the form "NewDeleteBackupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackupRequestWithAllParams should be of the form "NewDeleteBackupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackupRequestWithoutParam should be of the form "NewDeleteBackupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackupRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 107: warning: exported type DeleteBackupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/client/DcapClient.go
    • Line 26: warning: exported type DcapClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewDcapClient should have comment or be unexported (golint)
    • Line 48: warning: exported method DcapClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method DcapClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method DcapClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method DcapClient.DescribeCategoryList should be of the form "DescribeCategoryList ..." (golint)
    • Line 80: warning: comment on exported method DcapClient.ModifyDataType should be of the form "ModifyDataType ..." (golint)
    • Line 100: warning: comment on exported method DcapClient.AddIpWhiteItem should be of the form "AddIpWhiteItem ..." (golint)
    • Line 120: warning: comment on exported method DcapClient.DescribeAppList should be of the form "DescribeAppList ..." (golint)
    • Line 140: warning: comment on exported method DcapClient.DeleteIpWhiteItem should be of the form "DeleteIpWhiteItem ..." (golint)
    • Line 160: warning: comment on exported method DcapClient.ModifyDataSourceTableFieldTag should be of the form "ModifyDataSourceTableFieldTag ..." (golint)
    • Line 180: warning: comment on exported method DcapClient.ModifyInstanceName should be of the form "ModifyInstanceName ..." (golint)
    • Line 200: warning: comment on exported method DcapClient.SetInstanceByPassMode should be of the form "SetInstanceByPassMode ..." (golint)
    • Line 220: warning: comment on exported method DcapClient.DescribeInstance should be of the form "DescribeInstance ..." (golint)
    • Line 240: warning: comment on exported method DcapClient.DescribeDataSource should be of the form "DescribeDataSource ..." (golint)
    • Line 260: warning: comment on exported method DcapClient.DescribeLevelList should be of the form "DescribeLevelList ..." (golint)
    • Line 280: warning: comment on exported method DcapClient.DeleteDataSourceTable should be of the form "DeleteDataSourceTable ..." (golint)
    • Line 300: warning: comment on exported method DcapClient.CreateDataType should be of the form "CreateDataType ..." (golint)
    • Line 320: warning: comment on exported method DcapClient.DeleteDataType should be of the form "DeleteDataType ..." (golint)
    • Line 340: warning: comment on exported method DcapClient.CreateDataSourceTable should be of the form "CreateDataSourceTable ..." (golint)
    • Line 360: warning: comment on exported method DcapClient.CreateDataSourceTableField should be of the form "CreateDataSourceTableField ..." (golint)
    • Line 380: warning: comment on exported method DcapClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 400: warning: comment on exported method DcapClient.DescribeDataSourceList should be of the form "DescribeDataSourceList ..." (golint)
    • Line 420: warning: comment on exported method DcapClient.DescribeDataSourceTableFieldList should be of the form "DescribeDataSourceTableFieldList ..." (golint)
    • Line 440: warning: comment on exported method DcapClient.DescribeDataSourceTableField should be of the form "DescribeDataSourceTableField ..." (golint)
    • Line 460: warning: comment on exported method DcapClient.DeleteDataSource should be of the form "DeleteDataSource ..." (golint)
    • Line 480: warning: comment on exported method DcapClient.DescribeDataSourceTableList should be of the form "DescribeDataSourceTableList ..." (golint)
    • Line 500: warning: comment on exported method DcapClient.CreateDataSource should be of the form "CreateDataSource ..." (golint)
    • Line 520: warning: comment on exported method DcapClient.ModifyCategory should be of the form "ModifyCategory ..." (golint)
    • Line 540: warning: comment on exported method DcapClient.DescribeDataTypeList should be of the form "DescribeDataTypeList ..." (golint)
    • Line 560: warning: comment on exported method DcapClient.DescribeIpWhiteList should be of the form "DescribeIpWhiteList ..." (golint)
    • Line 580: warning: comment on exported method DcapClient.ModifyLevel should be of the form "ModifyLevel ..." (golint)
    • Line 600: warning: comment on exported method DcapClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 620: warning: comment on exported method DcapClient.DeleteDataSourceTableField should be of the form "DeleteDataSourceTableField ..." (golint)
    • Line 640: warning: comment on exported method DcapClient.DeleteCategory should be of the form "DeleteCategory ..." (golint)
    • Line 660: warning: comment on exported method DcapClient.AddCategory should be of the form "AddCategory ..." (golint)
    • Line 680: warning: comment on exported method DcapClient.UpdateDataSourceName should be of the form "UpdateDataSourceName ..." (golint)
    • Line 700: warning: comment on exported method DcapClient.SetDataSourceKms should be of the form "SetDataSourceKms ..." (golint)
    • Line 720: warning: comment on exported method DcapClient.DescribeInstanceConfig should be of the form "DescribeInstanceConfig ..." (golint)
    • Line 740: warning: comment on exported method DcapClient.DescribeInstanceList should be of the form "DescribeInstanceList ..." (golint)
    • Line 760: warning: comment on exported method DcapClient.GenerateDataSourceDDL should be of the form "GenerateDataSourceDDL ..." (golint)
    • Line 780: warning: comment on exported method DcapClient.ModifyDataSourceTableField should be of the form "ModifyDataSourceTableField ..." (golint)
    • Line 800: warning: comment on exported method DcapClient.SetInstanceAccessKey should be of the form "SetInstanceAccessKey ..." (golint)
    • jdcloud-sdk-go/services/vm/apis/CreateKeypair.go
    • Line 23: warning: exported type CreateKeypairRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateKeypairRequest should be of the form "NewCreateKeypairRequest ..." (golint)
    • Line 59: warning: comment on exported function NewCreateKeypairRequestWithAllParams should be of the form "NewCreateKeypairRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewCreateKeypairRequestWithoutParam should be of the form "NewCreateKeypairRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method CreateKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method CreateKeypairRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 111: warning: exported type CreateKeypairResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type CreateKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/WafQueryPv.go
    • Line 24: warning: exported type WafQueryPvRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewWafQueryPvRequest should be of the form "NewWafQueryPvRequest ..." (golint)
    • Line 55: warning: comment on exported function NewWafQueryPvRequestWithAllParams should be of the form "NewWafQueryPvRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewWafQueryPvRequestWithoutParam should be of the form "NewWafQueryPvRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method WafQueryPvRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 97: warning: comment on exported method WafQueryPvRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 102: warning: comment on exported method WafQueryPvRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 113: warning: exported type WafQueryPvResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type WafQueryPvResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/client/RdsClient.go
    • Line 26: warning: exported type RdsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewRdsClient should have comment or be unexported (golint)
    • Line 48: warning: exported method RdsClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method RdsClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method RdsClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method RdsClient.DescribeAuditDownloadURL should be of the form "DescribeAuditDownloadURL ..." (golint)
    • Line 80: warning: comment on exported method RdsClient.DescribeInterceptResult should be of the form "DescribeInterceptResult ..." (golint)
    • Line 100: warning: comment on exported method RdsClient.DescribeBackupDownloadURL should be of the form "DescribeBackupDownloadURL ..." (golint)
    • Line 120: warning: comment on exported method RdsClient.CopyParameterGroup should be of the form "CopyParameterGroup ..." (golint)
    • Line 140: warning: comment on exported method RdsClient.AlterTableWithOnlineDDL should be of the form "AlterTableWithOnlineDDL ..." (golint)
    • Line 160: warning: comment on exported method RdsClient.ModifyInstanceAz should be of the form "ModifyInstanceAz ..." (golint)
    • Line 180: warning: comment on exported method RdsClient.CreateInstanceByTime should be of the form "CreateInstanceByTime ..." (golint)
    • Line 200: warning: comment on exported method RdsClient.DescribeAuditFiles should be of the form "DescribeAuditFiles ..." (golint)
    • Line 220: warning: comment on exported method RdsClient.CreateAccount should be of the form "CreateAccount ..." (golint)
    • Line 240: warning: comment on exported method RdsClient.GrantPrivilege should be of the form "GrantPrivilege ..." (golint)
    • Line 260: warning: comment on exported method RdsClient.DisableReadWriteProxyInternetAccess should be of the form "DisableReadWriteProxyInternetAccess ..." (golint)
    • Line 280: warning: comment on exported method RdsClient.DescribeReadWriteProxyAttribute should be of the form "DescribeReadWriteProxyAttribute ..." (golint)
    • Line 300: warning: comment on exported method RdsClient.DescribeAzs should be of the form "DescribeAzs ..." (golint)
    • Line 320: warning: comment on exported method RdsClient.GetUploadKey should be of the form "GetUploadKey ..." (golint)
    • Line 340: warning: comment on exported method RdsClient.RestoreDatabaseFromFile should be of the form "RestoreDatabaseFromFile ..." (golint)
    • Line 360: warning: comment on exported method RdsClient.DescribeInstanceAttributes should be of the form "DescribeInstanceAttributes ..." (golint)
    • Line 380: warning: comment on exported method RdsClient.ModifyInstanceSpec should be of the form "ModifyInstanceSpec ..." (golint)
    • Line 400: warning: comment on exported method RdsClient.DeleteBackupSynchronicity should be of the form "DeleteBackupSynchronicity ..." (golint)
    • Line 420: warning: comment on exported method RdsClient.DeleteImportFile should be of the form "DeleteImportFile ..." (golint)
    • Line 440: warning: comment on exported method RdsClient.ModifyAudit should be of the form "ModifyAudit ..." (golint)
    • Line 460: warning: comment on exported method RdsClient.DescribeLatestRestoreTime should be of the form "DescribeLatestRestoreTime ..." (golint)
    • Line 480: warning: comment on exported method RdsClient.DescribeErrorLogs should be of the form "DescribeErrorLogs ..." (golint)
    • Line 500: warning: comment on exported method RdsClient.EnableTde should be of the form "EnableTde ..." (golint)
    • Line 520: warning: comment on exported method RdsClient.CreateInstanceFromBackup should be of the form "CreateInstanceFromBackup ..." (golint)
    • Line 540: warning: comment on exported method RdsClient.DescribeParameters should be of the form "DescribeParameters ..." (golint)
    • Line 560: warning: comment on exported method RdsClient.ModifyParameters should be of the form "ModifyParameters ..." (golint)
    • Line 580: warning: comment on exported method RdsClient.UpdateLogDownloadURLInternal should be of the form "UpdateLogDownloadURLInternal ..." (golint)
    • Line 600: warning: comment on exported method RdsClient.DescribeLogDownloadURL should be of the form "DescribeLogDownloadURL ..." (golint)
    • Line 620: warning: comment on exported method RdsClient.DescribeErrorLog should be of the form "DescribeErrorLog ..." (golint)
    • Line 640: warning: comment on exported method RdsClient.ExchangeInstanceDns should be of the form "ExchangeInstanceDns ..." (golint)
    • Line 660: warning: comment on exported method RdsClient.DisableIntercept should be of the form "DisableIntercept ..." (golint)
    • Line 680: warning: comment on exported method RdsClient.DisableAudit should be of the form "DisableAudit ..." (golint)
    • Line 700: warning: comment on exported method RdsClient.CreateDatabase should be of the form "CreateDatabase ..." (golint)
    • Line 720: warning: comment on exported method RdsClient.SetImportFileShared should be of the form "SetImportFileShared ..." (golint)
    • Line 740: warning: comment on exported method RdsClient.DescribeDatabases should be of the form "DescribeDatabases ..." (golint)
    • Line 760: warning: comment on exported method RdsClient.EnableSSL should be of the form "EnableSSL ..." (golint)
    • Line 780: warning: comment on exported method RdsClient.DescribeIndexPerformance should be of the form "DescribeIndexPerformance ..." (golint)
    • Line 800: warning: comment on exported method RdsClient.DescribeAccountPrivilege should be of the form "DescribeAccountPrivilege ..." (golint)
    • Line 820: warning: comment on exported method RdsClient.CreateAudit should be of the form "CreateAudit ..." (golint)
    • Line 840: warning: comment on exported method RdsClient.ModifyInstanceName should be of the form "ModifyInstanceName ..." (golint)
    • Line 860: warning: comment on exported method RdsClient.DeleteReadWriteProxy should be of the form "DeleteReadWriteProxy ..." (golint)
    • Line 880: warning: comment on exported method RdsClient.EnableAudit should be of the form "EnableAudit ..." (golint)
    • Line 900: warning: comment on exported method RdsClient.EnableReadWriteProxyInternetAccess should be of the form "EnableReadWriteProxyInternetAccess ..." (golint)
    • Line 920: warning: comment on exported method RdsClient.CreateBackup should be of the form "CreateBackup ..." (golint)
    • Line 940: warning: comment on exported method RdsClient.ModifyBackupPolicy should be of the form "ModifyBackupPolicy ..." (golint)
    • Line 960: warning: comment on exported method RdsClient.RestoreInstance should be of the form "RestoreInstance ..." (golint)
    • Line 980: warning: comment on exported method RdsClient.DescribeImportFiles should be of the form "DescribeImportFiles ..." (golint)
    • Line 1000: warning: comment on exported method RdsClient.DescribeParameterGroups should be of the form "DescribeParameterGroups ..." (golint)
    • Line 1020: warning: comment on exported method RdsClient.GrantAccountPrivilege should be of the form "GrantAccountPrivilege ..." (golint)
    • Line 1040: warning: comment on exported method RdsClient.RestoreDatabaseFromBackup should be of the form "RestoreDatabaseFromBackup ..." (golint)
    • Line 1060: warning: comment on exported method RdsClient.CreateReadWriteProxy should be of the form "CreateReadWriteProxy ..." (golint)
    • Line 1080: warning: comment on exported method RdsClient.DescribeWhiteList should be of the form "DescribeWhiteList ..." (golint)
    • Line 1100: warning: comment on exported method RdsClient.FailoverInstance should be of the form "FailoverInstance ..." (golint)
    • Line 1120: warning: comment on exported method RdsClient.EnableEnhancedBackup should be of the form "EnableEnhancedBackup ..." (golint)
    • Line 1140: warning: comment on exported method RdsClient.DescribeIntercept should be of the form "DescribeIntercept ..." (golint)
    • Line 1160: warning: comment on exported method RdsClient.DescribePrivilege should be of the form "DescribePrivilege ..." (golint)
    • Line 1180: warning: comment on exported method RdsClient.ClearBinlogs should be of the form "ClearBinlogs ..." (golint)
    • Line 1200: warning: comment on exported method RdsClient.DescribeBackupPolicy should be of the form "DescribeBackupPolicy ..." (golint)
    • Line 1220: warning: comment on exported method RdsClient.DescribeBinlogs should be of the form "DescribeBinlogs ..." (golint)
    • Line 1240: warning: comment on exported method RdsClient.DeleteInstance should be of the form "DeleteInstance ..." (golint)
    • Line 1260: warning: comment on exported method RdsClient.CreateParameterGroup should be of the form "CreateParameterGroup ..." (golint)
    • Line 1280: warning: comment on exported method RdsClient.ModifyAccountForOps should be of the form "ModifyAccountForOps ..." (golint)
    • Line 1300: warning: comment on exported method RdsClient.DescribeBackups should be of the form "DescribeBackups ..." (golint)
    • Line 1320: warning: comment on exported method RdsClient.ModifyConnectionMode should be of the form "ModifyConnectionMode ..." (golint)
    • Line 1340: warning: comment on exported method RdsClient.DeleteAudit should be of the form "DeleteAudit ..." (golint)
    • Line 1360: warning: comment on exported method RdsClient.DescribeAccounts should be of the form "DescribeAccounts ..." (golint)
    • Line 1380: warning: comment on exported method RdsClient.EnableInternetAccess should be of the form "EnableInternetAccess ..." (golint)
    • Line 1400: warning: comment on exported method RdsClient.ModifyParameterGroup should be of the form "ModifyParameterGroup ..." (golint)
    • Line 1420: warning: comment on exported method RdsClient.DescribeParameterModifyRecords should be of the form "DescribeParameterModifyRecords ..." (golint)
    • Line 1440: warning: comment on exported method RdsClient.DescribeBinlogDownloadURL should be of the form "DescribeBinlogDownloadURL ..." (golint)
    • Line 1460: warning: comment on exported method RdsClient.DescribeTables should be of the form "DescribeTables ..." (golint)
    • Line 1480: warning: comment on exported method RdsClient.RevokePrivilege should be of the form "RevokePrivilege ..." (golint)
    • Line 1500: warning: comment on exported method RdsClient.CreateAccountForOps should be of the form "CreateAccountForOps ..." (golint)
    • Line 1520: warning: comment on exported method RdsClient.ModifyActiveDirectory should be of the form "ModifyActiveDirectory ..." (golint)
    • Line 1540: warning: comment on exported method RdsClient.DescribeAudit should be of the form "DescribeAudit ..." (golint)
    • Line 1560: warning: comment on exported method RdsClient.DescribeQueryPerformance should be of the form "DescribeQueryPerformance ..." (golint)
    • Line 1580: warning: comment on exported method RdsClient.DescribeParameterGroupAttachedInstances should be of the form "DescribeParameterGroupAttachedInstances ..." (golint)
    • Line 1600: warning: comment on exported method RdsClient.DescribeTde should be of the form "DescribeTde ..." (golint)
    • Line 1620: warning: comment on exported method RdsClient.CreateBackupSynchronicity should be of the form "CreateBackupSynchronicity ..." (golint)
    • Line 1640: warning: comment on exported method RdsClient.DescribeSlowLogAttributes should be of the form "DescribeSlowLogAttributes ..." (golint)
    • Line 1660: warning: comment on exported method RdsClient.ModifyParameterGroupAttribute should be of the form "ModifyParameterGroupAttribute ..." (golint)
    • Line 1680: warning: comment on exported method RdsClient.DescribeAuditResult should be of the form "DescribeAuditResult ..." (golint)
    • Line 1700: warning: comment on exported method RdsClient.DescribeSlowLogs should be of the form "DescribeSlowLogs ..." (golint)
    • Line 1720: warning: comment on exported method RdsClient.DeleteDatabase should be of the form "DeleteDatabase ..." (golint)
    • Line 1740: warning: comment on exported method RdsClient.DescribeActiveQueryPerformance should be of the form "DescribeActiveQueryPerformance ..." (golint)
    • Line 1760: warning: comment on exported method RdsClient.CreateSuperAccount should be of the form "CreateSuperAccount ..." (golint)
    • Line 1780: warning: comment on exported method RdsClient.ResetPassword should be of the form "ResetPassword ..." (golint)
    • Line 1800: warning: comment on exported method RdsClient.DisableSSL should be of the form "DisableSSL ..." (golint)
    • Line 1820: warning: comment on exported method RdsClient.ModifyWhiteList should be of the form "ModifyWhiteList ..." (golint)
    • Line 1840: warning: comment on exported method RdsClient.EnableIntercept should be of the form "EnableIntercept ..." (golint)
    • Line 1860: warning: comment on exported method RdsClient.RebootInstance should be of the form "RebootInstance ..." (golint)
    • Line 1880: warning: comment on exported method RdsClient.DescribeSSL should be of the form "DescribeSSL ..." (golint)
    • Line 1900: warning: comment on exported method RdsClient.DescribeReadWriteProxies should be of the form "DescribeReadWriteProxies ..." (golint)
    • Line 1920: warning: comment on exported method RdsClient.DescribeAccountsForOps should be of the form "DescribeAccountsForOps ..." (golint)
    • Line 1940: warning: comment on exported method RdsClient.DescribeBackupCharge should be of the form "DescribeBackupCharge ..." (golint)
    • Line 1960: warning: comment on exported method RdsClient.DeleteParameterGroup should be of the form "DeleteParameterGroup ..." (golint)
    • Line 1980: warning: comment on exported method RdsClient.CreateInstance should be of the form "CreateInstance ..." (golint)
    • Line 2000: warning: comment on exported method RdsClient.DescribeLogs should be of the form "DescribeLogs ..." (golint)
    • Line 2020: warning: comment on exported method RdsClient.RestoreDatabaseFromOSS should be of the form "RestoreDatabaseFromOSS ..." (golint)
    • Line 2040: warning: comment on exported method RdsClient.DeleteBackup should be of the form "DeleteBackup ..." (golint)
    • Line 2060: warning: comment on exported method RdsClient.DescribeBackupSynchronicities should be of the form "DescribeBackupSynchronicities ..." (golint)
    • Line 2080: warning: comment on exported method RdsClient.DescribeParameterGroupParameters should be of the form "DescribeParameterGroupParameters ..." (golint)
    • Line 2100: warning: comment on exported method RdsClient.DescribeBackupSpace should be of the form "DescribeBackupSpace ..." (golint)
    • Line 2120: warning: comment on exported method RdsClient.ModifyReadWriteProxy should be of the form "ModifyReadWriteProxy ..." (golint)
    • Line 2140: warning: comment on exported method RdsClient.DisableInternetAccess should be of the form "DisableInternetAccess ..." (golint)
    • Line 2160: warning: comment on exported method RdsClient.DescribeInstances should be of the form "DescribeInstances ..." (golint)
    • Line 2180: warning: comment on exported method RdsClient.CreateROInstance should be of the form "CreateROInstance ..." (golint)
    • Line 2200: warning: comment on exported method RdsClient.DescribeAuditOptions should be of the form "DescribeAuditOptions ..." (golint)
    • Line 2220: warning: comment on exported method RdsClient.DeleteAccount should be of the form "DeleteAccount ..." (golint)
    • Line 2240: warning: comment on exported method RdsClient.ModifyParameterGroupParameters should be of the form "ModifyParameterGroupParameters ..." (golint)
    • Line 2260: warning: comment on exported method RdsClient.CreateInstanceByTimeInCrossRegion should be of the form "CreateInstanceByTimeInCrossRegion ..." (golint)
    • Line 2280: warning: comment on exported method RdsClient.RestoreInstanceByTime should be of the form "RestoreInstanceByTime ..." (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryAccessKey.go
    • Line 24: warning: exported type QueryAccessKeyRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryAccessKeyRequest should be of the form "NewQueryAccessKeyRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryAccessKeyRequestWithAllParams should be of the form "NewQueryAccessKeyRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryAccessKeyRequestWithoutParam should be of the form "NewQueryAccessKeyRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryAccessKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryAccessKeyRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 108: warning: exported type QueryAccessKeyResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DeleteTopic.go
    • Line 23: warning: exported type DeleteTopicRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteTopicRequest should be of the form "NewDeleteTopicRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteTopicRequestWithAllParams should be of the form "NewDeleteTopicRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteTopicRequestWithoutParam should be of the form "NewDeleteTopicRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteTopicRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 107: warning: exported type DeleteTopicResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetRefererRule.go
    • Line 24: warning: exported type GetRefererRuleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetRefererRuleRequest should be of the form "NewGetRefererRuleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetRefererRuleRequestWithAllParams should be of the form "NewGetRefererRuleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetRefererRuleRequestWithoutParam should be of the form "NewGetRefererRuleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetRefererRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 94: warning: exported type GetRefererRuleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetRefererRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeApiGroup.go
    • Line 24: warning: exported type DescribeApiGroupRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeApiGroupRequest should be of the form "NewDescribeApiGroupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeApiGroupRequestWithAllParams should be of the form "NewDescribeApiGroupRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeApiGroupRequestWithoutParam should be of the form "NewDescribeApiGroupRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeApiGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeApiGroupRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 108: warning: exported type DescribeApiGroupResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeApiGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsDatabaseByInstIdAndDbName.go
    • Line 24: warning: exported type GetRdsDatabaseByInstIdAndDbNameRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetRdsDatabaseByInstIdAndDbNameRequest should be of the form "NewGetRdsDatabaseByInstIdAndDbNameRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetRdsDatabaseByInstIdAndDbNameRequestWithAllParams should be of the form "NewGetRdsDatabaseByInstIdAndDbNameRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetRdsDatabaseByInstIdAndDbNameRequestWithoutParam should be of the form "NewGetRdsDatabaseByInstIdAndDbNameRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetRdsDatabaseByInstIdAndDbNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetRdsDatabaseByInstIdAndDbNameRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 111: warning: comment on exported method GetRdsDatabaseByInstIdAndDbNameRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 122: warning: exported type GetRdsDatabaseByInstIdAndDbNameResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetRdsDatabaseByInstIdAndDbNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/quota/apis/VerifyUserQuota.go
    • Line 24: warning: exported type VerifyUserQuotaRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewVerifyUserQuotaRequest should be of the form "NewVerifyUserQuotaRequest ..." (golint)
    • Line 76: warning: comment on exported function NewVerifyUserQuotaRequestWithAllParams should be of the form "NewVerifyUserQuotaRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewVerifyUserQuotaRequestWithoutParam should be of the form "NewVerifyUserQuotaRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method VerifyUserQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method VerifyUserQuotaRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 141: warning: comment on exported method VerifyUserQuotaRequest.SetSiteType should be of the form "SetSiteType ..." (golint)
    • Line 146: warning: comment on exported method VerifyUserQuotaRequest.SetAppCode should be of the form "SetAppCode ..." (golint)
    • Line 151: warning: comment on exported method VerifyUserQuotaRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 156: warning: comment on exported method VerifyUserQuotaRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 161: warning: comment on exported method VerifyUserQuotaRequest.SetParentResourceId should be of the form "SetParentResourceId ..." (golint)
    • Line 166: warning: comment on exported method VerifyUserQuotaRequest.SetUid should be of the form "SetUid ..." (golint)
    • Line 171: warning: comment on exported method VerifyUserQuotaRequest.SetQuotaAmount should be of the form "SetQuotaAmount ..." (golint)
    • Line 182: warning: exported type VerifyUserQuotaResponse should have comment or be unexported (golint)
    • Line 188: warning: exported type VerifyUserQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/client/CompileClient.go
    • Line 26: warning: exported type CompileClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCompileClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CompileClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CompileClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method CompileClient.GetJob should be of the form "GetJob ..." (golint)
    • Line 76: warning: comment on exported method CompileClient.StartJob should be of the form "StartJob ..." (golint)
    • Line 96: warning: comment on exported method CompileClient.GetExternalLink should be of the form "GetExternalLink ..." (golint)
    • Line 116: warning: comment on exported method CompileClient.StopBuild should be of the form "StopBuild ..." (golint)
    • Line 136: warning: comment on exported method CompileClient.CreateDemo should be of the form "CreateDemo ..." (golint)
    • Line 156: warning: comment on exported method CompileClient.GetJobs should be of the form "GetJobs ..." (golint)
    • Line 178: warning: comment on exported method CompileClient.DeleteJob should be of the form "DeleteJob ..." (golint)
    • Line 198: warning: comment on exported method CompileClient.UpdateJob should be of the form "UpdateJob ..." (golint)
    • Line 218: warning: comment on exported method CompileClient.GetBuildLog should be of the form "GetBuildLog ..." (golint)
    • Line 238: warning: comment on exported method CompileClient.CreateJob should be of the form "CreateJob ..." (golint)
    • Line 258: warning: comment on exported method CompileClient.DeleteJobs should be of the form "DeleteJobs ..." (golint)
    • Line 278: warning: comment on exported method CompileClient.GetBuildStatus should be of the form "GetBuildStatus ..." (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateVpc.go
    • Line 24: warning: exported type CreateVpcRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateVpcRequest should be of the form "NewCreateVpcRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateVpcRequestWithAllParams should be of the form "NewCreateVpcRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateVpcRequestWithoutParam should be of the form "NewCreateVpcRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateVpcRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateVpcRequest.SetVpcSpec should be of the form "SetVpcSpec ..." (golint)
    • Line 125: warning: exported type CreateVpcResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/DeleteVersion.go
    • Line 23: warning: exported type DeleteVersionRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteVersionRequest should be of the form "NewDeleteVersionRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteVersionRequestWithAllParams should be of the form "NewDeleteVersionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteVersionRequestWithoutParam should be of the form "NewDeleteVersionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteVersionRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 110: warning: comment on exported method DeleteVersionRequest.SetVersionName should be of the form "SetVersionName ..." (golint)
    • Line 121: warning: exported type DeleteVersionResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QuerySubscriptionKeys.go
    • Line 25: warning: exported type QuerySubscriptionKeysRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewQuerySubscriptionKeysRequest should be of the form "NewQuerySubscriptionKeysRequest ..." (golint)
    • Line 65: warning: comment on exported function NewQuerySubscriptionKeysRequestWithAllParams should be of the form "NewQuerySubscriptionKeysRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewQuerySubscriptionKeysRequestWithoutParam should be of the form "NewQuerySubscriptionKeysRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method QuerySubscriptionKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method QuerySubscriptionKeysRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 118: warning: comment on exported method QuerySubscriptionKeysRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method QuerySubscriptionKeysRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type QuerySubscriptionKeysResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type QuerySubscriptionKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/ModifySnapshotAttribute.go
    • Line 23: warning: exported type ModifySnapshotAttributeRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifySnapshotAttributeRequest should be of the form "NewModifySnapshotAttributeRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifySnapshotAttributeRequestWithAllParams should be of the form "NewModifySnapshotAttributeRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifySnapshotAttributeRequestWithoutParam should be of the form "NewModifySnapshotAttributeRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifySnapshotAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifySnapshotAttributeRequest.SetSnapshotId should be of the form "SetSnapshotId ..." (golint)
    • Line 119: warning: comment on exported method ModifySnapshotAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 124: warning: comment on exported method ModifySnapshotAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: comment on exported method ModifySnapshotAttributeRequest.SetExpireTime should be of the form "SetExpireTime ..." (golint)
    • Line 140: warning: exported type ModifySnapshotAttributeResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type ModifySnapshotAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreateSubUser.go
    • Line 24: warning: exported type CreateSubUserRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateSubUserRequest should be of the form "NewCreateSubUserRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateSubUserRequestWithAllParams should be of the form "NewCreateSubUserRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateSubUserRequestWithoutParam should be of the form "NewCreateSubUserRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateSubUserRequest.SetCreateSubUserInfo should be of the form "SetCreateSubUserInfo ..." (golint)
    • Line 94: warning: exported type CreateSubUserResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeSlowLogs.go
    • Line 25: warning: exported type DescribeSlowLogsRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewDescribeSlowLogsRequest should be of the form "NewDescribeSlowLogsRequest ..." (golint)
    • Line 83: warning: comment on exported function NewDescribeSlowLogsRequestWithAllParams should be of the form "NewDescribeSlowLogsRequestWithAllParams ..." (golint)
    • Line 122: warning: comment on exported function NewDescribeSlowLogsRequestWithoutParam should be of the form "NewDescribeSlowLogsRequestWithoutParam ..." (golint)
    • Line 135: warning: comment on exported method DescribeSlowLogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 140: warning: comment on exported method DescribeSlowLogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 145: warning: comment on exported method DescribeSlowLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 150: warning: comment on exported method DescribeSlowLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 155: warning: comment on exported method DescribeSlowLogsRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 160: warning: comment on exported method DescribeSlowLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 165: warning: comment on exported method DescribeSlowLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 170: warning: comment on exported method DescribeSlowLogsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 181: warning: exported type DescribeSlowLogsResponse should have comment or be unexported (golint)
    • Line 187: warning: exported type DescribeSlowLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/models/BotTopN.go
    • Line 20: warning: exported type BotTopN should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Addr_top10 should be AddrTop10 (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Url_top10 should be URLTop10 (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryUserDomains.go
    • Line 24: warning: exported type QueryUserDomainsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryUserDomainsRequest should be of the form "NewQueryUserDomainsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQueryUserDomainsRequestWithAllParams should be of the form "NewQueryUserDomainsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQueryUserDomainsRequestWithoutParam should be of the form "NewQueryUserDomainsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QueryUserDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method QueryUserDomainsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method QueryUserDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method QueryUserDomainsRequest.SetOrderBy should be of the form "SetOrderBy ..." (golint)
    • Line 130: warning: comment on exported method QueryUserDomainsRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 141: warning: exported type QueryUserDomainsResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type QueryUserDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateRefreshTaskForCallback.go
    • Line 24: warning: exported type CreateRefreshTaskForCallbackRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateRefreshTaskForCallbackRequest should be of the form "NewCreateRefreshTaskForCallbackRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateRefreshTaskForCallbackRequestWithAllParams should be of the form "NewCreateRefreshTaskForCallbackRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewCreateRefreshTaskForCallbackRequestWithoutParam should be of the form "NewCreateRefreshTaskForCallbackRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method CreateRefreshTaskForCallbackRequest.SetTaskType should be of the form "SetTaskType ..." (golint)
    • Line 91: warning: comment on exported method CreateRefreshTaskForCallbackRequest.SetUrlItems should be of the form "SetUrlItems ..." (golint)
    • Line 102: warning: exported type CreateRefreshTaskForCallbackResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type CreateRefreshTaskForCallbackResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/GetJmrVersionList.go
    • Line 23: warning: exported type GetJmrVersionListRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetJmrVersionListRequest should be of the form "NewGetJmrVersionListRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetJmrVersionListRequestWithAllParams should be of the form "NewGetJmrVersionListRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetJmrVersionListRequestWithoutParam should be of the form "NewGetJmrVersionListRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetJmrVersionListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: exported type GetJmrVersionListResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetJmrVersionListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeDomainOnlineStream.go
    • Line 24: warning: exported type DescribeDomainOnlineStreamRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported function NewDescribeDomainOnlineStreamRequest should be of the form "NewDescribeDomainOnlineStreamRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDomainOnlineStreamRequestWithAllParams should be of the form "NewDescribeDomainOnlineStreamRequestWithAllParams ..." (golint)
    • Line 135: warning: comment on exported function NewDescribeDomainOnlineStreamRequestWithoutParam should be of the form "NewDescribeDomainOnlineStreamRequestWithoutParam ..." (golint)
    • Line 148: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 153: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 158: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 163: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 169: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 175: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 184: warning: comment on exported method DescribeDomainOnlineStreamRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 200: warning: exported type DescribeDomainOnlineStreamResponse should have comment or be unexported (golint)
    • Line 206: warning: exported type DescribeDomainOnlineStreamResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/EnableRuleGroup.go
    • Line 23: warning: exported type EnableRuleGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewEnableRuleGroupRequest should be of the form "NewEnableRuleGroupRequest ..." (golint)
    • Line 66: warning: comment on exported function NewEnableRuleGroupRequestWithAllParams should be of the form "NewEnableRuleGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewEnableRuleGroupRequestWithoutParam should be of the form "NewEnableRuleGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method EnableRuleGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method EnableRuleGroupRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 116: warning: comment on exported method EnableRuleGroupRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 121: warning: comment on exported method EnableRuleGroupRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 132: warning: exported type EnableRuleGroupResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type EnableRuleGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/renewal/apis/QueryInstance.go
    • Line 24: warning: exported type QueryInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryInstanceRequest should be of the form "NewQueryInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryInstanceRequestWithAllParams should be of the form "NewQueryInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryInstanceRequestWithoutParam should be of the form "NewQueryInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryInstanceRequest.SetQueryInstanceParam should be of the form "SetQueryInstanceParam ..." (golint)
    • Line 108: warning: exported type QueryInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StopSlbListener.go
    • Line 23: warning: exported type StopSlbListenerRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewStopSlbListenerRequest should be of the form "NewStopSlbListenerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewStopSlbListenerRequestWithAllParams should be of the form "NewStopSlbListenerRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewStopSlbListenerRequestWithoutParam should be of the form "NewStopSlbListenerRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method StopSlbListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method StopSlbListenerRequest.SetId should be of the form "SetId ..." (golint)
    • Line 110: warning: comment on exported method StopSlbListenerRequest.SetListenerPort should be of the form "SetListenerPort ..." (golint)
    • Line 121: warning: exported type StopSlbListenerResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type StopSlbListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/ListWafFilter.go
    • Line 24: warning: exported type ListWafFilterRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListWafFilterRequest should be of the form "NewListWafFilterRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListWafFilterRequestWithAllParams should be of the form "NewListWafFilterRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListWafFilterRequestWithoutParam should be of the form "NewListWafFilterRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListWafFilterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListWafFilterRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListWafFilterRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListWafFilterResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListWafFilterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/CreateSmsPackageUsingPOST.go
    • Line 23: warning: exported type CreateSmsPackageUsingPOSTRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateSmsPackageUsingPOSTRequest should be of the form "NewCreateSmsPackageUsingPOSTRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSmsPackageUsingPOSTRequestWithAllParams should be of the form "NewCreateSmsPackageUsingPOSTRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateSmsPackageUsingPOSTRequestWithoutParam should be of the form "NewCreateSmsPackageUsingPOSTRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateSmsPackageUsingPOSTRequest.SetPackageCount should be of the form "SetPackageCount ..." (golint)
    • Line 105: warning: comment on exported method CreateSmsPackageUsingPOSTRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 110: warning: comment on exported method CreateSmsPackageUsingPOSTRequest.SetSpecification should be of the form "SetSpecification ..." (golint)
    • Line 121: warning: exported type CreateSmsPackageUsingPOSTResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateSmsPackageUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/ModifyTemplateInfo.go
    • Line 23: warning: exported type ModifyTemplateInfoRequest should have comment or be unexported (golint)
    • Line 73: warning: comment on exported function NewModifyTemplateInfoRequest should be of the form "NewModifyTemplateInfoRequest ..." (golint)
    • Line 96: warning: comment on exported function NewModifyTemplateInfoRequestWithAllParams should be of the form "NewModifyTemplateInfoRequestWithAllParams ..." (golint)
    • Line 156: warning: comment on exported function NewModifyTemplateInfoRequestWithoutParam should be of the form "NewModifyTemplateInfoRequestWithoutParam ..." (golint)
    • Line 169: warning: comment on exported method ModifyTemplateInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 174: warning: comment on exported method ModifyTemplateInfoRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 179: warning: comment on exported method ModifyTemplateInfoRequest.SetNationCodeCh should be of the form "SetNationCodeCh ..." (golint)
    • Line 184: warning: comment on exported method ModifyTemplateInfoRequest.SetNationCodeEn should be of the form "SetNationCodeEn ..." (golint)
    • Line 189: warning: comment on exported method ModifyTemplateInfoRequest.SetProvinceCodeCh should be of the form "SetProvinceCodeCh ..." (golint)
    • Line 194: warning: comment on exported method ModifyTemplateInfoRequest.SetProvinceCodeEn should be of the form "SetProvinceCodeEn ..." (golint)
    • Line 199: warning: comment on exported method ModifyTemplateInfoRequest.SetCityCodeCh should be of the form "SetCityCodeCh ..." (golint)
    • Line 204: warning: comment on exported method ModifyTemplateInfoRequest.SetCityCodeEn should be of the form "SetCityCodeEn ..." (golint)
    • Line 209: warning: comment on exported method ModifyTemplateInfoRequest.SetAddressCh should be of the form "SetAddressCh ..." (golint)
    • Line 214: warning: comment on exported method ModifyTemplateInfoRequest.SetAddressEn should be of the form "SetAddressEn ..." (golint)
    • Line 219: warning: comment on exported method ModifyTemplateInfoRequest.SetZipCode should be of the form "SetZipCode ..." (golint)
    • Line 224: warning: comment on exported method ModifyTemplateInfoRequest.SetPhone should be of the form "SetPhone ..." (golint)
    • Line 229: warning: comment on exported method ModifyTemplateInfoRequest.SetFax should be of the form "SetFax ..." (golint)
    • Line 234: warning: comment on exported method ModifyTemplateInfoRequest.SetEmail should be of the form "SetEmail ..." (golint)
    • Line 239: warning: comment on exported method ModifyTemplateInfoRequest.SetOwnerType should be of the form "SetOwnerType ..." (golint)
    • Line 250: warning: exported type ModifyTemplateInfoResponse should have comment or be unexported (golint)
    • Line 256: warning: exported type ModifyTemplateInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWhiteListRuleOfForwardRule.go
    • Line 23: warning: exported type DisableWhiteListRuleOfForwardRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWhiteListRuleOfForwardRuleRequest should be of the form "NewDisableWhiteListRuleOfForwardRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWhiteListRuleOfForwardRuleRequestWithAllParams should be of the form "NewDisableWhiteListRuleOfForwardRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWhiteListRuleOfForwardRuleRequestWithoutParam should be of the form "NewDisableWhiteListRuleOfForwardRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWhiteListRuleOfForwardRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWhiteListRuleOfForwardRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWhiteListRuleOfForwardRuleRequest.SetForwardRuleId should be of the form "SetForwardRuleId ..." (golint)
    • Line 121: warning: exported type DisableWhiteListRuleOfForwardRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWhiteListRuleOfForwardRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DescribeThingShadow.go
    • Line 23: warning: exported type DescribeThingShadowRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeThingShadowRequest should be of the form "NewDescribeThingShadowRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeThingShadowRequestWithAllParams should be of the form "NewDescribeThingShadowRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeThingShadowRequestWithoutParam should be of the form "NewDescribeThingShadowRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeThingShadowRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 114: warning: comment on exported method DescribeThingShadowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 119: warning: comment on exported method DescribeThingShadowRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 124: warning: comment on exported method DescribeThingShadowRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 135: warning: exported type DescribeThingShadowResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeThingShadowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StartSlb.go
    • Line 23: warning: exported type StartSlbRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStartSlbRequest should be of the form "NewStartSlbRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStartSlbRequestWithAllParams should be of the form "NewStartSlbRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStartSlbRequestWithoutParam should be of the form "NewStartSlbRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StartSlbRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StartSlbRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StartSlbResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StartSlbResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QuerywafWhiteRules.go
    • Line 24: warning: exported type QuerywafWhiteRulesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQuerywafWhiteRulesRequest should be of the form "NewQuerywafWhiteRulesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQuerywafWhiteRulesRequestWithAllParams should be of the form "NewQuerywafWhiteRulesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQuerywafWhiteRulesRequestWithoutParam should be of the form "NewQuerywafWhiteRulesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QuerywafWhiteRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 115: warning: comment on exported method QuerywafWhiteRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 120: warning: comment on exported method QuerywafWhiteRulesRequest.SetId should be of the form "SetId ..." (golint)
    • Line 125: warning: comment on exported method QuerywafWhiteRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method QuerywafWhiteRulesRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 141: warning: exported type QuerywafWhiteRulesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type QuerywafWhiteRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRdsDatabasesByInstId.go
    • Line 24: warning: exported type GetRdsDatabasesByInstIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetRdsDatabasesByInstIdRequest should be of the form "NewGetRdsDatabasesByInstIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetRdsDatabasesByInstIdRequestWithAllParams should be of the form "NewGetRdsDatabasesByInstIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetRdsDatabasesByInstIdRequestWithoutParam should be of the form "NewGetRdsDatabasesByInstIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetRdsDatabasesByInstIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetRdsDatabasesByInstIdRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 108: warning: exported type GetRdsDatabasesByInstIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetRdsDatabasesByInstIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshots.go
    • Line 25: warning: exported type DescribeSnapshotsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeSnapshotsRequest should be of the form "NewDescribeSnapshotsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeSnapshotsRequestWithAllParams should be of the form "NewDescribeSnapshotsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeSnapshotsRequestWithoutParam should be of the form "NewDescribeSnapshotsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeSnapshotsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeSnapshotsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeSnapshotsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeSnapshotsRequest.SetSnapshotSource should be of the form "SetSnapshotSource ..." (golint)
    • Line 136: warning: comment on exported method DescribeSnapshotsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 151: warning: exported type DescribeSnapshotsResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type DescribeSnapshotsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/ModifyDiskAttribute.go
    • Line 23: warning: exported type ModifyDiskAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyDiskAttributeRequest should be of the form "NewModifyDiskAttributeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyDiskAttributeRequestWithAllParams should be of the form "NewModifyDiskAttributeRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyDiskAttributeRequestWithoutParam should be of the form "NewModifyDiskAttributeRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyDiskAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyDiskAttributeRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 113: warning: comment on exported method ModifyDiskAttributeRequest.SetName should be of the form "SetName ..." (golint)
    • Line 118: warning: comment on exported method ModifyDiskAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyDiskAttributeResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyDiskAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/UnregistCloudInfo.go
    • Line 23: warning: exported type UnregistCloudInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewUnregistCloudInfoRequest should be of the form "NewUnregistCloudInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewUnregistCloudInfoRequestWithAllParams should be of the form "NewUnregistCloudInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewUnregistCloudInfoRequestWithoutParam should be of the form "NewUnregistCloudInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method UnregistCloudInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method UnregistCloudInfoRequest.SetCloudId should be of the form "SetCloudId ..." (golint)
    • Line 107: warning: exported type UnregistCloudInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type UnregistCloudInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/EnableSubUserAccessKey.go
    • Line 23: warning: exported type EnableSubUserAccessKeyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableSubUserAccessKeyRequest should be of the form "NewEnableSubUserAccessKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableSubUserAccessKeyRequestWithAllParams should be of the form "NewEnableSubUserAccessKeyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableSubUserAccessKeyRequestWithoutParam should be of the form "NewEnableSubUserAccessKeyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableSubUserAccessKeyRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 96: warning: comment on exported method EnableSubUserAccessKeyRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 107: warning: exported type EnableSubUserAccessKeyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableSubUserAccessKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeSubnets.go
    • Line 25: warning: exported type DescribeSubnetsRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeSubnetsRequest should be of the form "NewDescribeSubnetsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeSubnetsRequestWithAllParams should be of the form "NewDescribeSubnetsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeSubnetsRequestWithoutParam should be of the form "NewDescribeSubnetsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeSubnetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeSubnetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeSubnetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeSubnetsRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 142: warning: comment on exported method DescribeSubnetsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 147: warning: comment on exported method DescribeSubnetsRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 152: warning: comment on exported method DescribeSubnetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 164: warning: exported type DescribeSubnetsResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type DescribeSubnetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryCCProtectRules.go
    • Line 24: warning: exported type QueryCCProtectRulesRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQueryCCProtectRulesRequest should be of the form "NewQueryCCProtectRulesRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryCCProtectRulesRequestWithAllParams should be of the form "NewQueryCCProtectRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewQueryCCProtectRulesRequestWithoutParam should be of the form "NewQueryCCProtectRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method QueryCCProtectRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 106: warning: comment on exported method QueryCCProtectRulesRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method QueryCCProtectRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method QueryCCProtectRulesRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 127: warning: exported type QueryCCProtectRulesResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type QueryCCProtectRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/CreateAlarm.go
    • Line 23: warning: exported type CreateAlarmRequest should have comment or be unexported (golint)
    • Line 76: warning: comment on exported function NewCreateAlarmRequest should be of the form "NewCreateAlarmRequest ..." (golint)
    • Line 93: warning: comment on exported function NewCreateAlarmRequestWithAllParams should be of the form "NewCreateAlarmRequestWithAllParams ..." (golint)
    • Line 156: warning: comment on exported function NewCreateAlarmRequestWithoutParam should be of the form "NewCreateAlarmRequestWithoutParam ..." (golint)
    • Line 169: warning: comment on exported method CreateAlarmRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 174: warning: comment on exported method CreateAlarmRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 179: warning: comment on exported method CreateAlarmRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 184: warning: comment on exported method CreateAlarmRequest.SetName should be of the form "SetName ..." (golint)
    • Line 189: warning: comment on exported method CreateAlarmRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 194: warning: comment on exported method CreateAlarmRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 199: warning: comment on exported method CreateAlarmRequest.SetStatisticMethod should be of the form "SetStatisticMethod ..." (golint)
    • Line 204: warning: comment on exported method CreateAlarmRequest.SetOperator should be of the form "SetOperator ..." (golint)
    • Line 209: warning: comment on exported method CreateAlarmRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 214: warning: comment on exported method CreateAlarmRequest.SetTimes should be of the form "SetTimes ..." (golint)
    • Line 219: warning: comment on exported method CreateAlarmRequest.SetNoticePeriod should be of the form "SetNoticePeriod ..." (golint)
    • Line 224: warning: comment on exported method CreateAlarmRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 229: warning: comment on exported method CreateAlarmRequest.SetNoticeMethod should be of the form "SetNoticeMethod ..." (golint)
    • Line 234: warning: comment on exported method CreateAlarmRequest.SetNoticeObj should be of the form "SetNoticeObj ..." (golint)
    • Line 239: warning: comment on exported method CreateAlarmRequest.SetUserId should be of the form "SetUserId ..." (golint)
    • Line 244: warning: comment on exported method CreateAlarmRequest.SetGroupId should be of the form "SetGroupId ..." (golint)
    • Line 255: warning: exported type CreateAlarmResponse should have comment or be unexported (golint)
    • Line 261: warning: exported type CreateAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/QueryTemplateById.go
    • Line 24: warning: exported type QueryTemplateByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryTemplateByIdRequest should be of the form "NewQueryTemplateByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryTemplateByIdRequestWithAllParams should be of the form "NewQueryTemplateByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryTemplateByIdRequestWithoutParam should be of the form "NewQueryTemplateByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryTemplateByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryTemplateByIdRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 108: warning: exported type QueryTemplateByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryTemplateByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpcLBHttpListener.go
    • Line 24: warning: exported type CreateVpcLBHttpListenerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcLBHttpListenerRequest should be of the form "NewCreateVpcLBHttpListenerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcLBHttpListenerRequestWithAllParams should be of the form "NewCreateVpcLBHttpListenerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcLBHttpListenerRequestWithoutParam should be of the form "NewCreateVpcLBHttpListenerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcLBHttpListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcLBHttpListenerRequest.SetHttpListener should be of the form "SetHttpListener ..." (golint)
    • Line 108: warning: exported type CreateVpcLBHttpListenerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcLBHttpListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryAccessAuth.go
    • Line 24: warning: exported type QueryAccessAuthRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryAccessAuthRequest should be of the form "NewQueryAccessAuthRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryAccessAuthRequestWithAllParams should be of the form "NewQueryAccessAuthRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryAccessAuthRequestWithoutParam should be of the form "NewQueryAccessAuthRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryAccessAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryAccessAuthRequest.SetAccessAuthId should be of the form "SetAccessAuthId ..." (golint)
    • Line 108: warning: exported type QueryAccessAuthResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryAccessAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StopLoadBalancer.go
    • Line 23: warning: exported type StopLoadBalancerRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStopLoadBalancerRequest should be of the form "NewStopLoadBalancerRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStopLoadBalancerRequestWithAllParams should be of the form "NewStopLoadBalancerRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopLoadBalancerRequestWithoutParam should be of the form "NewStopLoadBalancerRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopLoadBalancerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopLoadBalancerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 111: warning: comment on exported method StopLoadBalancerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StopLoadBalancerResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StopLoadBalancerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/client/ResourcetagClient.go
    • Line 26: warning: exported type ResourcetagClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewResourcetagClient should have comment or be unexported (golint)
    • Line 48: warning: exported method ResourcetagClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method ResourcetagClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method ResourcetagClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method ResourcetagClient.UnTagResources should be of the form "UnTagResources ..." (golint)
    • Line 82: warning: comment on exported method ResourcetagClient.QueryResource should be of the form "QueryResource ..." (golint)
    • Line 104: warning: comment on exported method ResourcetagClient.DescribeKeys should be of the form "DescribeKeys ..." (golint)
    • Line 124: warning: comment on exported method ResourcetagClient.DescribeResources should be of the form "DescribeResources ..." (golint)
    • Line 147: warning: comment on exported method ResourcetagClient.DescribeValues should be of the form "DescribeValues ..." (golint)
    • Line 167: warning: comment on exported method ResourcetagClient.DescribeTags should be of the form "DescribeTags ..." (golint)
    • Line 190: warning: comment on exported method ResourcetagClient.TagResources should be of the form "TagResources ..." (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWebProtectSettings.go
    • Line 23: warning: exported type QueryWebProtectSettingsRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryWebProtectSettingsRequest should be of the form "NewQueryWebProtectSettingsRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryWebProtectSettingsRequestWithAllParams should be of the form "NewQueryWebProtectSettingsRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryWebProtectSettingsRequestWithoutParam should be of the form "NewQueryWebProtectSettingsRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryWebProtectSettingsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryWebProtectSettingsResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryWebProtectSettingsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/VideoAudit.go
    • Line 23: warning: exported type VideoAuditRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewVideoAuditRequest should be of the form "NewVideoAuditRequest ..." (golint)
    • Line 63: warning: comment on exported function NewVideoAuditRequestWithAllParams should be of the form "NewVideoAuditRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewVideoAuditRequestWithoutParam should be of the form "NewVideoAuditRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method VideoAuditRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 105: warning: comment on exported method VideoAuditRequest.SetAuditResult should be of the form "SetAuditResult ..." (golint)
    • Line 119: warning: exported type VideoAuditResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type VideoAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/RenewDomain.go
    • Line 24: warning: exported type RenewDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewRenewDomainRequest should be of the form "NewRenewDomainRequest ..." (golint)
    • Line 64: warning: comment on exported function NewRenewDomainRequestWithAllParams should be of the form "NewRenewDomainRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRenewDomainRequestWithoutParam should be of the form "NewRenewDomainRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RenewDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RenewDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 111: warning: comment on exported method RenewDomainRequest.SetTerm should be of the form "SetTerm ..." (golint)
    • Line 122: warning: exported type RenewDomainResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type RenewDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DescribeApiGroups.go
    • Line 25: warning: exported type DescribeApiGroupsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewDescribeApiGroupsRequest should be of the form "NewDescribeApiGroupsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeApiGroupsRequestWithAllParams should be of the form "NewDescribeApiGroupsRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewDescribeApiGroupsRequestWithoutParam should be of the form "NewDescribeApiGroupsRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method DescribeApiGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method DescribeApiGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 128: warning: comment on exported method DescribeApiGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 133: warning: comment on exported method DescribeApiGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: comment on exported method DescribeApiGroupsRequest.SetTagFilters should be of the form "SetTagFilters ..." (golint)
    • Line 154: warning: exported type DescribeApiGroupsResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type DescribeApiGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryLiveTrafficGroupSum.go
    • Line 24: warning: exported type QueryLiveTrafficGroupSumRequest should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function NewQueryLiveTrafficGroupSumRequest should be of the form "NewQueryLiveTrafficGroupSumRequest ..." (golint)
    • Line 88: warning: comment on exported function NewQueryLiveTrafficGroupSumRequestWithAllParams should be of the form "NewQueryLiveTrafficGroupSumRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewQueryLiveTrafficGroupSumRequestWithoutParam should be of the form "NewQueryLiveTrafficGroupSumRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 163: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 168: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 173: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetSubDomain should be of the form "SetSubDomain ..." (golint)
    • Line 178: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 183: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 188: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetFields should be of the form "SetFields ..." (golint)
    • Line 193: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetArea should be of the form "SetArea ..." (golint)
    • Line 198: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetIsp should be of the form "SetIsp ..." (golint)
    • Line 203: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetScheme should be of the form "SetScheme ..." (golint)
    • Line 208: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 213: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 218: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetReqMethod should be of the form "SetReqMethod ..." (golint)
    • Line 223: warning: comment on exported method QueryLiveTrafficGroupSumRequest.SetCacheLevel should be of the form "SetCacheLevel ..." (golint)
    • Line 234: warning: exported type QueryLiveTrafficGroupSumResponse should have comment or be unexported (golint)
    • Line 240: warning: exported type QueryLiveTrafficGroupSumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetQpsData.go
    • Line 24: warning: exported type GetQpsDataRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetQpsDataRequest should be of the form "NewGetQpsDataRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetQpsDataRequestWithAllParams should be of the form "NewGetQpsDataRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetQpsDataRequestWithoutParam should be of the form "NewGetQpsDataRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetQpsDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetQpsDataRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 108: warning: exported type GetQpsDataResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetQpsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/EnableSSL.go
    • Line 23: warning: exported type EnableSSLRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableSSLRequest should be of the form "NewEnableSSLRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableSSLRequestWithAllParams should be of the form "NewEnableSSLRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableSSLRequestWithoutParam should be of the form "NewEnableSSLRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableSSLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableSSLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableSSLResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableSSLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetMonitor.go
    • Line 24: warning: exported type GetMonitorRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewGetMonitorRequest should be of the form "NewGetMonitorRequest ..." (golint)
    • Line 67: warning: comment on exported function NewGetMonitorRequestWithAllParams should be of the form "NewGetMonitorRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGetMonitorRequestWithoutParam should be of the form "NewGetMonitorRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GetMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GetMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method GetMonitorRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 125: warning: comment on exported method GetMonitorRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method GetMonitorRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 141: warning: exported type GetMonitorResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type GetMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/CreateRegistry.go
    • Line 24: warning: exported type CreateRegistryRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateRegistryRequest should be of the form "NewCreateRegistryRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateRegistryRequestWithAllParams should be of the form "NewCreateRegistryRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateRegistryRequestWithoutParam should be of the form "NewCreateRegistryRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateRegistryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateRegistryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 118: warning: comment on exported method CreateRegistryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type CreateRegistryResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type CreateRegistryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeAttackTypeCount.go
    • Line 24: warning: exported type DescribeAttackTypeCountRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeAttackTypeCountRequest should be of the form "NewDescribeAttackTypeCountRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeAttackTypeCountRequestWithAllParams should be of the form "NewDescribeAttackTypeCountRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeAttackTypeCountRequestWithoutParam should be of the form "NewDescribeAttackTypeCountRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeAttackTypeCountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeAttackTypeCountRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 114: warning: comment on exported method DescribeAttackTypeCountRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 119: warning: comment on exported method DescribeAttackTypeCountRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 130: warning: exported type DescribeAttackTypeCountResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeAttackTypeCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/GenerateDataKey.go
    • Line 23: warning: exported type GenerateDataKeyRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGenerateDataKeyRequest should be of the form "NewGenerateDataKeyRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGenerateDataKeyRequestWithAllParams should be of the form "NewGenerateDataKeyRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGenerateDataKeyRequestWithoutParam should be of the form "NewGenerateDataKeyRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GenerateDataKeyRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 93: warning: exported type GenerateDataKeyResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GenerateDataKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/ModyfyAuditNetCards.go
    • Line 23: warning: exported type ModyfyAuditNetCardsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModyfyAuditNetCardsRequest should be of the form "NewModyfyAuditNetCardsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModyfyAuditNetCardsRequestWithAllParams should be of the form "NewModyfyAuditNetCardsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModyfyAuditNetCardsRequestWithoutParam should be of the form "NewModyfyAuditNetCardsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModyfyAuditNetCardsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModyfyAuditNetCardsRequest.SetDatabaseId should be of the form "SetDatabaseId ..." (golint)
    • Line 119: warning: comment on exported method ModyfyAuditNetCardsRequest.SetAgentId should be of the form "SetAgentId ..." (golint)
    • Line 124: warning: comment on exported method ModyfyAuditNetCardsRequest.SetNetCards should be of the form "SetNetCards ..." (golint)
    • Line 135: warning: exported type ModyfyAuditNetCardsResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModyfyAuditNetCardsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeUserViewIP.go
    • Line 23: warning: exported type DescribeUserViewIPRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeUserViewIPRequest should be of the form "NewDescribeUserViewIPRequest ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeUserViewIPRequestWithAllParams should be of the form "NewDescribeUserViewIPRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewDescribeUserViewIPRequestWithoutParam should be of the form "NewDescribeUserViewIPRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method DescribeUserViewIPRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 129: warning: comment on exported method DescribeUserViewIPRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 134: warning: comment on exported method DescribeUserViewIPRequest.SetViewId should be of the form "SetViewId ..." (golint)
    • Line 139: warning: comment on exported method DescribeUserViewIPRequest.SetViewName should be of the form "SetViewName ..." (golint)
    • Line 144: warning: comment on exported method DescribeUserViewIPRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 149: warning: comment on exported method DescribeUserViewIPRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 160: warning: exported type DescribeUserViewIPResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type DescribeUserViewIPResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteCustomLiveStreamTranscodeTemplate.go
    • Line 23: warning: exported type DeleteCustomLiveStreamTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDeleteCustomLiveStreamTranscodeTemplateRequest should be of the form "NewDeleteCustomLiveStreamTranscodeTemplateRequest ..." (golint)
    • Line 53: warning: comment on exported function NewDeleteCustomLiveStreamTranscodeTemplateRequestWithAllParams should be of the form "NewDeleteCustomLiveStreamTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 72: warning: comment on exported function NewDeleteCustomLiveStreamTranscodeTemplateRequestWithoutParam should be of the form "NewDeleteCustomLiveStreamTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 85: warning: comment on exported method DeleteCustomLiveStreamTranscodeTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 97: warning: exported type DeleteCustomLiveStreamTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 103: warning: exported type DeleteCustomLiveStreamTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/CreateAlarm.go
    • Line 24: warning: exported type CreateAlarmRequest should have comment or be unexported (golint)
    • Line 74: warning: comment on exported function NewCreateAlarmRequest should be of the form "NewCreateAlarmRequest ..." (golint)
    • Line 106: warning: comment on exported function NewCreateAlarmRequestWithAllParams should be of the form "NewCreateAlarmRequestWithAllParams ..." (golint)
    • Line 166: warning: comment on exported function NewCreateAlarmRequestWithoutParam should be of the form "NewCreateAlarmRequestWithoutParam ..." (golint)
    • Line 179: warning: comment on exported method CreateAlarmRequest.SetAutoScalingPolicyId should be of the form "SetAutoScalingPolicyId ..." (golint)
    • Line 184: warning: comment on exported method CreateAlarmRequest.SetBaseContact should be of the form "SetBaseContact ..." (golint)
    • Line 189: warning: comment on exported method CreateAlarmRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 194: warning: comment on exported method CreateAlarmRequest.SetDataOwner should be of the form "SetDataOwner ..." (golint)
    • Line 199: warning: comment on exported method CreateAlarmRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 204: warning: comment on exported method CreateAlarmRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 209: warning: comment on exported method CreateAlarmRequest.SetMultiWebHook should be of the form "SetMultiWebHook ..." (golint)
    • Line 214: warning: comment on exported method CreateAlarmRequest.SetNoticeOption should be of the form "SetNoticeOption ..." (golint)
    • Line 219: warning: comment on exported method CreateAlarmRequest.SetProduct should be of the form "SetProduct ..." (golint)
    • Line 224: warning: comment on exported method CreateAlarmRequest.SetResourceOption should be of the form "SetResourceOption ..." (golint)
    • Line 229: warning: comment on exported method CreateAlarmRequest.SetRuleName should be of the form "SetRuleName ..." (golint)
    • Line 234: warning: comment on exported method CreateAlarmRequest.SetRuleOption should be of the form "SetRuleOption ..." (golint)
    • Line 239: warning: comment on exported method CreateAlarmRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 244: warning: comment on exported method CreateAlarmRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 249: warning: comment on exported method CreateAlarmRequest.SetWebHookOption should be of the form "SetWebHookOption ..." (golint)
    • Line 260: warning: exported type CreateAlarmResponse should have comment or be unexported (golint)
    • Line 266: warning: exported type CreateAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DeleteSecret.go
    • Line 23: warning: exported type DeleteSecretRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteSecretRequest should be of the form "NewDeleteSecretRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteSecretRequestWithAllParams should be of the form "NewDeleteSecretRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteSecretRequestWithoutParam should be of the form "NewDeleteSecretRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteSecretRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 93: warning: exported type DeleteSecretResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ssl/apis/UploadCert.go
    • Line 23: warning: exported type UploadCertRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewUploadCertRequest should be of the form "NewUploadCertRequest ..." (golint)
    • Line 66: warning: comment on exported function NewUploadCertRequestWithAllParams should be of the form "NewUploadCertRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewUploadCertRequestWithoutParam should be of the form "NewUploadCertRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method UploadCertRequest.SetCertName should be of the form "SetCertName ..." (golint)
    • Line 111: warning: comment on exported method UploadCertRequest.SetKeyFile should be of the form "SetKeyFile ..." (golint)
    • Line 116: warning: comment on exported method UploadCertRequest.SetCertFile should be of the form "SetCertFile ..." (golint)
    • Line 121: warning: comment on exported method UploadCertRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 132: warning: exported type UploadCertResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type UploadCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyParameterGroup.go
    • Line 23: warning: exported type ModifyParameterGroupRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyParameterGroupRequest should be of the form "NewModifyParameterGroupRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyParameterGroupRequestWithAllParams should be of the form "NewModifyParameterGroupRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyParameterGroupRequestWithoutParam should be of the form "NewModifyParameterGroupRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyParameterGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyParameterGroupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyParameterGroupRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 121: warning: exported type ModifyParameterGroupResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyParameterGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/AddRR.go
    • Line 24: warning: exported type AddRRRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddRRRequest should be of the form "NewAddRRRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddRRRequestWithAllParams should be of the form "NewAddRRRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddRRRequestWithoutParam should be of the form "NewAddRRRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddRRRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddRRRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method AddRRRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AddRRResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddRRResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateListener.go
    • Line 24: warning: exported type CreateListenerRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateListenerRequest should be of the form "NewCreateListenerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateListenerRequestWithAllParams should be of the form "NewCreateListenerRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateListenerRequestWithoutParam should be of the form "NewCreateListenerRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateListenerRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateListenerRequest.SetListenerSpec should be of the form "SetListenerSpec ..." (golint)
    • Line 125: warning: exported type CreateListenerResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeAttackLogs.go
    • Line 24: warning: exported type DescribeAttackLogsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeAttackLogsRequest should be of the form "NewDescribeAttackLogsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeAttackLogsRequestWithAllParams should be of the form "NewDescribeAttackLogsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeAttackLogsRequestWithoutParam should be of the form "NewDescribeAttackLogsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeAttackLogsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 115: warning: comment on exported method DescribeAttackLogsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 120: warning: comment on exported method DescribeAttackLogsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 125: warning: comment on exported method DescribeAttackLogsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 130: warning: comment on exported method DescribeAttackLogsRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 141: warning: exported type DescribeAttackLogsResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeAttackLogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/client/IasClient.go
    • Line 26: warning: exported type IasClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewIasClient should have comment or be unexported (golint)
    • Line 48: warning: exported method IasClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method IasClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method IasClient.GetApp should be of the form "GetApp ..." (golint)
    • Line 76: warning: comment on exported method IasClient.State should be of the form "State ..." (golint)
    • Line 96: warning: comment on exported method IasClient.CreateApp should be of the form "CreateApp ..." (golint)
    • Line 116: warning: comment on exported method IasClient.GetApps should be of the form "GetApps ..." (golint)
    • Line 136: warning: comment on exported method IasClient.UpdateApp should be of the form "UpdateApp ..." (golint)
    • Line 156: warning: comment on exported method IasClient.AppDetail should be of the form "AppDetail ..." (golint)
    • Line 176: warning: comment on exported method IasClient.DeleteApp should be of the form "DeleteApp ..." (golint)
    • Line 196: warning: comment on exported method IasClient.Apps should be of the form "Apps ..." (golint)
    • jdcloud-sdk-go/services/redis/apis/ModifyCacheInstanceClass.go
    • Line 23: warning: exported type ModifyCacheInstanceClassRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyCacheInstanceClassRequest should be of the form "NewModifyCacheInstanceClassRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyCacheInstanceClassRequestWithAllParams should be of the form "NewModifyCacheInstanceClassRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewModifyCacheInstanceClassRequestWithoutParam should be of the form "NewModifyCacheInstanceClassRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ModifyCacheInstanceClassRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ModifyCacheInstanceClassRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 116: warning: comment on exported method ModifyCacheInstanceClassRequest.SetCacheInstanceClass should be of the form "SetCacheInstanceClass ..." (golint)
    • Line 121: warning: comment on exported method ModifyCacheInstanceClassRequest.SetShardNumber should be of the form "SetShardNumber ..." (golint)
    • Line 132: warning: exported type ModifyCacheInstanceClassResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ModifyCacheInstanceClassResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/GetDomainLbConfig.go
    • Line 24: warning: exported type GetDomainLbConfigRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetDomainLbConfigRequest should be of the form "NewGetDomainLbConfigRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetDomainLbConfigRequestWithAllParams should be of the form "NewGetDomainLbConfigRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewGetDomainLbConfigRequestWithoutParam should be of the form "NewGetDomainLbConfigRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetDomainLbConfigRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetDomainLbConfigRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method GetDomainLbConfigRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type GetDomainLbConfigResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetDomainLbConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ModifyBandwidthPackageBandwidth.go
    • Line 23: warning: exported type ModifyBandwidthPackageBandwidthRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewModifyBandwidthPackageBandwidthRequest should be of the form "NewModifyBandwidthPackageBandwidthRequest ..." (golint)
    • Line 71: warning: comment on exported function NewModifyBandwidthPackageBandwidthRequestWithAllParams should be of the form "NewModifyBandwidthPackageBandwidthRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewModifyBandwidthPackageBandwidthRequestWithoutParam should be of the form "NewModifyBandwidthPackageBandwidthRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method ModifyBandwidthPackageBandwidthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method ModifyBandwidthPackageBandwidthRequest.SetBandwidthPackageId should be of the form "SetBandwidthPackageId ..." (golint)
    • Line 126: warning: comment on exported method ModifyBandwidthPackageBandwidthRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 133: warning: comment on exported method ModifyBandwidthPackageBandwidthRequest.SetBandwidth should be of the form "SetBandwidth ..." (golint)
    • Line 138: warning: comment on exported method ModifyBandwidthPackageBandwidthRequest.SetExtraUplinkBandwidth should be of the form "SetExtraUplinkBandwidth ..." (golint)
    • Line 149: warning: exported type ModifyBandwidthPackageBandwidthResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type ModifyBandwidthPackageBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveRestartDomain.go
    • Line 23: warning: exported type AddLiveRestartDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddLiveRestartDomainRequest should be of the form "NewAddLiveRestartDomainRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAddLiveRestartDomainRequestWithAllParams should be of the form "NewAddLiveRestartDomainRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewAddLiveRestartDomainRequestWithoutParam should be of the form "NewAddLiveRestartDomainRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method AddLiveRestartDomainRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 110: warning: comment on exported method AddLiveRestartDomainRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 123: warning: exported type AddLiveRestartDomainResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type AddLiveRestartDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTimeshiftConfigs.go
    • Line 24: warning: exported type DescribeLiveTimeshiftConfigsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeLiveTimeshiftConfigsRequest should be of the form "NewDescribeLiveTimeshiftConfigsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeLiveTimeshiftConfigsRequestWithAllParams should be of the form "NewDescribeLiveTimeshiftConfigsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDescribeLiveTimeshiftConfigsRequestWithoutParam should be of the form "NewDescribeLiveTimeshiftConfigsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DescribeLiveTimeshiftConfigsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeLiveTimeshiftConfigsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 123: warning: comment on exported method DescribeLiveTimeshiftConfigsRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 136: warning: exported type DescribeLiveTimeshiftConfigsResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeLiveTimeshiftConfigsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetOnlineBillingType.go
    • Line 23: warning: exported type SetOnlineBillingTypeRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewSetOnlineBillingTypeRequest should be of the form "NewSetOnlineBillingTypeRequest ..." (golint)
    • Line 48: warning: comment on exported function NewSetOnlineBillingTypeRequestWithAllParams should be of the form "NewSetOnlineBillingTypeRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewSetOnlineBillingTypeRequestWithoutParam should be of the form "NewSetOnlineBillingTypeRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method SetOnlineBillingTypeRequest.SetAllType should be of the form "SetAllType ..." (golint)
    • Line 90: warning: exported type SetOnlineBillingTypeResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type SetOnlineBillingTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/apis/SetInstanceTemplate.go
    • Line 23: warning: exported type SetInstanceTemplateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetInstanceTemplateRequest should be of the form "NewSetInstanceTemplateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetInstanceTemplateRequestWithAllParams should be of the form "NewSetInstanceTemplateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewSetInstanceTemplateRequestWithoutParam should be of the form "NewSetInstanceTemplateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method SetInstanceTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method SetInstanceTemplateRequest.SetAgId should be of the form "SetAgId ..." (golint)
    • Line 110: warning: comment on exported method SetInstanceTemplateRequest.SetInstanceTemplateId should be of the form "SetInstanceTemplateId ..." (golint)
    • Line 121: warning: exported type SetInstanceTemplateResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type SetInstanceTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotedge/apis/AddSubDeviceWithCore.go
    • Line 24: warning: exported type AddSubDeviceWithCoreRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewAddSubDeviceWithCoreRequest should be of the form "NewAddSubDeviceWithCoreRequest ..." (golint)
    • Line 73: warning: comment on exported function NewAddSubDeviceWithCoreRequestWithAllParams should be of the form "NewAddSubDeviceWithCoreRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewAddSubDeviceWithCoreRequestWithoutParam should be of the form "NewAddSubDeviceWithCoreRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method AddSubDeviceWithCoreRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method AddSubDeviceWithCoreRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 126: warning: comment on exported method AddSubDeviceWithCoreRequest.SetEdgeName should be of the form "SetEdgeName ..." (golint)
    • Line 131: warning: comment on exported method AddSubDeviceWithCoreRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 136: warning: comment on exported method AddSubDeviceWithCoreRequest.SetDevices should be of the form "SetDevices ..." (golint)
    • Line 147: warning: exported type AddSubDeviceWithCoreResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type AddSubDeviceWithCoreResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/StopSlb.go
    • Line 23: warning: exported type StopSlbRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewStopSlbRequest should be of the form "NewStopSlbRequest ..." (golint)
    • Line 57: warning: comment on exported function NewStopSlbRequestWithAllParams should be of the form "NewStopSlbRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewStopSlbRequestWithoutParam should be of the form "NewStopSlbRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method StopSlbRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method StopSlbRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type StopSlbResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type StopSlbResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeBandwidthTraffics.go
    • Line 24: warning: exported type DescribeBandwidthTrafficsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeBandwidthTrafficsRequest should be of the form "NewDescribeBandwidthTrafficsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeBandwidthTrafficsRequestWithAllParams should be of the form "NewDescribeBandwidthTrafficsRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeBandwidthTrafficsRequestWithoutParam should be of the form "NewDescribeBandwidthTrafficsRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeBandwidthTrafficsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 112: warning: comment on exported method DescribeBandwidthTrafficsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 117: warning: comment on exported method DescribeBandwidthTrafficsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method DescribeBandwidthTrafficsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 127: warning: comment on exported method DescribeBandwidthTrafficsRequest.SetBandwidthName should be of the form "SetBandwidthName ..." (golint)
    • Line 138: warning: exported type DescribeBandwidthTrafficsResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type DescribeBandwidthTrafficsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/CollectorWriteMessage.go
    • Line 23: warning: exported type CollectorWriteMessageRequest should have comment or be unexported (golint)
    • Line 134: warning: comment on exported function NewCollectorWriteMessageRequest should be of the form "NewCollectorWriteMessageRequest ..." (golint)
    • Line 253: warning: comment on exported function NewCollectorWriteMessageRequestWithAllParams should be of the form "NewCollectorWriteMessageRequestWithAllParams ..." (golint)
    • Line 374: warning: comment on exported function NewCollectorWriteMessageRequestWithoutParam should be of the form "NewCollectorWriteMessageRequestWithoutParam ..." (golint)
    • Line 387: warning: comment on exported method CollectorWriteMessageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 392: warning: comment on exported method CollectorWriteMessageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 397: warning: comment on exported method CollectorWriteMessageRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 402: warning: comment on exported method CollectorWriteMessageRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 408: warning: comment on exported method CollectorWriteMessageRequest.SetData should be of the form "SetData ..." (golint)
    • Line 509: warning: exported type CollectorWriteMessageResponse should have comment or be unexported (golint)
    • Line 515: warning: exported type CollectorWriteMessageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/OperateKey.go
    • Line 23: warning: exported type OperateKeyRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewOperateKeyRequest should be of the form "NewOperateKeyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewOperateKeyRequestWithAllParams should be of the form "NewOperateKeyRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewOperateKeyRequestWithoutParam should be of the form "NewOperateKeyRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method OperateKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 99: warning: comment on exported method OperateKeyRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 104: warning: comment on exported method OperateKeyRequest.SetKey should be of the form "SetKey ..." (golint)
    • Line 115: warning: exported type OperateKeyResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type OperateKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeRouteTables.go
    • Line 25: warning: exported type DescribeRouteTablesRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeRouteTablesRequest should be of the form "NewDescribeRouteTablesRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeRouteTablesRequestWithAllParams should be of the form "NewDescribeRouteTablesRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeRouteTablesRequestWithoutParam should be of the form "NewDescribeRouteTablesRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeRouteTablesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeRouteTablesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeRouteTablesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeRouteTablesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 136: warning: comment on exported method DescribeRouteTablesRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 141: warning: comment on exported method DescribeRouteTablesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 153: warning: exported type DescribeRouteTablesResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type DescribeRouteTablesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeElasticIp.go
    • Line 24: warning: exported type DescribeElasticIpRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeElasticIpRequest should be of the form "NewDescribeElasticIpRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeElasticIpRequestWithAllParams should be of the form "NewDescribeElasticIpRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeElasticIpRequestWithoutParam should be of the form "NewDescribeElasticIpRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 108: warning: exported type DescribeElasticIpResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CheckWhetherIpBelongToJCloud.go
    • Line 24: warning: exported type CheckWhetherIpBelongToJCloudRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCheckWhetherIpBelongToJCloudRequest should be of the form "NewCheckWhetherIpBelongToJCloudRequest ..." (golint)
    • Line 49: warning: comment on exported function NewCheckWhetherIpBelongToJCloudRequestWithAllParams should be of the form "NewCheckWhetherIpBelongToJCloudRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewCheckWhetherIpBelongToJCloudRequestWithoutParam should be of the form "NewCheckWhetherIpBelongToJCloudRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method CheckWhetherIpBelongToJCloudRequest.SetIps should be of the form "SetIps ..." (golint)
    • Line 91: warning: exported type CheckWhetherIpBelongToJCloudResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type CheckWhetherIpBelongToJCloudResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLivePublishStreamNum.go
    • Line 24: warning: exported type DescribeLivePublishStreamNumRequest should have comment or be unexported (golint)
    • Line 66: warning: comment on exported function NewDescribeLivePublishStreamNumRequest should be of the form "NewDescribeLivePublishStreamNumRequest ..." (golint)
    • Line 90: warning: comment on exported function NewDescribeLivePublishStreamNumRequestWithAllParams should be of the form "NewDescribeLivePublishStreamNumRequestWithAllParams ..." (golint)
    • Line 142: warning: comment on exported function NewDescribeLivePublishStreamNumRequestWithoutParam should be of the form "NewDescribeLivePublishStreamNumRequestWithoutParam ..." (golint)
    • Line 155: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 160: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 165: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 171: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 177: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 183: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 189: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 198: warning: comment on exported method DescribeLivePublishStreamNumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 214: warning: exported type DescribeLivePublishStreamNumResponse should have comment or be unexported (golint)
    • Line 220: warning: exported type DescribeLivePublishStreamNumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/InvokeThingService.go
    • Line 23: warning: exported type InvokeThingServiceRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewInvokeThingServiceRequest should be of the form "NewInvokeThingServiceRequest ..." (golint)
    • Line 69: warning: comment on exported function NewInvokeThingServiceRequestWithAllParams should be of the form "NewInvokeThingServiceRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewInvokeThingServiceRequestWithoutParam should be of the form "NewInvokeThingServiceRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method InvokeThingServiceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method InvokeThingServiceRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 122: warning: comment on exported method InvokeThingServiceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 127: warning: comment on exported method InvokeThingServiceRequest.SetName should be of the form "SetName ..." (golint)
    • Line 132: warning: comment on exported method InvokeThingServiceRequest.SetInput should be of the form "SetInput ..." (golint)
    • Line 143: warning: exported type InvokeThingServiceResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type InvokeThingServiceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetIPRule.go
    • Line 24: warning: exported type GetIPRuleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetIPRuleRequest should be of the form "NewGetIPRuleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetIPRuleRequestWithAllParams should be of the form "NewGetIPRuleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetIPRuleRequestWithoutParam should be of the form "NewGetIPRuleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetIPRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 94: warning: exported type GetIPRuleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetIPRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudauth/apis/QueryCityList.go
    • Line 23: warning: exported type QueryCityListRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryCityListRequest should be of the form "NewQueryCityListRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryCityListRequestWithAllParams should be of the form "NewQueryCityListRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryCityListRequestWithoutParam should be of the form "NewQueryCityListRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryCityListRequest.SetProvinceCode should be of the form "SetProvinceCode ..." (golint)
    • Line 93: warning: exported type QueryCityListResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryCityListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DisassociateRouteTable.go
    • Line 23: warning: exported type DisassociateRouteTableRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateRouteTableRequest should be of the form "NewDisassociateRouteTableRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateRouteTableRequestWithAllParams should be of the form "NewDisassociateRouteTableRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateRouteTableRequestWithoutParam should be of the form "NewDisassociateRouteTableRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateRouteTableRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 121: warning: exported type DisassociateRouteTableResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DisableSecretVersion.go
    • Line 23: warning: exported type DisableSecretVersionRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDisableSecretVersionRequest should be of the form "NewDisableSecretVersionRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableSecretVersionRequestWithAllParams should be of the form "NewDisableSecretVersionRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDisableSecretVersionRequestWithoutParam should be of the form "NewDisableSecretVersionRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DisableSecretVersionRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 96: warning: comment on exported method DisableSecretVersionRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type DisableSecretVersionResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DisableSecretVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/GetViTemplate.go
    • Line 23: warning: exported type GetViTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewGetViTemplateRequest should be of the form "NewGetViTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewGetViTemplateRequestWithAllParams should be of the form "NewGetViTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewGetViTemplateRequestWithoutParam should be of the form "NewGetViTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method GetViTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type GetViTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type GetViTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryRefreshTaskByIds.go
    • Line 24: warning: exported type QueryRefreshTaskByIdsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryRefreshTaskByIdsRequest should be of the form "NewQueryRefreshTaskByIdsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryRefreshTaskByIdsRequestWithAllParams should be of the form "NewQueryRefreshTaskByIdsRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewQueryRefreshTaskByIdsRequestWithoutParam should be of the form "NewQueryRefreshTaskByIdsRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method QueryRefreshTaskByIdsRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 91: warning: comment on exported method QueryRefreshTaskByIdsRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 102: warning: exported type QueryRefreshTaskByIdsResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type QueryRefreshTaskByIdsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyListener.go
    • Line 24: warning: exported type ModifyListenerRequest should have comment or be unexported (golint)
    • Line 86: warning: comment on exported function NewModifyListenerRequest should be of the form "NewModifyListenerRequest ..." (golint)
    • Line 109: warning: comment on exported function NewModifyListenerRequestWithAllParams should be of the form "NewModifyListenerRequestWithAllParams ..." (golint)
    • Line 181: warning: comment on exported function NewModifyListenerRequestWithoutParam should be of the form "NewModifyListenerRequestWithoutParam ..." (golint)
    • Line 194: warning: comment on exported method ModifyListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 199: warning: comment on exported method ModifyListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 204: warning: comment on exported method ModifyListenerRequest.SetAlgorithm should be of the form "SetAlgorithm ..." (golint)
    • Line 209: warning: comment on exported method ModifyListenerRequest.SetStickySession should be of the form "SetStickySession ..." (golint)
    • Line 214: warning: comment on exported method ModifyListenerRequest.SetRealIp should be of the form "SetRealIp ..." (golint)
    • Line 219: warning: comment on exported method ModifyListenerRequest.SetName should be of the form "SetName ..." (golint)
    • Line 224: warning: comment on exported method ModifyListenerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 229: warning: comment on exported method ModifyListenerRequest.SetHealthCheck should be of the form "SetHealthCheck ..." (golint)
    • Line 234: warning: comment on exported method ModifyListenerRequest.SetHealthCheckTimeout should be of the form "SetHealthCheckTimeout ..." (golint)
    • Line 239: warning: comment on exported method ModifyListenerRequest.SetHealthCheckInterval should be of the form "SetHealthCheckInterval ..." (golint)
    • Line 244: warning: comment on exported method ModifyListenerRequest.SetHealthyThreshold should be of the form "SetHealthyThreshold ..." (golint)
    • Line 249: warning: comment on exported method ModifyListenerRequest.SetUnhealthyThreshold should be of the form "SetUnhealthyThreshold ..." (golint)
    • Line 254: warning: comment on exported method ModifyListenerRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 259: warning: comment on exported method ModifyListenerRequest.SetStickySessionTimeout should be of the form "SetStickySessionTimeout ..." (golint)
    • Line 264: warning: comment on exported method ModifyListenerRequest.SetCookieType should be of the form "SetCookieType ..." (golint)
    • Line 269: warning: comment on exported method ModifyListenerRequest.SetHealthCheckUri should be of the form "SetHealthCheckUri ..." (golint)
    • Line 274: warning: comment on exported method ModifyListenerRequest.SetHealthCheckHttpCode should be of the form "SetHealthCheckHttpCode ..." (golint)
    • Line 279: warning: comment on exported method ModifyListenerRequest.SetCertificateId should be of the form "SetCertificateId ..." (golint)
    • Line 284: warning: comment on exported method ModifyListenerRequest.SetHeaders should be of the form "SetHeaders ..." (golint)
    • Line 295: warning: exported type ModifyListenerResponse should have comment or be unexported (golint)
    • Line 301: warning: exported type ModifyListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sop/client/SopClient.go
    • Line 26: warning: exported type SopClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewSopClient should have comment or be unexported (golint)
    • Line 48: warning: exported method SopClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method SopClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method SopClient.GetSecurityToken should be of the form "GetSecurityToken ..." (golint)
    • Line 76: warning: comment on exported method SopClient.GetSensitiveOpSetting should be of the form "GetSensitiveOpSetting ..." (golint)
    • jdcloud-sdk-go/services/censor/apis/AsyncImageScan.go
    • Line 24: warning: exported type AsyncImageScanRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewAsyncImageScanRequest should be of the form "NewAsyncImageScanRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAsyncImageScanRequestWithAllParams should be of the form "NewAsyncImageScanRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewAsyncImageScanRequestWithoutParam should be of the form "NewAsyncImageScanRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method AsyncImageScanRequest.SetScenes should be of the form "SetScenes ..." (golint)
    • Line 103: warning: comment on exported method AsyncImageScanRequest.SetTasks should be of the form "SetTasks ..." (golint)
    • Line 108: warning: comment on exported method AsyncImageScanRequest.SetCallback should be of the form "SetCallback ..." (golint)
    • Line 113: warning: comment on exported method AsyncImageScanRequest.SetSeed should be of the form "SetSeed ..." (golint)
    • Line 124: warning: exported type AsyncImageScanResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type AsyncImageScanResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sms/apis/BatchSend.go
    • Line 24: warning: exported type BatchSendRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewBatchSendRequest should be of the form "NewBatchSendRequest ..." (golint)
    • Line 73: warning: comment on exported function NewBatchSendRequestWithAllParams should be of the form "NewBatchSendRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewBatchSendRequestWithoutParam should be of the form "NewBatchSendRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method BatchSendRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method BatchSendRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 126: warning: comment on exported method BatchSendRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 131: warning: comment on exported method BatchSendRequest.SetPhoneList should be of the form "SetPhoneList ..." (golint)
    • Line 136: warning: comment on exported method BatchSendRequest.SetParams should be of the form "SetParams ..." (golint)
    • Line 147: warning: exported type BatchSendResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type BatchSendResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/BatchDeleteDomainGroup.go
    • Line 23: warning: exported type BatchDeleteDomainGroupRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewBatchDeleteDomainGroupRequest should be of the form "NewBatchDeleteDomainGroupRequest ..." (golint)
    • Line 51: warning: comment on exported function NewBatchDeleteDomainGroupRequestWithAllParams should be of the form "NewBatchDeleteDomainGroupRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewBatchDeleteDomainGroupRequestWithoutParam should be of the form "NewBatchDeleteDomainGroupRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method BatchDeleteDomainGroupRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 93: warning: exported type BatchDeleteDomainGroupResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type BatchDeleteDomainGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/TaskStartUsingGET.go
    • Line 23: warning: exported type TaskStartUsingGETRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewTaskStartUsingGETRequest should be of the form "NewTaskStartUsingGETRequest ..." (golint)
    • Line 51: warning: comment on exported function NewTaskStartUsingGETRequestWithAllParams should be of the form "NewTaskStartUsingGETRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewTaskStartUsingGETRequestWithoutParam should be of the form "NewTaskStartUsingGETRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method TaskStartUsingGETRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 93: warning: exported type TaskStartUsingGETResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type TaskStartUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateCert.go
    • Line 24: warning: exported type CreateCertRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateCertRequest should be of the form "NewCreateCertRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateCertRequestWithAllParams should be of the form "NewCreateCertRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateCertRequestWithoutParam should be of the form "NewCreateCertRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateCertRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateCertRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateCertRequest.SetCertSpec should be of the form "SetCertSpec ..." (golint)
    • Line 125: warning: exported type CreateCertResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateCertResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeIpv6Gateways.go
    • Line 25: warning: exported type DescribeIpv6GatewaysRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeIpv6GatewaysRequest should be of the form "NewDescribeIpv6GatewaysRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeIpv6GatewaysRequestWithAllParams should be of the form "NewDescribeIpv6GatewaysRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeIpv6GatewaysRequestWithoutParam should be of the form "NewDescribeIpv6GatewaysRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeIpv6GatewaysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeIpv6GatewaysRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeIpv6GatewaysRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeIpv6GatewaysRequest.SetIpv6GatewayName should be of the form "SetIpv6GatewayName ..." (golint)
    • Line 130: warning: comment on exported method DescribeIpv6GatewaysRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeIpv6GatewaysResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeIpv6GatewaysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/RemoveRouteTableRules.go
    • Line 23: warning: exported type RemoveRouteTableRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRemoveRouteTableRulesRequest should be of the form "NewRemoveRouteTableRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRemoveRouteTableRulesRequestWithAllParams should be of the form "NewRemoveRouteTableRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRemoveRouteTableRulesRequestWithoutParam should be of the form "NewRemoveRouteTableRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RemoveRouteTableRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RemoveRouteTableRulesRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 110: warning: comment on exported method RemoveRouteTableRulesRequest.SetRuleIds should be of the form "SetRuleIds ..." (golint)
    • Line 121: warning: exported type RemoveRouteTableRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RemoveRouteTableRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateROInstance.go
    • Line 23: warning: exported type CreateROInstanceRequest should have comment or be unexported (golint)
    • Line 67: warning: comment on exported function NewCreateROInstanceRequest should be of the form "NewCreateROInstanceRequest ..." (golint)
    • Line 102: warning: comment on exported function NewCreateROInstanceRequestWithAllParams should be of the form "NewCreateROInstanceRequestWithAllParams ..." (golint)
    • Line 156: warning: comment on exported function NewCreateROInstanceRequestWithoutParam should be of the form "NewCreateROInstanceRequestWithoutParam ..." (golint)
    • Line 169: warning: comment on exported method CreateROInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 174: warning: comment on exported method CreateROInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 179: warning: comment on exported method CreateROInstanceRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 184: warning: comment on exported method CreateROInstanceRequest.SetInstanceClass should be of the form "SetInstanceClass ..." (golint)
    • Line 189: warning: comment on exported method CreateROInstanceRequest.SetInstanceStorageType should be of the form "SetInstanceStorageType ..." (golint)
    • Line 194: warning: comment on exported method CreateROInstanceRequest.SetInstanceStorageGB should be of the form "SetInstanceStorageGB ..." (golint)
    • Line 199: warning: comment on exported method CreateROInstanceRequest.SetAzId should be of the form "SetAzId ..." (golint)
    • Line 204: warning: comment on exported method CreateROInstanceRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 209: warning: comment on exported method CreateROInstanceRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 214: warning: comment on exported method CreateROInstanceRequest.SetParameterGroup should be of the form "SetParameterGroup ..." (golint)
    • Line 219: warning: comment on exported method CreateROInstanceRequest.SetStorageEncrypted should be of the form "SetStorageEncrypted ..." (golint)
    • Line 224: warning: comment on exported method CreateROInstanceRequest.SetCount should be of the form "SetCount ..." (golint)
    • Line 229: warning: comment on exported method CreateROInstanceRequest.SetRoInstanceProxy should be of the form "SetRoInstanceProxy ..." (golint)
    • Line 240: warning: exported type CreateROInstanceResponse should have comment or be unexported (golint)
    • Line 246: warning: exported type CreateROInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeSlowLogAttributes.go
    • Line 25: warning: exported type DescribeSlowLogAttributesRequest should have comment or be unexported (golint)
    • Line 57: warning: comment on exported function NewDescribeSlowLogAttributesRequest should be of the form "NewDescribeSlowLogAttributesRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeSlowLogAttributesRequestWithAllParams should be of the form "NewDescribeSlowLogAttributesRequestWithAllParams ..." (golint)
    • Line 128: warning: comment on exported function NewDescribeSlowLogAttributesRequestWithoutParam should be of the form "NewDescribeSlowLogAttributesRequestWithoutParam ..." (golint)
    • Line 141: warning: comment on exported method DescribeSlowLogAttributesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 146: warning: comment on exported method DescribeSlowLogAttributesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 151: warning: comment on exported method DescribeSlowLogAttributesRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 156: warning: comment on exported method DescribeSlowLogAttributesRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 161: warning: comment on exported method DescribeSlowLogAttributesRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 166: warning: comment on exported method DescribeSlowLogAttributesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 171: warning: comment on exported method DescribeSlowLogAttributesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 176: warning: comment on exported method DescribeSlowLogAttributesRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 181: warning: comment on exported method DescribeSlowLogAttributesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 192: warning: exported type DescribeSlowLogAttributesResponse should have comment or be unexported (golint)
    • Line 198: warning: exported type DescribeSlowLogAttributesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DeleteListenerCertificates.go
    • Line 23: warning: exported type DeleteListenerCertificatesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteListenerCertificatesRequest should be of the form "NewDeleteListenerCertificatesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteListenerCertificatesRequestWithAllParams should be of the form "NewDeleteListenerCertificatesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteListenerCertificatesRequestWithoutParam should be of the form "NewDeleteListenerCertificatesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteListenerCertificatesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteListenerCertificatesRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 110: warning: comment on exported method DeleteListenerCertificatesRequest.SetCertificateBindIds should be of the form "SetCertificateBindIds ..." (golint)
    • Line 121: warning: exported type DeleteListenerCertificatesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteListenerCertificatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveRestartAuthKey.go
    • Line 23: warning: exported type SetLiveRestartAuthKeyRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewSetLiveRestartAuthKeyRequest should be of the form "NewSetLiveRestartAuthKeyRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetLiveRestartAuthKeyRequestWithAllParams should be of the form "NewSetLiveRestartAuthKeyRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewSetLiveRestartAuthKeyRequestWithoutParam should be of the form "NewSetLiveRestartAuthKeyRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method SetLiveRestartAuthKeyRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 111: warning: comment on exported method SetLiveRestartAuthKeyRequest.SetAuthStatus should be of the form "SetAuthStatus ..." (golint)
    • Line 120: warning: comment on exported method SetLiveRestartAuthKeyRequest.SetAuthKey should be of the form "SetAuthKey ..." (golint)
    • Line 133: warning: exported type SetLiveRestartAuthKeyResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type SetLiveRestartAuthKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DescribeRuleGroups.go
    • Line 24: warning: exported type DescribeRuleGroupsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeRuleGroupsRequest should be of the form "NewDescribeRuleGroupsRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeRuleGroupsRequestWithAllParams should be of the form "NewDescribeRuleGroupsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeRuleGroupsRequestWithoutParam should be of the form "NewDescribeRuleGroupsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeRuleGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method DescribeRuleGroupsRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 108: warning: comment on exported method DescribeRuleGroupsRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 119: warning: exported type DescribeRuleGroupsResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type DescribeRuleGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/AssociateElasticIpLB.go
    • Line 23: warning: exported type AssociateElasticIpLBRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewAssociateElasticIpLBRequest should be of the form "NewAssociateElasticIpLBRequest ..." (golint)
    • Line 68: warning: comment on exported function NewAssociateElasticIpLBRequestWithAllParams should be of the form "NewAssociateElasticIpLBRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewAssociateElasticIpLBRequestWithoutParam should be of the form "NewAssociateElasticIpLBRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method AssociateElasticIpLBRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method AssociateElasticIpLBRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 120: warning: comment on exported method AssociateElasticIpLBRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method AssociateElasticIpLBRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 138: warning: exported type AssociateElasticIpLBResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type AssociateElasticIpLBResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/ImportThingModel.go
    • Line 23: warning: exported type ImportThingModelRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewImportThingModelRequest should be of the form "NewImportThingModelRequest ..." (golint)
    • Line 63: warning: comment on exported function NewImportThingModelRequestWithAllParams should be of the form "NewImportThingModelRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewImportThingModelRequestWithoutParam should be of the form "NewImportThingModelRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ImportThingModelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ImportThingModelRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 110: warning: comment on exported method ImportThingModelRequest.SetThingModel should be of the form "SetThingModel ..." (golint)
    • Line 121: warning: exported type ImportThingModelResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ImportThingModelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StopInstance.go
    • Line 23: warning: exported type StopInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStopInstanceRequest should be of the form "NewStopInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStopInstanceRequestWithAllParams should be of the form "NewStopInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopInstanceRequestWithoutParam should be of the form "NewStopInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method StopInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StopInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StopInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/AddProtectedIp.go
    • Line 24: warning: exported type AddProtectedIpRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddProtectedIpRequest should be of the form "NewAddProtectedIpRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddProtectedIpRequestWithAllParams should be of the form "NewAddProtectedIpRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddProtectedIpRequestWithoutParam should be of the form "NewAddProtectedIpRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddProtectedIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddProtectedIpRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AddProtectedIpRequest.SetProtectedIpSpec should be of the form "SetProtectedIpSpec ..." (golint)
    • Line 122: warning: exported type AddProtectedIpResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddProtectedIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleCCProtectionRule.go
    • Line 23: warning: exported type EnableWebRuleCCProtectionRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleCCProtectionRuleRequest should be of the form "NewEnableWebRuleCCProtectionRuleRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleCCProtectionRuleRequestWithAllParams should be of the form "NewEnableWebRuleCCProtectionRuleRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleCCProtectionRuleRequestWithoutParam should be of the form "NewEnableWebRuleCCProtectionRuleRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleCCProtectionRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleCCProtectionRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleCCProtectionRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleCCProtectionRuleResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleCCProtectionRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetAuthConfig.go
    • Line 23: warning: exported type SetAuthConfigRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewSetAuthConfigRequest should be of the form "NewSetAuthConfigRequest ..." (golint)
    • Line 72: warning: comment on exported function NewSetAuthConfigRequestWithAllParams should be of the form "NewSetAuthConfigRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewSetAuthConfigRequestWithoutParam should be of the form "NewSetAuthConfigRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method SetAuthConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 129: warning: comment on exported method SetAuthConfigRequest.SetEnableUrlAuth should be of the form "SetEnableUrlAuth ..." (golint)
    • Line 134: warning: comment on exported method SetAuthConfigRequest.SetAuthKey should be of the form "SetAuthKey ..." (golint)
    • Line 139: warning: comment on exported method SetAuthConfigRequest.SetAge should be of the form "SetAge ..." (golint)
    • Line 144: warning: comment on exported method SetAuthConfigRequest.SetEncAlgorithm should be of the form "SetEncAlgorithm ..." (golint)
    • Line 149: warning: comment on exported method SetAuthConfigRequest.SetTimeFormat should be of the form "SetTimeFormat ..." (golint)
    • Line 154: warning: comment on exported method SetAuthConfigRequest.SetUriType should be of the form "SetUriType ..." (golint)
    • Line 159: warning: comment on exported method SetAuthConfigRequest.SetRule should be of the form "SetRule ..." (golint)
    • Line 170: warning: exported type SetAuthConfigResponse should have comment or be unexported (golint)
    • Line 176: warning: exported type SetAuthConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveStreamSnapshotNotifyConfig.go
    • Line 23: warning: exported type SetLiveStreamSnapshotNotifyConfigRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewSetLiveStreamSnapshotNotifyConfigRequest should be of the form "NewSetLiveStreamSnapshotNotifyConfigRequest ..." (golint)
    • Line 61: warning: comment on exported function NewSetLiveStreamSnapshotNotifyConfigRequestWithAllParams should be of the form "NewSetLiveStreamSnapshotNotifyConfigRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetLiveStreamSnapshotNotifyConfigRequestWithoutParam should be of the form "NewSetLiveStreamSnapshotNotifyConfigRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetLiveStreamSnapshotNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: comment on exported method SetLiveStreamSnapshotNotifyConfigRequest.SetNotifyUrl should be of the form "SetNotifyUrl ..." (golint)
    • Line 115: warning: exported type SetLiveStreamSnapshotNotifyConfigResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetLiveStreamSnapshotNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DeleteDisk.go
    • Line 23: warning: exported type DeleteDiskRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteDiskRequest should be of the form "NewDeleteDiskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteDiskRequestWithAllParams should be of the form "NewDeleteDiskRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteDiskRequestWithoutParam should be of the form "NewDeleteDiskRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 107: warning: exported type DeleteDiskResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DisassociateNetworkAcl.go
    • Line 23: warning: exported type DisassociateNetworkAclRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisassociateNetworkAclRequest should be of the form "NewDisassociateNetworkAclRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisassociateNetworkAclRequestWithAllParams should be of the form "NewDisassociateNetworkAclRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisassociateNetworkAclRequestWithoutParam should be of the form "NewDisassociateNetworkAclRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisassociateNetworkAclRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisassociateNetworkAclRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 110: warning: comment on exported method DisassociateNetworkAclRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 121: warning: exported type DisassociateNetworkAclResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisassociateNetworkAclResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryMonitor.go
    • Line 23: warning: exported type QueryMonitorRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryMonitorRequest should be of the form "NewQueryMonitorRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryMonitorRequestWithAllParams should be of the form "NewQueryMonitorRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryMonitorRequestWithoutParam should be of the form "NewQueryMonitorRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryMonitorRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryMonitorResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeRdsWhiteList.go
    • Line 24: warning: exported type DescribeRdsWhiteListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeRdsWhiteListRequest should be of the form "NewDescribeRdsWhiteListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeRdsWhiteListRequestWithAllParams should be of the form "NewDescribeRdsWhiteListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeRdsWhiteListRequestWithoutParam should be of the form "NewDescribeRdsWhiteListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeRdsWhiteListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeRdsWhiteListRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeRdsWhiteListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeRdsWhiteListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleCCObserverMode.go
    • Line 23: warning: exported type EnableWebRuleCCObserverModeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleCCObserverModeRequest should be of the form "NewEnableWebRuleCCObserverModeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleCCObserverModeRequestWithAllParams should be of the form "NewEnableWebRuleCCObserverModeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleCCObserverModeRequestWithoutParam should be of the form "NewEnableWebRuleCCObserverModeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleCCObserverModeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleCCObserverModeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleCCObserverModeRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleCCObserverModeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleCCObserverModeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeElasticIpResources.go
    • Line 24: warning: exported type DescribeElasticIpResourcesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeElasticIpResourcesRequest should be of the form "NewDescribeElasticIpResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeElasticIpResourcesRequestWithAllParams should be of the form "NewDescribeElasticIpResourcesRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeElasticIpResourcesRequestWithoutParam should be of the form "NewDescribeElasticIpResourcesRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeElasticIpResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeElasticIpResourcesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeElasticIpResourcesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeElasticIpResourcesResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeElasticIpResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeIdcOverview.go
    • Line 24: warning: exported type DescribeIdcOverviewRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeIdcOverviewRequest should be of the form "NewDescribeIdcOverviewRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeIdcOverviewRequestWithAllParams should be of the form "NewDescribeIdcOverviewRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeIdcOverviewRequestWithoutParam should be of the form "NewDescribeIdcOverviewRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeIdcOverviewRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 94: warning: exported type DescribeIdcOverviewResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeIdcOverviewResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/SetLiveStreamNotifyConfig.go
    • Line 23: warning: exported type SetLiveStreamNotifyConfigRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewSetLiveStreamNotifyConfigRequest should be of the form "NewSetLiveStreamNotifyConfigRequest ..." (golint)
    • Line 61: warning: comment on exported function NewSetLiveStreamNotifyConfigRequestWithAllParams should be of the form "NewSetLiveStreamNotifyConfigRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewSetLiveStreamNotifyConfigRequestWithoutParam should be of the form "NewSetLiveStreamNotifyConfigRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method SetLiveStreamNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: comment on exported method SetLiveStreamNotifyConfigRequest.SetNotifyUrl should be of the form "SetNotifyUrl ..." (golint)
    • Line 115: warning: exported type SetLiveStreamNotifyConfigResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetLiveStreamNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/TagResources.go
    • Line 24: warning: exported type TagResourcesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewTagResourcesRequest should be of the form "NewTagResourcesRequest ..." (golint)
    • Line 58: warning: comment on exported function NewTagResourcesRequestWithAllParams should be of the form "NewTagResourcesRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewTagResourcesRequestWithoutParam should be of the form "NewTagResourcesRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method TagResourcesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method TagResourcesRequest.SetTagResources should be of the form "SetTagResources ..." (golint)
    • Line 108: warning: exported type TagResourcesResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type TagResourcesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DeleteDevice.go
    • Line 23: warning: exported type DeleteDeviceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDeviceRequest should be of the form "NewDeleteDeviceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDeviceRequestWithAllParams should be of the form "NewDeleteDeviceRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDeviceRequestWithoutParam should be of the form "NewDeleteDeviceRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteDeviceRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 121: warning: exported type DeleteDeviceResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDirBandwidth.go
    • Line 24: warning: exported type QueryDirBandwidthRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryDirBandwidthRequest should be of the form "NewQueryDirBandwidthRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryDirBandwidthRequestWithAllParams should be of the form "NewQueryDirBandwidthRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryDirBandwidthRequestWithoutParam should be of the form "NewQueryDirBandwidthRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryDirBandwidthRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 109: warning: comment on exported method QueryDirBandwidthRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 114: warning: comment on exported method QueryDirBandwidthRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 119: warning: comment on exported method QueryDirBandwidthRequest.SetDirs should be of the form "SetDirs ..." (golint)
    • Line 124: warning: comment on exported method QueryDirBandwidthRequest.SetRegions should be of the form "SetRegions ..." (golint)
    • Line 135: warning: exported type QueryDirBandwidthResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type QueryDirBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DeleteSubnet.go
    • Line 23: warning: exported type DeleteSubnetRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteSubnetRequest should be of the form "NewDeleteSubnetRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteSubnetRequestWithAllParams should be of the form "NewDeleteSubnetRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteSubnetRequestWithoutParam should be of the form "NewDeleteSubnetRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteSubnetRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 107: warning: exported type DeleteSubnetResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/ModifyMonitor.go
    • Line 24: warning: exported type ModifyMonitorRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyMonitorRequest should be of the form "NewModifyMonitorRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyMonitorRequestWithAllParams should be of the form "NewModifyMonitorRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyMonitorRequestWithoutParam should be of the form "NewModifyMonitorRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method ModifyMonitorRequest.SetUpdateMonitor should be of the form "SetUpdateMonitor ..." (golint)
    • Line 122: warning: exported type ModifyMonitorResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yundingdatapush/apis/AddDatapushVender.go
    • Line 24: warning: exported type AddDatapushVenderRequest should have comment or be unexported (golint)
    • Line 33: warning: comment on exported function NewAddDatapushVenderRequest should be of the form "NewAddDatapushVenderRequest ..." (golint)
    • Line 54: warning: comment on exported function NewAddDatapushVenderRequestWithAllParams should be of the form "NewAddDatapushVenderRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewAddDatapushVenderRequestWithoutParam should be of the form "NewAddDatapushVenderRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method AddDatapushVenderRequest.SetDatapushVender should be of the form "SetDatapushVender ..." (golint)
    • Line 98: warning: exported type AddDatapushVenderResponse should have comment or be unexported (golint)
    • Line 104: warning: exported type AddDatapushVenderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateImageUploadTask.go
    • Line 23: warning: exported type CreateImageUploadTaskRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateImageUploadTaskRequest should be of the form "NewCreateImageUploadTaskRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCreateImageUploadTaskRequestWithAllParams should be of the form "NewCreateImageUploadTaskRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewCreateImageUploadTaskRequestWithoutParam should be of the form "NewCreateImageUploadTaskRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method CreateImageUploadTaskRequest.SetHttpMethod should be of the form "SetHttpMethod ..." (golint)
    • Line 99: warning: comment on exported method CreateImageUploadTaskRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 104: warning: comment on exported method CreateImageUploadTaskRequest.SetFileSize should be of the form "SetFileSize ..." (golint)
    • Line 115: warning: exported type CreateImageUploadTaskResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type CreateImageUploadTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/DeleteLimit.go
    • Line 23: warning: exported type DeleteLimitRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteLimitRequest should be of the form "NewDeleteLimitRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteLimitRequestWithAllParams should be of the form "NewDeleteLimitRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteLimitRequestWithoutParam should be of the form "NewDeleteLimitRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteLimitRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteLimitRequest.SetLimitId should be of the form "SetLimitId ..." (golint)
    • Line 107: warning: exported type DeleteLimitResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteLimitResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeInstanceName.go
    • Line 23: warning: exported type DescribeInstanceNameRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeInstanceNameRequest should be of the form "NewDescribeInstanceNameRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeInstanceNameRequestWithAllParams should be of the form "NewDescribeInstanceNameRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeInstanceNameRequestWithoutParam should be of the form "NewDescribeInstanceNameRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeInstanceNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeInstanceNameRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeInstanceNameResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeInstanceNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/StopInstance.go
    • Line 23: warning: exported type StopInstanceRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStopInstanceRequest should be of the form "NewStopInstanceRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStopInstanceRequestWithAllParams should be of the form "NewStopInstanceRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStopInstanceRequestWithoutParam should be of the form "NewStopInstanceRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StopInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StopInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method StopInstanceRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type StopInstanceResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StopInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DetachRolePolicy.go
    • Line 23: warning: exported type DetachRolePolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDetachRolePolicyRequest should be of the form "NewDetachRolePolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDetachRolePolicyRequestWithAllParams should be of the form "NewDetachRolePolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDetachRolePolicyRequestWithoutParam should be of the form "NewDetachRolePolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DetachRolePolicyRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 96: warning: comment on exported method DetachRolePolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type DetachRolePolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DetachRolePolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelIps.go
    • Line 24: warning: exported type DelIpsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelIpsRequest should be of the form "NewDelIpsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelIpsRequestWithAllParams should be of the form "NewDelIpsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelIpsRequestWithoutParam should be of the form "NewDelIpsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelIpsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelIpsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelIpsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeFlavors.go
    • Line 24: warning: exported type DescribeFlavorsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeFlavorsRequest should be of the form "NewDescribeFlavorsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeFlavorsRequestWithAllParams should be of the form "NewDescribeFlavorsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeFlavorsRequestWithoutParam should be of the form "NewDescribeFlavorsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeFlavorsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeFlavorsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeFlavorsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamBandwidthData.go
    • Line 24: warning: exported type DescribeLiveStreamBandwidthDataRequest should have comment or be unexported (golint)
    • Line 65: warning: comment on exported function NewDescribeLiveStreamBandwidthDataRequest should be of the form "NewDescribeLiveStreamBandwidthDataRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveStreamBandwidthDataRequestWithAllParams should be of the form "NewDescribeLiveStreamBandwidthDataRequestWithAllParams ..." (golint)
    • Line 137: warning: comment on exported function NewDescribeLiveStreamBandwidthDataRequestWithoutParam should be of the form "NewDescribeLiveStreamBandwidthDataRequestWithoutParam ..." (golint)
    • Line 150: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 156: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 162: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 168: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 174: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 180: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 186: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 192: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 198: warning: comment on exported method DescribeLiveStreamBandwidthDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 210: warning: exported type DescribeLiveStreamBandwidthDataResponse should have comment or be unexported (golint)
    • Line 216: warning: exported type DescribeLiveStreamBandwidthDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeAttackSource.go
    • Line 23: warning: exported type DescribeAttackSourceRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeAttackSourceRequest should be of the form "NewDescribeAttackSourceRequest ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeAttackSourceRequestWithAllParams should be of the form "NewDescribeAttackSourceRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewDescribeAttackSourceRequestWithoutParam should be of the form "NewDescribeAttackSourceRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DescribeAttackSourceRequest.SetAttackLogId should be of the form "SetAttackLogId ..." (golint)
    • Line 102: warning: comment on exported method DescribeAttackSourceRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 115: warning: exported type DescribeAttackSourceResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DescribeAttackSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyIpv6Gateway.go
    • Line 24: warning: exported type ModifyIpv6GatewayRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewModifyIpv6GatewayRequest should be of the form "NewModifyIpv6GatewayRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyIpv6GatewayRequestWithAllParams should be of the form "NewModifyIpv6GatewayRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewModifyIpv6GatewayRequestWithoutParam should be of the form "NewModifyIpv6GatewayRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method ModifyIpv6GatewayRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method ModifyIpv6GatewayRequest.SetIpv6GatewayId should be of the form "SetIpv6GatewayId ..." (golint)
    • Line 118: warning: comment on exported method ModifyIpv6GatewayRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 125: warning: comment on exported method ModifyIpv6GatewayRequest.SetIpv6GatewayName should be of the form "SetIpv6GatewayName ..." (golint)
    • Line 136: warning: exported type ModifyIpv6GatewayResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyIpv6GatewayResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/DomainInfo.go
    • Line 24: warning: exported type DomainInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDomainInfoRequest should be of the form "NewDomainInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDomainInfoRequestWithAllParams should be of the form "NewDomainInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDomainInfoRequestWithoutParam should be of the form "NewDomainInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DomainInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DomainInfoRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 108: warning: exported type DomainInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DomainInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeListeners.go
    • Line 25: warning: exported type DescribeListenersRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeListenersRequest should be of the form "NewDescribeListenersRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeListenersRequestWithAllParams should be of the form "NewDescribeListenersRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeListenersRequestWithoutParam should be of the form "NewDescribeListenersRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeListenersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeListenersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeListenersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeListenersRequest.SetName should be of the form "SetName ..." (golint)
    • Line 136: warning: comment on exported method DescribeListenersRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 141: warning: comment on exported method DescribeListenersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 153: warning: exported type DescribeListenersResponse should have comment or be unexported (golint)
    • Line 159: warning: exported type DescribeListenersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ag/client/AgClient.go
    • Line 26: warning: exported type AgClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewAgClient should have comment or be unexported (golint)
    • Line 48: warning: exported method AgClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method AgClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method AgClient.UpdateAg should be of the form "UpdateAg ..." (golint)
    • Line 76: warning: comment on exported method AgClient.DeleteAg should be of the form "DeleteAg ..." (golint)
    • Line 96: warning: comment on exported method AgClient.SetInstanceTemplate should be of the form "SetInstanceTemplate ..." (golint)
    • Line 116: warning: comment on exported method AgClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 136: warning: comment on exported method AgClient.AbandonInstances should be of the form "AbandonInstances ..." (golint)
    • Line 156: warning: comment on exported method AgClient.CreateAg should be of the form "CreateAg ..." (golint)
    • Line 176: warning: comment on exported method AgClient.DescribeAg should be of the form "DescribeAg ..." (golint)
    • Line 196: warning: comment on exported method AgClient.DescribeAgs should be of the form "DescribeAgs ..." (golint)
    • jdcloud-sdk-go/services/edcps/apis/ApplyBandwidthPackages.go
    • Line 24: warning: exported type ApplyBandwidthPackagesRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewApplyBandwidthPackagesRequest should be of the form "NewApplyBandwidthPackagesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewApplyBandwidthPackagesRequestWithAllParams should be of the form "NewApplyBandwidthPackagesRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewApplyBandwidthPackagesRequestWithoutParam should be of the form "NewApplyBandwidthPackagesRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method ApplyBandwidthPackagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method ApplyBandwidthPackagesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method ApplyBandwidthPackagesRequest.SetBandwidthPackageSpec should be of the form "SetBandwidthPackageSpec ..." (golint)
    • Line 125: warning: exported type ApplyBandwidthPackagesResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type ApplyBandwidthPackagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateInstances.go
    • Line 24: warning: exported type CreateInstancesRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateInstancesRequest should be of the form "NewCreateInstancesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateInstancesRequestWithAllParams should be of the form "NewCreateInstancesRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateInstancesRequestWithoutParam should be of the form "NewCreateInstancesRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateInstancesRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 125: warning: exported type CreateInstancesResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/OpenIotFlow.go
    • Line 24: warning: exported type OpenIotFlowRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOpenIotFlowRequest should be of the form "NewOpenIotFlowRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOpenIotFlowRequestWithAllParams should be of the form "NewOpenIotFlowRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOpenIotFlowRequestWithoutParam should be of the form "NewOpenIotFlowRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OpenIotFlowRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OpenIotFlowRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type OpenIotFlowResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OpenIotFlowResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteListener.go
    • Line 23: warning: exported type DeleteListenerRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteListenerRequest should be of the form "NewDeleteListenerRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteListenerRequestWithAllParams should be of the form "NewDeleteListenerRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteListenerRequestWithoutParam should be of the form "NewDeleteListenerRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 107: warning: exported type DeleteListenerResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeMetricData.go
    • Line 24: warning: exported type DescribeMetricDataRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported function NewDescribeMetricDataRequest should be of the form "NewDescribeMetricDataRequest ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeMetricDataRequestWithAllParams should be of the form "NewDescribeMetricDataRequestWithAllParams ..." (golint)
    • Line 148: warning: comment on exported function NewDescribeMetricDataRequestWithoutParam should be of the form "NewDescribeMetricDataRequestWithoutParam ..." (golint)
    • Line 161: warning: comment on exported method DescribeMetricDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 166: warning: comment on exported method DescribeMetricDataRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 171: warning: comment on exported method DescribeMetricDataRequest.SetAggrType should be of the form "SetAggrType ..." (golint)
    • Line 176: warning: comment on exported method DescribeMetricDataRequest.SetDownSampleType should be of the form "SetDownSampleType ..." (golint)
    • Line 181: warning: comment on exported method DescribeMetricDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 186: warning: comment on exported method DescribeMetricDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 191: warning: comment on exported method DescribeMetricDataRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 196: warning: comment on exported method DescribeMetricDataRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 201: warning: comment on exported method DescribeMetricDataRequest.SetGroupBy should be of the form "SetGroupBy ..." (golint)
    • Line 206: warning: comment on exported method DescribeMetricDataRequest.SetRate should be of the form "SetRate ..." (golint)
    • Line 211: warning: comment on exported method DescribeMetricDataRequest.SetServiceCode should be of the form "SetServiceCode ..." (golint)
    • Line 216: warning: comment on exported method DescribeMetricDataRequest.SetDimension should be of the form "SetDimension ..." (golint)
    • Line 221: warning: comment on exported method DescribeMetricDataRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 232: warning: exported type DescribeMetricDataResponse should have comment or be unexported (golint)
    • Line 238: warning: exported type DescribeMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/OperateMonitor.go
    • Line 23: warning: exported type OperateMonitorRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewOperateMonitorRequest should be of the form "NewOperateMonitorRequest ..." (golint)
    • Line 72: warning: comment on exported function NewOperateMonitorRequestWithAllParams should be of the form "NewOperateMonitorRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewOperateMonitorRequestWithoutParam should be of the form "NewOperateMonitorRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method OperateMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method OperateMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 125: warning: comment on exported method OperateMonitorRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 130: warning: comment on exported method OperateMonitorRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 135: warning: comment on exported method OperateMonitorRequest.SetSwitchTarget should be of the form "SetSwitchTarget ..." (golint)
    • Line 146: warning: exported type OperateMonitorResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type OperateMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeIpv6Address.go
    • Line 24: warning: exported type DescribeIpv6AddressRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpv6AddressRequest should be of the form "NewDescribeIpv6AddressRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIpv6AddressRequestWithAllParams should be of the form "NewDescribeIpv6AddressRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIpv6AddressRequestWithoutParam should be of the form "NewDescribeIpv6AddressRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIpv6AddressRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIpv6AddressRequest.SetIpv6AddressId should be of the form "SetIpv6AddressId ..." (golint)
    • Line 108: warning: exported type DescribeIpv6AddressResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeIpv6AddressResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DeleteServerGroup.go
    • Line 23: warning: exported type DeleteServerGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteServerGroupRequest should be of the form "NewDeleteServerGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteServerGroupRequestWithAllParams should be of the form "NewDeleteServerGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteServerGroupRequestWithoutParam should be of the form "NewDeleteServerGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteServerGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteServerGroupRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 107: warning: exported type DeleteServerGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteServerGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyWebRule.go
    • Line 24: warning: exported type ModifyWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyWebRuleRequest should be of the form "NewModifyWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyWebRuleRequestWithAllParams should be of the form "NewModifyWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyWebRuleRequestWithoutParam should be of the form "NewModifyWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyWebRuleRequest.SetWebRuleSpec should be of the form "SetWebRuleSpec ..." (golint)
    • Line 136: warning: exported type ModifyWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyConnectionMode.go
    • Line 23: warning: exported type ModifyConnectionModeRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyConnectionModeRequest should be of the form "NewModifyConnectionModeRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyConnectionModeRequestWithAllParams should be of the form "NewModifyConnectionModeRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyConnectionModeRequestWithoutParam should be of the form "NewModifyConnectionModeRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyConnectionModeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyConnectionModeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ModifyConnectionModeRequest.SetConnectionMode should be of the form "SetConnectionMode ..." (golint)
    • Line 121: warning: exported type ModifyConnectionModeResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyConnectionModeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/zfs/apis/DescribeFileSystem.go
    • Line 24: warning: exported type DescribeFileSystemRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeFileSystemRequest should be of the form "NewDescribeFileSystemRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeFileSystemRequestWithAllParams should be of the form "NewDescribeFileSystemRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeFileSystemRequestWithoutParam should be of the form "NewDescribeFileSystemRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeFileSystemRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeFileSystemRequest.SetFileSystemId should be of the form "SetFileSystemId ..." (golint)
    • Line 108: warning: exported type DescribeFileSystemResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeFileSystemResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteApiByName.go
    • Line 23: warning: exported type DeleteApiByNameRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteApiByNameRequest should be of the form "NewDeleteApiByNameRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteApiByNameRequestWithAllParams should be of the form "NewDeleteApiByNameRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteApiByNameRequestWithoutParam should be of the form "NewDeleteApiByNameRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteApiByNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteApiByNameRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 119: warning: comment on exported method DeleteApiByNameRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 124: warning: comment on exported method DeleteApiByNameRequest.SetApiName should be of the form "SetApiName ..." (golint)
    • Line 135: warning: exported type DeleteApiByNameResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteApiByNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsAppsUsingGET.go
    • Line 24: warning: exported type ListSmsAppsUsingGETRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewListSmsAppsUsingGETRequest should be of the form "NewListSmsAppsUsingGETRequest ..." (golint)
    • Line 58: warning: comment on exported function NewListSmsAppsUsingGETRequestWithAllParams should be of the form "NewListSmsAppsUsingGETRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewListSmsAppsUsingGETRequestWithoutParam should be of the form "NewListSmsAppsUsingGETRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method ListSmsAppsUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method ListSmsAppsUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method ListSmsAppsUsingGETRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 113: warning: comment on exported method ListSmsAppsUsingGETRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 124: warning: exported type ListSmsAppsUsingGETResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type ListSmsAppsUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ConfigBackSourceRule.go
    • Line 23: warning: exported type ConfigBackSourceRuleRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewConfigBackSourceRuleRequest should be of the form "NewConfigBackSourceRuleRequest ..." (golint)
    • Line 57: warning: comment on exported function NewConfigBackSourceRuleRequestWithAllParams should be of the form "NewConfigBackSourceRuleRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewConfigBackSourceRuleRequestWithoutParam should be of the form "NewConfigBackSourceRuleRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method ConfigBackSourceRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method ConfigBackSourceRuleRequest.SetBeforeRegex should be of the form "SetBeforeRegex ..." (golint)
    • Line 104: warning: comment on exported method ConfigBackSourceRuleRequest.SetAfterRegex should be of the form "SetAfterRegex ..." (golint)
    • Line 115: warning: exported type ConfigBackSourceRuleResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type ConfigBackSourceRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateBucket.go
    • Line 24: warning: exported type CreateBucketRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateBucketRequest should be of the form "NewCreateBucketRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateBucketRequestWithAllParams should be of the form "NewCreateBucketRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateBucketRequestWithoutParam should be of the form "NewCreateBucketRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateBucketRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateBucketRequest.SetBucket should be of the form "SetBucket ..." (golint)
    • Line 108: warning: exported type CreateBucketResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateBucketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/CreateSmsAppUsingPOST.go
    • Line 23: warning: exported type CreateSmsAppUsingPOSTRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateSmsAppUsingPOSTRequest should be of the form "NewCreateSmsAppUsingPOSTRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSmsAppUsingPOSTRequestWithAllParams should be of the form "NewCreateSmsAppUsingPOSTRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCreateSmsAppUsingPOSTRequestWithoutParam should be of the form "NewCreateSmsAppUsingPOSTRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CreateSmsAppUsingPOSTRequest.SetAppDesc should be of the form "SetAppDesc ..." (golint)
    • Line 105: warning: comment on exported method CreateSmsAppUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 110: warning: comment on exported method CreateSmsAppUsingPOSTRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 121: warning: exported type CreateSmsAppUsingPOSTResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CreateSmsAppUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableBot.go
    • Line 24: warning: exported type EnableBotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableBotRequest should be of the form "NewEnableBotRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableBotRequestWithAllParams should be of the form "NewEnableBotRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableBotRequestWithoutParam should be of the form "NewEnableBotRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableBotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableBotRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableBotRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableBotResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableBotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DeleteContract.go
    • Line 23: warning: exported type DeleteContractRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteContractRequest should be of the form "NewDeleteContractRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteContractRequestWithAllParams should be of the form "NewDeleteContractRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteContractRequestWithoutParam should be of the form "NewDeleteContractRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteContractRequest.SetContractId should be of the form "SetContractId ..." (golint)
    • Line 93: warning: exported type DeleteContractResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteContractResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/CreateSubnet.go
    • Line 23: warning: exported type CreateSubnetRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewCreateSubnetRequest should be of the form "NewCreateSubnetRequest ..." (golint)
    • Line 81: warning: comment on exported function NewCreateSubnetRequestWithAllParams should be of the form "NewCreateSubnetRequestWithAllParams ..." (golint)
    • Line 120: warning: comment on exported function NewCreateSubnetRequestWithoutParam should be of the form "NewCreateSubnetRequestWithoutParam ..." (golint)
    • Line 133: warning: comment on exported method CreateSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 138: warning: comment on exported method CreateSubnetRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 143: warning: comment on exported method CreateSubnetRequest.SetSubnetName should be of the form "SetSubnetName ..." (golint)
    • Line 148: warning: comment on exported method CreateSubnetRequest.SetAddressPrefix should be of the form "SetAddressPrefix ..." (golint)
    • Line 153: warning: comment on exported method CreateSubnetRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 158: warning: comment on exported method CreateSubnetRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 163: warning: comment on exported method CreateSubnetRequest.SetSubnetType should be of the form "SetSubnetType ..." (golint)
    • Line 168: warning: comment on exported method CreateSubnetRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 179: warning: exported type CreateSubnetResponse should have comment or be unexported (golint)
    • Line 185: warning: exported type CreateSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/order/apis/PayOrder.go
    • Line 23: warning: exported type PayOrderRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewPayOrderRequest should be of the form "NewPayOrderRequest ..." (golint)
    • Line 60: warning: comment on exported function NewPayOrderRequestWithAllParams should be of the form "NewPayOrderRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewPayOrderRequestWithoutParam should be of the form "NewPayOrderRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method PayOrderRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method PayOrderRequest.SetOrderNumber should be of the form "SetOrderNumber ..." (golint)
    • Line 107: warning: comment on exported method PayOrderRequest.SetAutoPay should be of the form "SetAutoPay ..." (golint)
    • Line 118: warning: exported type PayOrderResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type PayOrderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateAccessAuth.go
    • Line 24: warning: exported type UpdateAccessAuthRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateAccessAuthRequest should be of the form "NewUpdateAccessAuthRequest ..." (golint)
    • Line 61: warning: comment on exported function NewUpdateAccessAuthRequestWithAllParams should be of the form "NewUpdateAccessAuthRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewUpdateAccessAuthRequestWithoutParam should be of the form "NewUpdateAccessAuthRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method UpdateAccessAuthRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method UpdateAccessAuthRequest.SetAccessAuthId should be of the form "SetAccessAuthId ..." (golint)
    • Line 108: warning: comment on exported method UpdateAccessAuthRequest.SetAccessAuthView should be of the form "SetAccessAuthView ..." (golint)
    • Line 119: warning: exported type UpdateAccessAuthResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type UpdateAccessAuthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ossopenapi/apis/DeleteBackSourceConfiguration.go
    • Line 23: warning: exported type DeleteBackSourceConfigurationRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBackSourceConfigurationRequest should be of the form "NewDeleteBackSourceConfigurationRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBackSourceConfigurationRequestWithAllParams should be of the form "NewDeleteBackSourceConfigurationRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBackSourceConfigurationRequestWithoutParam should be of the form "NewDeleteBackSourceConfigurationRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBackSourceConfigurationRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBackSourceConfigurationRequest.SetBucketName should be of the form "SetBucketName ..." (golint)
    • Line 107: warning: exported type DeleteBackSourceConfigurationResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBackSourceConfigurationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/EditTemplate.go
    • Line 24: warning: exported type EditTemplateRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewEditTemplateRequest should be of the form "NewEditTemplateRequest ..." (golint)
    • Line 94: warning: comment on exported function NewEditTemplateRequestWithAllParams should be of the form "NewEditTemplateRequestWithAllParams ..." (golint)
    • Line 133: warning: comment on exported function NewEditTemplateRequestWithoutParam should be of the form "NewEditTemplateRequestWithoutParam ..." (golint)
    • Line 146: warning: comment on exported method EditTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 151: warning: comment on exported method EditTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 156: warning: comment on exported method EditTemplateRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 161: warning: comment on exported method EditTemplateRequest.SetAptitudesId should be of the form "SetAptitudesId ..." (golint)
    • Line 166: warning: comment on exported method EditTemplateRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 171: warning: comment on exported method EditTemplateRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 176: warning: comment on exported method EditTemplateRequest.SetSignContent should be of the form "SetSignContent ..." (golint)
    • Line 181: warning: comment on exported method EditTemplateRequest.SetContent should be of the form "SetContent ..." (golint)
    • Line 192: warning: exported type EditTemplateResponse should have comment or be unexported (golint)
    • Line 198: warning: exported type EditTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeInstancesCustomData.go
    • Line 25: warning: exported type DescribeInstancesCustomDataRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeInstancesCustomDataRequest should be of the form "NewDescribeInstancesCustomDataRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeInstancesCustomDataRequestWithAllParams should be of the form "NewDescribeInstancesCustomDataRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeInstancesCustomDataRequestWithoutParam should be of the form "NewDescribeInstancesCustomDataRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeInstancesCustomDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeInstancesCustomDataRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeInstancesCustomDataRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeInstancesCustomDataRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 149: warning: exported type DescribeInstancesCustomDataResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeInstancesCustomDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GrantRdsAccountsByTask.go
    • Line 24: warning: exported type GrantRdsAccountsByTaskRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGrantRdsAccountsByTaskRequest should be of the form "NewGrantRdsAccountsByTaskRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGrantRdsAccountsByTaskRequestWithAllParams should be of the form "NewGrantRdsAccountsByTaskRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGrantRdsAccountsByTaskRequestWithoutParam should be of the form "NewGrantRdsAccountsByTaskRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GrantRdsAccountsByTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GrantRdsAccountsByTaskRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 120: warning: comment on exported method GrantRdsAccountsByTaskRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 125: warning: comment on exported method GrantRdsAccountsByTaskRequest.SetInfo should be of the form "SetInfo ..." (golint)
    • Line 136: warning: exported type GrantRdsAccountsByTaskResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GrantRdsAccountsByTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/UpdateDatabase.go
    • Line 24: warning: exported type UpdateDatabaseRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewUpdateDatabaseRequest should be of the form "NewUpdateDatabaseRequest ..." (golint)
    • Line 70: warning: comment on exported function NewUpdateDatabaseRequestWithAllParams should be of the form "NewUpdateDatabaseRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewUpdateDatabaseRequestWithoutParam should be of the form "NewUpdateDatabaseRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method UpdateDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method UpdateDatabaseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 120: warning: comment on exported method UpdateDatabaseRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 125: warning: comment on exported method UpdateDatabaseRequest.SetDatabaseSpec should be of the form "SetDatabaseSpec ..." (golint)
    • Line 136: warning: exported type UpdateDatabaseResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type UpdateDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DeleteSubUser.go
    • Line 23: warning: exported type DeleteSubUserRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteSubUserRequest should be of the form "NewDeleteSubUserRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteSubUserRequestWithAllParams should be of the form "NewDeleteSubUserRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteSubUserRequestWithoutParam should be of the form "NewDeleteSubUserRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteSubUserRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 93: warning: exported type DeleteSubUserResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteSubUserResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeMessagesByBusinessId.go
    • Line 24: warning: exported type DescribeMessagesByBusinessIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeMessagesByBusinessIdRequest should be of the form "NewDescribeMessagesByBusinessIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeMessagesByBusinessIdRequestWithAllParams should be of the form "NewDescribeMessagesByBusinessIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeMessagesByBusinessIdRequestWithoutParam should be of the form "NewDescribeMessagesByBusinessIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeMessagesByBusinessIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeMessagesByBusinessIdRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 111: warning: comment on exported method DescribeMessagesByBusinessIdRequest.SetBusinessId should be of the form "SetBusinessId ..." (golint)
    • Line 122: warning: exported type DescribeMessagesByBusinessIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeMessagesByBusinessIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeListeners.go
    • Line 25: warning: exported type DescribeListenersRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeListenersRequest should be of the form "NewDescribeListenersRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeListenersRequestWithAllParams should be of the form "NewDescribeListenersRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeListenersRequestWithoutParam should be of the form "NewDescribeListenersRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeListenersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeListenersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 122: warning: comment on exported method DescribeListenersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 127: warning: comment on exported method DescribeListenersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 143: warning: exported type DescribeListenersResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeListenersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateTargets.go
    • Line 24: warning: exported type UpdateTargetsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateTargetsRequest should be of the form "NewUpdateTargetsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateTargetsRequestWithAllParams should be of the form "NewUpdateTargetsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateTargetsRequestWithoutParam should be of the form "NewUpdateTargetsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateTargetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateTargetsRequest.SetTargetGroupId should be of the form "SetTargetGroupId ..." (golint)
    • Line 111: warning: comment on exported method UpdateTargetsRequest.SetTargetUpdateSpecs should be of the form "SetTargetUpdateSpecs ..." (golint)
    • Line 122: warning: exported type UpdateTargetsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateTargetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAudit.go
    • Line 23: warning: exported type DescribeAuditRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeAuditRequest should be of the form "NewDescribeAuditRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeAuditRequestWithAllParams should be of the form "NewDescribeAuditRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeAuditRequestWithoutParam should be of the form "NewDescribeAuditRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeAuditRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeAuditRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeAuditResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeAuditResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/GrantPrivilege.go
    • Line 24: warning: exported type GrantPrivilegeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGrantPrivilegeRequest should be of the form "NewGrantPrivilegeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGrantPrivilegeRequestWithAllParams should be of the form "NewGrantPrivilegeRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGrantPrivilegeRequestWithoutParam should be of the form "NewGrantPrivilegeRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GrantPrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GrantPrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method GrantPrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 125: warning: comment on exported method GrantPrivilegeRequest.SetAccountPrivileges should be of the form "SetAccountPrivileges ..." (golint)
    • Line 136: warning: exported type GrantPrivilegeResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GrantPrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeClusters.go
    • Line 25: warning: exported type DescribeClustersRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeClustersRequest should be of the form "NewDescribeClustersRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeClustersRequestWithAllParams should be of the form "NewDescribeClustersRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeClustersRequestWithoutParam should be of the form "NewDescribeClustersRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeClustersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeClustersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeClustersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method DescribeClustersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeClustersResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeClustersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyNetworkAclRules.go
    • Line 24: warning: exported type ModifyNetworkAclRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyNetworkAclRulesRequest should be of the form "NewModifyNetworkAclRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyNetworkAclRulesRequestWithAllParams should be of the form "NewModifyNetworkAclRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyNetworkAclRulesRequestWithoutParam should be of the form "NewModifyNetworkAclRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyNetworkAclRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyNetworkAclRulesRequest.SetNetworkAclId should be of the form "SetNetworkAclId ..." (golint)
    • Line 111: warning: comment on exported method ModifyNetworkAclRulesRequest.SetModifyNetworkAclRuleSpecs should be of the form "SetModifyNetworkAclRuleSpecs ..." (golint)
    • Line 122: warning: exported type ModifyNetworkAclRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyNetworkAclRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/EnableSiteMonitor.go
    • Line 24: warning: exported type EnableSiteMonitorRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewEnableSiteMonitorRequest should be of the form "NewEnableSiteMonitorRequest ..." (golint)
    • Line 49: warning: comment on exported function NewEnableSiteMonitorRequestWithAllParams should be of the form "NewEnableSiteMonitorRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewEnableSiteMonitorRequestWithoutParam should be of the form "NewEnableSiteMonitorRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method EnableSiteMonitorRequest.SetList should be of the form "SetList ..." (golint)
    • Line 91: warning: exported type EnableSiteMonitorResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type EnableSiteMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeApp.go
    • Line 23: warning: exported type DescribeAppRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeAppRequest should be of the form "NewDescribeAppRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeAppRequestWithAllParams should be of the form "NewDescribeAppRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeAppRequestWithoutParam should be of the form "NewDescribeAppRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeAppRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 93: warning: exported type DescribeAppResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeAppResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/CreateListener.go
    • Line 24: warning: exported type CreateListenerRequest should have comment or be unexported (golint)
    • Line 62: warning: comment on exported function NewCreateListenerRequest should be of the form "NewCreateListenerRequest ..." (golint)
    • Line 97: warning: comment on exported function NewCreateListenerRequestWithAllParams should be of the form "NewCreateListenerRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewCreateListenerRequestWithoutParam should be of the form "NewCreateListenerRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method CreateListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 163: warning: comment on exported method CreateListenerRequest.SetListenerName should be of the form "SetListenerName ..." (golint)
    • Line 168: warning: comment on exported method CreateListenerRequest.SetProtocol should be of the form "SetProtocol ..." (golint)
    • Line 173: warning: comment on exported method CreateListenerRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 178: warning: comment on exported method CreateListenerRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 183: warning: comment on exported method CreateListenerRequest.SetLoadBalancerId should be of the form "SetLoadBalancerId ..." (golint)
    • Line 188: warning: comment on exported method CreateListenerRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 193: warning: comment on exported method CreateListenerRequest.SetAction should be of the form "SetAction ..." (golint)
    • Line 198: warning: comment on exported method CreateListenerRequest.SetCertificateSpecs should be of the form "SetCertificateSpecs ..." (golint)
    • Line 203: warning: comment on exported method CreateListenerRequest.SetConnectionIdleTimeSeconds should be of the form "SetConnectionIdleTimeSeconds ..." (golint)
    • Line 208: warning: comment on exported method CreateListenerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 219: warning: exported type CreateListenerResponse should have comment or be unexported (golint)
    • Line 225: warning: exported type CreateListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetWafSwitch.go
    • Line 23: warning: exported type SetWafSwitchRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewSetWafSwitchRequest should be of the form "NewSetWafSwitchRequest ..." (golint)
    • Line 54: warning: comment on exported function NewSetWafSwitchRequestWithAllParams should be of the form "NewSetWafSwitchRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewSetWafSwitchRequestWithoutParam should be of the form "NewSetWafSwitchRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method SetWafSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method SetWafSwitchRequest.SetSwitchStatus should be of the form "SetSwitchStatus ..." (golint)
    • Line 104: warning: exported type SetWafSwitchResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type SetWafSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/CreateImage.go
    • Line 24: warning: exported type CreateImageRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateImageRequest should be of the form "NewCreateImageRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateImageRequestWithAllParams should be of the form "NewCreateImageRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewCreateImageRequestWithoutParam should be of the form "NewCreateImageRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method CreateImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method CreateImageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method CreateImageRequest.SetName should be of the form "SetName ..." (golint)
    • Line 128: warning: comment on exported method CreateImageRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 133: warning: comment on exported method CreateImageRequest.SetDataDisks should be of the form "SetDataDisks ..." (golint)
    • Line 144: warning: exported type CreateImageResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type CreateImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeBlackListRulesOfWebRule.go
    • Line 24: warning: exported type DescribeBlackListRulesOfWebRuleRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeBlackListRulesOfWebRuleRequest should be of the form "NewDescribeBlackListRulesOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeBlackListRulesOfWebRuleRequestWithAllParams should be of the form "NewDescribeBlackListRulesOfWebRuleRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeBlackListRulesOfWebRuleRequestWithoutParam should be of the form "NewDescribeBlackListRulesOfWebRuleRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeBlackListRulesOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeBlackListRulesOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 123: warning: comment on exported method DescribeBlackListRulesOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 128: warning: comment on exported method DescribeBlackListRulesOfWebRuleRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 133: warning: comment on exported method DescribeBlackListRulesOfWebRuleRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 144: warning: exported type DescribeBlackListRulesOfWebRuleResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type DescribeBlackListRulesOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetBotStdRules.go
    • Line 24: warning: exported type SetBotStdRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetBotStdRulesRequest should be of the form "NewSetBotStdRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetBotStdRulesRequestWithAllParams should be of the form "NewSetBotStdRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetBotStdRulesRequestWithoutParam should be of the form "NewSetBotStdRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetBotStdRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetBotStdRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetBotStdRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetBotStdRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetBotStdRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeRolePolicies.go
    • Line 24: warning: exported type DescribeRolePoliciesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeRolePoliciesRequest should be of the form "NewDescribeRolePoliciesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeRolePoliciesRequestWithAllParams should be of the form "NewDescribeRolePoliciesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeRolePoliciesRequestWithoutParam should be of the form "NewDescribeRolePoliciesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeRolePoliciesRequest.SetRoleName should be of the form "SetRoleName ..." (golint)
    • Line 115: warning: comment on exported method DescribeRolePoliciesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeRolePoliciesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeRolePoliciesRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 130: warning: comment on exported method DescribeRolePoliciesRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 141: warning: exported type DescribeRolePoliciesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeRolePoliciesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DeleteWafWhiteRules.go
    • Line 23: warning: exported type DeleteWafWhiteRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteWafWhiteRulesRequest should be of the form "NewDeleteWafWhiteRulesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteWafWhiteRulesRequestWithAllParams should be of the form "NewDeleteWafWhiteRulesRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteWafWhiteRulesRequestWithoutParam should be of the form "NewDeleteWafWhiteRulesRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteWafWhiteRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 105: warning: comment on exported method DeleteWafWhiteRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 110: warning: comment on exported method DeleteWafWhiteRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 121: warning: exported type DeleteWafWhiteRulesResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteWafWhiteRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/UpdateTranscodeTemplate.go
    • Line 24: warning: exported type UpdateTranscodeTemplateRequest should have comment or be unexported (golint)
    • Line 63: warning: comment on exported function NewUpdateTranscodeTemplateRequest should be of the form "NewUpdateTranscodeTemplateRequest ..." (golint)
    • Line 83: warning: comment on exported function NewUpdateTranscodeTemplateRequestWithAllParams should be of the form "NewUpdateTranscodeTemplateRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewUpdateTranscodeTemplateRequestWithoutParam should be of the form "NewUpdateTranscodeTemplateRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method UpdateTranscodeTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 150: warning: comment on exported method UpdateTranscodeTemplateRequest.SetName should be of the form "SetName ..." (golint)
    • Line 156: warning: comment on exported method UpdateTranscodeTemplateRequest.SetVideo should be of the form "SetVideo ..." (golint)
    • Line 161: warning: comment on exported method UpdateTranscodeTemplateRequest.SetAudio should be of the form "SetAudio ..." (golint)
    • Line 166: warning: comment on exported method UpdateTranscodeTemplateRequest.SetEncapsulation should be of the form "SetEncapsulation ..." (golint)
    • Line 171: warning: comment on exported method UpdateTranscodeTemplateRequest.SetOutFile should be of the form "SetOutFile ..." (golint)
    • Line 176: warning: comment on exported method UpdateTranscodeTemplateRequest.SetDefinition should be of the form "SetDefinition ..." (golint)
    • Line 187: warning: comment on exported method UpdateTranscodeTemplateRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 201: warning: exported type UpdateTranscodeTemplateResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type UpdateTranscodeTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/CreateGroup.go
    • Line 24: warning: exported type CreateGroupRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateGroupRequest should be of the form "NewCreateGroupRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateGroupRequestWithAllParams should be of the form "NewCreateGroupRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateGroupRequestWithoutParam should be of the form "NewCreateGroupRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateGroupRequest.SetCreateGroupInfo should be of the form "SetCreateGroupInfo ..." (golint)
    • Line 94: warning: exported type CreateGroupResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableInstanceCustomPage.go
    • Line 23: warning: exported type EnableInstanceCustomPageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewEnableInstanceCustomPageRequest should be of the form "NewEnableInstanceCustomPageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewEnableInstanceCustomPageRequestWithAllParams should be of the form "NewEnableInstanceCustomPageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewEnableInstanceCustomPageRequestWithoutParam should be of the form "NewEnableInstanceCustomPageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method EnableInstanceCustomPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method EnableInstanceCustomPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type EnableInstanceCustomPageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type EnableInstanceCustomPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/oss/apis/PutBucket.go
    • Line 23: warning: exported type PutBucketRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewPutBucketRequest should be of the form "NewPutBucketRequest ..." (golint)
    • Line 57: warning: comment on exported function NewPutBucketRequestWithAllParams should be of the form "NewPutBucketRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewPutBucketRequestWithoutParam should be of the form "NewPutBucketRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method PutBucketRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method PutBucketRequest.SetBucketname should be of the form "SetBucketname ..." (golint)
    • Line 107: warning: exported type PutBucketResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type PutBucketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/GetJobs.go
    • Line 25: warning: exported type GetJobsRequest should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function NewGetJobsRequest should be of the form "NewGetJobsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewGetJobsRequestWithAllParams should be of the form "NewGetJobsRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewGetJobsRequestWithoutParam should be of the form "NewGetJobsRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method GetJobsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 113: warning: comment on exported method GetJobsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 118: warning: comment on exported method GetJobsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 123: warning: comment on exported method GetJobsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method GetJobsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 139: warning: exported type GetJobsResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type GetJobsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/CreateCCProtectRule.go
    • Line 23: warning: exported type CreateCCProtectRuleRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewCreateCCProtectRuleRequest should be of the form "NewCreateCCProtectRuleRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateCCProtectRuleRequestWithAllParams should be of the form "NewCreateCCProtectRuleRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewCreateCCProtectRuleRequestWithoutParam should be of the form "NewCreateCCProtectRuleRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method CreateCCProtectRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 117: warning: comment on exported method CreateCCProtectRuleRequest.SetUri should be of the form "SetUri ..." (golint)
    • Line 122: warning: comment on exported method CreateCCProtectRuleRequest.SetDetectPeriod should be of the form "SetDetectPeriod ..." (golint)
    • Line 127: warning: comment on exported method CreateCCProtectRuleRequest.SetSingleIpLimit should be of the form "SetSingleIpLimit ..." (golint)
    • Line 132: warning: comment on exported method CreateCCProtectRuleRequest.SetBlockType should be of the form "SetBlockType ..." (golint)
    • Line 137: warning: comment on exported method CreateCCProtectRuleRequest.SetBlockTime should be of the form "SetBlockTime ..." (golint)
    • Line 148: warning: exported type CreateCCProtectRuleResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type CreateCCProtectRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeLoadBalancers.go
    • Line 25: warning: exported type DescribeLoadBalancersRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeLoadBalancersRequest should be of the form "NewDescribeLoadBalancersRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLoadBalancersRequestWithAllParams should be of the form "NewDescribeLoadBalancersRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeLoadBalancersRequestWithoutParam should be of the form "NewDescribeLoadBalancersRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeLoadBalancersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeLoadBalancersRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeLoadBalancersRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeLoadBalancersRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: comment on exported method DescribeLoadBalancersRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 151: warning: exported type DescribeLoadBalancersResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type DescribeLoadBalancersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ClearBinlogs.go
    • Line 23: warning: exported type ClearBinlogsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewClearBinlogsRequest should be of the form "NewClearBinlogsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewClearBinlogsRequestWithAllParams should be of the form "NewClearBinlogsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewClearBinlogsRequestWithoutParam should be of the form "NewClearBinlogsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ClearBinlogsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ClearBinlogsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type ClearBinlogsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ClearBinlogsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/httpdns/apis/GetDomains.go
    • Line 24: warning: exported type GetDomainsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGetDomainsRequest should be of the form "NewGetDomainsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewGetDomainsRequestWithAllParams should be of the form "NewGetDomainsRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewGetDomainsRequestWithoutParam should be of the form "NewGetDomainsRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method GetDomainsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method GetDomainsRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 117: warning: comment on exported method GetDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method GetDomainsRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: exported type GetDomainsResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type GetDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWebRuleJsPage.go
    • Line 23: warning: exported type DisableWebRuleJsPageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWebRuleJsPageRequest should be of the form "NewDisableWebRuleJsPageRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDisableWebRuleJsPageRequestWithAllParams should be of the form "NewDisableWebRuleJsPageRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDisableWebRuleJsPageRequestWithoutParam should be of the form "NewDisableWebRuleJsPageRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DisableWebRuleJsPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DisableWebRuleJsPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DisableWebRuleJsPageRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type DisableWebRuleJsPageResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DisableWebRuleJsPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamAppSnapshot.go
    • Line 23: warning: exported type DeleteLiveStreamAppSnapshotRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteLiveStreamAppSnapshotRequest should be of the form "NewDeleteLiveStreamAppSnapshotRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDeleteLiveStreamAppSnapshotRequestWithAllParams should be of the form "NewDeleteLiveStreamAppSnapshotRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDeleteLiveStreamAppSnapshotRequestWithoutParam should be of the form "NewDeleteLiveStreamAppSnapshotRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DeleteLiveStreamAppSnapshotRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method DeleteLiveStreamAppSnapshotRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method DeleteLiveStreamAppSnapshotRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type DeleteLiveStreamAppSnapshotResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type DeleteLiveStreamAppSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeCustomLiveStreamTranscodeTemplates.go
    • Line 24: warning: exported type DescribeCustomLiveStreamTranscodeTemplatesRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplatesRequest should be of the form "NewDescribeCustomLiveStreamTranscodeTemplatesRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplatesRequestWithAllParams should be of the form "NewDescribeCustomLiveStreamTranscodeTemplatesRequestWithAllParams ..." (golint)
    • Line 95: warning: comment on exported function NewDescribeCustomLiveStreamTranscodeTemplatesRequestWithoutParam should be of the form "NewDescribeCustomLiveStreamTranscodeTemplatesRequestWithoutParam ..." (golint)
    • Line 108: warning: comment on exported method DescribeCustomLiveStreamTranscodeTemplatesRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 115: warning: comment on exported method DescribeCustomLiveStreamTranscodeTemplatesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 122: warning: comment on exported method DescribeCustomLiveStreamTranscodeTemplatesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 137: warning: exported type DescribeCustomLiveStreamTranscodeTemplatesResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type DescribeCustomLiveStreamTranscodeTemplatesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/GetTrigger.go
    • Line 24: warning: exported type GetTriggerRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewGetTriggerRequest should be of the form "NewGetTriggerRequest ..." (golint)
    • Line 70: warning: comment on exported function NewGetTriggerRequestWithAllParams should be of the form "NewGetTriggerRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewGetTriggerRequestWithoutParam should be of the form "NewGetTriggerRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GetTriggerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method GetTriggerRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 120: warning: comment on exported method GetTriggerRequest.SetVersionName should be of the form "SetVersionName ..." (golint)
    • Line 125: warning: comment on exported method GetTriggerRequest.SetTriggerId should be of the form "SetTriggerId ..." (golint)
    • Line 136: warning: exported type GetTriggerResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type GetTriggerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeRdsInstances.go
    • Line 25: warning: exported type DescribeRdsInstancesRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewDescribeRdsInstancesRequest should be of the form "NewDescribeRdsInstancesRequest ..." (golint)
    • Line 74: warning: comment on exported function NewDescribeRdsInstancesRequestWithAllParams should be of the form "NewDescribeRdsInstancesRequestWithAllParams ..." (golint)
    • Line 95: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 113: warning: comment on exported function NewDescribeRdsInstancesRequestWithoutParam should be of the form "NewDescribeRdsInstancesRequestWithoutParam ..." (golint)
    • Line 126: warning: comment on exported method DescribeRdsInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 131: warning: comment on exported method DescribeRdsInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 136: warning: comment on exported method DescribeRdsInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 141: warning: comment on exported method DescribeRdsInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 155: warning: comment on exported method DescribeRdsInstancesRequest.SetType should be of the form "SetType ..." (golint)
    • Line 156: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 166: warning: exported type DescribeRdsInstancesResponse should have comment or be unexported (golint)
    • Line 172: warning: exported type DescribeRdsInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/ExtendDisk.go
    • Line 23: warning: exported type ExtendDiskRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewExtendDiskRequest should be of the form "NewExtendDiskRequest ..." (golint)
    • Line 66: warning: comment on exported function NewExtendDiskRequestWithAllParams should be of the form "NewExtendDiskRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewExtendDiskRequestWithoutParam should be of the form "NewExtendDiskRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ExtendDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ExtendDiskRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 116: warning: comment on exported method ExtendDiskRequest.SetDiskSizeGB should be of the form "SetDiskSizeGB ..." (golint)
    • Line 121: warning: comment on exported method ExtendDiskRequest.SetIops should be of the form "SetIops ..." (golint)
    • Line 132: warning: exported type ExtendDiskResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ExtendDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeGroups.go
    • Line 24: warning: exported type DescribeGroupsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeGroupsRequest should be of the form "NewDescribeGroupsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeGroupsRequestWithAllParams should be of the form "NewDescribeGroupsRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeGroupsRequestWithoutParam should be of the form "NewDescribeGroupsRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method DescribeGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method DescribeGroupsRequest.SetKeyword should be of the form "SetKeyword ..." (golint)
    • Line 113: warning: comment on exported method DescribeGroupsRequest.SetSort should be of the form "SetSort ..." (golint)
    • Line 124: warning: exported type DescribeGroupsResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeKeyList.go
    • Line 24: warning: exported type DescribeKeyListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeKeyListRequest should be of the form "NewDescribeKeyListRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeKeyListRequestWithAllParams should be of the form "NewDescribeKeyListRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeKeyListRequestWithoutParam should be of the form "NewDescribeKeyListRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method DescribeKeyListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 91: warning: comment on exported method DescribeKeyListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: exported type DescribeKeyListResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type DescribeKeyListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableRiskAccount.go
    • Line 24: warning: exported type EnableRiskAccountRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableRiskAccountRequest should be of the form "NewEnableRiskAccountRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableRiskAccountRequestWithAllParams should be of the form "NewEnableRiskAccountRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableRiskAccountRequestWithoutParam should be of the form "NewEnableRiskAccountRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableRiskAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableRiskAccountRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableRiskAccountRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableRiskAccountResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableRiskAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetRegions.go
    • Line 24: warning: exported type GetRegionsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetRegionsRequest should be of the form "NewGetRegionsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetRegionsRequestWithAllParams should be of the form "NewGetRegionsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetRegionsRequestWithoutParam should be of the form "NewGetRegionsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetRegionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetRegionsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetRegionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/DescribeMonitorAlarm.go
    • Line 24: warning: exported type DescribeMonitorAlarmRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeMonitorAlarmRequest should be of the form "NewDescribeMonitorAlarmRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeMonitorAlarmRequestWithAllParams should be of the form "NewDescribeMonitorAlarmRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeMonitorAlarmRequestWithoutParam should be of the form "NewDescribeMonitorAlarmRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeMonitorAlarmRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeMonitorAlarmRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 120: warning: comment on exported method DescribeMonitorAlarmRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 125: warning: comment on exported method DescribeMonitorAlarmRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeMonitorAlarmRequest.SetSearchValue should be of the form "SetSearchValue ..." (golint)
    • Line 141: warning: exported type DescribeMonitorAlarmResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeMonitorAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/StartTask.go
    • Line 24: warning: exported type StartTaskRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewStartTaskRequest should be of the form "NewStartTaskRequest ..." (golint)
    • Line 64: warning: comment on exported function NewStartTaskRequestWithAllParams should be of the form "NewStartTaskRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartTaskRequestWithoutParam should be of the form "NewStartTaskRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartTaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartTaskRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 111: warning: comment on exported method StartTaskRequest.SetTaskOpts should be of the form "SetTaskOpts ..." (golint)
    • Line 122: warning: exported type StartTaskResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type StartTaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeContainer.go
    • Line 24: warning: exported type DescribeContainerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeContainerRequest should be of the form "NewDescribeContainerRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeContainerRequestWithAllParams should be of the form "NewDescribeContainerRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeContainerRequestWithoutParam should be of the form "NewDescribeContainerRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 108: warning: exported type DescribeContainerResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitorcm/apis/PutMetricData.go
    • Line 24: warning: exported type PutMetricDataRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewPutMetricDataRequest should be of the form "NewPutMetricDataRequest ..." (golint)
    • Line 52: warning: comment on exported function NewPutMetricDataRequestWithAllParams should be of the form "NewPutMetricDataRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewPutMetricDataRequestWithoutParam should be of the form "NewPutMetricDataRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method PutMetricDataRequest.SetMetricDataList should be of the form "SetMetricDataList ..." (golint)
    • Line 94: warning: exported type PutMetricDataResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type PutMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/antipro/apis/DescribeAttackStatistics.go
    • Line 23: warning: exported type DescribeAttackStatisticsRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewDescribeAttackStatisticsRequest should be of the form "NewDescribeAttackStatisticsRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDescribeAttackStatisticsRequestWithAllParams should be of the form "NewDescribeAttackStatisticsRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeAttackStatisticsRequestWithoutParam should be of the form "NewDescribeAttackStatisticsRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method DescribeAttackStatisticsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 112: warning: comment on exported method DescribeAttackStatisticsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 117: warning: comment on exported method DescribeAttackStatisticsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 122: warning: comment on exported method DescribeAttackStatisticsRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 135: warning: exported type DescribeAttackStatisticsResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DescribeAttackStatisticsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/CreateCluster.go
    • Line 24: warning: exported type CreateClusterRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported function NewCreateClusterRequest should be of the form "NewCreateClusterRequest ..." (golint)
    • Line 106: warning: comment on exported function NewCreateClusterRequestWithAllParams should be of the form "NewCreateClusterRequestWithAllParams ..." (golint)
    • Line 160: warning: comment on exported function NewCreateClusterRequestWithoutParam should be of the form "NewCreateClusterRequestWithoutParam ..." (golint)
    • Line 173: warning: comment on exported method CreateClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 178: warning: comment on exported method CreateClusterRequest.SetName should be of the form "SetName ..." (golint)
    • Line 183: warning: comment on exported method CreateClusterRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 188: warning: comment on exported method CreateClusterRequest.SetBasicAuth should be of the form "SetBasicAuth ..." (golint)
    • Line 193: warning: comment on exported method CreateClusterRequest.SetClientCertificate should be of the form "SetClientCertificate ..." (golint)
    • Line 198: warning: comment on exported method CreateClusterRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 203: warning: comment on exported method CreateClusterRequest.SetAzs should be of the form "SetAzs ..." (golint)
    • Line 208: warning: comment on exported method CreateClusterRequest.SetNodeGroup should be of the form "SetNodeGroup ..." (golint)
    • Line 213: warning: comment on exported method CreateClusterRequest.SetMasterCidr should be of the form "SetMasterCidr ..." (golint)
    • Line 218: warning: comment on exported method CreateClusterRequest.SetAccessKey should be of the form "SetAccessKey ..." (golint)
    • Line 223: warning: comment on exported method CreateClusterRequest.SetSecretKey should be of the form "SetSecretKey ..." (golint)
    • Line 228: warning: comment on exported method CreateClusterRequest.SetUserMetrics should be of the form "SetUserMetrics ..." (golint)
    • Line 233: warning: comment on exported method CreateClusterRequest.SetAddonsConfig should be of the form "SetAddonsConfig ..." (golint)
    • Line 244: warning: exported type CreateClusterResponse should have comment or be unexported (golint)
    • Line 250: warning: exported type CreateClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/JdxCreateOrder.go
    • Line 24: warning: exported type JdxCreateOrderRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewJdxCreateOrderRequest should be of the form "NewJdxCreateOrderRequest ..." (golint)
    • Line 58: warning: comment on exported function NewJdxCreateOrderRequestWithAllParams should be of the form "NewJdxCreateOrderRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewJdxCreateOrderRequestWithoutParam should be of the form "NewJdxCreateOrderRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method JdxCreateOrderRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method JdxCreateOrderRequest.SetCreateOrderInfo should be of the form "SetCreateOrderInfo ..." (golint)
    • Line 108: warning: exported type JdxCreateOrderResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type JdxCreateOrderResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/client/InstancevoucherClient.go
    • Line 26: warning: exported type InstancevoucherClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewInstancevoucherClient should have comment or be unexported (golint)
    • Line 48: warning: exported method InstancevoucherClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method InstancevoucherClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method InstancevoucherClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method InstancevoucherClient.DescribeInstanceVoucherTypes should be of the form "DescribeInstanceVoucherTypes ..." (golint)
    • Line 81: warning: comment on exported method InstancevoucherClient.ModifyInstanceVoucherAttribute should be of the form "ModifyInstanceVoucherAttribute ..." (golint)
    • Line 103: warning: comment on exported method InstancevoucherClient.DescribeQuotas should be of the form "DescribeQuotas ..." (golint)
    • Line 124: warning: comment on exported method InstancevoucherClient.DescribeInstanceVoucher should be of the form "DescribeInstanceVoucher ..." (golint)
    • Line 145: warning: comment on exported method InstancevoucherClient.CreateInstanceVoucher should be of the form "CreateInstanceVoucher ..." (golint)
    • Line 166: warning: comment on exported method InstancevoucherClient.DeleteInstanceVoucher should be of the form "DeleteInstanceVoucher ..." (golint)
    • Line 187: warning: comment on exported method InstancevoucherClient.DescribeInstanceVouchers should be of the form "DescribeInstanceVouchers ..." (golint)
    • jdcloud-sdk-go/services/iothub/apis/DeleteProduct.go
    • Line 23: warning: exported type DeleteProductRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteProductRequest should be of the form "NewDeleteProductRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteProductRequestWithAllParams should be of the form "NewDeleteProductRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteProductRequestWithoutParam should be of the form "NewDeleteProductRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteProductRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteProductRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 107: warning: exported type DeleteProductResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteProductResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeRooms.go
    • Line 25: warning: exported type DescribeRoomsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeRoomsRequest should be of the form "NewDescribeRoomsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeRoomsRequestWithAllParams should be of the form "NewDescribeRoomsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeRoomsRequestWithoutParam should be of the form "NewDescribeRoomsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeRoomsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 115: warning: comment on exported method DescribeRoomsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeRoomsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeRoomsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 130: warning: comment on exported method DescribeRoomsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 142: warning: exported type DescribeRoomsResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeRoomsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/WafQueryAttackDetails.go
    • Line 24: warning: exported type WafQueryAttackDetailsRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewWafQueryAttackDetailsRequest should be of the form "NewWafQueryAttackDetailsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewWafQueryAttackDetailsRequestWithAllParams should be of the form "NewWafQueryAttackDetailsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewWafQueryAttackDetailsRequestWithoutParam should be of the form "NewWafQueryAttackDetailsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method WafQueryAttackDetailsRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 121: warning: comment on exported method WafQueryAttackDetailsRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 126: warning: comment on exported method WafQueryAttackDetailsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 131: warning: comment on exported method WafQueryAttackDetailsRequest.SetSortField should be of the form "SetSortField ..." (golint)
    • Line 136: warning: comment on exported method WafQueryAttackDetailsRequest.SetSortRule should be of the form "SetSortRule ..." (golint)
    • Line 141: warning: comment on exported method WafQueryAttackDetailsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 146: warning: comment on exported method WafQueryAttackDetailsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 157: warning: exported type WafQueryAttackDetailsResponse should have comment or be unexported (golint)
    • Line 163: warning: exported type WafQueryAttackDetailsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/DescribeTargetGroups.go
    • Line 25: warning: exported type DescribeTargetGroupsRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeTargetGroupsRequest should be of the form "NewDescribeTargetGroupsRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeTargetGroupsRequestWithAllParams should be of the form "NewDescribeTargetGroupsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeTargetGroupsRequestWithoutParam should be of the form "NewDescribeTargetGroupsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeTargetGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeTargetGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method DescribeTargetGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method DescribeTargetGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 140: warning: exported type DescribeTargetGroupsResponse should have comment or be unexported (golint)
    • Line 146: warning: exported type DescribeTargetGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWafSwitch.go
    • Line 23: warning: exported type QueryWafSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryWafSwitchRequest should be of the form "NewQueryWafSwitchRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryWafSwitchRequestWithAllParams should be of the form "NewQueryWafSwitchRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryWafSwitchRequestWithoutParam should be of the form "NewQueryWafSwitchRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryWafSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryWafSwitchResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryWafSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyVpc.go
    • Line 23: warning: exported type ModifyVpcRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyVpcRequest should be of the form "NewModifyVpcRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyVpcRequestWithAllParams should be of the form "NewModifyVpcRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewModifyVpcRequestWithoutParam should be of the form "NewModifyVpcRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method ModifyVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ModifyVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 113: warning: comment on exported method ModifyVpcRequest.SetVpcName should be of the form "SetVpcName ..." (golint)
    • Line 118: warning: comment on exported method ModifyVpcRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 129: warning: exported type ModifyVpcResponse should have comment or be unexported (golint)
    • Line 135: warning: exported type ModifyVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyCCProtectionConfigOfWebRule.go
    • Line 24: warning: exported type ModifyCCProtectionConfigOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyCCProtectionConfigOfWebRuleRequest should be of the form "NewModifyCCProtectionConfigOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyCCProtectionConfigOfWebRuleRequestWithAllParams should be of the form "NewModifyCCProtectionConfigOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyCCProtectionConfigOfWebRuleRequestWithoutParam should be of the form "NewModifyCCProtectionConfigOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyCCProtectionConfigOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyCCProtectionConfigOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyCCProtectionConfigOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyCCProtectionConfigOfWebRuleRequest.SetCcProtectionConfigSpec should be of the form "SetCcProtectionConfigSpec ..." (golint)
    • Line 136: warning: exported type ModifyCCProtectionConfigOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyCCProtectionConfigOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyInstanceCustomPageDefault.go
    • Line 23: warning: exported type ModifyInstanceCustomPageDefaultRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewModifyInstanceCustomPageDefaultRequest should be of the form "NewModifyInstanceCustomPageDefaultRequest ..." (golint)
    • Line 57: warning: comment on exported function NewModifyInstanceCustomPageDefaultRequestWithAllParams should be of the form "NewModifyInstanceCustomPageDefaultRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewModifyInstanceCustomPageDefaultRequestWithoutParam should be of the form "NewModifyInstanceCustomPageDefaultRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ModifyInstanceCustomPageDefaultRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ModifyInstanceCustomPageDefaultRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type ModifyInstanceCustomPageDefaultResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ModifyInstanceCustomPageDefaultResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/partner/apis/GetEachConsumption.go
    • Line 24: warning: exported type GetEachConsumptionRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewGetEachConsumptionRequest should be of the form "NewGetEachConsumptionRequest ..." (golint)
    • Line 79: warning: comment on exported function NewGetEachConsumptionRequestWithAllParams should be of the form "NewGetEachConsumptionRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewGetEachConsumptionRequestWithoutParam should be of the form "NewGetEachConsumptionRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method GetEachConsumptionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 130: warning: comment on exported method GetEachConsumptionRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 135: warning: comment on exported method GetEachConsumptionRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 140: warning: comment on exported method GetEachConsumptionRequest.SetPin should be of the form "SetPin ..." (golint)
    • Line 145: warning: comment on exported method GetEachConsumptionRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 150: warning: comment on exported method GetEachConsumptionRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 161: warning: exported type GetEachConsumptionResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type GetEachConsumptionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListWatermarks.go
    • Line 24: warning: exported type ListWatermarksRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewListWatermarksRequest should be of the form "NewListWatermarksRequest ..." (golint)
    • Line 52: warning: comment on exported function NewListWatermarksRequestWithAllParams should be of the form "NewListWatermarksRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewListWatermarksRequestWithoutParam should be of the form "NewListWatermarksRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method ListWatermarksRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 91: warning: comment on exported method ListWatermarksRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: exported type ListWatermarksResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type ListWatermarksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/UploadTemplate.go
    • Line 24: warning: exported type UploadTemplateRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewUploadTemplateRequest should be of the form "NewUploadTemplateRequest ..." (golint)
    • Line 52: warning: comment on exported function NewUploadTemplateRequestWithAllParams should be of the form "NewUploadTemplateRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewUploadTemplateRequestWithoutParam should be of the form "NewUploadTemplateRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method UploadTemplateRequest.SetTemplateSpec should be of the form "SetTemplateSpec ..." (golint)
    • Line 94: warning: exported type UploadTemplateResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type UploadTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/core/JdcloudRequest.go
    • Line 17: warning: exported type RequestInterface should have comment or be unexported (golint)
    • Line 33: warning: exported method JDCloudRequest.GetURL should have comment or be unexported (golint)
    • Line 37: warning: exported method JDCloudRequest.GetMethod should have comment or be unexported (golint)
    • Line 41: warning: exported method JDCloudRequest.GetVersion should have comment or be unexported (golint)
    • Line 45: warning: exported method JDCloudRequest.GetHeaders should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CheckRevisionExist.go
    • Line 23: warning: exported type CheckRevisionExistRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCheckRevisionExistRequest should be of the form "NewCheckRevisionExistRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCheckRevisionExistRequestWithAllParams should be of the form "NewCheckRevisionExistRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewCheckRevisionExistRequestWithoutParam should be of the form "NewCheckRevisionExistRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method CheckRevisionExistRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method CheckRevisionExistRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 110: warning: comment on exported method CheckRevisionExistRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 121: warning: exported type CheckRevisionExistResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type CheckRevisionExistResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DetachDiskToVmInstanceByDiskId.go
    • Line 24: warning: exported type DetachDiskToVmInstanceByDiskIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDetachDiskToVmInstanceByDiskIdRequest should be of the form "NewDetachDiskToVmInstanceByDiskIdRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDetachDiskToVmInstanceByDiskIdRequestWithAllParams should be of the form "NewDetachDiskToVmInstanceByDiskIdRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDetachDiskToVmInstanceByDiskIdRequestWithoutParam should be of the form "NewDetachDiskToVmInstanceByDiskIdRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DetachDiskToVmInstanceByDiskIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DetachDiskToVmInstanceByDiskIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method DetachDiskToVmInstanceByDiskIdRequest.SetDetach should be of the form "SetDetach ..." (golint)
    • Line 122: warning: exported type DetachDiskToVmInstanceByDiskIdResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DetachDiskToVmInstanceByDiskIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveDomain.go
    • Line 23: warning: exported type AddLiveDomainRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddLiveDomainRequest should be of the form "NewAddLiveDomainRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAddLiveDomainRequestWithAllParams should be of the form "NewAddLiveDomainRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewAddLiveDomainRequestWithoutParam should be of the form "NewAddLiveDomainRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method AddLiveDomainRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 110: warning: comment on exported method AddLiveDomainRequest.SetPlayDomain should be of the form "SetPlayDomain ..." (golint)
    • Line 123: warning: exported type AddLiveDomainResponse should have comment or be unexported (golint)
    • Line 129: warning: exported type AddLiveDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/DeleteStorage.go
    • Line 23: warning: exported type DeleteStorageRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteStorageRequest should be of the form "NewDeleteStorageRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteStorageRequestWithAllParams should be of the form "NewDeleteStorageRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteStorageRequestWithoutParam should be of the form "NewDeleteStorageRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteStorageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteStorageRequest.SetStorageId should be of the form "SetStorageId ..." (golint)
    • Line 107: warning: exported type DeleteStorageResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteStorageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeTicket.go
    • Line 24: warning: exported type DescribeTicketRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeTicketRequest should be of the form "NewDescribeTicketRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeTicketRequestWithAllParams should be of the form "NewDescribeTicketRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeTicketRequestWithoutParam should be of the form "NewDescribeTicketRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeTicketRequest.SetTicketNo should be of the form "SetTicketNo ..." (golint)
    • Line 94: warning: exported type DescribeTicketResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeTicketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetHttpSsl.go
    • Line 23: warning: exported type SetHttpSslRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewSetHttpSslRequest should be of the form "NewSetHttpSslRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSetHttpSslRequestWithAllParams should be of the form "NewSetHttpSslRequestWithAllParams ..." (golint)
    • Line 113: warning: comment on exported function NewSetHttpSslRequestWithoutParam should be of the form "NewSetHttpSslRequestWithoutParam ..." (golint)
    • Line 126: warning: comment on exported method SetHttpSslRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 131: warning: comment on exported method SetHttpSslRequest.SetSource should be of the form "SetSource ..." (golint)
    • Line 136: warning: comment on exported method SetHttpSslRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 141: warning: comment on exported method SetHttpSslRequest.SetSslCert should be of the form "SetSslCert ..." (golint)
    • Line 146: warning: comment on exported method SetHttpSslRequest.SetSslKey should be of the form "SetSslKey ..." (golint)
    • Line 151: warning: comment on exported method SetHttpSslRequest.SetJumpType should be of the form "SetJumpType ..." (golint)
    • Line 160: warning: comment on exported method SetHttpSslRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 171: warning: exported type SetHttpSslResponse should have comment or be unexported (golint)
    • Line 177: warning: exported type SetHttpSslResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/order/client/OrderClient.go
    • Line 26: warning: exported type OrderClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewOrderClient should have comment or be unexported (golint)
    • Line 48: warning: exported method OrderClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method OrderClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method OrderClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method OrderClient.QueryOrder should be of the form "QueryOrder ..." (golint)
    • Line 80: warning: comment on exported method OrderClient.QueryOrders should be of the form "QueryOrders ..." (golint)
    • Line 100: warning: comment on exported method OrderClient.PayOrder should be of the form "PayOrder ..." (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveDomainDetail.go
    • Line 24: warning: exported type DescribeLiveDomainDetailRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeLiveDomainDetailRequest should be of the form "NewDescribeLiveDomainDetailRequest ..." (golint)
    • Line 56: warning: comment on exported function NewDescribeLiveDomainDetailRequestWithAllParams should be of the form "NewDescribeLiveDomainDetailRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeLiveDomainDetailRequestWithoutParam should be of the form "NewDescribeLiveDomainDetailRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeLiveDomainDetailRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 102: warning: exported type DescribeLiveDomainDetailResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type DescribeLiveDomainDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateJsPagesOfWebRule.go
    • Line 24: warning: exported type CreateJsPagesOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateJsPagesOfWebRuleRequest should be of the form "NewCreateJsPagesOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateJsPagesOfWebRuleRequestWithAllParams should be of the form "NewCreateJsPagesOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateJsPagesOfWebRuleRequestWithoutParam should be of the form "NewCreateJsPagesOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateJsPagesOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateJsPagesOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateJsPagesOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method CreateJsPagesOfWebRuleRequest.SetJsPagesSpec should be of the form "SetJsPagesSpec ..." (golint)
    • Line 136: warning: exported type CreateJsPagesOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateJsPagesOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/oss/apis/DeleteBucket.go
    • Line 23: warning: exported type DeleteBucketRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteBucketRequest should be of the form "NewDeleteBucketRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteBucketRequestWithAllParams should be of the form "NewDeleteBucketRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteBucketRequestWithoutParam should be of the form "NewDeleteBucketRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteBucketRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteBucketRequest.SetBucketname should be of the form "SetBucketname ..." (golint)
    • Line 107: warning: exported type DeleteBucketResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteBucketResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeSnapshotBinding.go
    • Line 24: warning: exported type DescribeSnapshotBindingRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeSnapshotBindingRequest should be of the form "NewDescribeSnapshotBindingRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeSnapshotBindingRequestWithAllParams should be of the form "NewDescribeSnapshotBindingRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSnapshotBindingRequestWithoutParam should be of the form "NewDescribeSnapshotBindingRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeSnapshotBindingRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 94: warning: exported type DescribeSnapshotBindingResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeSnapshotBindingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/UpdatePermission.go
    • Line 24: warning: exported type UpdatePermissionRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdatePermissionRequest should be of the form "NewUpdatePermissionRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdatePermissionRequestWithAllParams should be of the form "NewUpdatePermissionRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdatePermissionRequestWithoutParam should be of the form "NewUpdatePermissionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdatePermissionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdatePermissionRequest.SetPermissionId should be of the form "SetPermissionId ..." (golint)
    • Line 111: warning: comment on exported method UpdatePermissionRequest.SetUpdatePermissionInfo should be of the form "SetUpdatePermissionInfo ..." (golint)
    • Line 122: warning: exported type UpdatePermissionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdatePermissionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streambus/apis/AddTopic.go
    • Line 24: warning: exported type AddTopicRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddTopicRequest should be of the form "NewAddTopicRequest ..." (golint)
    • Line 58: warning: comment on exported function NewAddTopicRequestWithAllParams should be of the form "NewAddTopicRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewAddTopicRequestWithoutParam should be of the form "NewAddTopicRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method AddTopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method AddTopicRequest.SetTopicModel should be of the form "SetTopicModel ..." (golint)
    • Line 108: warning: exported type AddTopicResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type AddTopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetDeploymentsVersion.go
    • Line 24: warning: exported type GetDeploymentsVersionRequest should have comment or be unexported (golint)
    • Line 35: warning: don't use underscores in Go names; struct field Version_id should be VersionID (golint)
    • Line 38: warning: comment on exported function NewGetDeploymentsVersionRequest should be of the form "NewGetDeploymentsVersionRequest ..." (golint)
    • Line 48: warning: don't use underscores in Go names; func parameter version_id should be versionID (golint)
    • Line 64: warning: comment on exported function NewGetDeploymentsVersionRequestWithAllParams should be of the form "NewGetDeploymentsVersionRequestWithAllParams ..." (golint)
    • Line 72: warning: don't use underscores in Go names; func parameter version_id should be versionID (golint)
    • Line 88: warning: comment on exported function NewGetDeploymentsVersionRequestWithoutParam should be of the form "NewGetDeploymentsVersionRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method GetDeploymentsVersionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method GetDeploymentsVersionRequest.SetId should be of the form "SetId ..." (golint)
    • Line 111: warning: comment on exported method GetDeploymentsVersionRequest.SetVersion_id should be of the form "SetVersion_id ..." (golint)
    • Line 112: warning: don't use underscores in Go names; method SetVersion_id should be SetVersionID (golint)
    • Line 112: warning: don't use underscores in Go names; method parameter version_id should be versionID (golint)
    • Line 122: warning: exported type GetDeploymentsVersionResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type GetDeploymentsVersionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSlbs.go
    • Line 24: warning: exported type GetVpcSlbsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVpcSlbsRequest should be of the form "NewGetVpcSlbsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVpcSlbsRequestWithAllParams should be of the form "NewGetVpcSlbsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVpcSlbsRequestWithoutParam should be of the form "NewGetVpcSlbsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVpcSlbsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVpcSlbsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVpcSlbsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/DeleteAlias.go
    • Line 23: warning: exported type DeleteAliasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteAliasRequest should be of the form "NewDeleteAliasRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteAliasRequestWithAllParams should be of the form "NewDeleteAliasRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteAliasRequestWithoutParam should be of the form "NewDeleteAliasRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteAliasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteAliasRequest.SetFunctionName should be of the form "SetFunctionName ..." (golint)
    • Line 110: warning: comment on exported method DeleteAliasRequest.SetAliasName should be of the form "SetAliasName ..." (golint)
    • Line 121: warning: exported type DeleteAliasResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteAliasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetHttpType.go
    • Line 23: warning: exported type SetHttpTypeRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewSetHttpTypeRequest should be of the form "NewSetHttpTypeRequest ..." (golint)
    • Line 75: warning: comment on exported function NewSetHttpTypeRequestWithAllParams should be of the form "NewSetHttpTypeRequestWithAllParams ..." (golint)
    • Line 117: warning: comment on exported function NewSetHttpTypeRequestWithoutParam should be of the form "NewSetHttpTypeRequestWithoutParam ..." (golint)
    • Line 130: warning: comment on exported method SetHttpTypeRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 135: warning: comment on exported method SetHttpTypeRequest.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 140: warning: comment on exported method SetHttpTypeRequest.SetCertificate should be of the form "SetCertificate ..." (golint)
    • Line 145: warning: comment on exported method SetHttpTypeRequest.SetRsaKey should be of the form "SetRsaKey ..." (golint)
    • Line 150: warning: comment on exported method SetHttpTypeRequest.SetJumpType should be of the form "SetJumpType ..." (golint)
    • Line 155: warning: comment on exported method SetHttpTypeRequest.SetCertFrom should be of the form "SetCertFrom ..." (golint)
    • Line 160: warning: comment on exported method SetHttpTypeRequest.SetSslCertId should be of the form "SetSslCertId ..." (golint)
    • Line 165: warning: comment on exported method SetHttpTypeRequest.SetSyncToSsl should be of the form "SetSyncToSsl ..." (golint)
    • Line 170: warning: comment on exported method SetHttpTypeRequest.SetCertName should be of the form "SetCertName ..." (golint)
    • Line 181: warning: exported type SetHttpTypeResponse should have comment or be unexported (golint)
    • Line 187: warning: exported type SetHttpTypeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteJsPageOfWebRule.go
    • Line 23: warning: exported type DeleteJsPageOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteJsPageOfWebRuleRequest should be of the form "NewDeleteJsPageOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteJsPageOfWebRuleRequestWithAllParams should be of the form "NewDeleteJsPageOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteJsPageOfWebRuleRequestWithoutParam should be of the form "NewDeleteJsPageOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteJsPageOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteJsPageOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DeleteJsPageOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DeleteJsPageOfWebRuleRequest.SetJsPageId should be of the form "SetJsPageId ..." (golint)
    • Line 135: warning: exported type DeleteJsPageOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteJsPageOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/AssociateRouteTable.go
    • Line 23: warning: exported type AssociateRouteTableRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewAssociateRouteTableRequest should be of the form "NewAssociateRouteTableRequest ..." (golint)
    • Line 63: warning: comment on exported function NewAssociateRouteTableRequestWithAllParams should be of the form "NewAssociateRouteTableRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewAssociateRouteTableRequestWithoutParam should be of the form "NewAssociateRouteTableRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method AssociateRouteTableRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method AssociateRouteTableRequest.SetRouteTableId should be of the form "SetRouteTableId ..." (golint)
    • Line 110: warning: comment on exported method AssociateRouteTableRequest.SetSubnetIds should be of the form "SetSubnetIds ..." (golint)
    • Line 121: warning: exported type AssociateRouteTableResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type AssociateRouteTableResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 109: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 115: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/DescribeProbeHistory.go
    • Line 24: warning: exported type DescribeProbeHistoryRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeProbeHistoryRequest should be of the form "NewDescribeProbeHistoryRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeProbeHistoryRequestWithAllParams should be of the form "NewDescribeProbeHistoryRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeProbeHistoryRequestWithoutParam should be of the form "NewDescribeProbeHistoryRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeProbeHistoryRequest.SetProbeTaskID should be of the form "SetProbeTaskID ..." (golint)
    • Line 109: warning: comment on exported method DescribeProbeHistoryRequest.SetProbeID should be of the form "SetProbeID ..." (golint)
    • Line 114: warning: comment on exported method DescribeProbeHistoryRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 119: warning: comment on exported method DescribeProbeHistoryRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 130: warning: exported type DescribeProbeHistoryResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type DescribeProbeHistoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/ElevatorOperatingStatus.go
    • Line 24: warning: exported type ElevatorOperatingStatusRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewElevatorOperatingStatusRequest should be of the form "NewElevatorOperatingStatusRequest ..." (golint)
    • Line 61: warning: comment on exported function NewElevatorOperatingStatusRequestWithAllParams should be of the form "NewElevatorOperatingStatusRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewElevatorOperatingStatusRequestWithoutParam should be of the form "NewElevatorOperatingStatusRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method ElevatorOperatingStatusRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 103: warning: comment on exported method ElevatorOperatingStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 108: warning: comment on exported method ElevatorOperatingStatusRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 119: warning: exported type ElevatorOperatingStatusResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type ElevatorOperatingStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DisableSecret.go
    • Line 23: warning: exported type DisableSecretRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDisableSecretRequest should be of the form "NewDisableSecretRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDisableSecretRequestWithAllParams should be of the form "NewDisableSecretRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDisableSecretRequestWithoutParam should be of the form "NewDisableSecretRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DisableSecretRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 93: warning: exported type DisableSecretResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DisableSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetWafRule.go
    • Line 24: warning: exported type SetWafRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetWafRuleRequest should be of the form "NewSetWafRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetWafRuleRequestWithAllParams should be of the form "NewSetWafRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetWafRuleRequestWithoutParam should be of the form "NewSetWafRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetWafRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetWafRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetWafRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetWafRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetWafRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/pod/apis/ExecCreate.go
    • Line 23: warning: exported type ExecCreateRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewExecCreateRequest should be of the form "NewExecCreateRequest ..." (golint)
    • Line 72: warning: comment on exported function NewExecCreateRequestWithAllParams should be of the form "NewExecCreateRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewExecCreateRequestWithoutParam should be of the form "NewExecCreateRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ExecCreateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ExecCreateRequest.SetPodId should be of the form "SetPodId ..." (golint)
    • Line 125: warning: comment on exported method ExecCreateRequest.SetContainerName should be of the form "SetContainerName ..." (golint)
    • Line 130: warning: comment on exported method ExecCreateRequest.SetCommand should be of the form "SetCommand ..." (golint)
    • Line 135: warning: comment on exported method ExecCreateRequest.SetTty should be of the form "SetTty ..." (golint)
    • Line 146: warning: exported type ExecCreateResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type ExecCreateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/AddRules.go
    • Line 24: warning: exported type AddRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddRulesRequest should be of the form "NewAddRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddRulesRequestWithAllParams should be of the form "NewAddRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddRulesRequestWithoutParam should be of the form "NewAddRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddRulesRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 111: warning: comment on exported method AddRulesRequest.SetRuleSpecs should be of the form "SetRuleSpecs ..." (golint)
    • Line 122: warning: exported type AddRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/DescribeQuota.go
    • Line 24: warning: exported type DescribeQuotaRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeQuotaRequest should be of the form "NewDescribeQuotaRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDescribeQuotaRequestWithAllParams should be of the form "NewDescribeQuotaRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeQuotaRequestWithoutParam should be of the form "NewDescribeQuotaRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeQuotaRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeQuotaRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 112: warning: exported type DescribeQuotaResponse should have comment or be unexported (golint)
    • Line 118: warning: exported type DescribeQuotaResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/SetDataSourceKms.go
    • Line 24: warning: exported type SetDataSourceKmsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetDataSourceKmsRequest should be of the form "NewSetDataSourceKmsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetDataSourceKmsRequestWithAllParams should be of the form "NewSetDataSourceKmsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetDataSourceKmsRequestWithoutParam should be of the form "NewSetDataSourceKmsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetDataSourceKmsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetDataSourceKmsRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 111: warning: comment on exported method SetDataSourceKmsRequest.SetKmsSpec should be of the form "SetKmsSpec ..." (golint)
    • Line 122: warning: exported type SetDataSourceKmsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetDataSourceKmsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetCategoryWithChildren.go
    • Line 24: warning: exported type GetCategoryWithChildrenRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetCategoryWithChildrenRequest should be of the form "NewGetCategoryWithChildrenRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetCategoryWithChildrenRequestWithAllParams should be of the form "NewGetCategoryWithChildrenRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetCategoryWithChildrenRequestWithoutParam should be of the form "NewGetCategoryWithChildrenRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetCategoryWithChildrenRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 94: warning: exported type GetCategoryWithChildrenResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetCategoryWithChildrenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/CreateNamespace.go
    • Line 24: warning: exported type CreateNamespaceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateNamespaceRequest should be of the form "NewCreateNamespaceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateNamespaceRequestWithAllParams should be of the form "NewCreateNamespaceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateNamespaceRequestWithoutParam should be of the form "NewCreateNamespaceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateNamespaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateNamespaceRequest.SetNamespaceStr should be of the form "SetNamespaceStr ..." (golint)
    • Line 108: warning: exported type CreateNamespaceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateNamespaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteCustomLiveStreamQualityDetectionTemplate.go
    • Line 23: warning: exported type DeleteCustomLiveStreamQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteCustomLiveStreamQualityDetectionTemplateRequest should be of the form "NewDeleteCustomLiveStreamQualityDetectionTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteCustomLiveStreamQualityDetectionTemplateRequestWithAllParams should be of the form "NewDeleteCustomLiveStreamQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteCustomLiveStreamQualityDetectionTemplateRequestWithoutParam should be of the form "NewDeleteCustomLiveStreamQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteCustomLiveStreamQualityDetectionTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 93: warning: exported type DeleteCustomLiveStreamQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteCustomLiveStreamQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamPublishInfoByPage.go
    • Line 24: warning: exported type DescribeLiveStreamPublishInfoByPageRequest should have comment or be unexported (golint)
    • Line 61: warning: comment on exported function NewDescribeLiveStreamPublishInfoByPageRequest should be of the form "NewDescribeLiveStreamPublishInfoByPageRequest ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeLiveStreamPublishInfoByPageRequestWithAllParams should be of the form "NewDescribeLiveStreamPublishInfoByPageRequestWithAllParams ..." (golint)
    • Line 135: warning: comment on exported function NewDescribeLiveStreamPublishInfoByPageRequestWithoutParam should be of the form "NewDescribeLiveStreamPublishInfoByPageRequestWithoutParam ..." (golint)
    • Line 148: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 153: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 158: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 163: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 172: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 182: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 188: warning: comment on exported method DescribeLiveStreamPublishInfoByPageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 200: warning: exported type DescribeLiveStreamPublishInfoByPageResponse should have comment or be unexported (golint)
    • Line 206: warning: exported type DescribeLiveStreamPublishInfoByPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/elite/apis/ConfirmSaleServiceDelivery.go
    • Line 24: warning: exported type ConfirmSaleServiceDeliveryRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewConfirmSaleServiceDeliveryRequest should be of the form "NewConfirmSaleServiceDeliveryRequest ..." (golint)
    • Line 58: warning: comment on exported function NewConfirmSaleServiceDeliveryRequestWithAllParams should be of the form "NewConfirmSaleServiceDeliveryRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewConfirmSaleServiceDeliveryRequestWithoutParam should be of the form "NewConfirmSaleServiceDeliveryRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ConfirmSaleServiceDeliveryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method ConfirmSaleServiceDeliveryRequest.SetConfirmDeliveryInfo should be of the form "SetConfirmDeliveryInfo ..." (golint)
    • Line 108: warning: exported type ConfirmSaleServiceDeliveryResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ConfirmSaleServiceDeliveryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sms/apis/Reply.go
    • Line 24: warning: exported type ReplyRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewReplyRequest should be of the form "NewReplyRequest ..." (golint)
    • Line 67: warning: comment on exported function NewReplyRequestWithAllParams should be of the form "NewReplyRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewReplyRequestWithoutParam should be of the form "NewReplyRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method ReplyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method ReplyRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 117: warning: comment on exported method ReplyRequest.SetDataDate should be of the form "SetDataDate ..." (golint)
    • Line 122: warning: comment on exported method ReplyRequest.SetPhoneList should be of the form "SetPhoneList ..." (golint)
    • Line 133: warning: exported type ReplyResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type ReplyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/ConfigBackSourcePath.go
    • Line 24: warning: exported type ConfigBackSourcePathRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewConfigBackSourcePathRequest should be of the form "NewConfigBackSourcePathRequest ..." (golint)
    • Line 55: warning: comment on exported function NewConfigBackSourcePathRequestWithAllParams should be of the form "NewConfigBackSourcePathRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewConfigBackSourcePathRequestWithoutParam should be of the form "NewConfigBackSourcePathRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method ConfigBackSourcePathRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: comment on exported method ConfigBackSourcePathRequest.SetConfigs should be of the form "SetConfigs ..." (golint)
    • Line 105: warning: exported type ConfigBackSourcePathResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type ConfigBackSourcePathResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetIPRule.go
    • Line 24: warning: exported type SetIPRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetIPRuleRequest should be of the form "NewSetIPRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetIPRuleRequestWithAllParams should be of the form "NewSetIPRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetIPRuleRequestWithoutParam should be of the form "NewSetIPRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetIPRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 106: warning: comment on exported method SetIPRuleRequest.SetConfig should be of the form "SetConfig ..." (golint)
    • Line 111: warning: comment on exported method SetIPRuleRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 122: warning: exported type SetIPRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetIPRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/mongodb/apis/ModifySecurityIps.go
    • Line 23: warning: exported type ModifySecurityIpsRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifySecurityIpsRequest should be of the form "NewModifySecurityIpsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewModifySecurityIpsRequestWithAllParams should be of the form "NewModifySecurityIpsRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewModifySecurityIpsRequestWithoutParam should be of the form "NewModifySecurityIpsRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ModifySecurityIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ModifySecurityIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method ModifySecurityIpsRequest.SetModifyMode should be of the form "SetModifyMode ..." (golint)
    • Line 124: warning: comment on exported method ModifySecurityIpsRequest.SetSecurityIps should be of the form "SetSecurityIps ..." (golint)
    • Line 135: warning: exported type ModifySecurityIpsResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ModifySecurityIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeWatermarkBinding.go
    • Line 24: warning: exported type DescribeWatermarkBindingRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeWatermarkBindingRequest should be of the form "NewDescribeWatermarkBindingRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeWatermarkBindingRequestWithAllParams should be of the form "NewDescribeWatermarkBindingRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWatermarkBindingRequestWithoutParam should be of the form "NewDescribeWatermarkBindingRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeWatermarkBindingRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 94: warning: exported type DescribeWatermarkBindingResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeWatermarkBindingResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/function/apis/ListFunction.go
    • Line 25: warning: exported type ListFunctionRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewListFunctionRequest should be of the form "NewListFunctionRequest ..." (golint)
    • Line 70: warning: comment on exported function NewListFunctionRequestWithAllParams should be of the form "NewListFunctionRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewListFunctionRequestWithoutParam should be of the form "NewListFunctionRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method ListFunctionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method ListFunctionRequest.SetListAll should be of the form "SetListAll ..." (golint)
    • Line 125: warning: comment on exported method ListFunctionRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method ListFunctionRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method ListFunctionRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 148: warning: exported type ListFunctionResponse should have comment or be unexported (golint)
    • Line 154: warning: exported type ListFunctionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DisableWhiteListRuleOfWebRule.go
    • Line 23: warning: exported type DisableWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDisableWhiteListRuleOfWebRuleRequest should be of the form "NewDisableWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDisableWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewDisableWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDisableWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewDisableWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DisableWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DisableWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DisableWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DisableWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleId should be of the form "SetWebWhiteListRuleId ..." (golint)
    • Line 135: warning: exported type DisableWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DisableWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelBotUsrRule.go
    • Line 24: warning: exported type DelBotUsrRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelBotUsrRuleRequest should be of the form "NewDelBotUsrRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelBotUsrRuleRequestWithAllParams should be of the form "NewDelBotUsrRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelBotUsrRuleRequestWithoutParam should be of the form "NewDelBotUsrRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelBotUsrRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelBotUsrRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelBotUsrRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelBotUsrRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelBotUsrRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DetachKeypair.go
    • Line 23: warning: exported type DetachKeypairRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDetachKeypairRequest should be of the form "NewDetachKeypairRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDetachKeypairRequestWithAllParams should be of the form "NewDetachKeypairRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDetachKeypairRequestWithoutParam should be of the form "NewDetachKeypairRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DetachKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DetachKeypairRequest.SetKeyName should be of the form "SetKeyName ..." (golint)
    • Line 110: warning: comment on exported method DetachKeypairRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 121: warning: exported type DetachKeypairResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DetachKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryHttp2.go
    • Line 23: warning: exported type QueryHttp2Request should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryHttp2Request should be of the form "NewQueryHttp2Request ..." (golint)
    • Line 51: warning: comment on exported function NewQueryHttp2RequestWithAllParams should be of the form "NewQueryHttp2RequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryHttp2RequestWithoutParam should be of the form "NewQueryHttp2RequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryHttp2Request.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryHttp2Response should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryHttp2Result should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/FailoverInstance.go
    • Line 23: warning: exported type FailoverInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewFailoverInstanceRequest should be of the form "NewFailoverInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewFailoverInstanceRequestWithAllParams should be of the form "NewFailoverInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewFailoverInstanceRequestWithoutParam should be of the form "NewFailoverInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method FailoverInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method FailoverInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type FailoverInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type FailoverInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeAliasIps.go
    • Line 25: warning: exported type DescribeAliasIpsRequest should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function NewDescribeAliasIpsRequest should be of the form "NewDescribeAliasIpsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeAliasIpsRequestWithAllParams should be of the form "NewDescribeAliasIpsRequestWithAllParams ..." (golint)
    • Line 109: warning: comment on exported function NewDescribeAliasIpsRequestWithoutParam should be of the form "NewDescribeAliasIpsRequestWithoutParam ..." (golint)
    • Line 122: warning: comment on exported method DescribeAliasIpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 127: warning: comment on exported method DescribeAliasIpsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeAliasIpsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 137: warning: comment on exported method DescribeAliasIpsRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 142: warning: comment on exported method DescribeAliasIpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 147: warning: comment on exported method DescribeAliasIpsRequest.SetCidr should be of the form "SetCidr ..." (golint)
    • Line 152: warning: comment on exported method DescribeAliasIpsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 164: warning: exported type DescribeAliasIpsResponse should have comment or be unexported (golint)
    • Line 170: warning: exported type DescribeAliasIpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeAlarms.go
    • Line 25: warning: exported type DescribeAlarmsRequest should have comment or be unexported (golint)
    • Line 55: warning: comment on exported function NewDescribeAlarmsRequest should be of the form "NewDescribeAlarmsRequest ..." (golint)
    • Line 72: warning: comment on exported function NewDescribeAlarmsRequestWithAllParams should be of the form "NewDescribeAlarmsRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewDescribeAlarmsRequestWithoutParam should be of the form "NewDescribeAlarmsRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method DescribeAlarmsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 130: warning: comment on exported method DescribeAlarmsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 135: warning: comment on exported method DescribeAlarmsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 140: warning: comment on exported method DescribeAlarmsRequest.SetResourceType should be of the form "SetResourceType ..." (golint)
    • Line 145: warning: comment on exported method DescribeAlarmsRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 150: warning: comment on exported method DescribeAlarmsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 155: warning: comment on exported method DescribeAlarmsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 160: warning: comment on exported method DescribeAlarmsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 172: warning: exported type DescribeAlarmsResponse should have comment or be unexported (golint)
    • Line 178: warning: exported type DescribeAlarmsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/DeleteTemplate.go
    • Line 24: warning: exported type DeleteTemplateRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteTemplateRequest should be of the form "NewDeleteTemplateRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDeleteTemplateRequestWithAllParams should be of the form "NewDeleteTemplateRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteTemplateRequestWithoutParam should be of the form "NewDeleteTemplateRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 111: warning: comment on exported method DeleteTemplateRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 122: warning: exported type DeleteTemplateResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DeleteTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryBackSourcePath.go
    • Line 24: warning: exported type QueryBackSourcePathRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewQueryBackSourcePathRequest should be of the form "NewQueryBackSourcePathRequest ..." (golint)
    • Line 52: warning: comment on exported function NewQueryBackSourcePathRequestWithAllParams should be of the form "NewQueryBackSourcePathRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewQueryBackSourcePathRequestWithoutParam should be of the form "NewQueryBackSourcePathRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method QueryBackSourcePathRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 94: warning: exported type QueryBackSourcePathResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type QueryBackSourcePathResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateBlackListRuleOfWebRule.go
    • Line 24: warning: exported type CreateBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateBlackListRuleOfWebRuleRequest should be of the form "NewCreateBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewCreateBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewCreateBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method CreateBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method CreateBlackListRuleOfWebRuleRequest.SetWebBlackListRuleSpec should be of the form "SetWebBlackListRuleSpec ..." (golint)
    • Line 136: warning: exported type CreateBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateListener.go
    • Line 24: warning: exported type UpdateListenerRequest should have comment or be unexported (golint)
    • Line 56: warning: comment on exported function NewUpdateListenerRequest should be of the form "NewUpdateListenerRequest ..." (golint)
    • Line 79: warning: comment on exported function NewUpdateListenerRequestWithAllParams should be of the form "NewUpdateListenerRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewUpdateListenerRequestWithoutParam should be of the form "NewUpdateListenerRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method UpdateListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 139: warning: comment on exported method UpdateListenerRequest.SetListenerId should be of the form "SetListenerId ..." (golint)
    • Line 144: warning: comment on exported method UpdateListenerRequest.SetListenerName should be of the form "SetListenerName ..." (golint)
    • Line 149: warning: comment on exported method UpdateListenerRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 154: warning: comment on exported method UpdateListenerRequest.SetCertificateSpecs should be of the form "SetCertificateSpecs ..." (golint)
    • Line 159: warning: comment on exported method UpdateListenerRequest.SetConnectionIdleTimeSeconds should be of the form "SetConnectionIdleTimeSeconds ..." (golint)
    • Line 164: warning: comment on exported method UpdateListenerRequest.SetBackendId should be of the form "SetBackendId ..." (golint)
    • Line 169: warning: comment on exported method UpdateListenerRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 174: warning: comment on exported method UpdateListenerRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 185: warning: exported type UpdateListenerResponse should have comment or be unexported (golint)
    • Line 191: warning: exported type UpdateListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsSendOverviewUsingGET.go
    • Line 24: warning: exported type ListSmsSendOverviewUsingGETRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewListSmsSendOverviewUsingGETRequest should be of the form "NewListSmsSendOverviewUsingGETRequest ..." (golint)
    • Line 70: warning: comment on exported function NewListSmsSendOverviewUsingGETRequestWithAllParams should be of the form "NewListSmsSendOverviewUsingGETRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewListSmsSendOverviewUsingGETRequestWithoutParam should be of the form "NewListSmsSendOverviewUsingGETRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method ListSmsSendOverviewUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 118: warning: comment on exported method ListSmsSendOverviewUsingGETRequest.SetPackageType should be of the form "SetPackageType ..." (golint)
    • Line 123: warning: comment on exported method ListSmsSendOverviewUsingGETRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 128: warning: comment on exported method ListSmsSendOverviewUsingGETRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 133: warning: comment on exported method ListSmsSendOverviewUsingGETRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 144: warning: exported type ListSmsSendOverviewUsingGETResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type ListSmsSendOverviewUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/CreateRdsDatabase.go
    • Line 23: warning: exported type CreateRdsDatabaseRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateRdsDatabaseRequest should be of the form "NewCreateRdsDatabaseRequest ..." (golint)
    • Line 69: warning: comment on exported function NewCreateRdsDatabaseRequestWithAllParams should be of the form "NewCreateRdsDatabaseRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewCreateRdsDatabaseRequestWithoutParam should be of the form "NewCreateRdsDatabaseRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method CreateRdsDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method CreateRdsDatabaseRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method CreateRdsDatabaseRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 124: warning: comment on exported method CreateRdsDatabaseRequest.SetCharacterSetName should be of the form "SetCharacterSetName ..." (golint)
    • Line 135: warning: exported type CreateRdsDatabaseResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type CreateRdsDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/SetRiskUsrList.go
    • Line 24: warning: exported type SetRiskUsrListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRiskUsrListRequest should be of the form "NewSetRiskUsrListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRiskUsrListRequestWithAllParams should be of the form "NewSetRiskUsrListRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRiskUsrListRequestWithoutParam should be of the form "NewSetRiskUsrListRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRiskUsrListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method SetRiskUsrListRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method SetRiskUsrListRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type SetRiskUsrListResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRiskUsrListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeOpenDevicesData.go
    • Line 24: warning: exported type DescribeOpenDevicesDataRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeOpenDevicesDataRequest should be of the form "NewDescribeOpenDevicesDataRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeOpenDevicesDataRequestWithAllParams should be of the form "NewDescribeOpenDevicesDataRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeOpenDevicesDataRequestWithoutParam should be of the form "NewDescribeOpenDevicesDataRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeOpenDevicesDataRequest.SetDeviceCodes should be of the form "SetDeviceCodes ..." (golint)
    • Line 94: warning: comment on exported method DescribeOpenDevicesDataRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 105: warning: exported type DescribeOpenDevicesDataResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeOpenDevicesDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSubnets.go
    • Line 24: warning: exported type GetVpcSubnetsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVpcSubnetsRequest should be of the form "NewGetVpcSubnetsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVpcSubnetsRequestWithAllParams should be of the form "NewGetVpcSubnetsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVpcSubnetsRequestWithoutParam should be of the form "NewGetVpcSubnetsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVpcSubnetsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVpcSubnetsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVpcSubnetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeDeviceTypes.go
    • Line 24: warning: exported type DescribeDeviceTypesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDeviceTypesRequest should be of the form "NewDescribeDeviceTypesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeDeviceTypesRequestWithAllParams should be of the form "NewDescribeDeviceTypesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeDeviceTypesRequestWithoutParam should be of the form "NewDescribeDeviceTypesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeDeviceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeDeviceTypesRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 105: warning: exported type DescribeDeviceTypesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeDeviceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeGroup.go
    • Line 24: warning: exported type DescribeGroupRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeGroupRequest should be of the form "NewDescribeGroupRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeGroupRequestWithAllParams should be of the form "NewDescribeGroupRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeGroupRequestWithoutParam should be of the form "NewDescribeGroupRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 94: warning: exported type DescribeGroupResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeKeypair.go
    • Line 24: warning: exported type DescribeKeypairRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeKeypairRequest should be of the form "NewDescribeKeypairRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeKeypairRequestWithAllParams should be of the form "NewDescribeKeypairRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeKeypairRequestWithoutParam should be of the form "NewDescribeKeypairRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeKeypairRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeKeypairRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 108: warning: exported type DescribeKeypairResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeKeypairResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVpcSecurityGroups.go
    • Line 24: warning: exported type GetVpcSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVpcSecurityGroupsRequest should be of the form "NewGetVpcSecurityGroupsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVpcSecurityGroupsRequestWithAllParams should be of the form "NewGetVpcSecurityGroupsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVpcSecurityGroupsRequestWithoutParam should be of the form "NewGetVpcSecurityGroupsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVpcSecurityGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetVpcSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVpcSecurityGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateParameterGroup.go
    • Line 23: warning: exported type CreateParameterGroupRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewCreateParameterGroupRequest should be of the form "NewCreateParameterGroupRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateParameterGroupRequestWithAllParams should be of the form "NewCreateParameterGroupRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateParameterGroupRequestWithoutParam should be of the form "NewCreateParameterGroupRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateParameterGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method CreateParameterGroupRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 125: warning: comment on exported method CreateParameterGroupRequest.SetEngineVersion should be of the form "SetEngineVersion ..." (golint)
    • Line 130: warning: comment on exported method CreateParameterGroupRequest.SetParameterGroupName should be of the form "SetParameterGroupName ..." (golint)
    • Line 135: warning: comment on exported method CreateParameterGroupRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 146: warning: exported type CreateParameterGroupResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type CreateParameterGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/models/FrameDetail.go
    • Line 20: warning: exported type FrameDetail should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; struct field Politics_frame_count should be PoliticsFrameCount (golint)
    • Line 26: warning: don't use underscores in Go names; struct field Porn_frame_count should be PornFrameCount (golint)
    • Line 29: warning: don't use underscores in Go names; struct field Terrorism_frame_count should be TerrorismFrameCount (golint)
    • Line 32: warning: don't use underscores in Go names; struct field Total_frame_count should be TotalFrameCount (golint)
    • jdcloud-sdk-go/services/sms/apis/StatusReport.go
    • Line 24: warning: exported type StatusReportRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewStatusReportRequest should be of the form "NewStatusReportRequest ..." (golint)
    • Line 61: warning: comment on exported function NewStatusReportRequestWithAllParams should be of the form "NewStatusReportRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewStatusReportRequestWithoutParam should be of the form "NewStatusReportRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method StatusReportRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method StatusReportRequest.SetSequenceNumber should be of the form "SetSequenceNumber ..." (golint)
    • Line 108: warning: comment on exported method StatusReportRequest.SetPhoneList should be of the form "SetPhoneList ..." (golint)
    • Line 119: warning: exported type StatusReportResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type StatusReportResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeCabinets.go
    • Line 25: warning: exported type DescribeCabinetsRequest should have comment or be unexported (golint)
    • Line 64: warning: comment on exported function NewDescribeCabinetsRequest should be of the form "NewDescribeCabinetsRequest ..." (golint)
    • Line 84: warning: comment on exported function NewDescribeCabinetsRequestWithAllParams should be of the form "NewDescribeCabinetsRequestWithAllParams ..." (golint)
    • Line 133: warning: comment on exported function NewDescribeCabinetsRequestWithoutParam should be of the form "NewDescribeCabinetsRequestWithoutParam ..." (golint)
    • Line 146: warning: comment on exported method DescribeCabinetsRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 151: warning: comment on exported method DescribeCabinetsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 156: warning: comment on exported method DescribeCabinetsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 161: warning: comment on exported method DescribeCabinetsRequest.SetAll should be of the form "SetAll ..." (golint)
    • Line 166: warning: comment on exported method DescribeCabinetsRequest.SetCabinetType should be of the form "SetCabinetType ..." (golint)
    • Line 171: warning: comment on exported method DescribeCabinetsRequest.SetCabinetOpenStatus should be of the form "SetCabinetOpenStatus ..." (golint)
    • Line 176: warning: comment on exported method DescribeCabinetsRequest.SetCabinetNo should be of the form "SetCabinetNo ..." (golint)
    • Line 181: warning: comment on exported method DescribeCabinetsRequest.SetDeviceMustBeEmpty should be of the form "SetDeviceMustBeEmpty ..." (golint)
    • Line 186: warning: comment on exported method DescribeCabinetsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 195: warning: comment on exported method DescribeCabinetsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 206: warning: exported type DescribeCabinetsResponse should have comment or be unexported (golint)
    • Line 212: warning: exported type DescribeCabinetsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cr/apis/CreateRepository.go
    • Line 24: warning: exported type CreateRepositoryRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewCreateRepositoryRequest should be of the form "NewCreateRepositoryRequest ..." (golint)
    • Line 72: warning: comment on exported function NewCreateRepositoryRequestWithAllParams should be of the form "NewCreateRepositoryRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewCreateRepositoryRequestWithoutParam should be of the form "NewCreateRepositoryRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method CreateRepositoryRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method CreateRepositoryRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 125: warning: comment on exported method CreateRepositoryRequest.SetRepositoryName should be of the form "SetRepositoryName ..." (golint)
    • Line 132: warning: comment on exported method CreateRepositoryRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 144: warning: exported type CreateRepositoryResponse should have comment or be unexported (golint)
    • Line 150: warning: exported type CreateRepositoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsTaskIdUsingGET.go
    • Line 24: warning: exported type GetSmsTaskIdUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsTaskIdUsingGETRequest should be of the form "NewGetSmsTaskIdUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsTaskIdUsingGETRequestWithAllParams should be of the form "NewGetSmsTaskIdUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsTaskIdUsingGETRequestWithoutParam should be of the form "NewGetSmsTaskIdUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsTaskIdUsingGETRequest.SetTaskId should be of the form "SetTaskId ..." (golint)
    • Line 94: warning: exported type GetSmsTaskIdUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsTaskIdUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeEdCPSRegions.go
    • Line 24: warning: exported type DescribeEdCPSRegionsRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewDescribeEdCPSRegionsRequest should be of the form "NewDescribeEdCPSRegionsRequest ..." (golint)
    • Line 46: warning: comment on exported function NewDescribeEdCPSRegionsRequestWithAllParams should be of the form "NewDescribeEdCPSRegionsRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewDescribeEdCPSRegionsRequestWithoutParam should be of the form "NewDescribeEdCPSRegionsRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type DescribeEdCPSRegionsResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DescribeEdCPSRegionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryNetProtectionRulesSwitch.go
    • Line 23: warning: exported type QueryNetProtectionRulesSwitchRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryNetProtectionRulesSwitchRequest should be of the form "NewQueryNetProtectionRulesSwitchRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryNetProtectionRulesSwitchRequestWithAllParams should be of the form "NewQueryNetProtectionRulesSwitchRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryNetProtectionRulesSwitchRequestWithoutParam should be of the form "NewQueryNetProtectionRulesSwitchRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryNetProtectionRulesSwitchResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryNetProtectionRulesSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeAlarm.go
    • Line 24: warning: exported type DescribeAlarmRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeAlarmRequest should be of the form "NewDescribeAlarmRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAlarmRequestWithAllParams should be of the form "NewDescribeAlarmRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeAlarmRequestWithoutParam should be of the form "NewDescribeAlarmRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeAlarmRequest.SetAlarmId should be of the form "SetAlarmId ..." (golint)
    • Line 94: warning: exported type DescribeAlarmResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeAlarmResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryApis.go
    • Line 25: warning: exported type QueryApisRequest should have comment or be unexported (golint)
    • Line 54: warning: comment on exported function NewQueryApisRequest should be of the form "NewQueryApisRequest ..." (golint)
    • Line 80: warning: comment on exported function NewQueryApisRequestWithAllParams should be of the form "NewQueryApisRequestWithAllParams ..." (golint)
    • Line 119: warning: comment on exported function NewQueryApisRequestWithoutParam should be of the form "NewQueryApisRequestWithoutParam ..." (golint)
    • Line 132: warning: comment on exported method QueryApisRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 137: warning: comment on exported method QueryApisRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 142: warning: comment on exported method QueryApisRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 147: warning: comment on exported method QueryApisRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 152: warning: comment on exported method QueryApisRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 157: warning: comment on exported method QueryApisRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 174: warning: exported type QueryApisResponse should have comment or be unexported (golint)
    • Line 180: warning: exported type QueryApisResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetRefererRule.go
    • Line 24: warning: exported type SetRefererRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewSetRefererRuleRequest should be of the form "NewSetRefererRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSetRefererRuleRequestWithAllParams should be of the form "NewSetRefererRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewSetRefererRuleRequestWithoutParam should be of the form "NewSetRefererRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method SetRefererRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 106: warning: comment on exported method SetRefererRuleRequest.SetConfig should be of the form "SetConfig ..." (golint)
    • Line 111: warning: comment on exported method SetRefererRuleRequest.SetEnabled should be of the form "SetEnabled ..." (golint)
    • Line 122: warning: exported type SetRefererRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type SetRefererRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RestoreDatabaseFromOSS.go
    • Line 23: warning: exported type RestoreDatabaseFromOSSRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRestoreDatabaseFromOSSRequest should be of the form "NewRestoreDatabaseFromOSSRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRestoreDatabaseFromOSSRequestWithAllParams should be of the form "NewRestoreDatabaseFromOSSRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRestoreDatabaseFromOSSRequestWithoutParam should be of the form "NewRestoreDatabaseFromOSSRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RestoreDatabaseFromOSSRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method RestoreDatabaseFromOSSRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method RestoreDatabaseFromOSSRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 124: warning: comment on exported method RestoreDatabaseFromOSSRequest.SetOssURL should be of the form "SetOssURL ..." (golint)
    • Line 135: warning: exported type RestoreDatabaseFromOSSResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RestoreDatabaseFromOSSResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/instancevoucher/apis/DescribeQuotas.go
    • Line 25: warning: exported type DescribeQuotasRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDescribeQuotasRequest should be of the form "NewDescribeQuotasRequest ..." (golint)
    • Line 59: warning: comment on exported function NewDescribeQuotasRequestWithAllParams should be of the form "NewDescribeQuotasRequestWithAllParams ..." (golint)
    • Line 83: warning: comment on exported function NewDescribeQuotasRequestWithoutParam should be of the form "NewDescribeQuotasRequestWithoutParam ..." (golint)
    • Line 96: warning: comment on exported method DescribeQuotasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 101: warning: comment on exported method DescribeQuotasRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 115: warning: exported type DescribeQuotasResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DescribeQuotasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeKeypairs.go
    • Line 25: warning: exported type DescribeKeypairsRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeKeypairsRequest should be of the form "NewDescribeKeypairsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeKeypairsRequestWithAllParams should be of the form "NewDescribeKeypairsRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewDescribeKeypairsRequestWithoutParam should be of the form "NewDescribeKeypairsRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method DescribeKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method DescribeKeypairsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method DescribeKeypairsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method DescribeKeypairsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 131: warning: exported type DescribeKeypairsResponse should have comment or be unexported (golint)
    • Line 137: warning: exported type DescribeKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/SendMessagesByOrderIdUsingPOST.go
    • Line 24: warning: exported type SendMessagesByOrderIdUsingPOSTRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewSendMessagesByOrderIdUsingPOSTRequest should be of the form "NewSendMessagesByOrderIdUsingPOSTRequest ..." (golint)
    • Line 79: warning: comment on exported function NewSendMessagesByOrderIdUsingPOSTRequestWithAllParams should be of the form "NewSendMessagesByOrderIdUsingPOSTRequestWithAllParams ..." (golint)
    • Line 112: warning: comment on exported function NewSendMessagesByOrderIdUsingPOSTRequestWithoutParam should be of the form "NewSendMessagesByOrderIdUsingPOSTRequestWithoutParam ..." (golint)
    • Line 125: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 130: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 135: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 140: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetVenderId should be of the form "SetVenderId ..." (golint)
    • Line 145: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetOrderId should be of the form "SetOrderId ..." (golint)
    • Line 150: warning: comment on exported method SendMessagesByOrderIdUsingPOSTRequest.SetParams should be of the form "SetParams ..." (golint)
    • Line 161: warning: exported type SendMessagesByOrderIdUsingPOSTResponse should have comment or be unexported (golint)
    • Line 167: warning: exported type SendMessagesByOrderIdUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/GetLargeScreenData.go
    • Line 24: warning: exported type GetLargeScreenDataRequest should have comment or be unexported (golint)
    • Line 50: warning: comment on exported function NewGetLargeScreenDataRequest should be of the form "NewGetLargeScreenDataRequest ..." (golint)
    • Line 85: warning: comment on exported function NewGetLargeScreenDataRequestWithAllParams should be of the form "NewGetLargeScreenDataRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewGetLargeScreenDataRequestWithoutParam should be of the form "NewGetLargeScreenDataRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method GetLargeScreenDataRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 139: warning: comment on exported method GetLargeScreenDataRequest.SetRegion should be of the form "SetRegion ..." (golint)
    • Line 144: warning: comment on exported method GetLargeScreenDataRequest.SetIndustry should be of the form "SetIndustry ..." (golint)
    • Line 149: warning: comment on exported method GetLargeScreenDataRequest.SetStartDate should be of the form "SetStartDate ..." (golint)
    • Line 154: warning: comment on exported method GetLargeScreenDataRequest.SetEndDate should be of the form "SetEndDate ..." (golint)
    • Line 159: warning: comment on exported method GetLargeScreenDataRequest.SetFirstIndex should be of the form "SetFirstIndex ..." (golint)
    • Line 164: warning: comment on exported method GetLargeScreenDataRequest.SetSecondIndex should be of the form "SetSecondIndex ..." (golint)
    • Line 175: warning: exported type GetLargeScreenDataResponse should have comment or be unexported (golint)
    • Line 181: warning: exported type GetLargeScreenDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryApi.go
    • Line 25: warning: exported type QueryApiRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewQueryApiRequest should be of the form "NewQueryApiRequest ..." (golint)
    • Line 75: warning: comment on exported function NewQueryApiRequestWithAllParams should be of the form "NewQueryApiRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewQueryApiRequestWithoutParam should be of the form "NewQueryApiRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method QueryApiRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method QueryApiRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 129: warning: comment on exported method QueryApiRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 134: warning: comment on exported method QueryApiRequest.SetApiId should be of the form "SetApiId ..." (golint)
    • Line 139: warning: comment on exported method QueryApiRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 151: warning: exported type QueryApiResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type QueryApiResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTranscodeStreamPlayerUserNum.go
    • Line 24: warning: exported type DescribeLiveTranscodeStreamPlayerUserNumRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewDescribeLiveTranscodeStreamPlayerUserNumRequest should be of the form "NewDescribeLiveTranscodeStreamPlayerUserNumRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveTranscodeStreamPlayerUserNumRequestWithAllParams should be of the form "NewDescribeLiveTranscodeStreamPlayerUserNumRequestWithAllParams ..." (golint)
    • Line 131: warning: comment on exported function NewDescribeLiveTranscodeStreamPlayerUserNumRequestWithoutParam should be of the form "NewDescribeLiveTranscodeStreamPlayerUserNumRequestWithoutParam ..." (golint)
    • Line 144: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 149: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 154: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 160: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 166: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 172: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 178: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 184: warning: comment on exported method DescribeLiveTranscodeStreamPlayerUserNumRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 196: warning: exported type DescribeLiveTranscodeStreamPlayerUserNumResponse should have comment or be unexported (golint)
    • Line 202: warning: exported type DescribeLiveTranscodeStreamPlayerUserNumResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetDomainQueryTraffic.go
    • Line 23: warning: exported type GetDomainQueryTrafficRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewGetDomainQueryTrafficRequest should be of the form "NewGetDomainQueryTrafficRequest ..." (golint)
    • Line 75: warning: comment on exported function NewGetDomainQueryTrafficRequestWithAllParams should be of the form "NewGetDomainQueryTrafficRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewGetDomainQueryTrafficRequestWithoutParam should be of the form "NewGetDomainQueryTrafficRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method GetDomainQueryTrafficRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method GetDomainQueryTrafficRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 128: warning: comment on exported method GetDomainQueryTrafficRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: comment on exported method GetDomainQueryTrafficRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 138: warning: comment on exported method GetDomainQueryTrafficRequest.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 149: warning: exported type GetDomainQueryTrafficResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type GetDomainQueryTrafficResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/BindGroupKey.go
    • Line 24: warning: exported type BindGroupKeyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBindGroupKeyRequest should be of the form "NewBindGroupKeyRequest ..." (golint)
    • Line 64: warning: comment on exported function NewBindGroupKeyRequestWithAllParams should be of the form "NewBindGroupKeyRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewBindGroupKeyRequestWithoutParam should be of the form "NewBindGroupKeyRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method BindGroupKeyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method BindGroupKeyRequest.SetAccessKeyId should be of the form "SetAccessKeyId ..." (golint)
    • Line 111: warning: comment on exported method BindGroupKeyRequest.SetDeploymentIds should be of the form "SetDeploymentIds ..." (golint)
    • Line 122: warning: exported type BindGroupKeyResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type BindGroupKeyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAuditDownloadURL.go
    • Line 23: warning: exported type DescribeAuditDownloadURLRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDescribeAuditDownloadURLRequest should be of the form "NewDescribeAuditDownloadURLRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDescribeAuditDownloadURLRequestWithAllParams should be of the form "NewDescribeAuditDownloadURLRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDescribeAuditDownloadURLRequestWithoutParam should be of the form "NewDescribeAuditDownloadURLRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DescribeAuditDownloadURLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DescribeAuditDownloadURLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DescribeAuditDownloadURLRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 121: warning: exported type DescribeAuditDownloadURLResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DescribeAuditDownloadURLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateDisk.go
    • Line 24: warning: exported type CreateDiskRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateDiskRequest should be of the form "NewCreateDiskRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateDiskRequestWithAllParams should be of the form "NewCreateDiskRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateDiskRequestWithoutParam should be of the form "NewCreateDiskRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateDiskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateDiskRequest.SetDisk should be of the form "SetDisk ..." (golint)
    • Line 108: warning: exported type CreateDiskResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateDiskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTranscodeStreamBandwidth.go
    • Line 24: warning: exported type DescribeLiveTranscodeStreamBandwidthRequest should have comment or be unexported (golint)
    • Line 59: warning: comment on exported function NewDescribeLiveTranscodeStreamBandwidthRequest should be of the form "NewDescribeLiveTranscodeStreamBandwidthRequest ..." (golint)
    • Line 86: warning: comment on exported function NewDescribeLiveTranscodeStreamBandwidthRequestWithAllParams should be of the form "NewDescribeLiveTranscodeStreamBandwidthRequestWithAllParams ..." (golint)
    • Line 131: warning: comment on exported function NewDescribeLiveTranscodeStreamBandwidthRequestWithoutParam should be of the form "NewDescribeLiveTranscodeStreamBandwidthRequestWithoutParam ..." (golint)
    • Line 144: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 149: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 154: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetIspName should be of the form "SetIspName ..." (golint)
    • Line 160: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetLocationName should be of the form "SetLocationName ..." (golint)
    • Line 166: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetProtocolType should be of the form "SetProtocolType ..." (golint)
    • Line 172: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetPeriod should be of the form "SetPeriod ..." (golint)
    • Line 178: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 184: warning: comment on exported method DescribeLiveTranscodeStreamBandwidthRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 196: warning: exported type DescribeLiveTranscodeStreamBandwidthResponse should have comment or be unexported (golint)
    • Line 202: warning: exported type DescribeLiveTranscodeStreamBandwidthResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/ResetConsumeOffset.go
    • Line 23: warning: exported type ResetConsumeOffsetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewResetConsumeOffsetRequest should be of the form "NewResetConsumeOffsetRequest ..." (golint)
    • Line 69: warning: comment on exported function NewResetConsumeOffsetRequestWithAllParams should be of the form "NewResetConsumeOffsetRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewResetConsumeOffsetRequestWithoutParam should be of the form "NewResetConsumeOffsetRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method ResetConsumeOffsetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method ResetConsumeOffsetRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 119: warning: comment on exported method ResetConsumeOffsetRequest.SetConsumerGroupId should be of the form "SetConsumerGroupId ..." (golint)
    • Line 124: warning: comment on exported method ResetConsumeOffsetRequest.SetTime should be of the form "SetTime ..." (golint)
    • Line 135: warning: exported type ResetConsumeOffsetResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type ResetConsumeOffsetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainTempProKeys.go
    • Line 23: warning: exported type QueryDomainTempProKeysRequest should have comment or be unexported (golint)
    • Line 28: warning: comment on exported function NewQueryDomainTempProKeysRequest should be of the form "NewQueryDomainTempProKeysRequest ..." (golint)
    • Line 45: warning: comment on exported function NewQueryDomainTempProKeysRequestWithAllParams should be of the form "NewQueryDomainTempProKeysRequestWithAllParams ..." (golint)
    • Line 60: warning: comment on exported function NewQueryDomainTempProKeysRequestWithoutParam should be of the form "NewQueryDomainTempProKeysRequestWithoutParam ..." (golint)
    • Line 79: warning: exported type QueryDomainTempProKeysResponse should have comment or be unexported (golint)
    • Line 85: warning: exported type QueryDomainTempProKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveRestartConfigs.go
    • Line 24: warning: exported type DescribeLiveRestartConfigsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeLiveRestartConfigsRequest should be of the form "NewDescribeLiveRestartConfigsRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeLiveRestartConfigsRequestWithAllParams should be of the form "NewDescribeLiveRestartConfigsRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeLiveRestartConfigsRequestWithoutParam should be of the form "NewDescribeLiveRestartConfigsRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeLiveRestartConfigsRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 100: warning: comment on exported method DescribeLiveRestartConfigsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 105: warning: comment on exported method DescribeLiveRestartConfigsRequest.SetRestartDomain should be of the form "SetRestartDomain ..." (golint)
    • Line 116: warning: exported type DescribeLiveRestartConfigsResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeLiveRestartConfigsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/SetDefaultDomain.go
    • Line 23: warning: exported type SetDefaultDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewSetDefaultDomainRequest should be of the form "NewSetDefaultDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewSetDefaultDomainRequestWithAllParams should be of the form "NewSetDefaultDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewSetDefaultDomainRequestWithoutParam should be of the form "NewSetDefaultDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method SetDefaultDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 93: warning: exported type SetDefaultDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type SetDefaultDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetLiveDomainIpBlackList.go
    • Line 23: warning: exported type SetLiveDomainIpBlackListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetLiveDomainIpBlackListRequest should be of the form "NewSetLiveDomainIpBlackListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetLiveDomainIpBlackListRequestWithAllParams should be of the form "NewSetLiveDomainIpBlackListRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetLiveDomainIpBlackListRequestWithoutParam should be of the form "NewSetLiveDomainIpBlackListRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetLiveDomainIpBlackListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetLiveDomainIpBlackListRequest.SetIps should be of the form "SetIps ..." (golint)
    • Line 104: warning: comment on exported method SetLiveDomainIpBlackListRequest.SetIpListType should be of the form "SetIpListType ..." (golint)
    • Line 115: warning: exported type SetLiveDomainIpBlackListResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetLiveDomainIpBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DescribeImageMembers.go
    • Line 23: warning: exported type DescribeImageMembersRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeImageMembersRequest should be of the form "NewDescribeImageMembersRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeImageMembersRequestWithAllParams should be of the form "NewDescribeImageMembersRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeImageMembersRequestWithoutParam should be of the form "NewDescribeImageMembersRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeImageMembersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeImageMembersRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 107: warning: exported type DescribeImageMembersResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeImageMembersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/CreateSubnet.go
    • Line 24: warning: exported type CreateSubnetRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateSubnetRequest should be of the form "NewCreateSubnetRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSubnetRequestWithAllParams should be of the form "NewCreateSubnetRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateSubnetRequestWithoutParam should be of the form "NewCreateSubnetRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateSubnetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateSubnetRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateSubnetRequest.SetSubnetSpec should be of the form "SetSubnetSpec ..." (golint)
    • Line 125: warning: exported type CreateSubnetResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateSubnetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/AddSubUserToGroup.go
    • Line 23: warning: exported type AddSubUserToGroupRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAddSubUserToGroupRequest should be of the form "NewAddSubUserToGroupRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAddSubUserToGroupRequestWithAllParams should be of the form "NewAddSubUserToGroupRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAddSubUserToGroupRequestWithoutParam should be of the form "NewAddSubUserToGroupRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AddSubUserToGroupRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 96: warning: comment on exported method AddSubUserToGroupRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 107: warning: exported type AddSubUserToGroupResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AddSubUserToGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/GetDomainList.go
    • Line 24: warning: exported type GetDomainListRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewGetDomainListRequest should be of the form "NewGetDomainListRequest ..." (golint)
    • Line 64: warning: comment on exported function NewGetDomainListRequestWithAllParams should be of the form "NewGetDomainListRequestWithAllParams ..." (golint)
    • Line 77: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 97: warning: comment on exported function NewGetDomainListRequestWithoutParam should be of the form "NewGetDomainListRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method GetDomainListRequest.SetKeyWord should be of the form "SetKeyWord ..." (golint)
    • Line 115: warning: comment on exported method GetDomainListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 120: warning: comment on exported method GetDomainListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 125: warning: comment on exported method GetDomainListRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 130: warning: comment on exported method GetDomainListRequest.SetType should be of the form "SetType ..." (golint)
    • Line 131: warning: don't use underscores in Go names; method parameter type_ should be type (golint)
    • Line 135: warning: comment on exported method GetDomainListRequest.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 146: warning: exported type GetDomainListResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type GetDomainListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/DeleteSnapshotTemplate.go
    • Line 23: warning: exported type DeleteSnapshotTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteSnapshotTemplateRequest should be of the form "NewDeleteSnapshotTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteSnapshotTemplateRequestWithAllParams should be of the form "NewDeleteSnapshotTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteSnapshotTemplateRequestWithoutParam should be of the form "NewDeleteSnapshotTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteSnapshotTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteSnapshotTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteSnapshotTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeTables.go
    • Line 23: warning: exported type DescribeTablesRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewDescribeTablesRequest should be of the form "NewDescribeTablesRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeTablesRequestWithAllParams should be of the form "NewDescribeTablesRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeTablesRequestWithoutParam should be of the form "NewDescribeTablesRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeTablesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeTablesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 122: warning: comment on exported method DescribeTablesRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 127: warning: comment on exported method DescribeTablesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeTablesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 143: warning: exported type DescribeTablesResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeTablesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryKeys.go
    • Line 24: warning: exported type QueryKeysRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewQueryKeysRequest should be of the form "NewQueryKeysRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQueryKeysRequestWithAllParams should be of the form "NewQueryKeysRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewQueryKeysRequestWithoutParam should be of the form "NewQueryKeysRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method QueryKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method QueryKeysRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 123: warning: comment on exported method QueryKeysRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 128: warning: comment on exported method QueryKeysRequest.SetOrderBy should be of the form "SetOrderBy ..." (golint)
    • Line 133: warning: comment on exported method QueryKeysRequest.SetUserType should be of the form "SetUserType ..." (golint)
    • Line 138: warning: comment on exported method QueryKeysRequest.SetKeyId should be of the form "SetKeyId ..." (golint)
    • Line 149: warning: exported type QueryKeysResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type QueryKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeUserAccessKeys.go
    • Line 24: warning: exported type DescribeUserAccessKeysRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeUserAccessKeysRequest should be of the form "NewDescribeUserAccessKeysRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeUserAccessKeysRequestWithAllParams should be of the form "NewDescribeUserAccessKeysRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeUserAccessKeysRequestWithoutParam should be of the form "NewDescribeUserAccessKeysRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeUserAccessKeysRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeUserAccessKeysResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeUserAccessKeysResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetFilterArgs.go
    • Line 23: warning: exported type SetFilterArgsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetFilterArgsRequest should be of the form "NewSetFilterArgsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetFilterArgsRequestWithAllParams should be of the form "NewSetFilterArgsRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetFilterArgsRequestWithoutParam should be of the form "NewSetFilterArgsRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetFilterArgsRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetFilterArgsRequest.SetRetainArgs should be of the form "SetRetainArgs ..." (golint)
    • Line 104: warning: comment on exported method SetFilterArgsRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 115: warning: exported type SetFilterArgsResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetFilterArgsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateInstanceFromBackup.go
    • Line 24: warning: exported type CreateInstanceFromBackupRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateInstanceFromBackupRequest should be of the form "NewCreateInstanceFromBackupRequest ..." (golint)
    • Line 70: warning: comment on exported function NewCreateInstanceFromBackupRequestWithAllParams should be of the form "NewCreateInstanceFromBackupRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewCreateInstanceFromBackupRequestWithoutParam should be of the form "NewCreateInstanceFromBackupRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method CreateInstanceFromBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method CreateInstanceFromBackupRequest.SetBackupId should be of the form "SetBackupId ..." (golint)
    • Line 120: warning: comment on exported method CreateInstanceFromBackupRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 125: warning: comment on exported method CreateInstanceFromBackupRequest.SetInstanceSpec should be of the form "SetInstanceSpec ..." (golint)
    • Line 136: warning: exported type CreateInstanceFromBackupResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type CreateInstanceFromBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/CertificateTemplate.go
    • Line 23: warning: exported type CertificateTemplateRequest should have comment or be unexported (golint)
    • Line 63: warning: comment on exported function NewCertificateTemplateRequest should be of the form "NewCertificateTemplateRequest ..." (golint)
    • Line 115: warning: comment on exported function NewCertificateTemplateRequestWithAllParams should be of the form "NewCertificateTemplateRequestWithAllParams ..." (golint)
    • Line 165: warning: comment on exported function NewCertificateTemplateRequestWithoutParam should be of the form "NewCertificateTemplateRequestWithoutParam ..." (golint)
    • Line 178: warning: comment on exported method CertificateTemplateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 183: warning: comment on exported method CertificateTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 188: warning: comment on exported method CertificateTemplateRequest.SetIdentityNo should be of the form "SetIdentityNo ..." (golint)
    • Line 193: warning: comment on exported method CertificateTemplateRequest.SetIdentityType should be of the form "SetIdentityType ..." (golint)
    • Line 218: warning: comment on exported method CertificateTemplateRequest.SetFile should be of the form "SetFile ..." (golint)
    • Line 229: warning: exported type CertificateTemplateResponse should have comment or be unexported (golint)
    • Line 235: warning: exported type CertificateTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DeleteWhiteListRuleOfWebRule.go
    • Line 23: warning: exported type DeleteWhiteListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteWhiteListRuleOfWebRuleRequest should be of the form "NewDeleteWhiteListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteWhiteListRuleOfWebRuleRequestWithAllParams should be of the form "NewDeleteWhiteListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteWhiteListRuleOfWebRuleRequestWithoutParam should be of the form "NewDeleteWhiteListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteWhiteListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteWhiteListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method DeleteWhiteListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method DeleteWhiteListRuleOfWebRuleRequest.SetWebWhiteListRuleId should be of the form "SetWebWhiteListRuleId ..." (golint)
    • Line 135: warning: exported type DeleteWhiteListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteWhiteListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/DisableWafBlackRules.go
    • Line 23: warning: exported type DisableWafBlackRulesRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDisableWafBlackRulesRequest should be of the form "NewDisableWafBlackRulesRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDisableWafBlackRulesRequestWithAllParams should be of the form "NewDisableWafBlackRulesRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewDisableWafBlackRulesRequestWithoutParam should be of the form "NewDisableWafBlackRulesRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method DisableWafBlackRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method DisableWafBlackRulesRequest.SetIds should be of the form "SetIds ..." (golint)
    • Line 104: warning: comment on exported method DisableWafBlackRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 115: warning: exported type DisableWafBlackRulesResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DisableWafBlackRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/DownloadDeviceCertificate.go
    • Line 23: warning: exported type DownloadDeviceCertificateRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDownloadDeviceCertificateRequest should be of the form "NewDownloadDeviceCertificateRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDownloadDeviceCertificateRequestWithAllParams should be of the form "NewDownloadDeviceCertificateRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDownloadDeviceCertificateRequestWithoutParam should be of the form "NewDownloadDeviceCertificateRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DownloadDeviceCertificateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DownloadDeviceCertificateRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method DownloadDeviceCertificateRequest.SetDeviceId should be of the form "SetDeviceId ..." (golint)
    • Line 121: warning: exported type DownloadDeviceCertificateResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DownloadDeviceCertificateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/GetAuthorizationToken.go
    • Line 23: warning: exported type GetAuthorizationTokenRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetAuthorizationTokenRequest should be of the form "NewGetAuthorizationTokenRequest ..." (golint)
    • Line 61: warning: comment on exported function NewGetAuthorizationTokenRequestWithAllParams should be of the form "NewGetAuthorizationTokenRequestWithAllParams ..." (golint)
    • Line 86: warning: comment on exported function NewGetAuthorizationTokenRequestWithoutParam should be of the form "NewGetAuthorizationTokenRequestWithoutParam ..." (golint)
    • Line 99: warning: comment on exported method GetAuthorizationTokenRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 104: warning: comment on exported method GetAuthorizationTokenRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 109: warning: comment on exported method GetAuthorizationTokenRequest.SetExpiredAfterHours should be of the form "SetExpiredAfterHours ..." (golint)
    • Line 121: warning: exported type GetAuthorizationTokenResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type GetAuthorizationTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshot.go
    • Line 24: warning: exported type DescribeSnapshotRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeSnapshotRequest should be of the form "NewDescribeSnapshotRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeSnapshotRequestWithAllParams should be of the form "NewDescribeSnapshotRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeSnapshotRequestWithoutParam should be of the form "NewDescribeSnapshotRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeSnapshotRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeSnapshotRequest.SetSnapshotId should be of the form "SetSnapshotId ..." (golint)
    • Line 108: warning: exported type DescribeSnapshotResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateBackup.go
    • Line 24: warning: exported type CreateBackupRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateBackupRequest should be of the form "NewCreateBackupRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateBackupRequestWithAllParams should be of the form "NewCreateBackupRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewCreateBackupRequestWithoutParam should be of the form "NewCreateBackupRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method CreateBackupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method CreateBackupRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 105: warning: comment on exported method CreateBackupRequest.SetBackupSpec should be of the form "SetBackupSpec ..." (golint)
    • Line 116: warning: exported type CreateBackupResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type CreateBackupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DescribeSubUserPermissions.go
    • Line 24: warning: exported type DescribeSubUserPermissionsRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeSubUserPermissionsRequest should be of the form "NewDescribeSubUserPermissionsRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeSubUserPermissionsRequestWithAllParams should be of the form "NewDescribeSubUserPermissionsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeSubUserPermissionsRequestWithoutParam should be of the form "NewDescribeSubUserPermissionsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeSubUserPermissionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeSubUserPermissionsRequest.SetSubUser should be of the form "SetSubUser ..." (golint)
    • Line 120: warning: comment on exported method DescribeSubUserPermissionsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 125: warning: comment on exported method DescribeSubUserPermissionsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 136: warning: exported type DescribeSubUserPermissionsResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type DescribeSubUserPermissionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/ModifyNetworkSecurityGroupRules.go
    • Line 24: warning: exported type ModifyNetworkSecurityGroupRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewModifyNetworkSecurityGroupRulesRequest should be of the form "NewModifyNetworkSecurityGroupRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyNetworkSecurityGroupRulesRequestWithAllParams should be of the form "NewModifyNetworkSecurityGroupRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewModifyNetworkSecurityGroupRulesRequestWithoutParam should be of the form "NewModifyNetworkSecurityGroupRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ModifyNetworkSecurityGroupRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ModifyNetworkSecurityGroupRulesRequest.SetNetworkSecurityGroupId should be of the form "SetNetworkSecurityGroupId ..." (golint)
    • Line 111: warning: comment on exported method ModifyNetworkSecurityGroupRulesRequest.SetModifySecurityGroupRuleSpecs should be of the form "SetModifySecurityGroupRuleSpecs ..." (golint)
    • Line 122: warning: exported type ModifyNetworkSecurityGroupRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ModifyNetworkSecurityGroupRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamAppWatermark.go
    • Line 23: warning: exported type AddLiveStreamAppWatermarkRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddLiveStreamAppWatermarkRequest should be of the form "NewAddLiveStreamAppWatermarkRequest ..." (golint)
    • Line 65: warning: comment on exported function NewAddLiveStreamAppWatermarkRequestWithAllParams should be of the form "NewAddLiveStreamAppWatermarkRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewAddLiveStreamAppWatermarkRequestWithoutParam should be of the form "NewAddLiveStreamAppWatermarkRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method AddLiveStreamAppWatermarkRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method AddLiveStreamAppWatermarkRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method AddLiveStreamAppWatermarkRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type AddLiveStreamAppWatermarkResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type AddLiveStreamAppWatermarkResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeSSL.go
    • Line 23: warning: exported type DescribeSSLRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeSSLRequest should be of the form "NewDescribeSSLRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeSSLRequestWithAllParams should be of the form "NewDescribeSSLRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeSSLRequestWithoutParam should be of the form "NewDescribeSSLRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeSSLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeSSLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DescribeSSLResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeSSLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/CreateVpc.go
    • Line 24: warning: exported type CreateVpcRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCreateVpcRequest should be of the form "NewCreateVpcRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCreateVpcRequestWithAllParams should be of the form "NewCreateVpcRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCreateVpcRequestWithoutParam should be of the form "NewCreateVpcRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CreateVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CreateVpcRequest.SetVpc should be of the form "SetVpc ..." (golint)
    • Line 108: warning: exported type CreateVpcResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CreateVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetSourceAuthConfig.go
    • Line 24: warning: exported type SetSourceAuthConfigRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewSetSourceAuthConfigRequest should be of the form "NewSetSourceAuthConfigRequest ..." (golint)
    • Line 67: warning: comment on exported function NewSetSourceAuthConfigRequestWithAllParams should be of the form "NewSetSourceAuthConfigRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewSetSourceAuthConfigRequestWithoutParam should be of the form "NewSetSourceAuthConfigRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method SetSourceAuthConfigRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 118: warning: comment on exported method SetSourceAuthConfigRequest.SetEnable should be of the form "SetEnable ..." (golint)
    • Line 123: warning: comment on exported method SetSourceAuthConfigRequest.SetOriginRole should be of the form "SetOriginRole ..." (golint)
    • Line 128: warning: comment on exported method SetSourceAuthConfigRequest.SetAuthType should be of the form "SetAuthType ..." (golint)
    • Line 133: warning: comment on exported method SetSourceAuthConfigRequest.SetTosAuthInfo should be of the form "SetTosAuthInfo ..." (golint)
    • Line 138: warning: comment on exported method SetSourceAuthConfigRequest.SetOssAuthInfo should be of the form "SetOssAuthInfo ..." (golint)
    • Line 149: warning: exported type SetSourceAuthConfigResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type SetSourceAuthConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeAzs.go
    • Line 23: warning: exported type DescribeAzsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeAzsRequest should be of the form "NewDescribeAzsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeAzsRequestWithAllParams should be of the form "NewDescribeAzsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeAzsRequestWithoutParam should be of the form "NewDescribeAzsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeAzsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeAzsRequest.SetEngine should be of the form "SetEngine ..." (golint)
    • Line 107: warning: exported type DescribeAzsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeAzsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeReadWriteProxyAttribute.go
    • Line 24: warning: exported type DescribeReadWriteProxyAttributeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeReadWriteProxyAttributeRequest should be of the form "NewDescribeReadWriteProxyAttributeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeReadWriteProxyAttributeRequestWithAllParams should be of the form "NewDescribeReadWriteProxyAttributeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeReadWriteProxyAttributeRequestWithoutParam should be of the form "NewDescribeReadWriteProxyAttributeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeReadWriteProxyAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeReadWriteProxyAttributeRequest.SetReadWriteProxyId should be of the form "SetReadWriteProxyId ..." (golint)
    • Line 108: warning: exported type DescribeReadWriteProxyAttributeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeReadWriteProxyAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/DeleteCensorLibItems.go
    • Line 23: warning: exported type DeleteCensorLibItemsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteCensorLibItemsRequest should be of the form "NewDeleteCensorLibItemsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteCensorLibItemsRequestWithAllParams should be of the form "NewDeleteCensorLibItemsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteCensorLibItemsRequestWithoutParam should be of the form "NewDeleteCensorLibItemsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteCensorLibItemsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteCensorLibItemsRequest.SetLibId should be of the form "SetLibId ..." (golint)
    • Line 110: warning: comment on exported method DeleteCensorLibItemsRequest.SetItemId should be of the form "SetItemId ..." (golint)
    • Line 121: warning: exported type DeleteCensorLibItemsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteCensorLibItemsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/client/JmrClient.go
    • Line 26: warning: exported type JmrClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewJmrClient should have comment or be unexported (golint)
    • Line 48: warning: exported method JmrClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method JmrClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method JmrClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method JmrClient.GetJmrVersionList should be of the form "GetJmrVersionList ..." (golint)
    • Line 80: warning: comment on exported method JmrClient.MonitorLabelList should be of the form "MonitorLabelList ..." (golint)
    • Line 100: warning: comment on exported method JmrClient.ClusterReduction should be of the form "ClusterReduction ..." (golint)
    • Line 120: warning: comment on exported method JmrClient.DescribeClusters should be of the form "DescribeClusters ..." (golint)
    • Line 141: warning: comment on exported method JmrClient.ReleaseCluster should be of the form "ReleaseCluster ..." (golint)
    • Line 162: warning: comment on exported method JmrClient.IdataCluster should be of the form "IdataCluster ..." (golint)
    • Line 182: warning: comment on exported method JmrClient.GetSoftwareInfo should be of the form "GetSoftwareInfo ..." (golint)
    • Line 202: warning: comment on exported method JmrClient.ClusterExpansion should be of the form "ClusterExpansion ..." (golint)
    • Line 222: warning: comment on exported method JmrClient.CreateCluster should be of the form "CreateCluster ..." (golint)
    • Line 242: warning: comment on exported method JmrClient.DescribeCluster should be of the form "DescribeCluster ..." (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteRdsAccount.go
    • Line 23: warning: exported type DeleteRdsAccountRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRdsAccountRequest should be of the form "NewDeleteRdsAccountRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRdsAccountRequestWithAllParams should be of the form "NewDeleteRdsAccountRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRdsAccountRequestWithoutParam should be of the form "NewDeleteRdsAccountRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRdsAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRdsAccountRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRdsAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 121: warning: exported type DeleteRdsAccountResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRdsAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/censor/apis/VideoResults.go
    • Line 24: warning: exported type VideoResultsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewVideoResultsRequest should be of the form "NewVideoResultsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewVideoResultsRequestWithAllParams should be of the form "NewVideoResultsRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewVideoResultsRequestWithoutParam should be of the form "NewVideoResultsRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method VideoResultsRequest.SetTaskIds should be of the form "SetTaskIds ..." (golint)
    • Line 94: warning: exported type VideoResultsResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type VideoResultsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyServer.go
    • Line 23: warning: exported type ModifyServerRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyServerRequest should be of the form "NewModifyServerRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyServerRequestWithAllParams should be of the form "NewModifyServerRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewModifyServerRequestWithoutParam should be of the form "NewModifyServerRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ModifyServerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ModifyServerRequest.SetServerGroupId should be of the form "SetServerGroupId ..." (golint)
    • Line 116: warning: comment on exported method ModifyServerRequest.SetServerId should be of the form "SetServerId ..." (golint)
    • Line 121: warning: comment on exported method ModifyServerRequest.SetWeight should be of the form "SetWeight ..." (golint)
    • Line 132: warning: exported type ModifyServerResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ModifyServerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/ModifyVpc.go
    • Line 24: warning: exported type ModifyVpcRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyVpcRequest should be of the form "NewModifyVpcRequest ..." (golint)
    • Line 64: warning: comment on exported function NewModifyVpcRequestWithAllParams should be of the form "NewModifyVpcRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewModifyVpcRequestWithoutParam should be of the form "NewModifyVpcRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method ModifyVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method ModifyVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 114: warning: comment on exported method ModifyVpcRequest.SetName should be of the form "SetName ..." (golint)
    • Line 119: warning: comment on exported method ModifyVpcRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 130: warning: exported type ModifyVpcResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type ModifyVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/baseanti/apis/DescribeIpSafetyInfo.go
    • Line 24: warning: exported type DescribeIpSafetyInfoRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpSafetyInfoRequest should be of the form "NewDescribeIpSafetyInfoRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIpSafetyInfoRequestWithAllParams should be of the form "NewDescribeIpSafetyInfoRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIpSafetyInfoRequestWithoutParam should be of the form "NewDescribeIpSafetyInfoRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIpSafetyInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIpSafetyInfoRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 108: warning: exported type DescribeIpSafetyInfoResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeIpSafetyInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableBlackListRuleOfWebRule.go
    • Line 23: warning: exported type EnableBlackListRuleOfWebRuleRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewEnableBlackListRuleOfWebRuleRequest should be of the form "NewEnableBlackListRuleOfWebRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewEnableBlackListRuleOfWebRuleRequestWithAllParams should be of the form "NewEnableBlackListRuleOfWebRuleRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewEnableBlackListRuleOfWebRuleRequestWithoutParam should be of the form "NewEnableBlackListRuleOfWebRuleRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method EnableBlackListRuleOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method EnableBlackListRuleOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method EnableBlackListRuleOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 124: warning: comment on exported method EnableBlackListRuleOfWebRuleRequest.SetWebBlackListRuleId should be of the form "SetWebBlackListRuleId ..." (golint)
    • Line 135: warning: exported type EnableBlackListRuleOfWebRuleResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type EnableBlackListRuleOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeInstance.go
    • Line 24: warning: exported type DescribeInstanceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeInstanceRequest should be of the form "NewDescribeInstanceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeInstanceRequestWithAllParams should be of the form "NewDescribeInstanceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeInstanceRequestWithoutParam should be of the form "NewDescribeInstanceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeInstanceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/GetSmsAppByIdUsingGET.go
    • Line 24: warning: exported type GetSmsAppByIdUsingGETRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetSmsAppByIdUsingGETRequest should be of the form "NewGetSmsAppByIdUsingGETRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetSmsAppByIdUsingGETRequestWithAllParams should be of the form "NewGetSmsAppByIdUsingGETRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetSmsAppByIdUsingGETRequestWithoutParam should be of the form "NewGetSmsAppByIdUsingGETRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetSmsAppByIdUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 94: warning: exported type GetSmsAppByIdUsingGETResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetSmsAppByIdUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveStreamQualityDetectionNotifyConfig.go
    • Line 23: warning: exported type DescribeLiveStreamQualityDetectionNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDescribeLiveStreamQualityDetectionNotifyConfigRequest should be of the form "NewDescribeLiveStreamQualityDetectionNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDescribeLiveStreamQualityDetectionNotifyConfigRequestWithAllParams should be of the form "NewDescribeLiveStreamQualityDetectionNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeLiveStreamQualityDetectionNotifyConfigRequestWithoutParam should be of the form "NewDescribeLiveStreamQualityDetectionNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DescribeLiveStreamQualityDetectionNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DescribeLiveStreamQualityDetectionNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DescribeLiveStreamQualityDetectionNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/RestartInstances.go
    • Line 23: warning: exported type RestartInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewRestartInstancesRequest should be of the form "NewRestartInstancesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewRestartInstancesRequestWithAllParams should be of the form "NewRestartInstancesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewRestartInstancesRequestWithoutParam should be of the form "NewRestartInstancesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method RestartInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method RestartInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 113: warning: comment on exported method RestartInstancesRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 124: warning: exported type RestartInstancesResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type RestartInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCpsIpList.go
    • Line 24: warning: exported type DescribeCpsIpListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCpsIpListRequest should be of the form "NewDescribeCpsIpListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeCpsIpListRequestWithAllParams should be of the form "NewDescribeCpsIpListRequestWithAllParams ..." (golint)
    • Line 82: warning: comment on exported function NewDescribeCpsIpListRequestWithoutParam should be of the form "NewDescribeCpsIpListRequestWithoutParam ..." (golint)
    • Line 95: warning: comment on exported method DescribeCpsIpListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 100: warning: comment on exported method DescribeCpsIpListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 105: warning: comment on exported method DescribeCpsIpListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: exported type DescribeCpsIpListResponse should have comment or be unexported (golint)
    • Line 122: warning: exported type DescribeCpsIpListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelJsPage.go
    • Line 24: warning: exported type DelJsPageRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelJsPageRequest should be of the form "NewDelJsPageRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelJsPageRequestWithAllParams should be of the form "NewDelJsPageRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelJsPageRequestWithoutParam should be of the form "NewDelJsPageRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelJsPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelJsPageRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelJsPageRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelJsPageResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelJsPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/ResetPassword.go
    • Line 23: warning: exported type ResetPasswordRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewResetPasswordRequest should be of the form "NewResetPasswordRequest ..." (golint)
    • Line 68: warning: comment on exported function NewResetPasswordRequestWithAllParams should be of the form "NewResetPasswordRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewResetPasswordRequestWithoutParam should be of the form "NewResetPasswordRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ResetPasswordRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ResetPasswordRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ResetPasswordRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 127: warning: comment on exported method ResetPasswordRequest.SetPassword should be of the form "SetPassword ..." (golint)
    • Line 138: warning: exported type ResetPasswordResponse should have comment or be unexported (golint)
    • Line 144: warning: exported type ResetPasswordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/OpenIotCard.go
    • Line 24: warning: exported type OpenIotCardRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOpenIotCardRequest should be of the form "NewOpenIotCardRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOpenIotCardRequestWithAllParams should be of the form "NewOpenIotCardRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOpenIotCardRequestWithoutParam should be of the form "NewOpenIotCardRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OpenIotCardRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OpenIotCardRequest.SetIccids should be of the form "SetIccids ..." (golint)
    • Line 108: warning: exported type OpenIotCardResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OpenIotCardResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetLbHttpListener.go
    • Line 24: warning: exported type GetLbHttpListenerRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetLbHttpListenerRequest should be of the form "NewGetLbHttpListenerRequest ..." (golint)
    • Line 55: warning: comment on exported function NewGetLbHttpListenerRequestWithAllParams should be of the form "NewGetLbHttpListenerRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewGetLbHttpListenerRequestWithoutParam should be of the form "NewGetLbHttpListenerRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method GetLbHttpListenerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method GetLbHttpListenerRequest.SetSlbid should be of the form "SetSlbid ..." (golint)
    • Line 105: warning: exported type GetLbHttpListenerResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type GetLbHttpListenerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/CreateDemo.go
    • Line 24: warning: exported type CreateDemoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewCreateDemoRequest should be of the form "NewCreateDemoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewCreateDemoRequestWithAllParams should be of the form "NewCreateDemoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewCreateDemoRequestWithoutParam should be of the form "NewCreateDemoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method CreateDemoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type CreateDemoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type CreateDemoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/ModifyCategory.go
    • Line 24: warning: exported type ModifyCategoryRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewModifyCategoryRequest should be of the form "NewModifyCategoryRequest ..." (golint)
    • Line 58: warning: comment on exported function NewModifyCategoryRequestWithAllParams should be of the form "NewModifyCategoryRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewModifyCategoryRequestWithoutParam should be of the form "NewModifyCategoryRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ModifyCategoryRequest.SetCategoryId should be of the form "SetCategoryId ..." (golint)
    • Line 97: warning: comment on exported method ModifyCategoryRequest.SetCategorySpec should be of the form "SetCategorySpec ..." (golint)
    • Line 108: warning: exported type ModifyCategoryResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type ModifyCategoryResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/ListDomains.go
    • Line 24: warning: exported type ListDomainsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListDomainsRequest should be of the form "NewListDomainsRequest ..." (golint)
    • Line 55: warning: comment on exported function NewListDomainsRequestWithAllParams should be of the form "NewListDomainsRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewListDomainsRequestWithoutParam should be of the form "NewListDomainsRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method ListDomainsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method ListDomainsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method ListDomainsRequest.SetSorts should be of the form "SetSorts ..." (golint)
    • Line 113: warning: exported type ListDomainsResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type ListDomainsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteRevision.go
    • Line 23: warning: exported type DeleteRevisionRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteRevisionRequest should be of the form "NewDeleteRevisionRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteRevisionRequestWithAllParams should be of the form "NewDeleteRevisionRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteRevisionRequestWithoutParam should be of the form "NewDeleteRevisionRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteRevisionRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteRevisionRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 110: warning: comment on exported method DeleteRevisionRequest.SetRevisionId should be of the form "SetRevisionId ..." (golint)
    • Line 121: warning: exported type DeleteRevisionResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteRevisionResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/WafQueryPvForAreaAndIp.go
    • Line 24: warning: exported type WafQueryPvForAreaAndIpRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewWafQueryPvForAreaAndIpRequest should be of the form "NewWafQueryPvForAreaAndIpRequest ..." (golint)
    • Line 55: warning: comment on exported function NewWafQueryPvForAreaAndIpRequestWithAllParams should be of the form "NewWafQueryPvForAreaAndIpRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewWafQueryPvForAreaAndIpRequestWithoutParam should be of the form "NewWafQueryPvForAreaAndIpRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method WafQueryPvForAreaAndIpRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 97: warning: comment on exported method WafQueryPvForAreaAndIpRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 102: warning: comment on exported method WafQueryPvForAreaAndIpRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 113: warning: exported type WafQueryPvForAreaAndIpResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type WafQueryPvForAreaAndIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DeleteNetworkInterface.go
    • Line 23: warning: exported type DeleteNetworkInterfaceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteNetworkInterfaceRequest should be of the form "NewDeleteNetworkInterfaceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteNetworkInterfaceRequestWithAllParams should be of the form "NewDeleteNetworkInterfaceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteNetworkInterfaceRequestWithoutParam should be of the form "NewDeleteNetworkInterfaceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteNetworkInterfaceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteNetworkInterfaceRequest.SetNetworkInterfaceId should be of the form "SetNetworkInterfaceId ..." (golint)
    • Line 107: warning: exported type DeleteNetworkInterfaceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteNetworkInterfaceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/GetDomainQueryCount.go
    • Line 23: warning: exported type GetDomainQueryCountRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewGetDomainQueryCountRequest should be of the form "NewGetDomainQueryCountRequest ..." (golint)
    • Line 75: warning: comment on exported function NewGetDomainQueryCountRequestWithAllParams should be of the form "NewGetDomainQueryCountRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewGetDomainQueryCountRequestWithoutParam should be of the form "NewGetDomainQueryCountRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method GetDomainQueryCountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method GetDomainQueryCountRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 128: warning: comment on exported method GetDomainQueryCountRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 133: warning: comment on exported method GetDomainQueryCountRequest.SetStart should be of the form "SetStart ..." (golint)
    • Line 138: warning: comment on exported method GetDomainQueryCountRequest.SetEnd should be of the form "SetEnd ..." (golint)
    • Line 149: warning: exported type GetDomainQueryCountResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type GetDomainQueryCountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteDataSourceTableField.go
    • Line 23: warning: exported type DeleteDataSourceTableFieldRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteDataSourceTableFieldRequest should be of the form "NewDeleteDataSourceTableFieldRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteDataSourceTableFieldRequestWithAllParams should be of the form "NewDeleteDataSourceTableFieldRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteDataSourceTableFieldRequestWithoutParam should be of the form "NewDeleteDataSourceTableFieldRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteDataSourceTableFieldRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteDataSourceTableFieldRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 119: warning: comment on exported method DeleteDataSourceTableFieldRequest.SetTableName should be of the form "SetTableName ..." (golint)
    • Line 124: warning: comment on exported method DeleteDataSourceTableFieldRequest.SetFieldName should be of the form "SetFieldName ..." (golint)
    • Line 135: warning: exported type DeleteDataSourceTableFieldResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteDataSourceTableFieldResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vm/apis/DeleteImage.go
    • Line 23: warning: exported type DeleteImageRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteImageRequest should be of the form "NewDeleteImageRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDeleteImageRequestWithAllParams should be of the form "NewDeleteImageRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewDeleteImageRequestWithoutParam should be of the form "NewDeleteImageRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DeleteImageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method DeleteImageRequest.SetImageId should be of the form "SetImageId ..." (golint)
    • Line 107: warning: comment on exported method DeleteImageRequest.SetDeleteSnapshot should be of the form "SetDeleteSnapshot ..." (golint)
    • Line 118: warning: exported type DeleteImageResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type DeleteImageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/SendMessagesUsingPOST.go
    • Line 24: warning: exported type SendMessagesUsingPOSTRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewSendMessagesUsingPOSTRequest should be of the form "NewSendMessagesUsingPOSTRequest ..." (golint)
    • Line 73: warning: comment on exported function NewSendMessagesUsingPOSTRequestWithAllParams should be of the form "NewSendMessagesUsingPOSTRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewSendMessagesUsingPOSTRequestWithoutParam should be of the form "NewSendMessagesUsingPOSTRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method SendMessagesUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 121: warning: comment on exported method SendMessagesUsingPOSTRequest.SetParams should be of the form "SetParams ..." (golint)
    • Line 126: warning: comment on exported method SendMessagesUsingPOSTRequest.SetPhoneList should be of the form "SetPhoneList ..." (golint)
    • Line 131: warning: comment on exported method SendMessagesUsingPOSTRequest.SetSignId should be of the form "SetSignId ..." (golint)
    • Line 136: warning: comment on exported method SendMessagesUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 147: warning: exported type SendMessagesUsingPOSTResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type SendMessagesUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeWebRuleWhiteListGeoAreas.go
    • Line 24: warning: exported type DescribeWebRuleWhiteListGeoAreasRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeWebRuleWhiteListGeoAreasRequest should be of the form "NewDescribeWebRuleWhiteListGeoAreasRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeWebRuleWhiteListGeoAreasRequestWithAllParams should be of the form "NewDescribeWebRuleWhiteListGeoAreasRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeWebRuleWhiteListGeoAreasRequestWithoutParam should be of the form "NewDescribeWebRuleWhiteListGeoAreasRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeWebRuleWhiteListGeoAreasRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type DescribeWebRuleWhiteListGeoAreasResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeWebRuleWhiteListGeoAreasResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domainservice/apis/ModifyDomain.go
    • Line 23: warning: exported type ModifyDomainRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewModifyDomainRequest should be of the form "NewModifyDomainRequest ..." (golint)
    • Line 63: warning: comment on exported function NewModifyDomainRequestWithAllParams should be of the form "NewModifyDomainRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewModifyDomainRequestWithoutParam should be of the form "NewModifyDomainRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ModifyDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ModifyDomainRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 110: warning: comment on exported method ModifyDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 121: warning: exported type ModifyDomainResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ModifyDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/State.go
    • Line 24: warning: exported type StateRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewStateRequest should be of the form "NewStateRequest ..." (golint)
    • Line 52: warning: comment on exported function NewStateRequestWithAllParams should be of the form "NewStateRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewStateRequestWithoutParam should be of the form "NewStateRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method StateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type StateResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type StateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iv/apis/DeleteViTemplate.go
    • Line 23: warning: exported type DeleteViTemplateRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteViTemplateRequest should be of the form "NewDeleteViTemplateRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteViTemplateRequestWithAllParams should be of the form "NewDeleteViTemplateRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteViTemplateRequestWithoutParam should be of the form "NewDeleteViTemplateRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteViTemplateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 93: warning: exported type DeleteViTemplateResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteViTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/DeleteDatabase.go
    • Line 23: warning: exported type DeleteDatabaseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteDatabaseRequest should be of the form "NewDeleteDatabaseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteDatabaseRequestWithAllParams should be of the form "NewDeleteDatabaseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteDatabaseRequestWithoutParam should be of the form "NewDeleteDatabaseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteDatabaseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteDatabaseRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 110: warning: comment on exported method DeleteDatabaseRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 121: warning: exported type DeleteDatabaseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteDatabaseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/client/CdnClient.go
    • Line 26: warning: exported type CdnClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewCdnClient should have comment or be unexported (golint)
    • Line 48: warning: exported method CdnClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method CdnClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method CdnClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method CdnClient.SetOnlineBillingType should be of the form "SetOnlineBillingType ..." (golint)
    • Line 80: warning: comment on exported method CdnClient.QueryServiceNotice should be of the form "QueryServiceNotice ..." (golint)
    • Line 100: warning: comment on exported method CdnClient.QueryDeviceStatusForPCdn should be of the form "QueryDeviceStatusForPCdn ..." (golint)
    • Line 120: warning: comment on exported method CdnClient.QueryDirStatsData should be of the form "QueryDirStatsData ..." (golint)
    • Line 140: warning: comment on exported method CdnClient.QueryDomainGroupDetail should be of the form "QueryDomainGroupDetail ..." (golint)
    • Line 160: warning: comment on exported method CdnClient.QueryDomainTempProKeys should be of the form "QueryDomainTempProKeys ..." (golint)
    • Line 180: warning: comment on exported method CdnClient.QueryWafBlackRuleSwitch should be of the form "QueryWafBlackRuleSwitch ..." (golint)
    • Line 200: warning: comment on exported method CdnClient.DeleteHttpHeader should be of the form "DeleteHttpHeader ..." (golint)
    • Line 220: warning: comment on exported method CdnClient.SetCustomErrorPage should be of the form "SetCustomErrorPage ..." (golint)
    • Line 240: warning: comment on exported method CdnClient.DisableWafBlackRules should be of the form "DisableWafBlackRules ..." (golint)
    • Line 260: warning: comment on exported method CdnClient.QueryWebProtectSettings should be of the form "QueryWebProtectSettings ..." (golint)
    • Line 280: warning: comment on exported method CdnClient.QueryGeoAreas should be of the form "QueryGeoAreas ..." (golint)
    • Line 300: warning: comment on exported method CdnClient.QueryStatisticsTopUrl should be of the form "QueryStatisticsTopUrl ..." (golint)
    • Line 320: warning: comment on exported method CdnClient.QueryDomainConfigStatus should be of the form "QueryDomainConfigStatus ..." (golint)
    • Line 340: warning: comment on exported method CdnClient.GetAllUpperNodeIpList should be of the form "GetAllUpperNodeIpList ..." (golint)
    • Line 360: warning: comment on exported method CdnClient.QueryLiveStatisticsAreaDataGroupBy should be of the form "QueryLiveStatisticsAreaDataGroupBy ..." (golint)
    • Line 380: warning: comment on exported method CdnClient.SetIpBlackList should be of the form "SetIpBlackList ..." (golint)
    • Line 400: warning: comment on exported method CdnClient.UpdateWafWhiteRule should be of the form "UpdateWafWhiteRule ..." (golint)
    • Line 420: warning: comment on exported method CdnClient.SetDomainConfig should be of the form "SetDomainConfig ..." (golint)
    • Line 440: warning: comment on exported method CdnClient.QueryCustomizedDirBandWidth should be of the form "QueryCustomizedDirBandWidth ..." (golint)
    • Line 460: warning: comment on exported method CdnClient.SetRefreshLimit should be of the form "SetRefreshLimit ..." (golint)
    • Line 480: warning: comment on exported method CdnClient.SetFollowRedirect should be of the form "SetFollowRedirect ..." (golint)
    • Line 500: warning: comment on exported method CdnClient.StartDomain should be of the form "StartDomain ..." (golint)
    • Line 520: warning: comment on exported method CdnClient.QueryBandWithArea should be of the form "QueryBandWithArea ..." (golint)
    • Line 540: warning: comment on exported method CdnClient.SetAccesskeyConfig should be of the form "SetAccesskeyConfig ..." (golint)
    • Line 560: warning: comment on exported method CdnClient.SetRange should be of the form "SetRange ..." (golint)
    • Line 580: warning: comment on exported method CdnClient.SetLiveDomainIpBlackList should be of the form "SetLiveDomainIpBlackList ..." (golint)
    • Line 600: warning: comment on exported method CdnClient.SetCCProtectSwitch should be of the form "SetCCProtectSwitch ..." (golint)
    • Line 620: warning: comment on exported method CdnClient.SetExtraCacheTime should be of the form "SetExtraCacheTime ..." (golint)
    • Line 640: warning: comment on exported method CdnClient.QueryMonitor should be of the form "QueryMonitor ..." (golint)
    • Line 660: warning: comment on exported method CdnClient.QueryCdnUserQuota should be of the form "QueryCdnUserQuota ..." (golint)
    • Line 680: warning: comment on exported method CdnClient.QueryLiveDomainApps should be of the form "QueryLiveDomainApps ..." (golint)
    • Line 700: warning: comment on exported method CdnClient.DisableWafWhiteRules should be of the form "DisableWafWhiteRules ..." (golint)
    • Line 720: warning: comment on exported method CdnClient.CreateWafBlackRule should be of the form "CreateWafBlackRule ..." (golint)
    • Line 740: warning: comment on exported method CdnClient.CreateDomainGroup should be of the form "CreateDomainGroup ..." (golint)
    • Line 760: warning: comment on exported method CdnClient.QueryWebProtectSwitch should be of the form "QueryWebProtectSwitch ..." (golint)
    • Line 780: warning: comment on exported method CdnClient.WafQueryPvForAreaAndIp should be of the form "WafQueryPvForAreaAndIp ..." (golint)
    • Line 800: warning: comment on exported method CdnClient.OperateIpBlackList should be of the form "OperateIpBlackList ..." (golint)
    • Line 820: warning: comment on exported method CdnClient.QueryMixStatisticsData should be of the form "QueryMixStatisticsData ..." (golint)
    • Line 840: warning: comment on exported method CdnClient.QueryRefreshTask should be of the form "QueryRefreshTask ..." (golint)
    • Line 860: warning: comment on exported method CdnClient.QueryHttp2 should be of the form "QueryHttp2 ..." (golint)
    • Line 880: warning: comment on exported method CdnClient.GetDomainDetail should be of the form "GetDomainDetail ..." (golint)
    • Line 900: warning: comment on exported method CdnClient.SetNetProtectionRulesSwitch should be of the form "SetNetProtectionRulesSwitch ..." (golint)
    • Line 920: warning: comment on exported method CdnClient.ConfigHttp2 should be of the form "ConfigHttp2 ..." (golint)
    • Line 940: warning: comment on exported method CdnClient.SearchAttackLog should be of the form "SearchAttackLog ..." (golint)
    • Line 960: warning: comment on exported method CdnClient.QueryStatisticsDataGroupByArea should be of the form "QueryStatisticsDataGroupByArea ..." (golint)
    • Line 980: warning: comment on exported method CdnClient.SetLiveDomainAccessKey should be of the form "SetLiveDomainAccessKey ..." (golint)
    • Line 1000: warning: comment on exported method CdnClient.QuerywafBlackRules should be of the form "QuerywafBlackRules ..." (golint)
    • Line 1020: warning: comment on exported method CdnClient.DeleteForbiddenStream should be of the form "DeleteForbiddenStream ..." (golint)
    • Line 1040: warning: comment on exported method CdnClient.SetWafWhiteRuleSwitch should be of the form "SetWafWhiteRuleSwitch ..." (golint)
    • Line 1060: warning: comment on exported method CdnClient.QueryRefreshTaskByIds should be of the form "QueryRefreshTaskByIds ..." (golint)
    • Line 1080: warning: comment on exported method CdnClient.QueryStatisticsDataGroupSum should be of the form "QueryStatisticsDataGroupSum ..." (golint)
    • Line 1100: warning: comment on exported method CdnClient.QueryDomainAllConfigClassify should be of the form "QueryDomainAllConfigClassify ..." (golint)
    • Line 1120: warning: comment on exported method CdnClient.QueryBand should be of the form "QueryBand ..." (golint)
    • Line 1140: warning: comment on exported method CdnClient.SetHttpHeader should be of the form "SetHttpHeader ..." (golint)
    • Line 1160: warning: comment on exported method CdnClient.CheckWhetherIpBelongToJCloud should be of the form "CheckWhetherIpBelongToJCloud ..." (golint)
    • Line 1180: warning: comment on exported method CdnClient.QueryPurgeTask should be of the form "QueryPurgeTask ..." (golint)
    • Line 1200: warning: comment on exported method CdnClient.SetGzip should be of the form "SetGzip ..." (golint)
    • Line 1220: warning: comment on exported method CdnClient.QueryLiveStatisticsData should be of the form "QueryLiveStatisticsData ..." (golint)
    • Line 1240: warning: comment on exported method CdnClient.QueryDomainsLog should be of the form "QueryDomainsLog ..." (golint)
    • Line 1260: warning: comment on exported method CdnClient.EnableCCProtectRule should be of the form "EnableCCProtectRule ..." (golint)
    • Line 1280: warning: comment on exported method CdnClient.SetRefer should be of the form "SetRefer ..." (golint)
    • Line 1300: warning: comment on exported method CdnClient.QueryLiveDomainDetail should be of the form "QueryLiveDomainDetail ..." (golint)
    • Line 1320: warning: comment on exported method CdnClient.QueryIpBlackSettingStatus should be of the form "QueryIpBlackSettingStatus ..." (golint)
    • Line 1340: warning: comment on exported method CdnClient.ModifyDomainTempInst should be of the form "ModifyDomainTempInst ..." (golint)
    • Line 1360: warning: comment on exported method CdnClient.CreateLiveDomainPrefecthTask should be of the form "CreateLiveDomainPrefecthTask ..." (golint)
    • Line 1380: warning: comment on exported method CdnClient.QueryStatisticsTopIp should be of the form "QueryStatisticsTopIp ..." (golint)
    • Line 1400: warning: comment on exported method CdnClient.WafQueryAttackDetails should be of the form "WafQueryAttackDetails ..." (golint)
    • Line 1420: warning: comment on exported method CdnClient.StopMonitor should be of the form "StopMonitor ..." (golint)
    • Line 1440: warning: comment on exported method CdnClient.DelDomainTempInstance should be of the form "DelDomainTempInstance ..." (golint)
    • Line 1460: warning: comment on exported method CdnClient.QueryHttpHeader should be of the form "QueryHttpHeader ..." (golint)
    • Line 1480: warning: comment on exported method CdnClient.QueryWafRegions should be of the form "QueryWafRegions ..." (golint)
    • Line 1500: warning: comment on exported method CdnClient.CreateRefreshTaskForCallbackV2 should be of the form "CreateRefreshTaskForCallbackV2 ..." (golint)
    • Line 1520: warning: comment on exported method CdnClient.QueryWafWhiteRuleSwitch should be of the form "QueryWafWhiteRuleSwitch ..." (golint)
    • Line 1540: warning: comment on exported method CdnClient.CreateCCProtectRule should be of the form "CreateCCProtectRule ..." (golint)
    • Line 1560: warning: comment on exported method CdnClient.QueryLivePrefetchTask should be of the form "QueryLivePrefetchTask ..." (golint)
    • Line 1580: warning: comment on exported method CdnClient.CreateWafWhiteRule should be of the form "CreateWafWhiteRule ..." (golint)
    • Line 1600: warning: comment on exported method CdnClient.QueryAreaIspListV2 should be of the form "QueryAreaIspListV2 ..." (golint)
    • Line 1620: warning: comment on exported method CdnClient.QueryAvgBandwidthForPCdn should be of the form "QueryAvgBandwidthForPCdn ..." (golint)
    • Line 1640: warning: comment on exported method CdnClient.QuerywafWhiteRules should be of the form "QuerywafWhiteRules ..." (golint)
    • Line 1660: warning: comment on exported method CdnClient.QueryCustomErrorPage should be of the form "QueryCustomErrorPage ..." (golint)
    • Line 1680: warning: comment on exported method CdnClient.QueryDomainLog should be of the form "QueryDomainLog ..." (golint)
    • Line 1700: warning: comment on exported method CdnClient.SetHttpType should be of the form "SetHttpType ..." (golint)
    • Line 1720: warning: comment on exported method CdnClient.QueryLiveDomainIpBlackWhiteList should be of the form "QueryLiveDomainIpBlackWhiteList ..." (golint)
    • Line 1740: warning: comment on exported method CdnClient.QueryExtraCacheTime should be of the form "QueryExtraCacheTime ..." (golint)
    • Line 1760: warning: comment on exported method CdnClient.StopPrefetchTask should be of the form "StopPrefetchTask ..." (golint)
    • Line 1780: warning: comment on exported method CdnClient.QueryMixTrafficGroupSum should be of the form "QueryMixTrafficGroupSum ..." (golint)
    • Line 1800: warning: comment on exported method CdnClient.QueryOssBuckets should be of the form "QueryOssBuckets ..." (golint)
    • Line 1820: warning: comment on exported method CdnClient.QueryAttackTypeCount should be of the form "QueryAttackTypeCount ..." (golint)
    • Line 1840: warning: comment on exported method CdnClient.QueryUnForbiddenStatus should be of the form "QueryUnForbiddenStatus ..." (golint)
    • Line 1860: warning: comment on exported method CdnClient.SetAuthConfig should be of the form "SetAuthConfig ..." (golint)
    • Line 1880: warning: comment on exported method CdnClient.QueryIpBlackList should be of the form "QueryIpBlackList ..." (golint)
    • Line 1900: warning: comment on exported method CdnClient.ConfigBackSourceRule should be of the form "ConfigBackSourceRule ..." (golint)
    • Line 1920: warning: comment on exported method CdnClient.SetLiveDomainBackSourceHost should be of the form "SetLiveDomainBackSourceHost ..." (golint)
    • Line 1940: warning: comment on exported method CdnClient.DeleteExtraCacheTime should be of the form "DeleteExtraCacheTime ..." (golint)
    • Line 1960: warning: comment on exported method CdnClient.SetProtocolConvert should be of the form "SetProtocolConvert ..." (golint)
    • Line 1980: warning: comment on exported method CdnClient.QueryCCProtectRules should be of the form "QueryCCProtectRules ..." (golint)
    • Line 2000: warning: comment on exported method CdnClient.SetAccelerateRegion should be of the form "SetAccelerateRegion ..." (golint)
    • Line 2020: warning: comment on exported method CdnClient.GetDomainList should be of the form "GetDomainList ..." (golint)
    • Line 2040: warning: comment on exported method CdnClient.SetLiveDomainRefer should be of the form "SetLiveDomainRefer ..." (golint)
    • Line 2060: warning: comment on exported method CdnClient.SetIgnoreQueryString should be of the form "SetIgnoreQueryString ..." (golint)
    • Line 2080: warning: comment on exported method CdnClient.BatchDeleteDomainGroup should be of the form "BatchDeleteDomainGroup ..." (golint)
    • Line 2100: warning: comment on exported method CdnClient.SetUserAgentConfig should be of the form "SetUserAgentConfig ..." (golint)
    • Line 2120: warning: comment on exported method CdnClient.UpdatePrefetchTask should be of the form "UpdatePrefetchTask ..." (golint)
    • Line 2140: warning: comment on exported method CdnClient.SetNetProtectionRules should be of the form "SetNetProtectionRules ..." (golint)
    • Line 2160: warning: comment on exported method CdnClient.SetLiveDomainBackSource should be of the form "SetLiveDomainBackSource ..." (golint)
    • Line 2180: warning: comment on exported method CdnClient.SetFollowSourceProtocol should be of the form "SetFollowSourceProtocol ..." (golint)
    • Line 2200: warning: comment on exported method CdnClient.GetSslCertList should be of the form "GetSslCertList ..." (golint)
    • Line 2220: warning: comment on exported method CdnClient.QueryUrlRule should be of the form "QueryUrlRule ..." (golint)
    • Line 2240: warning: comment on exported method CdnClient.CreateDomain should be of the form "CreateDomain ..." (golint)
    • Line 2260: warning: comment on exported method CdnClient.QueryDomainTempInst should be of the form "QueryDomainTempInst ..." (golint)
    • Line 2280: warning: comment on exported method CdnClient.QueryServiceIp should be of the form "QueryServiceIp ..." (golint)
    • Line 2300: warning: comment on exported method CdnClient.QueryDomainConfig should be of the form "QueryDomainConfig ..." (golint)
    • Line 2320: warning: comment on exported method CdnClient.QueryDirBandwidth should be of the form "QueryDirBandwidth ..." (golint)
    • Line 2340: warning: comment on exported method CdnClient.SetVideoDraft should be of the form "SetVideoDraft ..." (golint)
    • Line 2360: warning: comment on exported method CdnClient.QueryCCProtectSwitch should be of the form "QueryCCProtectSwitch ..." (golint)
    • Line 2380: warning: comment on exported method CdnClient.ConfigBackSourcePath should be of the form "ConfigBackSourcePath ..." (golint)
    • Line 2400: warning: comment on exported method CdnClient.UpdateWebProtectSettings should be of the form "UpdateWebProtectSettings ..." (golint)
    • Line 2420: warning: comment on exported method CdnClient.OperateShareCache should be of the form "OperateShareCache ..." (golint)
    • Line 2440: warning: comment on exported method CdnClient.EnableWafWhiteRules should be of the form "EnableWafWhiteRules ..." (golint)
    • Line 2460: warning: comment on exported method CdnClient.QueryRefreshLimit should be of the form "QueryRefreshLimit ..." (golint)
    • Line 2480: warning: comment on exported method CdnClient.QueryMixStatisticsWithAreaData should be of the form "QueryMixStatisticsWithAreaData ..." (golint)
    • Line 2500: warning: comment on exported method CdnClient.SetWebProtectSwitch should be of the form "SetWebProtectSwitch ..." (golint)
    • Line 2520: warning: comment on exported method CdnClient.OperateLiveDomainIpBlackList should be of the form "OperateLiveDomainIpBlackList ..." (golint)
    • Line 2540: warning: comment on exported method CdnClient.ConfigUrlRule should be of the form "ConfigUrlRule ..." (golint)
    • Line 2560: warning: comment on exported method CdnClient.QueryStatisticsData should be of the form "QueryStatisticsData ..." (golint)
    • Line 2580: warning: comment on exported method CdnClient.QueryAreaIspList should be of the form "QueryAreaIspList ..." (golint)
    • Line 2600: warning: comment on exported method CdnClient.DeleteCCProtectRule should be of the form "DeleteCCProtectRule ..." (golint)
    • Line 2620: warning: comment on exported method CdnClient.SetWafBlackRuleSwitch should be of the form "SetWafBlackRuleSwitch ..." (golint)
    • Line 2640: warning: comment on exported method CdnClient.QueryDefaultHttpHeaderKey should be of the form "QueryDefaultHttpHeaderKey ..." (golint)
    • Line 2660: warning: comment on exported method CdnClient.SetMonitor should be of the form "SetMonitor ..." (golint)
    • Line 2680: warning: comment on exported method CdnClient.DeleteDomain should be of the form "DeleteDomain ..." (golint)
    • Line 2700: warning: comment on exported method CdnClient.QueryBackSourcePath should be of the form "QueryBackSourcePath ..." (golint)
    • Line 2720: warning: comment on exported method CdnClient.QueryJBoxAvgBandwidth should be of the form "QueryJBoxAvgBandwidth ..." (golint)
    • Line 2740: warning: comment on exported method CdnClient.SetSourceAuthConfig should be of the form "SetSourceAuthConfig ..." (golint)
    • Line 2760: warning: comment on exported method CdnClient.QueryUserAgent should be of the form "QueryUserAgent ..." (golint)
    • Line 2780: warning: comment on exported method CdnClient.GetDomainListByFilter should be of the form "GetDomainListByFilter ..." (golint)
    • Line 2800: warning: comment on exported method CdnClient.WafQueryPv should be of the form "WafQueryPv ..." (golint)
    • Line 2820: warning: comment on exported method CdnClient.QueryFollowRedirect should be of the form "QueryFollowRedirect ..." (golint)
    • Line 2840: warning: comment on exported method CdnClient.QueryPushDomainORAppOrStream should be of the form "QueryPushDomainORAppOrStream ..." (golint)
    • Line 2860: warning: comment on exported method CdnClient.DeleteCacheRule should be of the form "DeleteCacheRule ..." (golint)
    • Line 2880: warning: comment on exported method CdnClient.QueryNetProtectionRulesSwitch should be of the form "QueryNetProtectionRulesSwitch ..." (golint)
    • Line 2900: warning: comment on exported method CdnClient.QueryDomainGroupList should be of the form "QueryDomainGroupList ..." (golint)
    • Line 2920: warning: comment on exported method CdnClient.QueryDomainsNotInGroup should be of the form "QueryDomainsNotInGroup ..." (golint)
    • Line 2940: warning: comment on exported method CdnClient.QueryPrefetchTask should be of the form "QueryPrefetchTask ..." (golint)
    • Line 2960: warning: comment on exported method CdnClient.QueryJDBoxStatisticsData should be of the form "QueryJDBoxStatisticsData ..." (golint)
    • Line 2980: warning: comment on exported method CdnClient.QueryForbiddenInfoList should be of the form "QueryForbiddenInfoList ..." (golint)
    • Line 3000: warning: comment on exported method CdnClient.QueryFollowSourceProtocol should be of the form "QueryFollowSourceProtocol ..." (golint)
    • Line 3020: warning: comment on exported method CdnClient.QueryDomainTempInstList should be of the form "QueryDomainTempInstList ..." (golint)
    • Line 3040: warning: comment on exported method CdnClient.UpdateDomainGroup should be of the form "UpdateDomainGroup ..." (golint)
    • Line 3060: warning: comment on exported method CdnClient.BatCreatePrefetchTask should be of the form "BatCreatePrefetchTask ..." (golint)
    • Line 3080: warning: comment on exported method CdnClient.GetSslCertDetail should be of the form "GetSslCertDetail ..." (golint)
    • Line 3100: warning: comment on exported method CdnClient.StopDomain should be of the form "StopDomain ..." (golint)
    • Line 3120: warning: comment on exported method CdnClient.QueryWafSwitch should be of the form "QueryWafSwitch ..." (golint)
    • Line 3140: warning: comment on exported method CdnClient.DeleteForbiddenInfo should be of the form "DeleteForbiddenInfo ..." (golint)
    • Line 3160: warning: comment on exported method CdnClient.ConfigServiceNotice should be of the form "ConfigServiceNotice ..." (golint)
    • Line 3180: warning: comment on exported method CdnClient.CreateRefreshTask should be of the form "CreateRefreshTask ..." (golint)
    • Line 3200: warning: comment on exported method CdnClient.QueryNetProtectionRules should be of the form "QueryNetProtectionRules ..." (golint)
    • Line 3220: warning: comment on exported method CdnClient.PreviewCertificate should be of the form "PreviewCertificate ..." (golint)
    • Line 3240: warning: comment on exported method CdnClient.QueryBackSourceRule should be of the form "QueryBackSourceRule ..." (golint)
    • Line 3260: warning: comment on exported method CdnClient.QueryDdosGraph should be of the form "QueryDdosGraph ..." (golint)
    • Line 3280: warning: comment on exported method CdnClient.DeleteWafBlackRules should be of the form "DeleteWafBlackRules ..." (golint)
    • Line 3300: warning: comment on exported method CdnClient.UpdateWafBlackRule should be of the form "UpdateWafBlackRule ..." (golint)
    • Line 3320: warning: comment on exported method CdnClient.EnableWafBlackRules should be of the form "EnableWafBlackRules ..." (golint)
    • Line 3340: warning: comment on exported method CdnClient.QueryAccesskeyConfig should be of the form "QueryAccesskeyConfig ..." (golint)
    • Line 3360: warning: comment on exported method CdnClient.DisableCCProtectRule should be of the form "DisableCCProtectRule ..." (golint)
    • Line 3380: warning: comment on exported method CdnClient.CreateRefreshTaskForCallback should be of the form "CreateRefreshTaskForCallback ..." (golint)
    • Line 3400: warning: comment on exported method CdnClient.ExecuteDomainCopy should be of the form "ExecuteDomainCopy ..." (golint)
    • Line 3420: warning: comment on exported method CdnClient.OperatePurgeTask should be of the form "OperatePurgeTask ..." (golint)
    • Line 3440: warning: comment on exported method CdnClient.BatchCreate should be of the form "BatchCreate ..." (golint)
    • Line 3460: warning: comment on exported method CdnClient.QueryLiveTrafficGroupSum should be of the form "QueryLiveTrafficGroupSum ..." (golint)
    • Line 3480: warning: comment on exported method CdnClient.DeleteWafWhiteRules should be of the form "DeleteWafWhiteRules ..." (golint)
    • Line 3500: warning: comment on exported method CdnClient.SetFilterArgs should be of the form "SetFilterArgs ..." (golint)
    • Line 3520: warning: comment on exported method CdnClient.UpdateCCProtectRule should be of the form "UpdateCCProtectRule ..." (golint)
    • Line 3540: warning: comment on exported method CdnClient.CreateForbiddenInfo should be of the form "CreateForbiddenInfo ..." (golint)
    • Line 3560: warning: comment on exported method CdnClient.QueryOnlineBillingType should be of the form "QueryOnlineBillingType ..." (golint)
    • Line 3580: warning: comment on exported method CdnClient.BatchSetExtraCacheTime should be of the form "BatchSetExtraCacheTime ..." (golint)
    • Line 3600: warning: comment on exported method CdnClient.QueryRefreshTaskById should be of the form "QueryRefreshTaskById ..." (golint)
    • Line 3620: warning: comment on exported method CdnClient.UpdateCacheRule should be of the form "UpdateCacheRule ..." (golint)
    • Line 3640: warning: comment on exported method CdnClient.SetWafSwitch should be of the form "SetWafSwitch ..." (golint)
    • Line 3660: warning: comment on exported method CdnClient.QueryFilterArgs should be of the form "QueryFilterArgs ..." (golint)
    • Line 3680: warning: comment on exported method CdnClient.UploadCert should be of the form "UploadCert ..." (golint)
    • Line 3700: warning: comment on exported method CdnClient.CreateCacheRule should be of the form "CreateCacheRule ..." (golint)
    • Line 3720: warning: comment on exported method CdnClient.BatchCreateLiveDomain should be of the form "BatchCreateLiveDomain ..." (golint)
    • Line 3740: warning: comment on exported method CdnClient.SetSource should be of the form "SetSource ..." (golint)
    • jdcloud-sdk-go/services/cr/apis/DescribeImages.go
    • Line 25: warning: exported type DescribeImagesRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeImagesRequest should be of the form "NewDescribeImagesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeImagesRequestWithAllParams should be of the form "NewDescribeImagesRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewDescribeImagesRequestWithoutParam should be of the form "NewDescribeImagesRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method DescribeImagesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 117: warning: comment on exported method DescribeImagesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 127: warning: comment on exported method DescribeImagesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 132: warning: comment on exported method DescribeImagesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 143: warning: exported type DescribeImagesResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type DescribeImagesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeBinlogDownloadURL.go
    • Line 23: warning: exported type DescribeBinlogDownloadURLRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDescribeBinlogDownloadURLRequest should be of the form "NewDescribeBinlogDownloadURLRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeBinlogDownloadURLRequestWithAllParams should be of the form "NewDescribeBinlogDownloadURLRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeBinlogDownloadURLRequestWithoutParam should be of the form "NewDescribeBinlogDownloadURLRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeBinlogDownloadURLRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeBinlogDownloadURLRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 116: warning: comment on exported method DescribeBinlogDownloadURLRequest.SetBinlogBackupId should be of the form "SetBinlogBackupId ..." (golint)
    • Line 121: warning: comment on exported method DescribeBinlogDownloadURLRequest.SetSeconds should be of the form "SetSeconds ..." (golint)
    • Line 132: warning: exported type DescribeBinlogDownloadURLResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DescribeBinlogDownloadURLResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/DescribeSecretVersionInfo.go
    • Line 23: warning: exported type DescribeSecretVersionInfoRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeSecretVersionInfoRequest should be of the form "NewDescribeSecretVersionInfoRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeSecretVersionInfoRequestWithAllParams should be of the form "NewDescribeSecretVersionInfoRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeSecretVersionInfoRequestWithoutParam should be of the form "NewDescribeSecretVersionInfoRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeSecretVersionInfoRequest.SetSecretId should be of the form "SetSecretId ..." (golint)
    • Line 96: warning: comment on exported method DescribeSecretVersionInfoRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 107: warning: exported type DescribeSecretVersionInfoResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeSecretVersionInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DescribeStampList.go
    • Line 24: warning: exported type DescribeStampListRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeStampListRequest should be of the form "NewDescribeStampListRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeStampListRequestWithAllParams should be of the form "NewDescribeStampListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeStampListRequestWithoutParam should be of the form "NewDescribeStampListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeStampListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 97: warning: comment on exported method DescribeStampListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: comment on exported method DescribeStampListRequest.SetStampName should be of the form "SetStampName ..." (golint)
    • Line 113: warning: exported type DescribeStampListResponse should have comment or be unexported (golint)
    • Line 119: warning: exported type DescribeStampListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeQueryPerformance.go
    • Line 24: warning: exported type DescribeQueryPerformanceRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeQueryPerformanceRequest should be of the form "NewDescribeQueryPerformanceRequest ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeQueryPerformanceRequestWithAllParams should be of the form "NewDescribeQueryPerformanceRequestWithAllParams ..." (golint)
    • Line 106: warning: comment on exported function NewDescribeQueryPerformanceRequestWithoutParam should be of the form "NewDescribeQueryPerformanceRequestWithoutParam ..." (golint)
    • Line 119: warning: comment on exported method DescribeQueryPerformanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 124: warning: comment on exported method DescribeQueryPerformanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 129: warning: comment on exported method DescribeQueryPerformanceRequest.SetQueryType should be of the form "SetQueryType ..." (golint)
    • Line 134: warning: comment on exported method DescribeQueryPerformanceRequest.SetThreshold should be of the form "SetThreshold ..." (golint)
    • Line 139: warning: comment on exported method DescribeQueryPerformanceRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 144: warning: comment on exported method DescribeQueryPerformanceRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 155: warning: exported type DescribeQueryPerformanceResponse should have comment or be unexported (golint)
    • Line 161: warning: exported type DescribeQueryPerformanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jcq/apis/DescribeSubscriptions.go
    • Line 24: warning: exported type DescribeSubscriptionsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeSubscriptionsRequest should be of the form "NewDescribeSubscriptionsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeSubscriptionsRequestWithAllParams should be of the form "NewDescribeSubscriptionsRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeSubscriptionsRequestWithoutParam should be of the form "NewDescribeSubscriptionsRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeSubscriptionsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeSubscriptionsRequest.SetTopicName should be of the form "SetTopicName ..." (golint)
    • Line 120: warning: comment on exported method DescribeSubscriptionsRequest.SetConsumerGroupFilter should be of the form "SetConsumerGroupFilter ..." (golint)
    • Line 125: warning: comment on exported method DescribeSubscriptionsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method DescribeSubscriptionsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 141: warning: exported type DescribeSubscriptionsResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type DescribeSubscriptionsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QuerywafBlackRules.go
    • Line 24: warning: exported type QuerywafBlackRulesRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQuerywafBlackRulesRequest should be of the form "NewQuerywafBlackRulesRequest ..." (golint)
    • Line 67: warning: comment on exported function NewQuerywafBlackRulesRequestWithAllParams should be of the form "NewQuerywafBlackRulesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewQuerywafBlackRulesRequestWithoutParam should be of the form "NewQuerywafBlackRulesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method QuerywafBlackRulesRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 115: warning: comment on exported method QuerywafBlackRulesRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 120: warning: comment on exported method QuerywafBlackRulesRequest.SetId should be of the form "SetId ..." (golint)
    • Line 125: warning: comment on exported method QuerywafBlackRulesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: comment on exported method QuerywafBlackRulesRequest.SetPageIndex should be of the form "SetPageIndex ..." (golint)
    • Line 141: warning: exported type QuerywafBlackRulesResponse should have comment or be unexported (golint)
    • Line 147: warning: exported type QuerywafBlackRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDirStatsData.go
    • Line 24: warning: exported type QueryDirStatsDataRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewQueryDirStatsDataRequest should be of the form "NewQueryDirStatsDataRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryDirStatsDataRequestWithAllParams should be of the form "NewQueryDirStatsDataRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewQueryDirStatsDataRequestWithoutParam should be of the form "NewQueryDirStatsDataRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method QueryDirStatsDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 103: warning: comment on exported method QueryDirStatsDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 108: warning: comment on exported method QueryDirStatsDataRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 113: warning: comment on exported method QueryDirStatsDataRequest.SetDirs should be of the form "SetDirs ..." (golint)
    • Line 124: warning: exported type QueryDirStatsDataResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type QueryDirStatsDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetLiveDomainRefer.go
    • Line 23: warning: exported type SetLiveDomainReferRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewSetLiveDomainReferRequest should be of the form "NewSetLiveDomainReferRequest ..." (golint)
    • Line 63: warning: comment on exported function NewSetLiveDomainReferRequestWithAllParams should be of the form "NewSetLiveDomainReferRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewSetLiveDomainReferRequestWithoutParam should be of the form "NewSetLiveDomainReferRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method SetLiveDomainReferRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 111: warning: comment on exported method SetLiveDomainReferRequest.SetReferType should be of the form "SetReferType ..." (golint)
    • Line 116: warning: comment on exported method SetLiveDomainReferRequest.SetReferList should be of the form "SetReferList ..." (golint)
    • Line 121: warning: comment on exported method SetLiveDomainReferRequest.SetAllowNoReferHeader should be of the form "SetAllowNoReferHeader ..." (golint)
    • Line 126: warning: comment on exported method SetLiveDomainReferRequest.SetAllowNullReferHeader should be of the form "SetAllowNullReferHeader ..." (golint)
    • Line 137: warning: exported type SetLiveDomainReferResponse should have comment or be unexported (golint)
    • Line 143: warning: exported type SetLiveDomainReferResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/client/StreamcomputerClient.go
    • Line 26: warning: exported type StreamcomputerClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewStreamcomputerClient should have comment or be unexported (golint)
    • Line 48: warning: exported method StreamcomputerClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method StreamcomputerClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: comment on exported method StreamcomputerClient.QueryNamespaceDetail should be of the form "QueryNamespaceDetail ..." (golint)
    • Line 76: warning: comment on exported method StreamcomputerClient.DescribeJob should be of the form "DescribeJob ..." (golint)
    • Line 96: warning: comment on exported method StreamcomputerClient.DescribeStorage should be of the form "DescribeStorage ..." (golint)
    • Line 116: warning: comment on exported method StreamcomputerClient.DeleteJob should be of the form "DeleteJob ..." (golint)
    • Line 136: warning: comment on exported method StreamcomputerClient.AddOrUpdateJob should be of the form "AddOrUpdateJob ..." (golint)
    • Line 156: warning: comment on exported method StreamcomputerClient.QueryNamespaces should be of the form "QueryNamespaces ..." (golint)
    • Line 176: warning: comment on exported method StreamcomputerClient.StartJob should be of the form "StartJob ..." (golint)
    • Line 196: warning: comment on exported method StreamcomputerClient.AddOrUpdateStorage should be of the form "AddOrUpdateStorage ..." (golint)
    • Line 216: warning: comment on exported method StreamcomputerClient.GetJobList should be of the form "GetJobList ..." (golint)
    • Line 236: warning: comment on exported method StreamcomputerClient.DeleteNamespace should be of the form "DeleteNamespace ..." (golint)
    • Line 256: warning: comment on exported method StreamcomputerClient.StopJob should be of the form "StopJob ..." (golint)
    • Line 276: warning: comment on exported method StreamcomputerClient.CreateNamespace should be of the form "CreateNamespace ..." (golint)
    • Line 296: warning: comment on exported method StreamcomputerClient.GetStorageList should be of the form "GetStorageList ..." (golint)
    • Line 316: warning: comment on exported method StreamcomputerClient.UpdateNamespace should be of the form "UpdateNamespace ..." (golint)
    • Line 336: warning: comment on exported method StreamcomputerClient.DeleteStorage should be of the form "DeleteStorage ..." (golint)
    • jdcloud-sdk-go/services/mongodb/apis/DescribeBackups.go
    • Line 25: warning: exported type DescribeBackupsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewDescribeBackupsRequest should be of the form "NewDescribeBackupsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeBackupsRequestWithAllParams should be of the form "NewDescribeBackupsRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDescribeBackupsRequestWithoutParam should be of the form "NewDescribeBackupsRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DescribeBackupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DescribeBackupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method DescribeBackupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method DescribeBackupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type DescribeBackupsResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeBackupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetIpBlackList.go
    • Line 23: warning: exported type SetIpBlackListRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewSetIpBlackListRequest should be of the form "NewSetIpBlackListRequest ..." (golint)
    • Line 57: warning: comment on exported function NewSetIpBlackListRequestWithAllParams should be of the form "NewSetIpBlackListRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewSetIpBlackListRequestWithoutParam should be of the form "NewSetIpBlackListRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method SetIpBlackListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 99: warning: comment on exported method SetIpBlackListRequest.SetIps should be of the form "SetIps ..." (golint)
    • Line 104: warning: comment on exported method SetIpBlackListRequest.SetIpListType should be of the form "SetIpListType ..." (golint)
    • Line 115: warning: exported type SetIpBlackListResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type SetIpBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/AddBotUsrRule.go
    • Line 24: warning: exported type AddBotUsrRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAddBotUsrRuleRequest should be of the form "NewAddBotUsrRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAddBotUsrRuleRequestWithAllParams should be of the form "NewAddBotUsrRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAddBotUsrRuleRequestWithoutParam should be of the form "NewAddBotUsrRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AddBotUsrRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AddBotUsrRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AddBotUsrRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AddBotUsrRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AddBotUsrRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeTde.go
    • Line 24: warning: exported type DescribeTdeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeTdeRequest should be of the form "NewDescribeTdeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTdeRequestWithAllParams should be of the form "NewDescribeTdeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeTdeRequestWithoutParam should be of the form "NewDescribeTdeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeTdeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeTdeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeTdeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeTdeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/EnableAuditResponse.go
    • Line 23: warning: exported type EnableAuditResponseRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableAuditResponseRequest should be of the form "NewEnableAuditResponseRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableAuditResponseRequestWithAllParams should be of the form "NewEnableAuditResponseRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableAuditResponseRequestWithoutParam should be of the form "NewEnableAuditResponseRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableAuditResponseRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableAuditResponseRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 110: warning: comment on exported method EnableAuditResponseRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 121: warning: exported type EnableAuditResponseResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableAuditResponseResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DescribeInstances.go
    • Line 25: warning: exported type DescribeInstancesRequest should have comment or be unexported (golint)
    • Line 74: warning: comment on exported function NewDescribeInstancesRequest should be of the form "NewDescribeInstancesRequest ..." (golint)
    • Line 94: warning: comment on exported function NewDescribeInstancesRequestWithAllParams should be of the form "NewDescribeInstancesRequestWithAllParams ..." (golint)
    • Line 153: warning: comment on exported function NewDescribeInstancesRequestWithoutParam should be of the form "NewDescribeInstancesRequestWithoutParam ..." (golint)
    • Line 166: warning: comment on exported method DescribeInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 171: warning: comment on exported method DescribeInstancesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 176: warning: comment on exported method DescribeInstancesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 181: warning: comment on exported method DescribeInstancesRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 186: warning: comment on exported method DescribeInstancesRequest.SetName should be of the form "SetName ..." (golint)
    • Line 191: warning: comment on exported method DescribeInstancesRequest.SetNetworkType should be of the form "SetNetworkType ..." (golint)
    • Line 196: warning: comment on exported method DescribeInstancesRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 201: warning: comment on exported method DescribeInstancesRequest.SetSubnetId should be of the form "SetSubnetId ..." (golint)
    • Line 206: warning: comment on exported method DescribeInstancesRequest.SetEnableInternet should be of the form "SetEnableInternet ..." (golint)
    • Line 211: warning: comment on exported method DescribeInstancesRequest.SetPrivateIp should be of the form "SetPrivateIp ..." (golint)
    • Line 216: warning: comment on exported method DescribeInstancesRequest.SetExtensionPrivateIp should be of the form "SetExtensionPrivateIp ..." (golint)
    • Line 221: warning: comment on exported method DescribeInstancesRequest.SetKeypairId should be of the form "SetKeypairId ..." (golint)
    • Line 226: warning: comment on exported method DescribeInstancesRequest.SetInterfaceMode should be of the form "SetInterfaceMode ..." (golint)
    • Line 231: warning: comment on exported method DescribeInstancesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 244: warning: exported type DescribeInstancesResponse should have comment or be unexported (golint)
    • Line 250: warning: exported type DescribeInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeDeviceTypes.go
    • Line 24: warning: exported type DescribeDeviceTypesRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeDeviceTypesRequest should be of the form "NewDescribeDeviceTypesRequest ..." (golint)
    • Line 55: warning: comment on exported function NewDescribeDeviceTypesRequestWithAllParams should be of the form "NewDescribeDeviceTypesRequestWithAllParams ..." (golint)
    • Line 76: warning: comment on exported function NewDescribeDeviceTypesRequestWithoutParam should be of the form "NewDescribeDeviceTypesRequestWithoutParam ..." (golint)
    • Line 89: warning: comment on exported method DescribeDeviceTypesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: comment on exported method DescribeDeviceTypesRequest.SetAz should be of the form "SetAz ..." (golint)
    • Line 105: warning: exported type DescribeDeviceTypesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeDeviceTypesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTaskInfoById.go
    • Line 24: warning: exported type GetTaskInfoByIdRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewGetTaskInfoByIdRequest should be of the form "NewGetTaskInfoByIdRequest ..." (golint)
    • Line 61: warning: comment on exported function NewGetTaskInfoByIdRequestWithAllParams should be of the form "NewGetTaskInfoByIdRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewGetTaskInfoByIdRequestWithoutParam should be of the form "NewGetTaskInfoByIdRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method GetTaskInfoByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method GetTaskInfoByIdRequest.SetTask should be of the form "SetTask ..." (golint)
    • Line 108: warning: comment on exported method GetTaskInfoByIdRequest.SetFileName should be of the form "SetFileName ..." (golint)
    • Line 119: warning: exported type GetTaskInfoByIdResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type GetTaskInfoByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vpc/apis/DescribeElasticIp.go
    • Line 24: warning: exported type DescribeElasticIpRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeElasticIpRequest should be of the form "NewDescribeElasticIpRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeElasticIpRequestWithAllParams should be of the form "NewDescribeElasticIpRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeElasticIpRequestWithoutParam should be of the form "NewDescribeElasticIpRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeElasticIpRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeElasticIpRequest.SetElasticIpId should be of the form "SetElasticIpId ..." (golint)
    • Line 108: warning: exported type DescribeElasticIpResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeElasticIpResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jmr/apis/IdataCluster.go
    • Line 23: warning: exported type IdataClusterRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewIdataClusterRequest should be of the form "NewIdataClusterRequest ..." (golint)
    • Line 54: warning: comment on exported function NewIdataClusterRequestWithAllParams should be of the form "NewIdataClusterRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewIdataClusterRequestWithoutParam should be of the form "NewIdataClusterRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method IdataClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 93: warning: comment on exported method IdataClusterRequest.SetDataCenter should be of the form "SetDataCenter ..." (golint)
    • Line 104: warning: exported type IdataClusterResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type IdataClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/DescribeNodeGroups.go
    • Line 25: warning: exported type DescribeNodeGroupsRequest should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function NewDescribeNodeGroupsRequest should be of the form "NewDescribeNodeGroupsRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDescribeNodeGroupsRequestWithAllParams should be of the form "NewDescribeNodeGroupsRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewDescribeNodeGroupsRequestWithoutParam should be of the form "NewDescribeNodeGroupsRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method DescribeNodeGroupsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method DescribeNodeGroupsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 126: warning: comment on exported method DescribeNodeGroupsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 131: warning: comment on exported method DescribeNodeGroupsRequest.SetTags should be of the form "SetTags ..." (golint)
    • Line 136: warning: comment on exported method DescribeNodeGroupsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 151: warning: exported type DescribeNodeGroupsResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type DescribeNodeGroupsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/CreateApis.go
    • Line 24: warning: exported type CreateApisRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewCreateApisRequest should be of the form "NewCreateApisRequest ..." (golint)
    • Line 67: warning: comment on exported function NewCreateApisRequestWithAllParams should be of the form "NewCreateApisRequestWithAllParams ..." (golint)
    • Line 94: warning: comment on exported function NewCreateApisRequestWithoutParam should be of the form "NewCreateApisRequestWithoutParam ..." (golint)
    • Line 107: warning: comment on exported method CreateApisRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 112: warning: comment on exported method CreateApisRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 117: warning: comment on exported method CreateApisRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 122: warning: comment on exported method CreateApisRequest.SetApi should be of the form "SetApi ..." (golint)
    • Line 133: warning: exported type CreateApisResponse should have comment or be unexported (golint)
    • Line 139: warning: exported type CreateApisResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/UpdateApiByName.go
    • Line 24: warning: exported type UpdateApiByNameRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewUpdateApiByNameRequest should be of the form "NewUpdateApiByNameRequest ..." (golint)
    • Line 73: warning: comment on exported function NewUpdateApiByNameRequestWithAllParams should be of the form "NewUpdateApiByNameRequestWithAllParams ..." (golint)
    • Line 103: warning: comment on exported function NewUpdateApiByNameRequestWithoutParam should be of the form "NewUpdateApiByNameRequestWithoutParam ..." (golint)
    • Line 116: warning: comment on exported method UpdateApiByNameRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 121: warning: comment on exported method UpdateApiByNameRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 126: warning: comment on exported method UpdateApiByNameRequest.SetRevision should be of the form "SetRevision ..." (golint)
    • Line 131: warning: comment on exported method UpdateApiByNameRequest.SetApiName should be of the form "SetApiName ..." (golint)
    • Line 136: warning: comment on exported method UpdateApiByNameRequest.SetApi should be of the form "SetApi ..." (golint)
    • Line 147: warning: exported type UpdateApiByNameResponse should have comment or be unexported (golint)
    • Line 153: warning: exported type UpdateApiByNameResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/EnableWebRuleCC.go
    • Line 23: warning: exported type EnableWebRuleCCRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewEnableWebRuleCCRequest should be of the form "NewEnableWebRuleCCRequest ..." (golint)
    • Line 63: warning: comment on exported function NewEnableWebRuleCCRequestWithAllParams should be of the form "NewEnableWebRuleCCRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewEnableWebRuleCCRequestWithoutParam should be of the form "NewEnableWebRuleCCRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method EnableWebRuleCCRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method EnableWebRuleCCRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method EnableWebRuleCCRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 121: warning: exported type EnableWebRuleCCResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type EnableWebRuleCCResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/DescribeLogset.go
    • Line 23: warning: exported type DescribeLogsetRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeLogsetRequest should be of the form "NewDescribeLogsetRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeLogsetRequestWithAllParams should be of the form "NewDescribeLogsetRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeLogsetRequestWithoutParam should be of the form "NewDescribeLogsetRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeLogsetRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeLogsetRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 107: warning: exported type DescribeLogsetResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeLogsetResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcSubnetById.go
    • Line 23: warning: exported type DeleteVpcSubnetByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcSubnetByIdRequest should be of the form "NewDeleteVpcSubnetByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcSubnetByIdRequestWithAllParams should be of the form "NewDeleteVpcSubnetByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcSubnetByIdRequestWithoutParam should be of the form "NewDeleteVpcSubnetByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcSubnetByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcSubnetByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcSubnetByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcSubnetByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcard/apis/OnOffStatus.go
    • Line 24: warning: exported type OnOffStatusRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewOnOffStatusRequest should be of the form "NewOnOffStatusRequest ..." (golint)
    • Line 58: warning: comment on exported function NewOnOffStatusRequestWithAllParams should be of the form "NewOnOffStatusRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewOnOffStatusRequestWithoutParam should be of the form "NewOnOffStatusRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method OnOffStatusRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method OnOffStatusRequest.SetIccid should be of the form "SetIccid ..." (golint)
    • Line 108: warning: exported type OnOffStatusResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type OnOffStatusResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iam/apis/DetachGroupPolicy.go
    • Line 23: warning: exported type DetachGroupPolicyRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDetachGroupPolicyRequest should be of the form "NewDetachGroupPolicyRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDetachGroupPolicyRequestWithAllParams should be of the form "NewDetachGroupPolicyRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDetachGroupPolicyRequestWithoutParam should be of the form "NewDetachGroupPolicyRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DetachGroupPolicyRequest.SetGroupName should be of the form "SetGroupName ..." (golint)
    • Line 96: warning: comment on exported method DetachGroupPolicyRequest.SetPolicyName should be of the form "SetPolicyName ..." (golint)
    • Line 107: warning: exported type DetachGroupPolicyResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DetachGroupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/sop/apis/GetSecurityToken.go
    • Line 24: warning: exported type GetSecurityTokenRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetSecurityTokenRequest should be of the form "NewGetSecurityTokenRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetSecurityTokenRequestWithAllParams should be of the form "NewGetSecurityTokenRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetSecurityTokenRequestWithoutParam should be of the form "NewGetSecurityTokenRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetSecurityTokenRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetSecurityTokenRequest.SetGetSecurityTokenInfo should be of the form "SetGetSecurityTokenInfo ..." (golint)
    • Line 108: warning: exported type GetSecurityTokenResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetSecurityTokenResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kms/apis/ImportSecret.go
    • Line 23: warning: exported type ImportSecretRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewImportSecretRequest should be of the form "NewImportSecretRequest ..." (golint)
    • Line 48: warning: comment on exported function NewImportSecretRequestWithAllParams should be of the form "NewImportSecretRequestWithAllParams ..." (golint)
    • Line 66: warning: comment on exported function NewImportSecretRequestWithoutParam should be of the form "NewImportSecretRequestWithoutParam ..." (golint)
    • Line 79: warning: comment on exported method ImportSecretRequest.SetSecretPackage should be of the form "SetSecretPackage ..." (golint)
    • Line 90: warning: exported type ImportSecretResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type ImportSecretResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/monitor/apis/DescribeServices.go
    • Line 24: warning: exported type DescribeServicesRequest should have comment or be unexported (golint)
    • Line 36: warning: comment on exported function NewDescribeServicesRequest should be of the form "NewDescribeServicesRequest ..." (golint)
    • Line 53: warning: comment on exported function NewDescribeServicesRequestWithAllParams should be of the form "NewDescribeServicesRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewDescribeServicesRequestWithoutParam should be of the form "NewDescribeServicesRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method DescribeServicesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 94: warning: comment on exported method DescribeServicesRequest.SetProductType should be of the form "SetProductType ..." (golint)
    • Line 105: warning: exported type DescribeServicesResponse should have comment or be unexported (golint)
    • Line 111: warning: exported type DescribeServicesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDeviceStatusForPCdn.go
    • Line 23: warning: exported type QueryDeviceStatusForPCdnRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryDeviceStatusForPCdnRequest should be of the form "NewQueryDeviceStatusForPCdnRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryDeviceStatusForPCdnRequestWithAllParams should be of the form "NewQueryDeviceStatusForPCdnRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryDeviceStatusForPCdnRequestWithoutParam should be of the form "NewQueryDeviceStatusForPCdnRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryDeviceStatusForPCdnRequest.SetMacAddr should be of the form "SetMacAddr ..." (golint)
    • Line 93: warning: exported type QueryDeviceStatusForPCdnResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryDeviceStatusForPCdnResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rms/apis/QueryTemplateList.go
    • Line 24: warning: exported type QueryTemplateListRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewQueryTemplateListRequest should be of the form "NewQueryTemplateListRequest ..." (golint)
    • Line 82: warning: comment on exported function NewQueryTemplateListRequestWithAllParams should be of the form "NewQueryTemplateListRequestWithAllParams ..." (golint)
    • Line 121: warning: comment on exported function NewQueryTemplateListRequestWithoutParam should be of the form "NewQueryTemplateListRequestWithoutParam ..." (golint)
    • Line 134: warning: comment on exported method QueryTemplateListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 139: warning: comment on exported method QueryTemplateListRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 144: warning: comment on exported method QueryTemplateListRequest.SetTitle should be of the form "SetTitle ..." (golint)
    • Line 149: warning: comment on exported method QueryTemplateListRequest.SetPageNum should be of the form "SetPageNum ..." (golint)
    • Line 154: warning: comment on exported method QueryTemplateListRequest.SetPageLimit should be of the form "SetPageLimit ..." (golint)
    • Line 159: warning: comment on exported method QueryTemplateListRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 164: warning: comment on exported method QueryTemplateListRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 169: warning: comment on exported method QueryTemplateListRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 180: warning: exported type QueryTemplateListResponse should have comment or be unexported (golint)
    • Line 186: warning: exported type QueryTemplateListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/AddDeviceLinks.go
    • Line 23: warning: exported type AddDeviceLinksRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewAddDeviceLinksRequest should be of the form "NewAddDeviceLinksRequest ..." (golint)
    • Line 69: warning: comment on exported function NewAddDeviceLinksRequestWithAllParams should be of the form "NewAddDeviceLinksRequestWithAllParams ..." (golint)
    • Line 99: warning: comment on exported function NewAddDeviceLinksRequestWithoutParam should be of the form "NewAddDeviceLinksRequestWithoutParam ..." (golint)
    • Line 112: warning: comment on exported method AddDeviceLinksRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 117: warning: comment on exported method AddDeviceLinksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 122: warning: comment on exported method AddDeviceLinksRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 127: warning: comment on exported method AddDeviceLinksRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 132: warning: comment on exported method AddDeviceLinksRequest.SetChildren should be of the form "SetChildren ..." (golint)
    • Line 143: warning: exported type AddDeviceLinksResponse should have comment or be unexported (golint)
    • Line 149: warning: exported type AddDeviceLinksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/AddLooDevice.go
    • Line 23: warning: exported type AddLooDeviceRequest should have comment or be unexported (golint)
    • Line 58: warning: comment on exported function NewAddLooDeviceRequest should be of the form "NewAddLooDeviceRequest ..." (golint)
    • Line 87: warning: comment on exported function NewAddLooDeviceRequestWithAllParams should be of the form "NewAddLooDeviceRequestWithAllParams ..." (golint)
    • Line 132: warning: comment on exported function NewAddLooDeviceRequestWithoutParam should be of the form "NewAddLooDeviceRequestWithoutParam ..." (golint)
    • Line 145: warning: comment on exported method AddLooDeviceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 150: warning: comment on exported method AddLooDeviceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 155: warning: comment on exported method AddLooDeviceRequest.SetPreOrderId should be of the form "SetPreOrderId ..." (golint)
    • Line 160: warning: comment on exported method AddLooDeviceRequest.SetUserPinParam should be of the form "SetUserPinParam ..." (golint)
    • Line 165: warning: comment on exported method AddLooDeviceRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 170: warning: comment on exported method AddLooDeviceRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 175: warning: comment on exported method AddLooDeviceRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 180: warning: comment on exported method AddLooDeviceRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 185: warning: comment on exported method AddLooDeviceRequest.SetIdentifier should be of the form "SetIdentifier ..." (golint)
    • Line 190: warning: comment on exported method AddLooDeviceRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 201: warning: exported type AddLooDeviceResponse should have comment or be unexported (golint)
    • Line 207: warning: exported type AddLooDeviceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/CheckDomain.go
    • Line 24: warning: exported type CheckDomainRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewCheckDomainRequest should be of the form "NewCheckDomainRequest ..." (golint)
    • Line 58: warning: comment on exported function NewCheckDomainRequestWithAllParams should be of the form "NewCheckDomainRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewCheckDomainRequestWithoutParam should be of the form "NewCheckDomainRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method CheckDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method CheckDomainRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 108: warning: exported type CheckDomainResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type CheckDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/CreateAccountForOps.go
    • Line 23: warning: exported type CreateAccountForOpsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewCreateAccountForOpsRequest should be of the form "NewCreateAccountForOpsRequest ..." (golint)
    • Line 60: warning: comment on exported function NewCreateAccountForOpsRequestWithAllParams should be of the form "NewCreateAccountForOpsRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewCreateAccountForOpsRequestWithoutParam should be of the form "NewCreateAccountForOpsRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method CreateAccountForOpsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method CreateAccountForOpsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: comment on exported method CreateAccountForOpsRequest.SetExpiredTime should be of the form "SetExpiredTime ..." (golint)
    • Line 118: warning: exported type CreateAccountForOpsResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type CreateAccountForOpsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/xdata/apis/ListTableInfo.go
    • Line 24: warning: exported type ListTableInfoRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListTableInfoRequest should be of the form "NewListTableInfoRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListTableInfoRequestWithAllParams should be of the form "NewListTableInfoRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListTableInfoRequestWithoutParam should be of the form "NewListTableInfoRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListTableInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListTableInfoRequest.SetInstanceName should be of the form "SetInstanceName ..." (golint)
    • Line 111: warning: comment on exported method ListTableInfoRequest.SetDatabaseName should be of the form "SetDatabaseName ..." (golint)
    • Line 122: warning: exported type ListTableInfoResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListTableInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/CreateWebRules.go
    • Line 24: warning: exported type CreateWebRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewCreateWebRulesRequest should be of the form "NewCreateWebRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewCreateWebRulesRequestWithAllParams should be of the form "NewCreateWebRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateWebRulesRequestWithoutParam should be of the form "NewCreateWebRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateWebRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateWebRulesRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method CreateWebRulesRequest.SetWebRuleSpecList should be of the form "SetWebRuleSpecList ..." (golint)
    • Line 122: warning: exported type CreateWebRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type CreateWebRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/UpdateProductWithAdmin.go
    • Line 23: warning: exported type UpdateProductWithAdminRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewUpdateProductWithAdminRequest should be of the form "NewUpdateProductWithAdminRequest ..." (golint)
    • Line 72: warning: comment on exported function NewUpdateProductWithAdminRequestWithAllParams should be of the form "NewUpdateProductWithAdminRequestWithAllParams ..." (golint)
    • Line 105: warning: comment on exported function NewUpdateProductWithAdminRequestWithoutParam should be of the form "NewUpdateProductWithAdminRequestWithoutParam ..." (golint)
    • Line 118: warning: comment on exported method UpdateProductWithAdminRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 123: warning: comment on exported method UpdateProductWithAdminRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 128: warning: comment on exported method UpdateProductWithAdminRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 133: warning: comment on exported method UpdateProductWithAdminRequest.SetProductName should be of the form "SetProductName ..." (golint)
    • Line 138: warning: comment on exported method UpdateProductWithAdminRequest.SetProductDescription should be of the form "SetProductDescription ..." (golint)
    • Line 143: warning: comment on exported method UpdateProductWithAdminRequest.SetDynamicRegister should be of the form "SetDynamicRegister ..." (golint)
    • Line 154: warning: exported type UpdateProductWithAdminResponse should have comment or be unexported (golint)
    • Line 160: warning: exported type UpdateProductWithAdminResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeClientList.go
    • Line 24: warning: exported type DescribeClientListRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeClientListRequest should be of the form "NewDescribeClientListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeClientListRequestWithAllParams should be of the form "NewDescribeClientListRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeClientListRequestWithoutParam should be of the form "NewDescribeClientListRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeClientListRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeClientListRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 108: warning: exported type DescribeClientListResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeClientListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryWebProtectSwitch.go
    • Line 23: warning: exported type QueryWebProtectSwitchRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewQueryWebProtectSwitchRequest should be of the form "NewQueryWebProtectSwitchRequest ..." (golint)
    • Line 51: warning: comment on exported function NewQueryWebProtectSwitchRequestWithAllParams should be of the form "NewQueryWebProtectSwitchRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewQueryWebProtectSwitchRequestWithoutParam should be of the form "NewQueryWebProtectSwitchRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method QueryWebProtectSwitchRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: exported type QueryWebProtectSwitchResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type QueryWebProtectSwitchResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/DescribeTasks.go
    • Line 24: warning: exported type DescribeTasksRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewDescribeTasksRequest should be of the form "NewDescribeTasksRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeTasksRequestWithAllParams should be of the form "NewDescribeTasksRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeTasksRequestWithoutParam should be of the form "NewDescribeTasksRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method DescribeTasksRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 94: warning: exported type DescribeTasksResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type DescribeTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/containerregistry/apis/DescribeRepositories.go
    • Line 25: warning: exported type DescribeRepositoriesRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewDescribeRepositoriesRequest should be of the form "NewDescribeRepositoriesRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDescribeRepositoriesRequestWithAllParams should be of the form "NewDescribeRepositoriesRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeRepositoriesRequestWithoutParam should be of the form "NewDescribeRepositoriesRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeRepositoriesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method DescribeRepositoriesRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 121: warning: comment on exported method DescribeRepositoriesRequest.SetRegistryName should be of the form "SetRegistryName ..." (golint)
    • Line 126: warning: comment on exported method DescribeRepositoriesRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 131: warning: comment on exported method DescribeRepositoriesRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 142: warning: exported type DescribeRepositoriesResponse should have comment or be unexported (golint)
    • Line 148: warning: exported type DescribeRepositoriesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/QueryAccessAuths.go
    • Line 25: warning: exported type QueryAccessAuthsRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryAccessAuthsRequest should be of the form "NewQueryAccessAuthsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewQueryAccessAuthsRequestWithAllParams should be of the form "NewQueryAccessAuthsRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewQueryAccessAuthsRequestWithoutParam should be of the form "NewQueryAccessAuthsRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method QueryAccessAuthsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method QueryAccessAuthsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 116: warning: comment on exported method QueryAccessAuthsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 121: warning: comment on exported method QueryAccessAuthsRequest.SetFilters should be of the form "SetFilters ..." (golint)
    • Line 134: warning: exported type QueryAccessAuthsResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type QueryAccessAuthsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/DescribeDownloadUrl.go
    • Line 24: warning: exported type DescribeDownloadUrlRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeDownloadUrlRequest should be of the form "NewDescribeDownloadUrlRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeDownloadUrlRequestWithAllParams should be of the form "NewDescribeDownloadUrlRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeDownloadUrlRequestWithoutParam should be of the form "NewDescribeDownloadUrlRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeDownloadUrlRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeDownloadUrlRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeDownloadUrlRequest.SetBaseId should be of the form "SetBaseId ..." (golint)
    • Line 122: warning: exported type DescribeDownloadUrlResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeDownloadUrlResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/OperateLiveDomainIpBlackList.go
    • Line 23: warning: exported type OperateLiveDomainIpBlackListRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewOperateLiveDomainIpBlackListRequest should be of the form "NewOperateLiveDomainIpBlackListRequest ..." (golint)
    • Line 54: warning: comment on exported function NewOperateLiveDomainIpBlackListRequestWithAllParams should be of the form "NewOperateLiveDomainIpBlackListRequestWithAllParams ..." (golint)
    • Line 75: warning: comment on exported function NewOperateLiveDomainIpBlackListRequestWithoutParam should be of the form "NewOperateLiveDomainIpBlackListRequestWithoutParam ..." (golint)
    • Line 88: warning: comment on exported method OperateLiveDomainIpBlackListRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 93: warning: comment on exported method OperateLiveDomainIpBlackListRequest.SetBlackIpsEnable should be of the form "SetBlackIpsEnable ..." (golint)
    • Line 104: warning: exported type OperateLiveDomainIpBlackListResponse should have comment or be unexported (golint)
    • Line 110: warning: exported type OperateLiveDomainIpBlackListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/AntiModeWaf.go
    • Line 24: warning: exported type AntiModeWafRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewAntiModeWafRequest should be of the form "NewAntiModeWafRequest ..." (golint)
    • Line 64: warning: comment on exported function NewAntiModeWafRequestWithAllParams should be of the form "NewAntiModeWafRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewAntiModeWafRequestWithoutParam should be of the form "NewAntiModeWafRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method AntiModeWafRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method AntiModeWafRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method AntiModeWafRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type AntiModeWafResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type AntiModeWafResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/QueryDomainGroupList.go
    • Line 24: warning: exported type QueryDomainGroupListRequest should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function NewQueryDomainGroupListRequest should be of the form "NewQueryDomainGroupListRequest ..." (golint)
    • Line 61: warning: comment on exported function NewQueryDomainGroupListRequestWithAllParams should be of the form "NewQueryDomainGroupListRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewQueryDomainGroupListRequestWithoutParam should be of the form "NewQueryDomainGroupListRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method QueryDomainGroupListRequest.SetShareCache should be of the form "SetShareCache ..." (golint)
    • Line 109: warning: comment on exported method QueryDomainGroupListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 114: warning: comment on exported method QueryDomainGroupListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 119: warning: comment on exported method QueryDomainGroupListRequest.SetPrimaryDomain should be of the form "SetPrimaryDomain ..." (golint)
    • Line 124: warning: comment on exported method QueryDomainGroupListRequest.SetDomainGroupName should be of the form "SetDomainGroupName ..." (golint)
    • Line 135: warning: exported type QueryDomainGroupListResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type QueryDomainGroupListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcNetworkInterfaceById.go
    • Line 23: warning: exported type DeleteVpcNetworkInterfaceByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcNetworkInterfaceByIdRequest should be of the form "NewDeleteVpcNetworkInterfaceByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcNetworkInterfaceByIdRequestWithAllParams should be of the form "NewDeleteVpcNetworkInterfaceByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcNetworkInterfaceByIdRequestWithoutParam should be of the form "NewDeleteVpcNetworkInterfaceByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcNetworkInterfaceByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcNetworkInterfaceByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcNetworkInterfaceByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcNetworkInterfaceByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddCustomLiveStreamQualityDetectionTemplate.go
    • Line 23: warning: exported type AddCustomLiveStreamQualityDetectionTemplateRequest should have comment or be unexported (golint)
    • Line 42: warning: comment on exported function NewAddCustomLiveStreamQualityDetectionTemplateRequest should be of the form "NewAddCustomLiveStreamQualityDetectionTemplateRequest ..." (golint)
    • Line 73: warning: comment on exported function NewAddCustomLiveStreamQualityDetectionTemplateRequestWithAllParams should be of the form "NewAddCustomLiveStreamQualityDetectionTemplateRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewAddCustomLiveStreamQualityDetectionTemplateRequestWithoutParam should be of the form "NewAddCustomLiveStreamQualityDetectionTemplateRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method AddCustomLiveStreamQualityDetectionTemplateRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 121: warning: comment on exported method AddCustomLiveStreamQualityDetectionTemplateRequest.SetModules should be of the form "SetModules ..." (golint)
    • Line 139: warning: exported type AddCustomLiveStreamQualityDetectionTemplateResponse should have comment or be unexported (golint)
    • Line 145: warning: exported type AddCustomLiveStreamQualityDetectionTemplateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamAppRecord.go
    • Line 23: warning: exported type DeleteLiveStreamAppRecordRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDeleteLiveStreamAppRecordRequest should be of the form "NewDeleteLiveStreamAppRecordRequest ..." (golint)
    • Line 65: warning: comment on exported function NewDeleteLiveStreamAppRecordRequestWithAllParams should be of the form "NewDeleteLiveStreamAppRecordRequestWithAllParams ..." (golint)
    • Line 90: warning: comment on exported function NewDeleteLiveStreamAppRecordRequestWithoutParam should be of the form "NewDeleteLiveStreamAppRecordRequestWithoutParam ..." (golint)
    • Line 103: warning: comment on exported method DeleteLiveStreamAppRecordRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 108: warning: comment on exported method DeleteLiveStreamAppRecordRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 113: warning: comment on exported method DeleteLiveStreamAppRecordRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 125: warning: exported type DeleteLiveStreamAppRecordResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type DeleteLiveStreamAppRecordResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ExchangeInstanceDns.go
    • Line 23: warning: exported type ExchangeInstanceDnsRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewExchangeInstanceDnsRequest should be of the form "NewExchangeInstanceDnsRequest ..." (golint)
    • Line 63: warning: comment on exported function NewExchangeInstanceDnsRequestWithAllParams should be of the form "NewExchangeInstanceDnsRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewExchangeInstanceDnsRequestWithoutParam should be of the form "NewExchangeInstanceDnsRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ExchangeInstanceDnsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ExchangeInstanceDnsRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 110: warning: comment on exported method ExchangeInstanceDnsRequest.SetTargetInstanceId should be of the form "SetTargetInstanceId ..." (golint)
    • Line 121: warning: exported type ExchangeInstanceDnsResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ExchangeInstanceDnsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteMask.go
    • Line 23: warning: exported type DeleteMaskRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDeleteMaskRequest should be of the form "NewDeleteMaskRequest ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteMaskRequestWithAllParams should be of the form "NewDeleteMaskRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewDeleteMaskRequestWithoutParam should be of the form "NewDeleteMaskRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method DeleteMaskRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method DeleteMaskRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 119: warning: comment on exported method DeleteMaskRequest.SetMaskRuleId should be of the form "SetMaskRuleId ..." (golint)
    • Line 124: warning: comment on exported method DeleteMaskRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 135: warning: exported type DeleteMaskResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type DeleteMaskResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/DeleteUserDomain.go
    • Line 23: warning: exported type DeleteUserDomainRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteUserDomainRequest should be of the form "NewDeleteUserDomainRequest ..." (golint)
    • Line 60: warning: comment on exported function NewDeleteUserDomainRequestWithAllParams should be of the form "NewDeleteUserDomainRequestWithAllParams ..." (golint)
    • Line 84: warning: comment on exported function NewDeleteUserDomainRequestWithoutParam should be of the form "NewDeleteUserDomainRequestWithoutParam ..." (golint)
    • Line 97: warning: comment on exported method DeleteUserDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 102: warning: comment on exported method DeleteUserDomainRequest.SetDomainIds should be of the form "SetDomainIds ..." (golint)
    • Line 107: warning: comment on exported method DeleteUserDomainRequest.SetApiGroupId should be of the form "SetApiGroupId ..." (golint)
    • Line 118: warning: exported type DeleteUserDomainResponse should have comment or be unexported (golint)
    • Line 124: warning: exported type DeleteUserDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/resourcetag/apis/QueryResource.go
    • Line 24: warning: exported type QueryResourceRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewQueryResourceRequest should be of the form "NewQueryResourceRequest ..." (golint)
    • Line 58: warning: comment on exported function NewQueryResourceRequestWithAllParams should be of the form "NewQueryResourceRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewQueryResourceRequestWithoutParam should be of the form "NewQueryResourceRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method QueryResourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method QueryResourceRequest.SetQueryResource should be of the form "SetQueryResource ..." (golint)
    • Line 108: warning: exported type QueryResourceResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type QueryResourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/DeleteVpcSecurityGroupById.go
    • Line 23: warning: exported type DeleteVpcSecurityGroupByIdRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteVpcSecurityGroupByIdRequest should be of the form "NewDeleteVpcSecurityGroupByIdRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteVpcSecurityGroupByIdRequestWithAllParams should be of the form "NewDeleteVpcSecurityGroupByIdRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteVpcSecurityGroupByIdRequestWithoutParam should be of the form "NewDeleteVpcSecurityGroupByIdRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteVpcSecurityGroupByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteVpcSecurityGroupByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 107: warning: exported type DeleteVpcSecurityGroupByIdResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteVpcSecurityGroupByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetTransferTasks.go
    • Line 24: warning: exported type GetTransferTasksRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetTransferTasksRequest should be of the form "NewGetTransferTasksRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetTransferTasksRequestWithAllParams should be of the form "NewGetTransferTasksRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetTransferTasksRequestWithoutParam should be of the form "NewGetTransferTasksRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetTransferTasksRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 94: warning: exported type GetTransferTasksResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetTransferTasksResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/edcps/apis/DeleteVpc.go
    • Line 23: warning: exported type DeleteVpcRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewDeleteVpcRequest should be of the form "NewDeleteVpcRequest ..." (golint)
    • Line 62: warning: comment on exported function NewDeleteVpcRequestWithAllParams should be of the form "NewDeleteVpcRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDeleteVpcRequestWithoutParam should be of the form "NewDeleteVpcRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DeleteVpcRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DeleteVpcRequest.SetVpcId should be of the form "SetVpcId ..." (golint)
    • Line 111: warning: comment on exported method DeleteVpcRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 124: warning: exported type DeleteVpcResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DeleteVpcResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/streamcomputer/apis/DeleteJob.go
    • Line 23: warning: exported type DeleteJobRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteJobRequest should be of the form "NewDeleteJobRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteJobRequestWithAllParams should be of the form "NewDeleteJobRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteJobRequestWithoutParam should be of the form "NewDeleteJobRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteJobRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteJobRequest.SetNamespaceId should be of the form "SetNamespaceId ..." (golint)
    • Line 110: warning: comment on exported method DeleteJobRequest.SetJobId should be of the form "SetJobId ..." (golint)
    • Line 121: warning: exported type DeleteJobResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteJobResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskUsrLists.go
    • Line 24: warning: exported type DelRiskUsrListsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskUsrListsRequest should be of the form "NewDelRiskUsrListsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskUsrListsRequestWithAllParams should be of the form "NewDelRiskUsrListsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskUsrListsRequestWithoutParam should be of the form "NewDelRiskUsrListsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskUsrListsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskUsrListsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskUsrListsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskUsrListsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskUsrListsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelWafRule.go
    • Line 24: warning: exported type DelWafRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelWafRuleRequest should be of the form "NewDelWafRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelWafRuleRequestWithAllParams should be of the form "NewDelWafRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelWafRuleRequestWithoutParam should be of the form "NewDelWafRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelWafRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelWafRuleRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelWafRuleRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelWafRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelWafRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/ModifyParameterGroupAttribute.go
    • Line 23: warning: exported type ModifyParameterGroupAttributeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewModifyParameterGroupAttributeRequest should be of the form "NewModifyParameterGroupAttributeRequest ..." (golint)
    • Line 66: warning: comment on exported function NewModifyParameterGroupAttributeRequestWithAllParams should be of the form "NewModifyParameterGroupAttributeRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewModifyParameterGroupAttributeRequestWithoutParam should be of the form "NewModifyParameterGroupAttributeRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method ModifyParameterGroupAttributeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method ModifyParameterGroupAttributeRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 116: warning: comment on exported method ModifyParameterGroupAttributeRequest.SetParameterGroupName should be of the form "SetParameterGroupName ..." (golint)
    • Line 121: warning: comment on exported method ModifyParameterGroupAttributeRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type ModifyParameterGroupAttributeResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type ModifyParameterGroupAttributeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateSecondaryCidr.go
    • Line 24: warning: exported type CreateSecondaryCidrRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateSecondaryCidrRequest should be of the form "NewCreateSecondaryCidrRequest ..." (golint)
    • Line 63: warning: comment on exported function NewCreateSecondaryCidrRequestWithAllParams should be of the form "NewCreateSecondaryCidrRequestWithAllParams ..." (golint)
    • Line 89: warning: comment on exported function NewCreateSecondaryCidrRequestWithoutParam should be of the form "NewCreateSecondaryCidrRequestWithoutParam ..." (golint)
    • Line 102: warning: comment on exported method CreateSecondaryCidrRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 107: warning: comment on exported method CreateSecondaryCidrRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 114: warning: comment on exported method CreateSecondaryCidrRequest.SetSecondaryCidrSpec should be of the form "SetSecondaryCidrSpec ..." (golint)
    • Line 125: warning: exported type CreateSecondaryCidrResponse should have comment or be unexported (golint)
    • Line 131: warning: exported type CreateSecondaryCidrResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ModifySmsTemplateUsingPOST.go
    • Line 23: warning: exported type ModifySmsTemplateUsingPOSTRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewModifySmsTemplateUsingPOSTRequest should be of the form "NewModifySmsTemplateUsingPOSTRequest ..." (golint)
    • Line 78: warning: comment on exported function NewModifySmsTemplateUsingPOSTRequestWithAllParams should be of the form "NewModifySmsTemplateUsingPOSTRequestWithAllParams ..." (golint)
    • Line 111: warning: comment on exported function NewModifySmsTemplateUsingPOSTRequestWithoutParam should be of the form "NewModifySmsTemplateUsingPOSTRequestWithoutParam ..." (golint)
    • Line 124: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 129: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 134: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetApplyExplanation should be of the form "SetApplyExplanation ..." (golint)
    • Line 139: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetTemplateContent should be of the form "SetTemplateContent ..." (golint)
    • Line 144: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetTemplateName should be of the form "SetTemplateName ..." (golint)
    • Line 149: warning: comment on exported method ModifySmsTemplateUsingPOSTRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 160: warning: exported type ModifySmsTemplateUsingPOSTResponse should have comment or be unexported (golint)
    • Line 166: warning: exported type ModifySmsTemplateUsingPOSTResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/AddLiveStreamDomainSnapshot.go
    • Line 23: warning: exported type AddLiveStreamDomainSnapshotRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewAddLiveStreamDomainSnapshotRequest should be of the form "NewAddLiveStreamDomainSnapshotRequest ..." (golint)
    • Line 59: warning: comment on exported function NewAddLiveStreamDomainSnapshotRequestWithAllParams should be of the form "NewAddLiveStreamDomainSnapshotRequestWithAllParams ..." (golint)
    • Line 81: warning: comment on exported function NewAddLiveStreamDomainSnapshotRequestWithoutParam should be of the form "NewAddLiveStreamDomainSnapshotRequestWithoutParam ..." (golint)
    • Line 94: warning: comment on exported method AddLiveStreamDomainSnapshotRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 99: warning: comment on exported method AddLiveStreamDomainSnapshotRequest.SetTemplate should be of the form "SetTemplate ..." (golint)
    • Line 111: warning: exported type AddLiveStreamDomainSnapshotResponse should have comment or be unexported (golint)
    • Line 117: warning: exported type AddLiveStreamDomainSnapshotResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/apigateway/apis/BindGroupPolicy.go
    • Line 24: warning: exported type BindGroupPolicyRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewBindGroupPolicyRequest should be of the form "NewBindGroupPolicyRequest ..." (golint)
    • Line 64: warning: comment on exported function NewBindGroupPolicyRequestWithAllParams should be of the form "NewBindGroupPolicyRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewBindGroupPolicyRequestWithoutParam should be of the form "NewBindGroupPolicyRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method BindGroupPolicyRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method BindGroupPolicyRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 111: warning: comment on exported method BindGroupPolicyRequest.SetDeploymentIds should be of the form "SetDeploymentIds ..." (golint)
    • Line 122: warning: exported type BindGroupPolicyResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type BindGroupPolicyResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/logs/apis/CreateLogtopic.go
    • Line 23: warning: exported type CreateLogtopicRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewCreateLogtopicRequest should be of the form "NewCreateLogtopicRequest ..." (golint)
    • Line 66: warning: comment on exported function NewCreateLogtopicRequestWithAllParams should be of the form "NewCreateLogtopicRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewCreateLogtopicRequestWithoutParam should be of the form "NewCreateLogtopicRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method CreateLogtopicRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method CreateLogtopicRequest.SetLogsetUID should be of the form "SetLogsetUID ..." (golint)
    • Line 116: warning: comment on exported method CreateLogtopicRequest.SetName should be of the form "SetName ..." (golint)
    • Line 121: warning: comment on exported method CreateLogtopicRequest.SetDescription should be of the form "SetDescription ..." (golint)
    • Line 132: warning: exported type CreateLogtopicResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type CreateLogtopicResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/nativecontainer/apis/ResizeContainer.go
    • Line 23: warning: exported type ResizeContainerRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewResizeContainerRequest should be of the form "NewResizeContainerRequest ..." (golint)
    • Line 63: warning: comment on exported function NewResizeContainerRequestWithAllParams should be of the form "NewResizeContainerRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewResizeContainerRequestWithoutParam should be of the form "NewResizeContainerRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method ResizeContainerRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method ResizeContainerRequest.SetContainerId should be of the form "SetContainerId ..." (golint)
    • Line 110: warning: comment on exported method ResizeContainerRequest.SetInstanceType should be of the form "SetInstanceType ..." (golint)
    • Line 121: warning: exported type ResizeContainerResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type ResizeContainerResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdccs/apis/DescribeMetricData.go
    • Line 24: warning: exported type DescribeMetricDataRequest should have comment or be unexported (golint)
    • Line 53: warning: comment on exported function NewDescribeMetricDataRequest should be of the form "NewDescribeMetricDataRequest ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeMetricDataRequestWithAllParams should be of the form "NewDescribeMetricDataRequestWithAllParams ..." (golint)
    • Line 124: warning: comment on exported function NewDescribeMetricDataRequestWithoutParam should be of the form "NewDescribeMetricDataRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method DescribeMetricDataRequest.SetIdc should be of the form "SetIdc ..." (golint)
    • Line 142: warning: comment on exported method DescribeMetricDataRequest.SetMetric should be of the form "SetMetric ..." (golint)
    • Line 147: warning: comment on exported method DescribeMetricDataRequest.SetResourceId should be of the form "SetResourceId ..." (golint)
    • Line 152: warning: comment on exported method DescribeMetricDataRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 157: warning: comment on exported method DescribeMetricDataRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 162: warning: comment on exported method DescribeMetricDataRequest.SetTimeInterval should be of the form "SetTimeInterval ..." (golint)
    • Line 167: warning: comment on exported method DescribeMetricDataRequest.SetIp should be of the form "SetIp ..." (golint)
    • Line 172: warning: comment on exported method DescribeMetricDataRequest.SetPort should be of the form "SetPort ..." (golint)
    • Line 183: warning: exported type DescribeMetricDataResponse should have comment or be unexported (golint)
    • Line 189: warning: exported type DescribeMetricDataResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/client/LbClient.go
    • Line 26: warning: exported type LbClient should have comment or be unexported (golint)
    • Line 30: warning: exported function NewLbClient should have comment or be unexported (golint)
    • Line 48: warning: exported method LbClient.SetConfig should have comment or be unexported (golint)
    • Line 52: warning: exported method LbClient.SetLogger should have comment or be unexported (golint)
    • Line 56: warning: exported method LbClient.DisableLogger should have comment or be unexported (golint)
    • Line 60: warning: comment on exported method LbClient.DescribeListeners should be of the form "DescribeListeners ..." (golint)
    • Line 80: warning: comment on exported method LbClient.DescribeBackend should be of the form "DescribeBackend ..." (golint)
    • Line 100: warning: comment on exported method LbClient.RegisterTargets should be of the form "RegisterTargets ..." (golint)
    • Line 120: warning: comment on exported method LbClient.DescribeUrlMap should be of the form "DescribeUrlMap ..." (golint)
    • Line 140: warning: comment on exported method LbClient.DeleteRules should be of the form "DeleteRules ..." (golint)
    • Line 160: warning: comment on exported method LbClient.DescribeLoadBalancers should be of the form "DescribeLoadBalancers ..." (golint)
    • Line 180: warning: comment on exported method LbClient.UpdateLoadBalancer should be of the form "UpdateLoadBalancer ..." (golint)
    • Line 200: warning: comment on exported method LbClient.UpdateTargets should be of the form "UpdateTargets ..." (golint)
    • Line 220: warning: comment on exported method LbClient.DescribeTargetGroup should be of the form "DescribeTargetGroup ..." (golint)
    • Line 240: warning: comment on exported method LbClient.DeleteBackend should be of the form "DeleteBackend ..." (golint)
    • Line 260: warning: comment on exported method LbClient.DeleteListenerCertificates should be of the form "DeleteListenerCertificates ..." (golint)
    • Line 280: warning: comment on exported method LbClient.AddRules should be of the form "AddRules ..." (golint)
    • Line 300: warning: comment on exported method LbClient.UpdateUrlMap should be of the form "UpdateUrlMap ..." (golint)
    • Line 320: warning: comment on exported method LbClient.UpdateBackend should be of the form "UpdateBackend ..." (golint)
    • Line 340: warning: comment on exported method LbClient.AssociateElasticIp should be of the form "AssociateElasticIp ..." (golint)
    • Line 360: warning: comment on exported method LbClient.CreateUrlMap should be of the form "CreateUrlMap ..." (golint)
    • Line 380: warning: comment on exported method LbClient.CreateBackend should be of the form "CreateBackend ..." (golint)
    • Line 400: warning: comment on exported method LbClient.CreateTargetGroup should be of the form "CreateTargetGroup ..." (golint)
    • Line 420: warning: comment on exported method LbClient.UpdateTargetGroup should be of the form "UpdateTargetGroup ..." (golint)
    • Line 440: warning: comment on exported method LbClient.DescribeLoadBalancer should be of the form "DescribeLoadBalancer ..." (golint)
    • Line 460: warning: comment on exported method LbClient.UpdateListener should be of the form "UpdateListener ..." (golint)
    • Line 480: warning: comment on exported method LbClient.DescribeListener should be of the form "DescribeListener ..." (golint)
    • Line 500: warning: comment on exported method LbClient.DescribeTargetGroups should be of the form "DescribeTargetGroups ..." (golint)
    • Line 520: warning: comment on exported method LbClient.DeleteLoadBalancer should be of the form "DeleteLoadBalancer ..." (golint)
    • Line 540: warning: comment on exported method LbClient.DisassociateSecurityGroup should be of the form "DisassociateSecurityGroup ..." (golint)
    • Line 560: warning: comment on exported method LbClient.DescribeBackends should be of the form "DescribeBackends ..." (golint)
    • Line 580: warning: comment on exported method LbClient.AssociateSecurityGroup should be of the form "AssociateSecurityGroup ..." (golint)
    • Line 600: warning: comment on exported method LbClient.DeRegisterTargets should be of the form "DeRegisterTargets ..." (golint)
    • Line 620: warning: comment on exported method LbClient.DescribeTargets should be of the form "DescribeTargets ..." (golint)
    • Line 640: warning: comment on exported method LbClient.CreateLoadBalancer should be of the form "CreateLoadBalancer ..." (golint)
    • Line 660: warning: comment on exported method LbClient.CreateListener should be of the form "CreateListener ..." (golint)
    • Line 680: warning: comment on exported method LbClient.DeleteUrlMap should be of the form "DeleteUrlMap ..." (golint)
    • Line 700: warning: comment on exported method LbClient.DeleteTargetGroup should be of the form "DeleteTargetGroup ..." (golint)
    • Line 720: warning: comment on exported method LbClient.DescribeTargetHealth should be of the form "DescribeTargetHealth ..." (golint)
    • Line 740: warning: comment on exported method LbClient.AddListenerCertificates should be of the form "AddListenerCertificates ..." (golint)
    • Line 760: warning: comment on exported method LbClient.DisassociateElasticIp should be of the form "DisassociateElasticIp ..." (golint)
    • Line 780: warning: comment on exported method LbClient.UpdateRules should be of the form "UpdateRules ..." (golint)
    • Line 800: warning: comment on exported method LbClient.UpdateListenerCertificates should be of the form "UpdateListenerCertificates ..." (golint)
    • Line 820: warning: comment on exported method LbClient.DeleteListener should be of the form "DeleteListener ..." (golint)
    • Line 840: warning: comment on exported method LbClient.DescribeUrlMaps should be of the form "DescribeUrlMaps ..." (golint)
    • jdcloud-sdk-go/services/waf/apis/ListWafRules.go
    • Line 24: warning: exported type ListWafRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewListWafRulesRequest should be of the form "NewListWafRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewListWafRulesRequestWithAllParams should be of the form "NewListWafRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListWafRulesRequestWithoutParam should be of the form "NewListWafRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListWafRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method ListWafRulesRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method ListWafRulesRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type ListWafRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type ListWafRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/compile/apis/DeleteJobs.go
    • Line 23: warning: exported type DeleteJobsRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteJobsRequest should be of the form "NewDeleteJobsRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteJobsRequestWithAllParams should be of the form "NewDeleteJobsRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteJobsRequestWithoutParam should be of the form "NewDeleteJobsRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteJobsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteJobsRequest.SetJobIds should be of the form "SetJobIds ..." (golint)
    • Line 107: warning: exported type DeleteJobsResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteJobsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsSignTypesUsingGET.go
    • Line 24: warning: exported type ListSmsSignTypesUsingGETRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewListSmsSignTypesUsingGETRequest should be of the form "NewListSmsSignTypesUsingGETRequest ..." (golint)
    • Line 46: warning: comment on exported function NewListSmsSignTypesUsingGETRequestWithAllParams should be of the form "NewListSmsSignTypesUsingGETRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewListSmsSignTypesUsingGETRequestWithoutParam should be of the form "NewListSmsSignTypesUsingGETRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type ListSmsSignTypesUsingGETResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type ListSmsSignTypesUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ossopenapi/apis/GetBackSourceConfiguration.go
    • Line 24: warning: exported type GetBackSourceConfigurationRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetBackSourceConfigurationRequest should be of the form "NewGetBackSourceConfigurationRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetBackSourceConfigurationRequestWithAllParams should be of the form "NewGetBackSourceConfigurationRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetBackSourceConfigurationRequestWithoutParam should be of the form "NewGetBackSourceConfigurationRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetBackSourceConfigurationRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetBackSourceConfigurationRequest.SetBucketName should be of the form "SetBucketName ..." (golint)
    • Line 108: warning: exported type GetBackSourceConfigurationResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetBackSourceConfigurationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/DescribeCCProtectionRulesOfWebRule.go
    • Line 24: warning: exported type DescribeCCProtectionRulesOfWebRuleRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDescribeCCProtectionRulesOfWebRuleRequest should be of the form "NewDescribeCCProtectionRulesOfWebRuleRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDescribeCCProtectionRulesOfWebRuleRequestWithAllParams should be of the form "NewDescribeCCProtectionRulesOfWebRuleRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDescribeCCProtectionRulesOfWebRuleRequestWithoutParam should be of the form "NewDescribeCCProtectionRulesOfWebRuleRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DescribeCCProtectionRulesOfWebRuleRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DescribeCCProtectionRulesOfWebRuleRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DescribeCCProtectionRulesOfWebRuleRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 122: warning: exported type DescribeCCProtectionRulesOfWebRuleResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DescribeCCProtectionRulesOfWebRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/UpdateWafWhiteRule.go
    • Line 23: warning: exported type UpdateWafWhiteRuleRequest should have comment or be unexported (golint)
    • Line 46: warning: comment on exported function NewUpdateWafWhiteRuleRequest should be of the form "NewUpdateWafWhiteRuleRequest ..." (golint)
    • Line 69: warning: comment on exported function NewUpdateWafWhiteRuleRequestWithAllParams should be of the form "NewUpdateWafWhiteRuleRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewUpdateWafWhiteRuleRequestWithoutParam should be of the form "NewUpdateWafWhiteRuleRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method UpdateWafWhiteRuleRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 120: warning: comment on exported method UpdateWafWhiteRuleRequest.SetId should be of the form "SetId ..." (golint)
    • Line 125: warning: comment on exported method UpdateWafWhiteRuleRequest.SetRuleType should be of the form "SetRuleType ..." (golint)
    • Line 130: warning: comment on exported method UpdateWafWhiteRuleRequest.SetMatchOp should be of the form "SetMatchOp ..." (golint)
    • Line 135: warning: comment on exported method UpdateWafWhiteRuleRequest.SetVal should be of the form "SetVal ..." (golint)
    • Line 140: warning: comment on exported method UpdateWafWhiteRuleRequest.SetActions should be of the form "SetActions ..." (golint)
    • Line 151: warning: exported type UpdateWafWhiteRuleResponse should have comment or be unexported (golint)
    • Line 157: warning: exported type UpdateWafWhiteRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/DescribeParameterGroupParameters.go
    • Line 24: warning: exported type DescribeParameterGroupParametersRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeParameterGroupParametersRequest should be of the form "NewDescribeParameterGroupParametersRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeParameterGroupParametersRequestWithAllParams should be of the form "NewDescribeParameterGroupParametersRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeParameterGroupParametersRequestWithoutParam should be of the form "NewDescribeParameterGroupParametersRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeParameterGroupParametersRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeParameterGroupParametersRequest.SetParameterGroupId should be of the form "SetParameterGroupId ..." (golint)
    • Line 108: warning: exported type DescribeParameterGroupParametersResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeParameterGroupParametersResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/QueryDevicePage.go
    • Line 24: warning: exported type QueryDevicePageRequest should have comment or be unexported (golint)
    • Line 68: warning: comment on exported function NewQueryDevicePageRequest should be of the form "NewQueryDevicePageRequest ..." (golint)
    • Line 91: warning: comment on exported function NewQueryDevicePageRequestWithAllParams should be of the form "NewQueryDevicePageRequestWithAllParams ..." (golint)
    • Line 145: warning: comment on exported function NewQueryDevicePageRequestWithoutParam should be of the form "NewQueryDevicePageRequestWithoutParam ..." (golint)
    • Line 158: warning: comment on exported method QueryDevicePageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 163: warning: comment on exported method QueryDevicePageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 168: warning: comment on exported method QueryDevicePageRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 173: warning: comment on exported method QueryDevicePageRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 178: warning: comment on exported method QueryDevicePageRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 183: warning: comment on exported method QueryDevicePageRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 188: warning: comment on exported method QueryDevicePageRequest.SetNowPage should be of the form "SetNowPage ..." (golint)
    • Line 193: warning: comment on exported method QueryDevicePageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 198: warning: comment on exported method QueryDevicePageRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 203: warning: comment on exported method QueryDevicePageRequest.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 208: warning: comment on exported method QueryDevicePageRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 213: warning: comment on exported method QueryDevicePageRequest.SetOrderId should be of the form "SetOrderId ..." (golint)
    • Line 218: warning: comment on exported method QueryDevicePageRequest.SetDeviceCollectorType should be of the form "SetDeviceCollectorType ..." (golint)
    • Line 229: warning: exported type QueryDevicePageResponse should have comment or be unexported (golint)
    • Line 235: warning: exported type QueryDevicePageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ipanti/apis/ModifyCertInfo.go
    • Line 24: warning: exported type ModifyCertInfoRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewModifyCertInfoRequest should be of the form "NewModifyCertInfoRequest ..." (golint)
    • Line 70: warning: comment on exported function NewModifyCertInfoRequestWithAllParams should be of the form "NewModifyCertInfoRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewModifyCertInfoRequestWithoutParam should be of the form "NewModifyCertInfoRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method ModifyCertInfoRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method ModifyCertInfoRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method ModifyCertInfoRequest.SetWebRuleId should be of the form "SetWebRuleId ..." (golint)
    • Line 125: warning: comment on exported method ModifyCertInfoRequest.SetCertInfoModifySpec should be of the form "SetCertInfoModifySpec ..." (golint)
    • Line 136: warning: exported type ModifyCertInfoResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type ModifyCertInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/UpdateMonitor.go
    • Line 24: warning: exported type UpdateMonitorRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateMonitorRequest should be of the form "NewUpdateMonitorRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateMonitorRequestWithAllParams should be of the form "NewUpdateMonitorRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateMonitorRequestWithoutParam should be of the form "NewUpdateMonitorRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateMonitorRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateMonitorRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method UpdateMonitorRequest.SetUpdateMonitor should be of the form "SetUpdateMonitor ..." (golint)
    • Line 122: warning: exported type UpdateMonitorResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateMonitorResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/DescribeIpv6Gateway.go
    • Line 24: warning: exported type DescribeIpv6GatewayRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeIpv6GatewayRequest should be of the form "NewDescribeIpv6GatewayRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeIpv6GatewayRequestWithAllParams should be of the form "NewDescribeIpv6GatewayRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewDescribeIpv6GatewayRequestWithoutParam should be of the form "NewDescribeIpv6GatewayRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method DescribeIpv6GatewayRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method DescribeIpv6GatewayRequest.SetIpv6GatewayId should be of the form "SetIpv6GatewayId ..." (golint)
    • Line 108: warning: exported type DescribeIpv6GatewayResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type DescribeIpv6GatewayResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/StartInstances.go
    • Line 23: warning: exported type StartInstancesRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewStartInstancesRequest should be of the form "NewStartInstancesRequest ..." (golint)
    • Line 62: warning: comment on exported function NewStartInstancesRequestWithAllParams should be of the form "NewStartInstancesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewStartInstancesRequestWithoutParam should be of the form "NewStartInstancesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method StartInstancesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method StartInstancesRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 113: warning: comment on exported method StartInstancesRequest.SetInstanceIds should be of the form "SetInstanceIds ..." (golint)
    • Line 124: warning: exported type StartInstancesResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type StartInstancesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/GetVmInstancesById.go
    • Line 24: warning: exported type GetVmInstancesByIdRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewGetVmInstancesByIdRequest should be of the form "NewGetVmInstancesByIdRequest ..." (golint)
    • Line 58: warning: comment on exported function NewGetVmInstancesByIdRequestWithAllParams should be of the form "NewGetVmInstancesByIdRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewGetVmInstancesByIdRequestWithoutParam should be of the form "NewGetVmInstancesByIdRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method GetVmInstancesByIdRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method GetVmInstancesByIdRequest.SetId should be of the form "SetId ..." (golint)
    • Line 108: warning: exported type GetVmInstancesByIdResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type GetVmInstancesByIdResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcloudgateway/apis/QueryInstanceExposeDomain.go
    • Line 23: warning: exported type QueryInstanceExposeDomainRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewQueryInstanceExposeDomainRequest should be of the form "NewQueryInstanceExposeDomainRequest ..." (golint)
    • Line 57: warning: comment on exported function NewQueryInstanceExposeDomainRequestWithAllParams should be of the form "NewQueryInstanceExposeDomainRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewQueryInstanceExposeDomainRequestWithoutParam should be of the form "NewQueryInstanceExposeDomainRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method QueryInstanceExposeDomainRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method QueryInstanceExposeDomainRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type QueryInstanceExposeDomainResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type QueryInstanceExposeDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/EnableWaf.go
    • Line 24: warning: exported type EnableWafRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewEnableWafRequest should be of the form "NewEnableWafRequest ..." (golint)
    • Line 64: warning: comment on exported function NewEnableWafRequestWithAllParams should be of the form "NewEnableWafRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewEnableWafRequestWithoutParam should be of the form "NewEnableWafRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method EnableWafRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method EnableWafRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method EnableWafRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type EnableWafResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type EnableWafResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/yunding/apis/RevokePrivilege.go
    • Line 23: warning: exported type RevokePrivilegeRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRevokePrivilegeRequest should be of the form "NewRevokePrivilegeRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRevokePrivilegeRequestWithAllParams should be of the form "NewRevokePrivilegeRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRevokePrivilegeRequestWithoutParam should be of the form "NewRevokePrivilegeRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RevokePrivilegeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method RevokePrivilegeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 119: warning: comment on exported method RevokePrivilegeRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method RevokePrivilegeRequest.SetDbNames should be of the form "SetDbNames ..." (golint)
    • Line 135: warning: exported type RevokePrivilegeResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RevokePrivilegeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DescribeLiveTranscodeStreamList.go
    • Line 24: warning: exported type DescribeLiveTranscodeStreamListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeLiveTranscodeStreamListRequest should be of the form "NewDescribeLiveTranscodeStreamListRequest ..." (golint)
    • Line 70: warning: comment on exported function NewDescribeLiveTranscodeStreamListRequestWithAllParams should be of the form "NewDescribeLiveTranscodeStreamListRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewDescribeLiveTranscodeStreamListRequestWithoutParam should be of the form "NewDescribeLiveTranscodeStreamListRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method DescribeLiveTranscodeStreamListRequest.SetDomainName should be of the form "SetDomainName ..." (golint)
    • Line 116: warning: comment on exported method DescribeLiveTranscodeStreamListRequest.SetAppName should be of the form "SetAppName ..." (golint)
    • Line 122: warning: comment on exported method DescribeLiveTranscodeStreamListRequest.SetStreamName should be of the form "SetStreamName ..." (golint)
    • Line 134: warning: exported type DescribeLiveTranscodeStreamListResponse should have comment or be unexported (golint)
    • Line 140: warning: exported type DescribeLiveTranscodeStreamListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/CreateDomain.go
    • Line 23: warning: exported type CreateDomainRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewCreateDomainRequest should be of the form "NewCreateDomainRequest ..." (golint)
    • Line 51: warning: comment on exported function NewCreateDomainRequestWithAllParams should be of the form "NewCreateDomainRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewCreateDomainRequestWithoutParam should be of the form "NewCreateDomainRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method CreateDomainRequest.SetName should be of the form "SetName ..." (golint)
    • Line 93: warning: exported type CreateDomainResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type CreateDomainResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iotcore/apis/LoongrayQueryPage.go
    • Line 24: warning: exported type LoongrayQueryPageRequest should have comment or be unexported (golint)
    • Line 77: warning: comment on exported function NewLoongrayQueryPageRequest should be of the form "NewLoongrayQueryPageRequest ..." (golint)
    • Line 100: warning: comment on exported function NewLoongrayQueryPageRequestWithAllParams should be of the form "NewLoongrayQueryPageRequestWithAllParams ..." (golint)
    • Line 163: warning: comment on exported function NewLoongrayQueryPageRequestWithoutParam should be of the form "NewLoongrayQueryPageRequestWithoutParam ..." (golint)
    • Line 176: warning: comment on exported method LoongrayQueryPageRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 181: warning: comment on exported method LoongrayQueryPageRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 186: warning: comment on exported method LoongrayQueryPageRequest.SetDeviceName should be of the form "SetDeviceName ..." (golint)
    • Line 191: warning: comment on exported method LoongrayQueryPageRequest.SetManufacturer should be of the form "SetManufacturer ..." (golint)
    • Line 196: warning: comment on exported method LoongrayQueryPageRequest.SetModel should be of the form "SetModel ..." (golint)
    • Line 201: warning: comment on exported method LoongrayQueryPageRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 206: warning: comment on exported method LoongrayQueryPageRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 211: warning: comment on exported method LoongrayQueryPageRequest.SetDeviceType should be of the form "SetDeviceType ..." (golint)
    • Line 216: warning: comment on exported method LoongrayQueryPageRequest.SetNowPage should be of the form "SetNowPage ..." (golint)
    • Line 221: warning: comment on exported method LoongrayQueryPageRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 226: warning: comment on exported method LoongrayQueryPageRequest.SetOrder should be of the form "SetOrder ..." (golint)
    • Line 231: warning: comment on exported method LoongrayQueryPageRequest.SetDirection should be of the form "SetDirection ..." (golint)
    • Line 236: warning: comment on exported method LoongrayQueryPageRequest.SetParentId should be of the form "SetParentId ..." (golint)
    • Line 241: warning: comment on exported method LoongrayQueryPageRequest.SetOrderId should be of the form "SetOrderId ..." (golint)
    • Line 246: warning: comment on exported method LoongrayQueryPageRequest.SetDeviceCollectorType should be of the form "SetDeviceCollectorType ..." (golint)
    • Line 251: warning: comment on exported method LoongrayQueryPageRequest.SetQueryUserPin should be of the form "SetQueryUserPin ..." (golint)
    • Line 262: warning: exported type LoongrayQueryPageResponse should have comment or be unexported (golint)
    • Line 268: warning: exported type LoongrayQueryPageResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/ListSmsTasksUsingGET.go
    • Line 24: warning: exported type ListSmsTasksUsingGETRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewListSmsTasksUsingGETRequest should be of the form "NewListSmsTasksUsingGETRequest ..." (golint)
    • Line 61: warning: comment on exported function NewListSmsTasksUsingGETRequestWithAllParams should be of the form "NewListSmsTasksUsingGETRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewListSmsTasksUsingGETRequestWithoutParam should be of the form "NewListSmsTasksUsingGETRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method ListSmsTasksUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 106: warning: comment on exported method ListSmsTasksUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 111: warning: comment on exported method ListSmsTasksUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 116: warning: comment on exported method ListSmsTasksUsingGETRequest.SetStatus should be of the form "SetStatus ..." (golint)
    • Line 127: warning: exported type ListSmsTasksUsingGETResponse should have comment or be unexported (golint)
    • Line 133: warning: exported type ListSmsTasksUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/openjrtc/apis/DescribeApps.go
    • Line 24: warning: exported type DescribeAppsRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewDescribeAppsRequest should be of the form "NewDescribeAppsRequest ..." (golint)
    • Line 52: warning: comment on exported function NewDescribeAppsRequestWithAllParams should be of the form "NewDescribeAppsRequestWithAllParams ..." (golint)
    • Line 73: warning: comment on exported function NewDescribeAppsRequestWithoutParam should be of the form "NewDescribeAppsRequestWithoutParam ..." (golint)
    • Line 86: warning: comment on exported method DescribeAppsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 91: warning: comment on exported method DescribeAppsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 102: warning: exported type DescribeAppsResponse should have comment or be unexported (golint)
    • Line 108: warning: exported type DescribeAppsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ossopenapi/apis/PutBackSourceConfiguration.go
    • Line 24: warning: exported type PutBackSourceConfigurationRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewPutBackSourceConfigurationRequest should be of the form "NewPutBackSourceConfigurationRequest ..." (golint)
    • Line 61: warning: comment on exported function NewPutBackSourceConfigurationRequestWithAllParams should be of the form "NewPutBackSourceConfigurationRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewPutBackSourceConfigurationRequestWithoutParam should be of the form "NewPutBackSourceConfigurationRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method PutBackSourceConfigurationRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 103: warning: comment on exported method PutBackSourceConfigurationRequest.SetBucketName should be of the form "SetBucketName ..." (golint)
    • Line 108: warning: comment on exported method PutBackSourceConfigurationRequest.SetBackSourceRules should be of the form "SetBackSourceRules ..." (golint)
    • Line 119: warning: exported type PutBackSourceConfigurationResponse should have comment or be unexported (golint)
    • Line 125: warning: exported type PutBackSourceConfigurationResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ossopenapi/apis/GetSingleBucketCapacity.go
    • Line 24: warning: exported type GetSingleBucketCapacityRequest should have comment or be unexported (golint)
    • Line 51: warning: comment on exported function NewGetSingleBucketCapacityRequest should be of the form "NewGetSingleBucketCapacityRequest ..." (golint)
    • Line 81: warning: comment on exported function NewGetSingleBucketCapacityRequestWithAllParams should be of the form "NewGetSingleBucketCapacityRequestWithAllParams ..." (golint)
    • Line 118: warning: comment on exported function NewGetSingleBucketCapacityRequestWithoutParam should be of the form "NewGetSingleBucketCapacityRequestWithoutParam ..." (golint)
    • Line 131: warning: comment on exported method GetSingleBucketCapacityRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 136: warning: comment on exported method GetSingleBucketCapacityRequest.SetBucketName should be of the form "SetBucketName ..." (golint)
    • Line 141: warning: comment on exported method GetSingleBucketCapacityRequest.SetCapacityTypes should be of the form "SetCapacityTypes ..." (golint)
    • Line 147: warning: comment on exported method GetSingleBucketCapacityRequest.SetBeginTime should be of the form "SetBeginTime ..." (golint)
    • Line 152: warning: comment on exported method GetSingleBucketCapacityRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 157: warning: comment on exported method GetSingleBucketCapacityRequest.SetPeriodType should be of the form "SetPeriodType ..." (golint)
    • Line 162: warning: comment on exported method GetSingleBucketCapacityRequest.SetMethod should be of the form "SetMethod ..." (golint)
    • Line 173: warning: exported type GetSingleBucketCapacityResponse should have comment or be unexported (golint)
    • Line 179: warning: exported type GetSingleBucketCapacityResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/UpdateRR.go
    • Line 24: warning: exported type UpdateRRRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateRRRequest should be of the form "NewUpdateRRRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateRRRequestWithAllParams should be of the form "NewUpdateRRRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateRRRequestWithoutParam should be of the form "NewUpdateRRRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateRRRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateRRRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 111: warning: comment on exported method UpdateRRRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type UpdateRRResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateRRResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DeleteInstance.go
    • Line 23: warning: exported type DeleteInstanceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDeleteInstanceRequest should be of the form "NewDeleteInstanceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDeleteInstanceRequestWithAllParams should be of the form "NewDeleteInstanceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDeleteInstanceRequestWithoutParam should be of the form "NewDeleteInstanceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DeleteInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DeleteInstanceRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 107: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/live/apis/DeleteLiveStreamRecordNotifyConfig.go
    • Line 23: warning: exported type DeleteLiveStreamRecordNotifyConfigRequest should have comment or be unexported (golint)
    • Line 31: warning: comment on exported function NewDeleteLiveStreamRecordNotifyConfigRequest should be of the form "NewDeleteLiveStreamRecordNotifyConfigRequest ..." (golint)
    • Line 51: warning: comment on exported function NewDeleteLiveStreamRecordNotifyConfigRequestWithAllParams should be of the form "NewDeleteLiveStreamRecordNotifyConfigRequestWithAllParams ..." (golint)
    • Line 69: warning: comment on exported function NewDeleteLiveStreamRecordNotifyConfigRequestWithoutParam should be of the form "NewDeleteLiveStreamRecordNotifyConfigRequestWithoutParam ..." (golint)
    • Line 82: warning: comment on exported method DeleteLiveStreamRecordNotifyConfigRequest.SetPublishDomain should be of the form "SetPublishDomain ..." (golint)
    • Line 93: warning: exported type DeleteLiveStreamRecordNotifyConfigResponse should have comment or be unexported (golint)
    • Line 99: warning: exported type DeleteLiveStreamRecordNotifyConfigResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DisableRuleGroup.go
    • Line 23: warning: exported type DisableRuleGroupRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewDisableRuleGroupRequest should be of the form "NewDisableRuleGroupRequest ..." (golint)
    • Line 66: warning: comment on exported function NewDisableRuleGroupRequestWithAllParams should be of the form "NewDisableRuleGroupRequestWithAllParams ..." (golint)
    • Line 93: warning: comment on exported function NewDisableRuleGroupRequestWithoutParam should be of the form "NewDisableRuleGroupRequestWithoutParam ..." (golint)
    • Line 106: warning: comment on exported method DisableRuleGroupRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 111: warning: comment on exported method DisableRuleGroupRequest.SetInsId should be of the form "SetInsId ..." (golint)
    • Line 116: warning: comment on exported method DisableRuleGroupRequest.SetRuleGroupId should be of the form "SetRuleGroupId ..." (golint)
    • Line 121: warning: comment on exported method DisableRuleGroupRequest.SetDbId should be of the form "SetDbId ..." (golint)
    • Line 132: warning: exported type DisableRuleGroupResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type DisableRuleGroupResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/iothub/apis/ExportThingModel.go
    • Line 23: warning: exported type ExportThingModelRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewExportThingModelRequest should be of the form "NewExportThingModelRequest ..." (golint)
    • Line 57: warning: comment on exported function NewExportThingModelRequestWithAllParams should be of the form "NewExportThingModelRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewExportThingModelRequestWithoutParam should be of the form "NewExportThingModelRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method ExportThingModelRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method ExportThingModelRequest.SetProductKey should be of the form "SetProductKey ..." (golint)
    • Line 107: warning: exported type ExportThingModelResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type ExportThingModelResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/lb/apis/UpdateRules.go
    • Line 24: warning: exported type UpdateRulesRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewUpdateRulesRequest should be of the form "NewUpdateRulesRequest ..." (golint)
    • Line 64: warning: comment on exported function NewUpdateRulesRequestWithAllParams should be of the form "NewUpdateRulesRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewUpdateRulesRequestWithoutParam should be of the form "NewUpdateRulesRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method UpdateRulesRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method UpdateRulesRequest.SetUrlMapId should be of the form "SetUrlMapId ..." (golint)
    • Line 111: warning: comment on exported method UpdateRulesRequest.SetRuleUpdateSpecs should be of the form "SetRuleUpdateSpecs ..." (golint)
    • Line 122: warning: exported type UpdateRulesResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type UpdateRulesResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ias/apis/AppDetail.go
    • Line 23: warning: exported type AppDetailRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewAppDetailRequest should be of the form "NewAppDetailRequest ..." (golint)
    • Line 57: warning: comment on exported function NewAppDetailRequestWithAllParams should be of the form "NewAppDetailRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewAppDetailRequestWithoutParam should be of the form "NewAppDetailRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method AppDetailRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method AppDetailRequest.SetClientId should be of the form "SetClientId ..." (golint)
    • Line 107: warning: exported type AppDetailResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type AppDetailResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/ydsms/apis/QuerySendRecordUsingGET.go
    • Line 24: warning: exported type QuerySendRecordUsingGETRequest should have comment or be unexported (golint)
    • Line 41: warning: don't use underscores in Go names; struct field Sign_id should be SignID (golint)
    • Line 56: warning: comment on exported function NewQuerySendRecordUsingGETRequest should be of the form "NewQuerySendRecordUsingGETRequest ..." (golint)
    • Line 82: warning: comment on exported function NewQuerySendRecordUsingGETRequestWithAllParams should be of the form "NewQuerySendRecordUsingGETRequestWithAllParams ..." (golint)
    • Line 98: warning: don't use underscores in Go names; func parameter sign_id should be signID (golint)
    • Line 124: warning: comment on exported function NewQuerySendRecordUsingGETRequestWithoutParam should be of the form "NewQuerySendRecordUsingGETRequestWithoutParam ..." (golint)
    • Line 137: warning: comment on exported method QuerySendRecordUsingGETRequest.SetAppId should be of the form "SetAppId ..." (golint)
    • Line 142: warning: comment on exported method QuerySendRecordUsingGETRequest.SetSendStatus should be of the form "SetSendStatus ..." (golint)
    • Line 147: warning: comment on exported method QuerySendRecordUsingGETRequest.SetSendNumber should be of the form "SetSendNumber ..." (golint)
    • Line 152: warning: comment on exported method QuerySendRecordUsingGETRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 157: warning: comment on exported method QuerySendRecordUsingGETRequest.SetSign_id should be of the form "SetSign_id ..." (golint)
    • Line 158: warning: don't use underscores in Go names; method SetSign_id should be SetSignID (golint)
    • Line 158: warning: don't use underscores in Go names; method parameter sign_id should be signID (golint)
    • Line 162: warning: comment on exported method QuerySendRecordUsingGETRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 167: warning: comment on exported method QuerySendRecordUsingGETRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 172: warning: comment on exported method QuerySendRecordUsingGETRequest.SetEndTime should be of the form "SetEndTime ..." (golint)
    • Line 177: warning: comment on exported method QuerySendRecordUsingGETRequest.SetStartTime should be of the form "SetStartTime ..." (golint)
    • Line 188: warning: exported type QuerySendRecordUsingGETResponse should have comment or be unexported (golint)
    • Line 194: warning: exported type QuerySendRecordUsingGETResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/jdfusion/apis/RevokeRdsAccount.go
    • Line 23: warning: exported type RevokeRdsAccountRequest should have comment or be unexported (golint)
    • Line 40: warning: comment on exported function NewRevokeRdsAccountRequest should be of the form "NewRevokeRdsAccountRequest ..." (golint)
    • Line 69: warning: comment on exported function NewRevokeRdsAccountRequestWithAllParams should be of the form "NewRevokeRdsAccountRequestWithAllParams ..." (golint)
    • Line 96: warning: comment on exported function NewRevokeRdsAccountRequestWithoutParam should be of the form "NewRevokeRdsAccountRequestWithoutParam ..." (golint)
    • Line 109: warning: comment on exported method RevokeRdsAccountRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 114: warning: comment on exported method RevokeRdsAccountRequest.SetInstId should be of the form "SetInstId ..." (golint)
    • Line 119: warning: comment on exported method RevokeRdsAccountRequest.SetAccountName should be of the form "SetAccountName ..." (golint)
    • Line 124: warning: comment on exported method RevokeRdsAccountRequest.SetDbName should be of the form "SetDbName ..." (golint)
    • Line 135: warning: exported type RevokeRdsAccountResponse should have comment or be unexported (golint)
    • Line 141: warning: exported type RevokeRdsAccountResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/kubernetes/apis/UpgradeCluster.go
    • Line 23: warning: exported type UpgradeClusterRequest should have comment or be unexported (golint)
    • Line 43: warning: comment on exported function NewUpgradeClusterRequest should be of the form "NewUpgradeClusterRequest ..." (golint)
    • Line 72: warning: comment on exported function NewUpgradeClusterRequestWithAllParams should be of the form "NewUpgradeClusterRequestWithAllParams ..." (golint)
    • Line 102: warning: comment on exported function NewUpgradeClusterRequestWithoutParam should be of the form "NewUpgradeClusterRequestWithoutParam ..." (golint)
    • Line 115: warning: comment on exported method UpgradeClusterRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 120: warning: comment on exported method UpgradeClusterRequest.SetClusterId should be of the form "SetClusterId ..." (golint)
    • Line 125: warning: comment on exported method UpgradeClusterRequest.SetScope should be of the form "SetScope ..." (golint)
    • Line 130: warning: comment on exported method UpgradeClusterRequest.SetNodeGroupIds should be of the form "SetNodeGroupIds ..." (golint)
    • Line 135: warning: comment on exported method UpgradeClusterRequest.SetVersion should be of the form "SetVersion ..." (golint)
    • Line 146: warning: exported type UpgradeClusterResponse should have comment or be unexported (golint)
    • Line 152: warning: exported type UpgradeClusterResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/domain/apis/CertificateTemplateState.go
    • Line 23: warning: exported type CertificateTemplateStateRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewCertificateTemplateStateRequest should be of the form "NewCertificateTemplateStateRequest ..." (golint)
    • Line 57: warning: comment on exported function NewCertificateTemplateStateRequestWithAllParams should be of the form "NewCertificateTemplateStateRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewCertificateTemplateStateRequestWithoutParam should be of the form "NewCertificateTemplateStateRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method CertificateTemplateStateRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method CertificateTemplateStateRequest.SetTemplateId should be of the form "SetTemplateId ..." (golint)
    • Line 107: warning: exported type CertificateTemplateStateResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type CertificateTemplateStateResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/detection/apis/GetSiteMonitorSource.go
    • Line 24: warning: exported type GetSiteMonitorSourceRequest should have comment or be unexported (golint)
    • Line 29: warning: comment on exported function NewGetSiteMonitorSourceRequest should be of the form "NewGetSiteMonitorSourceRequest ..." (golint)
    • Line 46: warning: comment on exported function NewGetSiteMonitorSourceRequestWithAllParams should be of the form "NewGetSiteMonitorSourceRequestWithAllParams ..." (golint)
    • Line 61: warning: comment on exported function NewGetSiteMonitorSourceRequestWithoutParam should be of the form "NewGetSiteMonitorSourceRequestWithoutParam ..." (golint)
    • Line 80: warning: exported type GetSiteMonitorSourceResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type GetSiteMonitorSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/disk/apis/DescribeSnapshotPolicyDiskRelations.go
    • Line 24: warning: exported type DescribeSnapshotPolicyDiskRelationsRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewDescribeSnapshotPolicyDiskRelationsRequest should be of the form "NewDescribeSnapshotPolicyDiskRelationsRequest ..." (golint)
    • Line 67: warning: comment on exported function NewDescribeSnapshotPolicyDiskRelationsRequestWithAllParams should be of the form "NewDescribeSnapshotPolicyDiskRelationsRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewDescribeSnapshotPolicyDiskRelationsRequestWithoutParam should be of the form "NewDescribeSnapshotPolicyDiskRelationsRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 118: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetDiskId should be of the form "SetDiskId ..." (golint)
    • Line 123: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetDiskRegion should be of the form "SetDiskRegion ..." (golint)
    • Line 128: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetPolicyId should be of the form "SetPolicyId ..." (golint)
    • Line 133: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 138: warning: comment on exported method DescribeSnapshotPolicyDiskRelationsRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 149: warning: exported type DescribeSnapshotPolicyDiskRelationsResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type DescribeSnapshotPolicyDiskRelationsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cps/apis/CreateKeypairs.go
    • Line 23: warning: exported type CreateKeypairsRequest should have comment or be unexported (golint)
    • Line 39: warning: comment on exported function NewCreateKeypairsRequest should be of the form "NewCreateKeypairsRequest ..." (golint)
    • Line 62: warning: comment on exported function NewCreateKeypairsRequestWithAllParams should be of the form "NewCreateKeypairsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewCreateKeypairsRequestWithoutParam should be of the form "NewCreateKeypairsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method CreateKeypairsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method CreateKeypairsRequest.SetClientToken should be of the form "SetClientToken ..." (golint)
    • Line 113: warning: comment on exported method CreateKeypairsRequest.SetName should be of the form "SetName ..." (golint)
    • Line 124: warning: exported type CreateKeypairsResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type CreateKeypairsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/clouddnsservice/apis/SearchRR.go
    • Line 24: warning: exported type SearchRRRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewSearchRRRequest should be of the form "NewSearchRRRequest ..." (golint)
    • Line 64: warning: comment on exported function NewSearchRRRequestWithAllParams should be of the form "NewSearchRRRequestWithAllParams ..." (golint)
    • Line 91: warning: comment on exported function NewSearchRRRequestWithoutParam should be of the form "NewSearchRRRequestWithoutParam ..." (golint)
    • Line 104: warning: comment on exported method SearchRRRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 109: warning: comment on exported method SearchRRRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 114: warning: comment on exported method SearchRRRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 119: warning: comment on exported method SearchRRRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 130: warning: exported type SearchRRResponse should have comment or be unexported (golint)
    • Line 136: warning: exported type SearchRRResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/datastar/apis/TestWelcome.go
    • Line 24: warning: exported type TestWelcomeRequest should have comment or be unexported (golint)
    • Line 35: warning: comment on exported function NewTestWelcomeRequest should be of the form "NewTestWelcomeRequest ..." (golint)
    • Line 58: warning: comment on exported function NewTestWelcomeRequestWithAllParams should be of the form "NewTestWelcomeRequestWithAllParams ..." (golint)
    • Line 79: warning: comment on exported function NewTestWelcomeRequestWithoutParam should be of the form "NewTestWelcomeRequestWithoutParam ..." (golint)
    • Line 92: warning: comment on exported method TestWelcomeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 97: warning: comment on exported method TestWelcomeRequest.SetTestOpenApiInfo should be of the form "SetTestOpenApiInfo ..." (golint)
    • Line 108: warning: exported type TestWelcomeResponse should have comment or be unexported (golint)
    • Line 114: warning: exported type TestWelcomeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/redis/apis/RestoreInstance.go
    • Line 23: warning: exported type RestoreInstanceRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewRestoreInstanceRequest should be of the form "NewRestoreInstanceRequest ..." (golint)
    • Line 63: warning: comment on exported function NewRestoreInstanceRequestWithAllParams should be of the form "NewRestoreInstanceRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewRestoreInstanceRequestWithoutParam should be of the form "NewRestoreInstanceRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method RestoreInstanceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method RestoreInstanceRequest.SetCacheInstanceId should be of the form "SetCacheInstanceId ..." (golint)
    • Line 110: warning: comment on exported method RestoreInstanceRequest.SetBaseId should be of the form "SetBaseId ..." (golint)
    • Line 121: warning: exported type RestoreInstanceResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type RestoreInstanceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cloudsign/apis/DescribeTemplateList.go
    • Line 24: warning: exported type DescribeTemplateListRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewDescribeTemplateListRequest should be of the form "NewDescribeTemplateListRequest ..." (golint)
    • Line 58: warning: comment on exported function NewDescribeTemplateListRequestWithAllParams should be of the form "NewDescribeTemplateListRequestWithAllParams ..." (golint)
    • Line 85: warning: comment on exported function NewDescribeTemplateListRequestWithoutParam should be of the form "NewDescribeTemplateListRequestWithoutParam ..." (golint)
    • Line 98: warning: comment on exported method DescribeTemplateListRequest.SetPageNumber should be of the form "SetPageNumber ..." (golint)
    • Line 103: warning: comment on exported method DescribeTemplateListRequest.SetPageSize should be of the form "SetPageSize ..." (golint)
    • Line 108: warning: comment on exported method DescribeTemplateListRequest.SetTemplateNameOrTitle should be of the form "SetTemplateNameOrTitle ..." (golint)
    • Line 113: warning: comment on exported method DescribeTemplateListRequest.SetTemplateType should be of the form "SetTemplateType ..." (golint)
    • Line 124: warning: exported type DescribeTemplateListResponse should have comment or be unexported (golint)
    • Line 130: warning: exported type DescribeTemplateListResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/cdn/apis/SetLiveDomainBackSource.go
    • Line 24: warning: exported type SetLiveDomainBackSourceRequest should have comment or be unexported (golint)
    • Line 47: warning: comment on exported function NewSetLiveDomainBackSourceRequest should be of the form "NewSetLiveDomainBackSourceRequest ..." (golint)
    • Line 67: warning: comment on exported function NewSetLiveDomainBackSourceRequestWithAllParams should be of the form "NewSetLiveDomainBackSourceRequestWithAllParams ..." (golint)
    • Line 100: warning: comment on exported function NewSetLiveDomainBackSourceRequestWithoutParam should be of the form "NewSetLiveDomainBackSourceRequestWithoutParam ..." (golint)
    • Line 113: warning: comment on exported method SetLiveDomainBackSourceRequest.SetDomain should be of the form "SetDomain ..." (golint)
    • Line 118: warning: comment on exported method SetLiveDomainBackSourceRequest.SetSourceType should be of the form "SetSourceType ..." (golint)
    • Line 123: warning: comment on exported method SetLiveDomainBackSourceRequest.SetBackSourceType should be of the form "SetBackSourceType ..." (golint)
    • Line 128: warning: comment on exported method SetLiveDomainBackSourceRequest.SetDefaultSourceHost should be of the form "SetDefaultSourceHost ..." (golint)
    • Line 133: warning: comment on exported method SetLiveDomainBackSourceRequest.SetDomainSource should be of the form "SetDomainSource ..." (golint)
    • Line 138: warning: comment on exported method SetLiveDomainBackSourceRequest.SetIpSource should be of the form "SetIpSource ..." (golint)
    • Line 149: warning: exported type SetLiveDomainBackSourceResponse should have comment or be unexported (golint)
    • Line 155: warning: exported type SetLiveDomainBackSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/BatchSubmitQualityDetectionJobs.go
    • Line 24: warning: exported type BatchSubmitQualityDetectionJobsRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewBatchSubmitQualityDetectionJobsRequest should be of the form "NewBatchSubmitQualityDetectionJobsRequest ..." (golint)
    • Line 49: warning: comment on exported function NewBatchSubmitQualityDetectionJobsRequestWithAllParams should be of the form "NewBatchSubmitQualityDetectionJobsRequestWithAllParams ..." (golint)
    • Line 67: warning: comment on exported function NewBatchSubmitQualityDetectionJobsRequestWithoutParam should be of the form "NewBatchSubmitQualityDetectionJobsRequestWithoutParam ..." (golint)
    • Line 80: warning: comment on exported method BatchSubmitQualityDetectionJobsRequest.SetBulkItems should be of the form "SetBulkItems ..." (golint)
    • Line 91: warning: exported type BatchSubmitQualityDetectionJobsResponse should have comment or be unexported (golint)
    • Line 97: warning: exported type BatchSubmitQualityDetectionJobsResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dcap/apis/DescribeDataSource.go
    • Line 23: warning: exported type DescribeDataSourceRequest should have comment or be unexported (golint)
    • Line 34: warning: comment on exported function NewDescribeDataSourceRequest should be of the form "NewDescribeDataSourceRequest ..." (golint)
    • Line 57: warning: comment on exported function NewDescribeDataSourceRequestWithAllParams should be of the form "NewDescribeDataSourceRequestWithAllParams ..." (golint)
    • Line 78: warning: comment on exported function NewDescribeDataSourceRequestWithoutParam should be of the form "NewDescribeDataSourceRequestWithoutParam ..." (golint)
    • Line 91: warning: comment on exported method DescribeDataSourceRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 96: warning: comment on exported method DescribeDataSourceRequest.SetDataSourceId should be of the form "SetDataSourceId ..." (golint)
    • Line 107: warning: exported type DescribeDataSourceResponse should have comment or be unexported (golint)
    • Line 113: warning: exported type DescribeDataSourceResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/dbaudit/apis/DeleteAuditFromAgent.go
    • Line 23: warning: exported type DeleteAuditFromAgentRequest should have comment or be unexported (golint)
    • Line 37: warning: comment on exported function NewDeleteAuditFromAgentRequest should be of the form "NewDeleteAuditFromAgentRequest ..." (golint)
    • Line 63: warning: comment on exported function NewDeleteAuditFromAgentRequestWithAllParams should be of the form "NewDeleteAuditFromAgentRequestWithAllParams ..." (golint)
    • Line 87: warning: comment on exported function NewDeleteAuditFromAgentRequestWithoutParam should be of the form "NewDeleteAuditFromAgentRequestWithoutParam ..." (golint)
    • Line 100: warning: comment on exported method DeleteAuditFromAgentRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 105: warning: comment on exported method DeleteAuditFromAgentRequest.SetDatabaseId should be of the form "SetDatabaseId ..." (golint)
    • Line 110: warning: comment on exported method DeleteAuditFromAgentRequest.SetAgentId should be of the form "SetAgentId ..." (golint)
    • Line 121: warning: exported type DeleteAuditFromAgentResponse should have comment or be unexported (golint)
    • Line 127: warning: exported type DeleteAuditFromAgentResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/rds/apis/RestoreInstanceByTime.go
    • Line 24: warning: exported type RestoreInstanceByTimeRequest should have comment or be unexported (golint)
    • Line 41: warning: comment on exported function NewRestoreInstanceByTimeRequest should be of the form "NewRestoreInstanceByTimeRequest ..." (golint)
    • Line 70: warning: comment on exported function NewRestoreInstanceByTimeRequestWithAllParams should be of the form "NewRestoreInstanceByTimeRequestWithAllParams ..." (golint)
    • Line 97: warning: comment on exported function NewRestoreInstanceByTimeRequestWithoutParam should be of the form "NewRestoreInstanceByTimeRequestWithoutParam ..." (golint)
    • Line 110: warning: comment on exported method RestoreInstanceByTimeRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 115: warning: comment on exported method RestoreInstanceByTimeRequest.SetInstanceId should be of the form "SetInstanceId ..." (golint)
    • Line 120: warning: comment on exported method RestoreInstanceByTimeRequest.SetRestoreTime should be of the form "SetRestoreTime ..." (golint)
    • Line 125: warning: comment on exported method RestoreInstanceByTimeRequest.SetRestoreSchema should be of the form "SetRestoreSchema ..." (golint)
    • Line 136: warning: exported type RestoreInstanceByTimeResponse should have comment or be unexported (golint)
    • Line 142: warning: exported type RestoreInstanceByTimeResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetURLRule.go
    • Line 24: warning: exported type GetURLRuleRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetURLRuleRequest should be of the form "NewGetURLRuleRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetURLRuleRequestWithAllParams should be of the form "NewGetURLRuleRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetURLRuleRequestWithoutParam should be of the form "NewGetURLRuleRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetURLRuleRequest.SetDomainId should be of the form "SetDomainId ..." (golint)
    • Line 94: warning: exported type GetURLRuleResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetURLRuleResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/vod/apis/GetVideoPlayInfo.go
    • Line 24: warning: exported type GetVideoPlayInfoRequest should have comment or be unexported (golint)
    • Line 32: warning: comment on exported function NewGetVideoPlayInfoRequest should be of the form "NewGetVideoPlayInfoRequest ..." (golint)
    • Line 52: warning: comment on exported function NewGetVideoPlayInfoRequestWithAllParams should be of the form "NewGetVideoPlayInfoRequestWithAllParams ..." (golint)
    • Line 70: warning: comment on exported function NewGetVideoPlayInfoRequestWithoutParam should be of the form "NewGetVideoPlayInfoRequestWithoutParam ..." (golint)
    • Line 83: warning: comment on exported method GetVideoPlayInfoRequest.SetVideoId should be of the form "SetVideoId ..." (golint)
    • Line 94: warning: exported type GetVideoPlayInfoResponse should have comment or be unexported (golint)
    • Line 100: warning: exported type GetVideoPlayInfoResult should have comment or be unexported (golint)
    • jdcloud-sdk-go/services/waf/apis/DelRiskEventVars.go
    • Line 24: warning: exported type DelRiskEventVarsRequest should have comment or be unexported (golint)
    • Line 38: warning: comment on exported function NewDelRiskEventVarsRequest should be of the form "NewDelRiskEventVarsRequest ..." (golint)
    • Line 64: warning: comment on exported function NewDelRiskEventVarsRequestWithAllParams should be of the form "NewDelRiskEventVarsRequestWithAllParams ..." (golint)
    • Line 88: warning: comment on exported function NewDelRiskEventVarsRequestWithoutParam should be of the form "NewDelRiskEventVarsRequestWithoutParam ..." (golint)
    • Line 101: warning: comment on exported method DelRiskEventVarsRequest.SetRegionId should be of the form "SetRegionId ..." (golint)
    • Line 106: warning: comment on exported method DelRiskEventVarsRequest.SetWafInstanceId should be of the form "SetWafInstanceId ..." (golint)
    • Line 111: warning: comment on exported method DelRiskEventVarsRequest.SetReq should be of the form "SetReq ..." (golint)
    • Line 122: warning: exported type DelRiskEventVarsResponse should have comment or be unexported (golint)
    • Line 128: warning: exported type DelRiskEventVarsResult should have comment or be unexported (golint)

ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!