Preparing report...

Report for github.com/opentelekomcloud/gophertelekomcloud

A+    Excellent!    Found 548 issues across 1363 files

Tweet

gofmt100%

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

No problems detected. Good job!


go_vet100%

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

No problems detected. Good job!


golint60%

Golint is a linter for Go source code.

    • gophertelekomcloud/openstack/sdrs/v1/protectiongroups/results_job.go
    • Line 10: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 25: warning: exported type JobEntity should have comment or be unexported (golint)
    • Line 29: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 33: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 39: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 45: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 69: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cce/v3/clusters/requests.go
    • Line 9: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 38: warning: exported function FilterClusters should have comment or be unexported (golint)
    • Line 81: warning: exported type FilterStruct should have comment or be unexported (golint)
    • Line 86: warning: exported function GetStructNestedField should have comment or be unexported (golint)
    • Line 114: warning: comment on exported type CreateMetaData should be of the form "CreateMetaData ..." (with optional leading article) (golint)
    • Line 165: warning: exported type UpdateSpec should have comment or be unexported (golint)
    • Line 203: warning: exported type UpdateIpOpts should have comment or be unexported (golint)
    • Line 209: warning: exported type IpSpec should have comment or be unexported (golint)
    • Line 213: warning: exported type UpdateIpOptsBuilder should have comment or be unexported (golint)
    • Line 217: warning: exported method UpdateIpOpts.ToMasterIpUpdateMap should have comment or be unexported (golint)
    • Line 221: warning: comment on exported function UpdateMasterIp should be of the form "UpdateMasterIp ..." (golint)
    • gophertelekomcloud/openstack/csbs/v1/backup/urls.go
    • Line 6: warning: exported const ProviderID should have comment or be unexported (golint)
    • Line 16: warning: don't use underscores in Go names; func parameter checkpoint_item_id should be checkpointItemID (golint)
    • Line 20: warning: don't use underscores in Go names; func parameter checkpoint_id should be checkpointID (golint)
    • gophertelekomcloud/openstack/ces/v1/metrics/results.go
    • Line 11: warning: exported type Metrics should have comment or be unexported (golint)
    • Line 16: warning: exported type MetaData should have comment or be unexported (golint)
    • Line 22: warning: exported type Metric should have comment or be unexported (golint)
    • Line 36: warning: exported type Dimension should have comment or be unexported (golint)
    • Line 41: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 45: warning: comment on exported function ExtractMetrics should be of the form "ExtractMetrics ..." (golint)
    • Line 52: warning: comment on exported function ExtractAllPagesMetrics should be of the form "ExtractAllPagesMetrics ..." (golint)
    • Line 125: warning: comment on exported method MetricsPage.WrapNextPageURL should be of the form "WrapNextPageURL ..." (golint)
    • gophertelekomcloud/openstack/cbr/v3/tasks/requests.go
    • Line 8: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 12: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 27: warning: exported method ListOpts.ToTaskListQuery should have comment or be unexported (golint)
    • Line 35: warning: exported function List should have comment or be unexported (golint)
    • Line 50: warning: exported function Get should have comment or be unexported (golint)
    • gophertelekomcloud/results.go
    • Line 41: warning: exported type JsonRDSInstanceStatus should have comment or be unexported (golint)
    • Line 46: warning: exported type JsonRDSInstanceField should have comment or be unexported (golint)
    • Line 286: warning: exported type JSONRFC3339Milli should have comment or be unexported (golint)
    • Line 288: warning: exported method JSONRFC3339Milli.UnmarshalJSON should have comment or be unexported (golint)
    • Line 303: warning: exported const RFC3339MilliNoZ should have comment or be unexported (golint)
    • Line 305: warning: exported type JSONRFC3339MilliNoZ should have comment or be unexported (golint)
    • Line 307: warning: exported method JSONRFC3339MilliNoZ.UnmarshalJSON should have comment or be unexported (golint)
    • Line 323: warning: exported type JSONRFC1123 should have comment or be unexported (golint)
    • Line 325: warning: exported method JSONRFC1123.UnmarshalJSON should have comment or be unexported (golint)
    • Line 341: warning: exported type JSONUnix should have comment or be unexported (golint)
    • Line 343: warning: exported method JSONUnix.UnmarshalJSON should have comment or be unexported (golint)
    • Line 363: warning: exported type JSONRFC3339NoZ should have comment or be unexported (golint)
    • Line 365: warning: exported method JSONRFC3339NoZ.UnmarshalJSON should have comment or be unexported (golint)
    • Line 384: warning: exported type JSONRFC3339ZNoT should have comment or be unexported (golint)
    • Line 386: warning: exported method JSONRFC3339ZNoT.UnmarshalJSON should have comment or be unexported (golint)
    • Line 405: warning: exported type JSONRFC3339ZNoTNoZ should have comment or be unexported (golint)
    • Line 407: warning: exported method JSONRFC3339ZNoTNoZ.UnmarshalJSON should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/kms/v1/keys/results.go
    • Line 40: warning: exported type ListKey should have comment or be unexported (golint)
    • Line 47: warning: exported type DataKey should have comment or be unexported (golint)
    • Line 54: warning: exported type EncryptDEK should have comment or be unexported (golint)
    • Line 61: warning: exported type UpdateKeyState should have comment or be unexported (golint)
    • Line 92: warning: exported type DataEncryptResult should have comment or be unexported (golint)
    • Line 96: warning: exported type EncryptDEKResult should have comment or be unexported (golint)
    • Line 100: warning: exported type ExtractUpdateKeyStateResult should have comment or be unexported (golint)
    • Line 104: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 142: warning: exported type KeyPage should have comment or be unexported (golint)
    • Line 146: warning: exported method KeyPage.IsEmpty should have comment or be unexported (golint)
    • Line 151: warning: exported function ExtractKeys should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/configurations/results.go
    • Line 13: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 22: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 26: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 32: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 40: warning: exported type InstanceConfig should have comment or be unexported (golint)
    • Line 61: warning: exported type Disk should have comment or be unexported (golint)
    • Line 71: warning: exported type Personality should have comment or be unexported (golint)
    • Line 76: warning: exported type PublicIp should have comment or be unexported (golint)
    • Line 80: warning: exported type Eip should have comment or be unexported (golint)
    • Line 85: warning: exported type Bandwidth should have comment or be unexported (golint)
    • Line 91: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 95: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 99: warning: exported type ConfigurationPage should have comment or be unexported (golint)
    • Line 119: warning: exported method ConfigurationPage.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/users/testing/fixtures.go
    • Line 224: warning: exported var SecondUserNoOptions should have comment or be unexported (golint)
    • Line 241: warning: comment on exported var ThirdUserUpdated should be of the form "ThirdUserUpdated ..." (golint)
    • Line 254: warning: exported var FirstGroup should have comment or be unexported (golint)
    • Line 267: warning: exported var SecondGroup should have comment or be unexported (golint)
    • Line 278: warning: exported var ExpectedGroupsSlice should have comment or be unexported (golint)
    • Line 280: warning: exported var FirstProject should have comment or be unexported (golint)
    • Line 289: warning: exported var SecondProject should have comment or be unexported (golint)
    • Line 298: warning: exported var ExpectedProjectsSlice should have comment or be unexported (golint)
    • Line 367: warning: comment on exported function HandleExtendedUpdateUserSuccessfully should be of the form "HandleExtendedUpdateUserSuccessfully ..." (golint)
    • gophertelekomcloud/openstack/cce/v3/addons/requests.go
    • Line 9: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateMetadata should have comment or be unexported (golint)
    • Line 35: warning: exported type CreateAnnotations should have comment or be unexported (golint)
    • Line 39: warning: comment on exported type RequestSpec should be of the form "RequestSpec ..." (with optional leading article) (golint)
    • Line 51: warning: exported type Values should have comment or be unexported (golint)
    • Line 88: warning: exported type UpdateMetadata should have comment or be unexported (golint)
    • Line 96: warning: exported type UpdateAnnotations should have comment or be unexported (golint)
    • Line 100: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 111: warning: exported method UpdateOpts.ToAddonUpdateMap should have comment or be unexported (golint)
    • Line 115: warning: exported function Update should have comment or be unexported (golint)
    • Line 136: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 140: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 144: warning: exported method ListOpts.ToAddonListQuery should have comment or be unexported (golint)
    • Line 152: warning: exported function ListTemplates should have comment or be unexported (golint)
    • Line 168: warning: exported function ListAddonInstances should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cloudeyeservice/alarmrule/requests.go
    • Line 9: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 13: warning: exported type DimensionOpts should have comment or be unexported (golint)
    • Line 18: warning: exported type MetricOpts should have comment or be unexported (golint)
    • Line 24: warning: exported type ConditionOpts should have comment or be unexported (golint)
    • Line 34: warning: exported type ActionOpts should have comment or be unexported (golint)
    • Line 39: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 53: warning: exported method CreateOpts.ToAlarmRuleCreateMap should have comment or be unexported (golint)
    • Line 57: warning: exported function Create should have comment or be unexported (golint)
    • Line 69: warning: exported function Get should have comment or be unexported (golint)
    • Line 74: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 78: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 82: warning: exported method UpdateOpts.ToAlarmRuleUpdateMap should have comment or be unexported (golint)
    • Line 86: warning: exported function Update should have comment or be unexported (golint)
    • Line 98: warning: exported function Delete should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/extensions/aggregates/testing/fixtures.go
    • Line 49: warning: exported const AggregateCreateBody should have comment or be unexported (golint)
    • Line 63: warning: exported const AggregateGetBody should have comment or be unexported (golint)
    • Line 83: warning: exported const AggregateUpdateBody should have comment or be unexported (golint)
    • Line 101: warning: exported const AggregateAddHostBody should have comment or be unexported (golint)
    • Line 122: warning: exported const AggregateRemoveHostBody should have comment or be unexported (golint)
    • Line 140: warning: exported const AggregateSetMetadataBody should have comment or be unexported (golint)
    • Line 162: warning: comment on exported var FirstFakeAggregate should be of the form "FirstFakeAggregate ..." (golint)
    • Line 175: warning: comment on exported var SecondFakeAggregate should be of the form "SecondFakeAggregate ..." (golint)
    • Line 188: warning: comment on exported var CreatedAggregate should be of the form "CreatedAggregate ..." (golint)
    • Line 201: warning: comment on exported var AggregateIDtoDelete should be of the form "AggregateIDtoDelete ..." (golint)
    • Line 204: warning: comment on exported var AggregateIDtoGet should be of the form "AggregateIDtoGet ..." (golint)
    • Line 207: warning: comment on exported var AggregateIDtoUpdate should be of the form "AggregateIDtoUpdate ..." (golint)
    • Line 210: warning: comment on exported var UpdatedAggregate should be of the form "UpdatedAggregate ..." (golint)
    • Line 223: warning: exported var AggregateWithAddedHost should have comment or be unexported (golint)
    • Line 271: warning: exported function HandleCreateSuccessfully should have comment or be unexported (golint)
    • Line 281: warning: exported function HandleDeleteSuccessfully should have comment or be unexported (golint)
    • Line 291: warning: exported function HandleGetSuccessfully should have comment or be unexported (golint)
    • Line 302: warning: exported function HandleUpdateSuccessfully should have comment or be unexported (golint)
    • Line 313: warning: exported function HandleAddHostSuccessfully should have comment or be unexported (golint)
    • Line 324: warning: exported function HandleRemoveHostSuccessfully should have comment or be unexported (golint)
    • Line 335: warning: exported function HandleSetMetadataSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/elbaas/backendmember/requests.go
    • Line 9: warning: comment on exported type AddOptsBuilder should be of the form "AddOptsBuilder ..." (with optional leading article) (golint)
    • Line 17: warning: comment on exported type AddOpts should be of the form "AddOpts ..." (with optional leading article) (golint)
    • Line 38: warning: don't use underscores in Go names; func parameter listener_id should be listenerID (golint)
    • Line 61: warning: exported type LoadBalancerID should have comment or be unexported (golint)
    • Line 72: warning: comment on exported method RemoveOpts.ToBackendRemoveMap should be of the form "ToBackendRemoveMap ..." (golint)
    • Line 78: warning: don't use underscores in Go names; func parameter listener_id should be listenerID (golint)
    • Line 106: warning: don't use underscores in Go names; func parameter listener_id should be listenerID (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/vpnaas/ikepolicies/requests.go
    • Line 8: warning: exported type AuthAlgorithm should have comment or be unexported (golint)
    • Line 9: warning: exported type EncryptionAlgorithm should have comment or be unexported (golint)
    • Line 10: warning: exported type PFS should have comment or be unexported (golint)
    • Line 11: warning: exported type Unit should have comment or be unexported (golint)
    • Line 12: warning: exported type IKEVersion should have comment or be unexported (golint)
    • Line 13: warning: exported type Phase1NegotiationMode should have comment or be unexported (golint)
    • Line 16: warning: exported const AuthAlgorithmMD5 should have comment (or a comment on this block) or be unexported (golint)
    • Line 83: warning: comment on exported type LifetimeCreateOpts should be of the form "LifetimeCreateOpts ..." (with optional leading article) (golint)
    • Line 180: warning: exported type LifetimeUpdateOpts should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/css/v1/clusters/requests.go
    • Line 13: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 17: warning: exported type Volume should have comment or be unexported (golint)
    • Line 30: warning: exported type Nics should have comment or be unexported (golint)
    • Line 43: warning: exported type InstanceSpec should have comment or be unexported (golint)
    • Line 56: warning: exported type Datastore should have comment or be unexported (golint)
    • Line 66: warning: exported type BackupStrategy should have comment or be unexported (golint)
    • Line 83: warning: exported type DiskEncryption should have comment or be unexported (golint)
    • Line 95: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 133: warning: exported method CreateOpts.ToClusterCreateMap should have comment or be unexported (golint)
    • Line 137: warning: exported function Create should have comment or be unexported (golint)
    • Line 149: warning: exported function List should have comment or be unexported (golint)
    • Line 155: warning: exported function Get should have comment or be unexported (golint)
    • Line 160: warning: exported function Delete should have comment or be unexported (golint)
    • Line 170: warning: exported function WaitForClusterOperationSucces should have comment or be unexported (golint)
    • Line 195: warning: exported function DownloadCertificate should have comment or be unexported (golint)
    • Line 200: warning: exported type ClusterExtendOptsBuilder should have comment or be unexported (golint)
    • Line 211: warning: exported method ClusterExtendCommonOpts.ToExtendClusterMap should have comment or be unexported (golint)
    • Line 234: warning: exported method ClusterExtendSpecialOpts.ToExtendClusterMap should have comment or be unexported (golint)
    • Line 266: warning: exported function WaitForClusterToExtend should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/extensions/bootfromvolume/testing/fixtures.go
    • Line 8: warning: exported var BaseCreateOpts should have comment or be unexported (golint)
    • Line 13: warning: exported var BaseCreateOptsWithImageRef should have comment or be unexported (golint)
    • Line 19: warning: exported const ExpectedNewVolumeRequest should have comment or be unexported (golint)
    • Line 39: warning: exported var NewVolumeRequest should have comment or be unexported (golint)
    • Line 52: warning: exported const ExpectedExistingVolumeRequest should have comment or be unexported (golint)
    • Line 71: warning: exported var ExistingVolumeRequest should have comment or be unexported (golint)
    • Line 83: warning: exported const ExpectedImageRequest should have comment or be unexported (golint)
    • Line 102: warning: exported var ImageRequest should have comment or be unexported (golint)
    • Line 115: warning: exported const ExpectedMultiEphemeralRequest should have comment or be unexported (golint)
    • Line 150: warning: exported var MultiEphemeralRequest should have comment or be unexported (golint)
    • Line 179: warning: exported const ExpectedImageAndNewVolumeRequest should have comment or be unexported (golint)
    • Line 207: warning: exported var ImageAndNewVolumeRequest should have comment or be unexported (golint)
    • Line 229: warning: exported const ExpectedImageAndExistingVolumeRequest should have comment or be unexported (golint)
    • Line 256: warning: exported var ImageAndExistingVolumeRequest should have comment or be unexported (golint)
    • gophertelekomcloud/acceptance/openstack/common.go
    • Line 30: warning: exported function DefaultSecurityGroup should have comment or be unexported (golint)
    • Line 51: warning: exported function CreateSecurityGroup should have comment or be unexported (golint)
    • Line 66: warning: exported function DeleteSecurityGroup should have comment or be unexported (golint)
    • Line 76: warning: exported function CreateVolume should have comment or be unexported (golint)
    • Line 104: warning: exported function DeleteVolume should have comment or be unexported (golint)
    • Line 115: warning: exported function GetCloudServerCreateOpts should have comment or be unexported (golint)
    • Line 155: warning: exported function DryRunCloudServerConfig should have comment or be unexported (golint)
    • Line 161: warning: exported function CreateCloudServer should have comment or be unexported (golint)
    • Line 180: warning: exported function DeleteCloudServer should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/elb/listeners/results.go
    • Line 7: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 32: warning: exported type UpdateResponse should have comment or be unexported (golint)
    • Line 56: warning: exported type Listener should have comment or be unexported (golint)
    • Line 85: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 89: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 104: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 109: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 113: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/acceptance/openstack/networking/v2/peering/peerings.go
    • Line 13: warning: exported function CreatePeeringResourcesNConn should have comment or be unexported (golint)
    • Line 62: warning: exported function DeletePeeringConnNResources should have comment or be unexported (golint)
    • Line 88: warning: exported function InitiatePeeringConnCommonTasks should have comment or be unexported (golint)
    • Line 124: warning: exported function WaitForPeeringConnToCreate should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/credentials/requests.go
    • Line 9: warning: exported type Status should have comment or be unexported (golint)
    • Line 13: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 17: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 21: warning: exported method ListOpts.ToCredentialListQuery should have comment or be unexported (golint)
    • Line 29: warning: exported function List should have comment or be unexported (golint)
    • Line 39: warning: exported function Get should have comment or be unexported (golint)
    • Line 44: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 48: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 53: warning: exported method CreateOpts.ToCredentialCreateMap should have comment or be unexported (golint)
    • Line 57: warning: exported function Create should have comment or be unexported (golint)
    • Line 67: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 71: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 76: warning: exported method UpdateOpts.ToCredentialUpdateMap should have comment or be unexported (golint)
    • Line 80: warning: exported function Update should have comment or be unexported (golint)
    • Line 92: warning: exported function Delete should have comment or be unexported (golint)
    • Line 97: warning: exported type CreateTemporaryOptsBuilder should have comment or be unexported (golint)
    • Line 101: warning: exported type CreateTemporaryOpts should have comment or be unexported (golint)
    • Line 123: warning: comment on exported method CreateTemporaryOpts.ToTempCredentialCreateMap should be of the form "ToTempCredentialCreateMap ..." (golint)
    • Line 171: warning: exported function CreateTemporary should have comment or be unexported (golint)
    • gophertelekomcloud/results_job.go
    • Line 8: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 22: warning: exported type RDSJobStatus should have comment or be unexported (golint)
    • Line 26: warning: exported type Job should have comment or be unexported (golint)
    • Line 35: warning: exported type RDSJobInstance should have comment or be unexported (golint)
    • Line 40: warning: exported method Result.ExtractJobResponse should have comment or be unexported (golint)
    • Line 46: warning: exported method Result.ExtractJobStatus should have comment or be unexported (golint)
    • Line 52: warning: exported function GetJobEndpoint should have comment or be unexported (golint)
    • Line 60: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 83: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/policies/requests.go
    • Line 47: warning: exported type Tag should have comment or be unexported (golint)
    • Line 163: warning: exported function FilterPolicies should have comment or be unexported (golint)
    • Line 200: warning: exported function GetStructNestedField should have comment or be unexported (golint)
    • Line 210: warning: exported type FilterStruct should have comment or be unexported (golint)
    • Line 229: warning: exported type AssociateResource should have comment or be unexported (golint)
    • Line 269: warning: exported type DisassociateResource should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dds/v3/instances/results.go
    • Line 12: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 16: warning: exported type Instance should have comment or be unexported (golint)
    • Line 35: warning: exported type FlavorOpt should have comment or be unexported (golint)
    • Line 43: warning: exported type BackupStrategyOpt should have comment or be unexported (golint)
    • Line 48: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 54: warning: exported type UpdateInstanceResult should have comment or be unexported (golint)
    • Line 58: warning: exported type DeleteInstanceResult should have comment or be unexported (golint)
    • Line 62: warning: exported type DeleteInstanceResponse should have comment or be unexported (golint)
    • Line 66: warning: exported method DeleteInstanceResult.Extract should have comment or be unexported (golint)
    • Line 72: warning: exported type ListInstanceResult should have comment or be unexported (golint)
    • Line 76: warning: exported type ListInstanceResponse should have comment or be unexported (golint)
    • Line 81: warning: exported type InstanceResponse should have comment or be unexported (golint)
    • Line 106: warning: exported type Group should have comment or be unexported (golint)
    • Line 115: warning: exported type Volume should have comment or be unexported (golint)
    • Line 120: warning: exported type Nodes should have comment or be unexported (golint)
    • Line 131: warning: exported type InstancePage should have comment or be unexported (golint)
    • Line 135: warning: exported method InstancePage.IsEmpty should have comment or be unexported (golint)
    • Line 143: warning: exported function ExtractInstances should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/security/groups/testing/fixtures.go
    • Line 8: warning: exported const SecurityGroupListResponse should have comment or be unexported (golint)
    • Line 22: warning: exported var SecurityGroup1 should have comment or be unexported (golint)
    • Line 30: warning: exported const SecurityGroupCreateRequest should have comment or be unexported (golint)
    • Line 39: warning: exported const SecurityGroupCreateResponse should have comment or be unexported (golint)
    • Line 76: warning: exported const SecurityGroupUpdateRequest should have comment or be unexported (golint)
    • Line 84: warning: exported const SecurityGroupUpdateResponse should have comment or be unexported (golint)
    • Line 121: warning: exported const SecurityGroupGetResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/policies/requests.go
    • Line 23: warning: exported type SchedulePolicyOpts should have comment or be unexported (golint)
    • Line 31: warning: exported type ActionOpts should have comment or be unexported (golint)
    • Line 36: warning: exported method CreateOpts.ToPolicyCreateMap should have comment or be unexported (golint)
    • Line 70: warning: exported method UpdateOpts.ToPolicyUpdateMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/groups_hcs/results.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 8: warning: comment on exported type CreateResult should be of the form "CreateResult ..." (with optional leading article) (golint)
    • Line 22: warning: comment on exported type DeleteResult should be of the form "DeleteResult ..." (with optional leading article) (golint)
    • Line 27: warning: comment on exported type GetResult should be of the form "GetResult ..." (with optional leading article) (golint)
    • Line 68: warning: exported type Network should have comment or be unexported (golint)
    • Line 72: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 76: warning: exported type LBaaSListener should have comment or be unexported (golint)
    • Line 83: warning: exported type GroupPage should have comment or be unexported (golint)
    • Line 93: warning: exported method GroupPage.Extract should have comment or be unexported (golint)
    • Line 113: warning: comment on exported type ActionResult should be of the form "ActionResult ..." (with optional leading article) (golint)
    • gophertelekomcloud/auth_options.go
    • Line 131: warning: exported method AuthOptions.ToTokenV3CreateMap should have comment or be unexported (golint)
    • Line 279: warning: exported method AuthOptions.ToTokenV3ScopeMap should have comment or be unexported (golint)
    • Line 298: warning: exported method AuthOptions.CanReauth should have comment or be unexported (golint)
    • Line 302: warning: exported method AuthOptions.AuthTokenID should have comment or be unexported (golint)
    • Line 306: warning: exported method AuthOptions.AuthHeaderDomainID should have comment or be unexported (golint)
    • Line 310: warning: comment on exported method AuthOptions.GetIdentityEndpoint should be of the form "GetIdentityEndpoint ..." (golint)
    • Line 391: warning: exported type AgencyAuthOptions should have comment or be unexported (golint)
    • Line 399: warning: exported method AgencyAuthOptions.CanReauth should have comment or be unexported (golint)
    • Line 403: warning: exported method AgencyAuthOptions.AuthTokenID should have comment or be unexported (golint)
    • Line 407: warning: exported method AgencyAuthOptions.AuthHeaderDomainID should have comment or be unexported (golint)
    • Line 411: warning: exported method AgencyAuthOptions.ToTokenV3ScopeMap should have comment or be unexported (golint)
    • Line 420: warning: exported method AgencyAuthOptions.ToTokenV3CreateMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/antiddos/v1/antiddos/results.go
    • Line 14: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 18: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 24: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 35: warning: exported type DailyReportResult should have comment or be unexported (golint)
    • Line 39: warning: exported method DailyReportResult.Extract should have comment or be unexported (golint)
    • Line 48: warning: exported type DailyReportResponse should have comment or be unexported (golint)
    • Line 52: warning: exported type Data should have comment or be unexported (golint)
    • Line 75: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 79: warning: exported method DeleteResult.Extract should have comment or be unexported (golint)
    • Line 85: warning: exported type DeleteResponse should have comment or be unexported (golint)
    • Line 96: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 100: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 106: warning: exported type GetResponse should have comment or be unexported (golint)
    • Line 123: warning: exported type GetStatusResult should have comment or be unexported (golint)
    • Line 127: warning: exported method GetStatusResult.Extract should have comment or be unexported (golint)
    • Line 133: warning: exported type GetStatusResponse should have comment or be unexported (golint)
    • Line 138: warning: exported type GetTaskResult should have comment or be unexported (golint)
    • Line 142: warning: exported method GetTaskResult.Extract should have comment or be unexported (golint)
    • Line 148: warning: exported type GetTaskResponse should have comment or be unexported (golint)
    • Line 156: warning: exported type ListConfigsResult should have comment or be unexported (golint)
    • Line 160: warning: exported method ListConfigsResult.Extract should have comment or be unexported (golint)
    • Line 166: warning: exported type ListConfigsResponse should have comment or be unexported (golint)
    • Line 201: warning: exported type ListLogsResult should have comment or be unexported (golint)
    • Line 205: warning: exported method ListLogsResult.Extract should have comment or be unexported (golint)
    • Line 214: warning: exported type ListLogsResponse should have comment or be unexported (golint)
    • Line 222: warning: exported type Logs should have comment or be unexported (golint)
    • Line 241: warning: exported type ListStatusResult should have comment or be unexported (golint)
    • Line 256: warning: exported type ListStatusResponse should have comment or be unexported (golint)
    • Line 264: warning: exported type DdosStatus should have comment or be unexported (golint)
    • Line 278: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 282: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • Line 288: warning: exported type UpdateResponse should have comment or be unexported (golint)
    • Line 299: warning: exported type WeeklyReportResult should have comment or be unexported (golint)
    • Line 303: warning: exported method WeeklyReportResult.Extract should have comment or be unexported (golint)
    • Line 309: warning: exported type WeekData should have comment or be unexported (golint)
    • Line 326: warning: exported type WeeklyReportResponse should have comment or be unexported (golint)
    • Line 343: warning: exported method WeeklyReportResponse.UnmarshalJSON should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dcs/v1/instances/requests.go
    • Line 122: warning: exported type ListDcsInstanceOpts should have comment or be unexported (golint)
    • Line 133: warning: exported type ListDcsBuilder should have comment or be unexported (golint)
    • Line 137: warning: exported method ListDcsInstanceOpts.ToDcsListDetailQuery should have comment or be unexported (golint)
    • Line 308: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/instances/results_job.go
    • Line 10: warning: exported type DeleteInstanceRdsResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type EnlargeVolumeResp should have comment or be unexported (golint)
    • Line 18: warning: exported type RestartRdsResponse should have comment or be unexported (golint)
    • Line 22: warning: exported type SingleToHaResponse should have comment or be unexported (golint)
    • Line 26: warning: exported type ResizeFlavor should have comment or be unexported (golint)
    • Line 30: warning: exported type CreateRds should have comment or be unexported (golint)
    • Line 36: warning: exported function WaitForJobCompleted should have comment or be unexported (golint)
    • Line 61: warning: exported function WaitForStateAvailable should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dns/v2/recordsets/testing/fixtures.go
    • Line 143: warning: comment on exported var FirstRecordSetCreatedAt should be of the form "FirstRecordSetCreatedAt ..." (golint)
    • Line 145: warning: exported var FirstRecordSet should have comment or be unexported (golint)
    • Line 168: warning: comment on exported var SecondRecordSetCreatedAt should be of the form "SecondRecordSetCreatedAt ..." (golint)
    • Line 170: warning: exported var SecondRecordSetUpdatedAt should have comment or be unexported (golint)
    • Line 171: warning: exported var SecondRecordSet should have comment or be unexported (golint)
    • Line 274: warning: comment on exported function HandleCreateSuccessfully should be of the form "HandleCreateSuccessfully ..." (golint)
    • gophertelekomcloud/openstack/cbr/v3/tasks/results.go
    • Line 14: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 18: warning: exported type TaskPage should have comment or be unexported (golint)
    • Line 22: warning: exported type OperationLog should have comment or be unexported (golint)
    • Line 40: warning: exported type OpErrorInfo should have comment or be unexported (golint)
    • Line 45: warning: exported type OpExtraInfo should have comment or be unexported (golint)
    • Line 57: warning: exported type OpExtendInfoBackup should have comment or be unexported (golint)
    • Line 66: warning: exported type OpExtendInfoCommon should have comment or be unexported (golint)
    • Line 72: warning: exported type OpExtendInfoDelete should have comment or be unexported (golint)
    • Line 77: warning: exported type OpExtendInfoSync should have comment or be unexported (golint)
    • Line 83: warning: exported type OpExtendInfoRemoveResources should have comment or be unexported (golint)
    • Line 89: warning: exported type Resource should have comment or be unexported (golint)
    • Line 96: warning: exported type OpExtendInfoReplication should have comment or be unexported (golint)
    • Line 109: warning: exported type ResourceExtraInfo should have comment or be unexported (golint)
    • Line 114: warning: exported type ResourceExtraInfoIncludeVolumes should have comment or be unexported (golint)
    • Line 119: warning: exported type OpExtendInfoRestore should have comment or be unexported (golint)
    • Line 126: warning: exported type OpExtendInfoVaultDelete should have comment or be unexported (golint)
    • Line 145: warning: exported function ExtractTasks should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ecs/v1/block_devices/results.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 5: warning: exported type VolumeAttachment should have comment or be unexported (golint)
    • Line 11: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 15: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 20: warning: exported method GetResult.ExtractInto should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ims/v2/cloudimages/results_job.go
    • Line 9: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 24: warning: exported type JobEntity should have comment or be unexported (golint)
    • Line 29: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 33: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 39: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 45: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 68: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/publicips/requests.go
    • Line 8: warning: exported type PublicIPRequest should have comment or be unexported (golint)
    • Line 23: warning: exported type BandWidth should have comment or be unexported (golint)
    • Line 51: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 62: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 66: warning: exported method CreateOpts.ToCreatePublicIPMap should have comment or be unexported (golint)
    • Line 74: warning: exported function Create should have comment or be unexported (golint)
    • Line 85: warning: exported function Delete should have comment or be unexported (golint)
    • Line 91: warning: exported function Get should have comment or be unexported (golint)
    • Line 97: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 114: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 118: warning: exported method ListOpts.ToListPublicIPQuery should have comment or be unexported (golint)
    • Line 126: warning: exported function List should have comment or be unexported (golint)
    • Line 141: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 149: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 153: warning: exported method UpdateOpts.ToUpdatePublicIPMap should have comment or be unexported (golint)
    • Line 161: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/natgateways/requests.go
    • Line 25: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 84: warning: exported method UpdateOpts.ToNatGatewayUpdateMap should have comment or be unexported (golint)
    • Line 88: warning: exported method ListOpts.ToNatGatewayListQuery should have comment or be unexported (golint)
    • Line 96: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 113: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/smn/v2/topics/results.go
    • Line 7: warning: exported type Topic should have comment or be unexported (golint)
    • Line 12: warning: exported type TopicGet should have comment or be unexported (golint)
    • Line 47: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 51: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 55: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 59: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 63: warning: exported method ListResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/publicips/urls.go
    • Line 7: warning: exported function CreateURL should have comment or be unexported (golint)
    • Line 11: warning: exported function DeleteURL should have comment or be unexported (golint)
    • Line 15: warning: exported function GetURL should have comment or be unexported (golint)
    • Line 19: warning: exported function ListURL should have comment or be unexported (golint)
    • Line 23: warning: exported function UpdateURL should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/roles/results.go
    • Line 29: warning: exported method Role.UnmarshalJSON should have comment or be unexported (golint)
    • Line 113: warning: comment on exported function ExtractRoles should be of the form "ExtractRoles ..." (golint)
    • Line 143: warning: exported type Policy should have comment or be unexported (golint)
    • Line 148: warning: exported type Statement should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/bandwidths/requests.go
    • Line 8: warning: exported function Get should have comment or be unexported (golint)
    • Line 16: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 29: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 33: warning: exported method ListOpts.ToListQuery should have comment or be unexported (golint)
    • Line 41: warning: exported function List should have comment or be unexported (golint)
    • Line 57: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 67: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 71: warning: exported method UpdateOpts.ToBandwidthsUpdateMap should have comment or be unexported (golint)
    • Line 79: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/publicips/testing/fixtures.go
    • Line 14: warning: exported var CreateOutput should have comment or be unexported (golint)
    • Line 28: warning: exported var CreateResponse should have comment or be unexported (golint)
    • Line 38: warning: exported function HandleCreateSuccessfully should have comment or be unexported (golint)
    • Line 49: warning: exported var UpdateOutput should have comment or be unexported (golint)
    • Line 64: warning: exported var UpdateResponse should have comment or be unexported (golint)
    • Line 75: warning: exported function HandleUpdateSuccessfully should have comment or be unexported (golint)
    • Line 86: warning: exported var GetOutput should have comment or be unexported (golint)
    • Line 103: warning: exported var GetResponse should have comment or be unexported (golint)
    • Line 116: warning: exported function HandleGetSuccessfully should have comment or be unexported (golint)
    • Line 126: warning: exported var ListOutput should have comment or be unexported (golint)
    • Line 177: warning: exported var ListResponse should have comment or be unexported (golint)
    • Line 216: warning: exported function HandleListSuccessfully should have comment or be unexported (golint)
    • Line 239: warning: exported function HandleDeleteSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/elbaas/job.go
    • Line 7: warning: exported type Job should have comment or be unexported (golint)
    • Line 12: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 16: warning: exported method JobResult.Extract should have comment or be unexported (golint)
    • Line 22: warning: exported type JobInfo should have comment or be unexported (golint)
    • Line 31: warning: exported type JobInfoResult should have comment or be unexported (golint)
    • Line 35: warning: exported method JobInfoResult.Extract should have comment or be unexported (golint)
    • Line 41: warning: exported function QueryJobInfo should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/v2/volumes/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 89: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 137: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 182: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • Line 190: warning: exported function MockUpdateResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/roles/testing/fixtures.go
    • Line 99: warning: exported const ListAssignmentOutput should have comment or be unexported (golint)
    • Line 249: warning: exported function HandleAssignSuccessfully should have comment or be unexported (golint)
    • Line 275: warning: exported function HandleUnassignSuccessfully should have comment or be unexported (golint)
    • Line 315: warning: comment on exported var SecondRoleAssignment should be of the form "SecondRoleAssignment ..." (golint)
    • gophertelekomcloud/openstack/rds/v1/tags/results.go
    • Line 7: warning: exported type Tag should have comment or be unexported (golint)
    • Line 14: warning: exported type RespTags should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 27: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 31: warning: exported type GetResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/objectstorage/v1/objects/results.go
    • Line 38: warning: exported method Object.UnmarshalJSON should have comment or be unexported (golint)
    • Line 148: warning: exported method DownloadHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 238: warning: exported method GetHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 321: warning: exported method CreateHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 376: warning: exported method UpdateHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 426: warning: exported method DeleteHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 480: warning: exported method CopyHeader.UnmarshalJSON should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/client.go
    • Line 25: warning: exported type ObsClient should have comment or be unexported (golint)
    • Line 30: warning: exported function New should have comment or be unexported (golint)
    • Line 62: warning: exported method ObsClient.Refresh should have comment or be unexported (golint)
    • Line 67: warning: exported method ObsClient.Close should have comment or be unexported (golint)
    • Line 74: warning: exported method ObsClient.ListBuckets should have comment or be unexported (golint)
    • Line 86: warning: exported method ObsClient.CreateBucket should have comment or be unexported (golint)
    • Line 98: warning: exported method ObsClient.DeleteBucket should have comment or be unexported (golint)
    • Line 107: warning: exported method ObsClient.SetBucketStoragePolicy should have comment or be unexported (golint)
    • Line 143: warning: exported method ObsClient.GetBucketStoragePolicy should have comment or be unexported (golint)
    • Line 150: warning: exported method ObsClient.ListObjects should have comment or be unexported (golint)
    • Line 166: warning: exported method ObsClient.ListVersions should have comment or be unexported (golint)
    • Line 182: warning: exported method ObsClient.ListMultipartUploads should have comment or be unexported (golint)
    • Line 194: warning: exported method ObsClient.SetBucketQuota should have comment or be unexported (golint)
    • Line 206: warning: exported method ObsClient.GetBucketQuota should have comment or be unexported (golint)
    • Line 215: warning: exported method ObsClient.HeadBucket should have comment or be unexported (golint)
    • Line 224: warning: exported method ObsClient.GetBucketMetadata should have comment or be unexported (golint)
    • Line 235: warning: exported method ObsClient.SetObjectMetadata should have comment or be unexported (golint)
    • Line 246: warning: exported method ObsClient.GetBucketStorageInfo should have comment or be unexported (golint)
    • Line 279: warning: exported method ObsClient.GetBucketLocation should have comment or be unexported (golint)
    • Line 286: warning: exported method ObsClient.SetBucketAcl should have comment or be unexported (golint)
    • Line 321: warning: exported method ObsClient.GetBucketAcl should have comment or be unexported (golint)
    • Line 333: warning: exported method ObsClient.SetBucketPolicy should have comment or be unexported (golint)
    • Line 345: warning: exported method ObsClient.GetBucketPolicy should have comment or be unexported (golint)
    • Line 354: warning: exported method ObsClient.DeleteBucketPolicy should have comment or be unexported (golint)
    • Line 363: warning: exported method ObsClient.SetBucketCors should have comment or be unexported (golint)
    • Line 375: warning: exported method ObsClient.GetBucketCors should have comment or be unexported (golint)
    • Line 384: warning: exported method ObsClient.DeleteBucketCors should have comment or be unexported (golint)
    • Line 393: warning: exported method ObsClient.SetBucketVersioning should have comment or be unexported (golint)
    • Line 405: warning: exported method ObsClient.GetBucketVersioning should have comment or be unexported (golint)
    • Line 414: warning: exported method ObsClient.SetBucketWebsiteConfiguration should have comment or be unexported (golint)
    • Line 426: warning: exported method ObsClient.GetBucketWebsiteConfiguration should have comment or be unexported (golint)
    • Line 435: warning: exported method ObsClient.DeleteBucketWebsiteConfiguration should have comment or be unexported (golint)
    • Line 444: warning: exported method ObsClient.SetBucketLoggingConfiguration should have comment or be unexported (golint)
    • Line 456: warning: exported method ObsClient.GetBucketLoggingConfiguration should have comment or be unexported (golint)
    • Line 465: warning: exported method ObsClient.SetBucketLifecycleConfiguration should have comment or be unexported (golint)
    • Line 477: warning: exported method ObsClient.GetBucketLifecycleConfiguration should have comment or be unexported (golint)
    • Line 486: warning: exported method ObsClient.DeleteBucketLifecycleConfiguration should have comment or be unexported (golint)
    • Line 534: warning: exported method ObsClient.SetBucketTagging should have comment or be unexported (golint)
    • Line 546: warning: exported method ObsClient.GetBucketTagging should have comment or be unexported (golint)
    • Line 555: warning: exported method ObsClient.DeleteBucketTagging should have comment or be unexported (golint)
    • Line 564: warning: exported method ObsClient.SetBucketNotification should have comment or be unexported (golint)
    • Line 576: warning: exported method ObsClient.GetBucketNotification should have comment or be unexported (golint)
    • Line 615: warning: exported method ObsClient.DeleteObject should have comment or be unexported (golint)
    • Line 629: warning: exported method ObsClient.DeleteObjects should have comment or be unexported (golint)
    • Line 641: warning: exported method ObsClient.SetObjectAcl should have comment or be unexported (golint)
    • Line 653: warning: exported method ObsClient.GetObjectAcl should have comment or be unexported (golint)
    • Line 669: warning: exported method ObsClient.RestoreObject should have comment or be unexported (golint)
    • Line 681: warning: exported method ObsClient.GetObjectMetadata should have comment or be unexported (golint)
    • Line 695: warning: exported method ObsClient.GetObject should have comment or be unexported (golint)
    • Line 709: warning: exported method ObsClient.PutObject should have comment or be unexported (golint)
    • Line 741: warning: exported method ObsClient.PutFile should have comment or be unexported (golint)
    • Line 794: warning: exported method ObsClient.CopyObject should have comment or be unexported (golint)
    • Line 816: warning: exported method ObsClient.AbortMultipartUpload should have comment or be unexported (golint)
    • Line 831: warning: exported method ObsClient.InitiateMultipartUpload should have comment or be unexported (golint)
    • Line 852: warning: exported method ObsClient.UploadPart should have comment or be unexported (golint)
    • Line 923: warning: exported method ObsClient.CompleteMultipartUpload should have comment or be unexported (golint)
    • Line 945: warning: exported method ObsClient.ListParts should have comment or be unexported (golint)
    • Line 960: warning: exported method ObsClient.CopyPart should have comment or be unexported (golint)
    • gophertelekomcloud/acceptance/clients/clients.go
    • Line 18: warning: exported var EnvOS should have comment or be unexported (golint)
    • Line 252: warning: exported function NewOBSClient should have comment or be unexported (golint)
    • Line 351: warning: exported function NewCceV3Client should have comment or be unexported (golint)
    • Line 359: warning: exported function NewCceV3AddonClient should have comment or be unexported (golint)
    • Line 372: warning: exported function NewCbrV3Client should have comment or be unexported (golint)
    • Line 382: warning: exported function NewVbsV2Client should have comment or be unexported (golint)
    • Line 414: warning: exported function UpdatePeerTenantDetails should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/credentials/results.go
    • Line 5: warning: exported type Credential should have comment or be unexported (golint)
    • Line 60: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 64: warning: exported method ListResult.Extract should have comment or be unexported (golint)
    • Line 78: warning: exported type TemporaryCredential should have comment or be unexported (golint)
    • Line 92: warning: exported type CreateTemporaryResult should have comment or be unexported (golint)
    • Line 96: warning: exported method CreateTemporaryResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cbr/v3/policies/results.go
    • Line 14: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 18: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 22: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 26: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 30: warning: exported type PolicyTriggerPropertiesResp should have comment or be unexported (golint)
    • Line 34: warning: exported type PolicyTriggerResp should have comment or be unexported (golint)
    • Line 37: warning: exported type PolicyAssociateVault should have comment or be unexported (golint)
    • Line 42: warning: exported type Policy should have comment or be unexported (golint)
    • Line 66: warning: exported type PolicyPage should have comment or be unexported (golint)
    • Line 70: warning: exported function ExtractPolicies should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/instances/results.go
    • Line 13: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 17: warning: exported type RestartRdsInstanceResult should have comment or be unexported (golint)
    • Line 21: warning: exported type SingleToHaRdsInstanceResult should have comment or be unexported (golint)
    • Line 25: warning: exported type ResizeFlavorResult should have comment or be unexported (golint)
    • Line 29: warning: exported type Instance should have comment or be unexported (golint)
    • Line 50: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 56: warning: exported type DeleteInstanceRdsResult should have comment or be unexported (golint)
    • Line 60: warning: exported method DeleteInstanceRdsResult.Extract should have comment or be unexported (golint)
    • Line 66: warning: exported method RestartRdsInstanceResult.Extract should have comment or be unexported (golint)
    • Line 72: warning: exported method SingleToHaRdsInstanceResult.Extract should have comment or be unexported (golint)
    • Line 78: warning: exported method ResizeFlavorResult.Extract should have comment or be unexported (golint)
    • Line 84: warning: exported type EnlargeVolumeResult should have comment or be unexported (golint)
    • Line 88: warning: exported method EnlargeVolumeResult.Extract should have comment or be unexported (golint)
    • Line 94: warning: exported type ListRdsResult should have comment or be unexported (golint)
    • Line 98: warning: exported type ListRdsResponse should have comment or be unexported (golint)
    • Line 103: warning: exported type RdsInstanceResponse should have comment or be unexported (golint)
    • Line 134: warning: exported type Nodes should have comment or be unexported (golint)
    • Line 142: warning: exported type RelatedInstance should have comment or be unexported (golint)
    • Line 147: warning: exported type RdsPage should have comment or be unexported (golint)
    • Line 151: warning: exported method RdsPage.IsEmpty should have comment or be unexported (golint)
    • Line 159: warning: comment on exported function ExtractRdsInstances should be of the form "ExtractRdsInstances ..." (golint)
    • Line 166: warning: exported type ErrorLogResult should have comment or be unexported (golint)
    • Line 170: warning: exported type ErrorLogResp should have comment or be unexported (golint)
    • Line 175: warning: exported type Errorlog should have comment or be unexported (golint)
    • Line 181: warning: exported type ErrorLogPage should have comment or be unexported (golint)
    • Line 194: warning: exported function ExtractErrorLog should have comment or be unexported (golint)
    • Line 200: warning: exported type SlowLogResp should have comment or be unexported (golint)
    • Line 205: warning: exported type Slowloglist should have comment or be unexported (golint)
    • Line 217: warning: exported type SlowLogPage should have comment or be unexported (golint)
    • Line 230: warning: comment on exported function ExtractSlowLog should be of the form "ExtractSlowLog ..." (golint)
    • gophertelekomcloud/openstack/blockstorage/v3/volumetypes/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 66: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 91: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 131: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • Line 139: warning: exported function MockUpdateResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/smn/v2/subscriptions/results.go
    • Line 7: warning: exported type Subscription should have comment or be unexported (golint)
    • Line 12: warning: exported type SubscriptionGet should have comment or be unexported (golint)
    • Line 42: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 46: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 50: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 54: warning: exported method ListResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/groups/requests.go
    • Line 38: warning: exported type NetworkOpts should have comment or be unexported (golint)
    • Line 42: warning: exported type SecurityGroupOpts should have comment or be unexported (golint)
    • Line 46: warning: exported type LBaaSListenerOpts should have comment or be unexported (golint)
    • Line 52: warning: exported method CreateOpts.ToGroupCreateMap should have comment or be unexported (golint)
    • Line 81: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 85: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 103: warning: exported function List should have comment or be unexported (golint)
    • Line 147: warning: exported method UpdateOpts.ToGroupUpdateMap should have comment or be unexported (golint)
    • Line 166: warning: exported type ActionOptsBuilder should have comment or be unexported (golint)
    • Line 170: warning: exported type ActionOpts should have comment or be unexported (golint)
    • Line 174: warning: exported method ActionOpts.ToActionMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ims/v2/cloudimages/requests.go
    • Line 12: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 16: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 59: warning: exported const FilterGT should have comment (or a comment on this block) or be unexported (golint)
    • Line 129: warning: comment on exported type CreateByServerOpts should be of the form "CreateByServerOpts ..." (with optional leading article) (golint)
    • Line 149: warning: comment on exported type CreateByOBSOpts should be of the form "CreateByOBSOpts ..." (with optional leading article) (golint)
    • Line 177: warning: comment on exported type CreateDataImageByServerOpts should be of the form "CreateDataImageByServerOpts ..." (with optional leading article) (golint)
    • Line 183: warning: comment on exported type CreateDataImageByOBSOpts should be of the form "CreateDataImageByOBSOpts ..." (with optional leading article) (golint)
    • Line 199: warning: exported type DataImage should have comment or be unexported (golint)
    • Line 210: warning: exported type ImageTag should have comment or be unexported (golint)
    • Line 221: warning: exported method CreateByOBSOpts.ToImageCreateMap should have comment or be unexported (golint)
    • Line 225: warning: exported method CreateDataImageByServerOpts.ToImageCreateMap should have comment or be unexported (golint)
    • Line 229: warning: exported method CreateDataImageByOBSOpts.ToImageCreateMap should have comment or be unexported (golint)
    • Line 233: warning: comment on exported function CreateImageByServer should be of the form "CreateImageByServer ..." (golint)
    • Line 245: warning: comment on exported function CreateImageByOBS should be of the form "CreateImageByOBS ..." (golint)
    • Line 257: warning: comment on exported function CreateDataImageByServer should be of the form "CreateDataImageByServer ..." (golint)
    • Line 269: warning: comment on exported function CreateDataImageByOBS should be of the form "CreateDataImageByOBS ..." (golint)
    • gophertelekomcloud/openstack/sdrs/v1/attachreplication/results_job.go
    • Line 9: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 24: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 28: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 34: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 40: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 63: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cloudeyeservice/alarmrule/results.go
    • Line 9: warning: exported type CreateResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 17: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 22: warning: exported type DimensionInfo should have comment or be unexported (golint)
    • Line 27: warning: exported type MetricInfo should have comment or be unexported (golint)
    • Line 33: warning: exported type ConditionInfo should have comment or be unexported (golint)
    • Line 42: warning: exported type ActionInfo should have comment or be unexported (golint)
    • Line 47: warning: exported type AlarmRule should have comment or be unexported (golint)
    • Line 63: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 67: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 81: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 85: warning: exported type DeleteResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/extensions/aggregates/requests.go
    • Line 17: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 28: warning: exported method CreateOpts.ToAggregatesCreateMap should have comment or be unexported (golint)
    • Line 63: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 74: warning: exported method UpdateOpts.ToAggregatesUpdateMap should have comment or be unexported (golint)
    • Line 93: warning: exported type AddHostOpts should have comment or be unexported (golint)
    • Line 98: warning: exported method AddHostOpts.ToAggregatesAddHostMap should have comment or be unexported (golint)
    • Line 117: warning: exported type RemoveHostOpts should have comment or be unexported (golint)
    • Line 122: warning: exported method RemoveHostOpts.ToAggregatesRemoveHostMap should have comment or be unexported (golint)
    • Line 141: warning: exported type SetMetadataOpts should have comment or be unexported (golint)
    • Line 145: warning: exported method SetMetadataOpts.ToSetMetadataMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/federation/mappings/requests.go
    • Line 35: warning: exported type RuleOpts should have comment or be unexported (golint)
    • Line 40: warning: exported type LocalRuleOpts should have comment or be unexported (golint)
    • Line 46: warning: exported type UserOpts should have comment or be unexported (golint)
    • Line 50: warning: exported type GroupOpts should have comment or be unexported (golint)
    • Line 55: warning: exported type Domain should have comment or be unexported (golint)
    • Line 60: warning: exported type RemoteRuleOpts should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/swr/v2/domains/requests.go
    • Line 8: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 12: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateOpts.ToAccessDomainCreateMap should have comment or be unexported (golint)
    • Line 27: warning: exported function Create should have comment or be unexported (golint)
    • Line 38: warning: exported function Delete should have comment or be unexported (golint)
    • Line 43: warning: exported function Get should have comment or be unexported (golint)
    • Line 48: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 60: warning: exported method UpdateOpts.ToAccessDomainUpdateMap should have comment or be unexported (golint)
    • Line 64: warning: exported function Update should have comment or be unexported (golint)
    • Line 77: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/lbaas_v2/pools/requests.go
    • Line 64: warning: exported type LBMethod should have comment or be unexported (golint)
    • Line 65: warning: exported type Protocol should have comment or be unexported (golint)
    • Line 199: warning: comment on exported type ListMembersOptsBuilder should be of the form "ListMembersOptsBuilder ..." (with optional leading article) (golint)
    • Line 224: warning: comment on exported method ListMembersOpts.ToMembersListQuery should be of the form "ToMembersListQuery ..." (golint)
    • Line 344: warning: comment on exported function UpdateMember should be of the form "UpdateMember ..." (golint)
    • Line 357: warning: comment on exported function DeleteMember should be of the form "DeleteMember ..." (golint)
    • gophertelekomcloud/pagination/offset.go
    • Line 11: warning: exported type OffsetPage should have comment or be unexported (golint)
    • Line 16: warning: exported type OffsetPageBase should have comment or be unexported (golint)
    • Line 23: warning: exported method OffsetPageBase.LastElement should have comment or be unexported (golint)
    • Line 38: warning: exported method OffsetPageBase.NextPageURL should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/federation/providers/requests.go
    • Line 10: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 15: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 21: warning: exported method CreateOpts.ToProviderCreateMap should have comment or be unexported (golint)
    • Line 25: warning: exported method CreateOpts.Id should have comment or be unexported (golint)
    • Line 29: warning: exported function Create should have comment or be unexported (golint)
    • Line 44: warning: exported function Get should have comment or be unexported (golint)
    • Line 49: warning: exported function List should have comment or be unexported (golint)
    • Line 55: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 59: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 64: warning: exported method UpdateOpts.ToUpdateOptsMap should have comment or be unexported (golint)
    • Line 68: warning: exported function Update should have comment or be unexported (golint)
    • Line 80: warning: exported function Delete should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/policies/results.go
    • Line 8: warning: exported type Policy should have comment or be unexported (golint)
    • Line 19: warning: exported type ResultResources should have comment or be unexported (golint)
    • Line 26: warning: exported type Resource should have comment or be unexported (golint)
    • Line 68: warning: exported type PolicyPage should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/bandwidths/testing/fixtures.go
    • Line 14: warning: exported var UpdateOutput should have comment or be unexported (golint)
    • Line 34: warning: exported var UpdateResponse should have comment or be unexported (golint)
    • Line 52: warning: exported function HandleUpdateSuccessfully should have comment or be unexported (golint)
    • Line 63: warning: exported var GetOutput should have comment or be unexported (golint)
    • Line 83: warning: exported var GetResponse should have comment or be unexported (golint)
    • Line 101: warning: exported function HandleGetSuccessfully should have comment or be unexported (golint)
    • Line 111: warning: exported var ListOutput should have comment or be unexported (golint)
    • Line 145: warning: exported var ListResponse should have comment or be unexported (golint)
    • Line 182: warning: exported function HandleListSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/servers/testing/fixtures.go
    • Line 404: warning: exported const ServerPasswordBody should have comment or be unexported (golint)
    • Line 410: warning: exported const ConsoleOutputBody should have comment or be unexported (golint)
    • Line 541: warning: exported var ConsoleOutput should have comment or be unexported (golint)
    • Line 608: warning: exported type CreateOptsWithCustomField should have comment or be unexported (golint)
    • Line 613: warning: exported method CreateOptsWithCustomField.ToServerCreateMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/flavors/requests.go
    • Line 8: warning: exported type DbFlavorsOpts should have comment or be unexported (golint)
    • Line 12: warning: exported type DbFlavorsBuilder should have comment or be unexported (golint)
    • Line 16: warning: exported method DbFlavorsOpts.ToDbFlavorsListQuery should have comment or be unexported (golint)
    • Line 24: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/v3/volumetypes/results.go
    • Line 8: warning: comment on exported type VolumeType should be of the form "VolumeType ..." (with optional leading article) (golint)
    • Line 37: warning: exported method VolumeTypePage.NextPageURL should have comment or be unexported (golint)
    • Line 71: warning: comment on exported function ExtractVolumeTypesInto should be of the form "ExtractVolumeTypesInto ..." (golint)
    • gophertelekomcloud/openstack/blockstorage/v2/snapshots/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 47: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 70: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 105: warning: exported function MockUpdateMetadataResponse should have comment or be unexported (golint)
    • Line 128: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cbr/v3/vaults/results.go
    • Line 13: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 17: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 21: warning: exported type Billing should have comment or be unexported (golint)
    • Line 38: warning: exported type ResourceResp should have comment or be unexported (golint)
    • Line 49: warning: exported type Vault should have comment or be unexported (golint)
    • Line 76: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 80: warning: exported type AssociateResourcesResult should have comment or be unexported (golint)
    • Line 84: warning: exported method AssociateResourcesResult.Extract should have comment or be unexported (golint)
    • Line 98: warning: exported type DissociateResourcesResult should have comment or be unexported (golint)
    • Line 102: warning: exported method DissociateResourcesResult.Extract should have comment or be unexported (golint)
    • Line 116: warning: exported type BindPolicyResult should have comment or be unexported (golint)
    • Line 120: warning: exported type PolicyBinding should have comment or be unexported (golint)
    • Line 125: warning: exported method BindPolicyResult.Extract should have comment or be unexported (golint)
    • Line 133: warning: exported type UnbindPolicyResult should have comment or be unexported (golint)
    • Line 137: warning: exported method UnbindPolicyResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dcs/v1/instances/results.go
    • Line 30: warning: exported type ListDcsResponse should have comment or be unexported (golint)
    • Line 121: warning: exported type DcsPage should have comment or be unexported (golint)
    • Line 125: warning: exported method DcsPage.IsEmpty should have comment or be unexported (golint)
    • Line 133: warning: comment on exported function ExtractDcsInstances should be of the form "ExtractDcsInstances ..." (golint)
    • gophertelekomcloud/openstack/swr/v2/organizations/results.go
    • Line 8: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 12: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 16: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 20: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 24: warning: exported type Organization should have comment or be unexported (golint)
    • Line 32: warning: exported type OrganizationPage should have comment or be unexported (golint)
    • Line 36: warning: exported function ExtractOrganizations should have comment or be unexported (golint)
    • Line 42: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 48: warning: exported type CreatePermissionsResult should have comment or be unexported (golint)
    • Line 52: warning: exported type DeletePermissionsResult should have comment or be unexported (golint)
    • Line 56: warning: exported type UpdatePermissionsResult should have comment or be unexported (golint)
    • Line 60: warning: exported type Auth should have comment or be unexported (golint)
    • Line 69: warning: exported type OrganizationPermissions should have comment or be unexported (golint)
    • Line 77: warning: exported type GetPermissionsResult should have comment or be unexported (golint)
    • Line 81: warning: exported method GetPermissionsResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/deh/v1/hosts/results.go
    • Line 10: warning: exported type Host should have comment or be unexported (golint)
    • Line 39: warning: exported type HostPropertiesOpts should have comment or be unexported (golint)
    • Line 49: warning: exported type InstanceCapacities should have comment or be unexported (golint)
    • Line 101: warning: comment on exported method AllocateResult.ExtractHost should be of the form "ExtractHost ..." (golint)
    • Line 113: warning: comment on exported type UpdateResult should be of the form "UpdateResult ..." (with optional leading article) (golint)
    • Line 119: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 170: warning: exported type ServerPage should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/conf.go
    • Line 75: warning: exported type Configurer should have comment or be unexported (golint)
    • Line 77: warning: exported function WithSslVerify should have comment or be unexported (golint)
    • Line 81: warning: exported function WithSslVerifyAndPemCerts should have comment or be unexported (golint)
    • Line 88: warning: exported function WithHeaderTimeout should have comment or be unexported (golint)
    • Line 94: warning: exported function WithProxyUrl should have comment or be unexported (golint)
    • Line 100: warning: exported function WithMaxConnections should have comment or be unexported (golint)
    • Line 106: warning: exported function WithPathStyle should have comment or be unexported (golint)
    • Line 112: warning: exported function WithSignature should have comment or be unexported (golint)
    • Line 118: warning: exported function WithRegion should have comment or be unexported (golint)
    • Line 124: warning: exported function WithConnectTimeout should have comment or be unexported (golint)
    • Line 130: warning: exported function WithSocketTimeout should have comment or be unexported (golint)
    • Line 136: warning: exported function WithIdleConnTimeout should have comment or be unexported (golint)
    • Line 142: warning: exported function WithMaxRetryCount should have comment or be unexported (golint)
    • Line 148: warning: exported function WithSecurityToken should have comment or be unexported (golint)
    • Line 154: warning: exported function WithHttpTransport should have comment or be unexported (golint)
    • Line 160: warning: exported function WithRequestContext should have comment or be unexported (golint)
    • Line 166: warning: exported function WithCustomDomainName should have comment or be unexported (golint)
    • Line 172: warning: exported function WithMaxRedirectCount should have comment or be unexported (golint)
    • Line 313: warning: exported function DummyQueryEscape should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/convert.go
    • Line 40: warning: exported function ParseStringToEventType should have comment or be unexported (golint)
    • Line 64: warning: exported function ParseStringToStorageClassType should have comment or be unexported (golint)
    • Line 124: warning: exported function ConvertLoggingStatusToXml should have comment or be unexported (golint)
    • Line 160: warning: exported function ConvertAclToXml should have comment or be unexported (golint)
    • Line 222: warning: exported function ConvertWebsiteConfigurationToXml should have comment or be unexported (golint)
    • Line 350: warning: exported function ConvertLifecyleConfigurationToXml should have comment or be unexported (golint)
    • Line 426: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 471: warning: exported function ConverntObsRestoreToXml should have comment or be unexported (golint)
    • Line 482: warning: exported function ConvertNotificationToXml should have comment or be unexported (golint)
    • Line 497: warning: exported function ConvertCompleteMultipartUploadInputToXml should have comment or be unexported (golint)
    • Line 533: warning: exported function ParseGetObjectMetadataOutput should have comment or be unexported (golint)
    • Line 601: warning: exported function ParseCopyObjectOutput should have comment or be unexported (golint)
    • Line 611: warning: exported function ParsePutObjectOutput should have comment or be unexported (golint)
    • Line 624: warning: exported function ParseInitiateMultipartUploadOutput should have comment or be unexported (golint)
    • Line 628: warning: exported function ParseUploadPartOutput should have comment or be unexported (golint)
    • Line 635: warning: exported function ParseCompleteMultipartUploadOutput should have comment or be unexported (golint)
    • Line 642: warning: exported function ParseCopyPartOutput should have comment or be unexported (golint)
    • Line 646: warning: exported function ParseGetBucketMetadataOutput should have comment or be unexported (golint)
    • Line 680: warning: exported function ParseSetObjectMetadataOutput should have comment or be unexported (golint)
    • Line 721: warning: exported function ParseDeleteObjectOutput should have comment or be unexported (golint)
    • Line 731: warning: exported function ParseGetObjectOutput should have comment or be unexported (golint)
    • Line 753: warning: exported function ConvertRequestToIoReaderV2 should have comment or be unexported (golint)
    • Line 764: warning: exported function ConvertRequestToIoReader should have comment or be unexported (golint)
    • Line 775: warning: exported function ParseResponseToBaseModel should have comment or be unexported (golint)
    • Line 809: warning: exported function ParseResponseToObsError should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dns/v2/zones/testing/fixtures.go
    • Line 15: warning: comment on exported const ListOutput should be of the form "ListOutput ..." (golint)
    • Line 96: warning: comment on exported var FirstZoneCreatedAt should be of the form "FirstZoneCreatedAt ..." (golint)
    • Line 98: warning: exported var FirstZone should have comment or be unexported (golint)
    • Line 118: warning: exported var SecondZoneCreatedAt should have comment or be unexported (golint)
    • Line 119: warning: exported var SecondZoneUpdatedAt should have comment or be unexported (golint)
    • Line 120: warning: exported var SecondZone should have comment or be unexported (golint)
    • Line 206: warning: comment on exported function HandleCreateSuccessfully should be of the form "HandleCreateSuccessfully ..." (golint)
    • Line 252: warning: comment on exported function HandleUpdateSuccessfully should be of the form "HandleUpdateSuccessfully ..." (golint)
    • Line 291: warning: comment on exported function HandleDeleteSuccessfully should be of the form "HandleDeleteSuccessfully ..." (golint)
    • gophertelekomcloud/openstack/sfs/v2/shares/results.go
    • Line 90: warning: comment on exported method GrantAccessResult.ExtractAccess should be of the form "ExtractAccess ..." (golint)
    • Line 99: warning: comment on exported method AccessRightsResult.ExtractAccessRights should be of the form "ExtractAccessRights ..." (golint)
    • Line 128: warning: comment on exported method GetExportLocationsResult.ExtractExportLocations should be of the form "ExtractExportLocations ..." (golint)
    • Line 137: warning: exported method Share.UnmarshalJSON should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/kms/v1/keys/requests.go
    • Line 8: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 19: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 27: warning: exported type UpdateAliasOpts should have comment or be unexported (golint)
    • Line 34: warning: exported type UpdateDesOpts should have comment or be unexported (golint)
    • Line 41: warning: exported type DataEncryptOpts should have comment or be unexported (golint)
    • Line 50: warning: exported type EncryptDEKOpts should have comment or be unexported (golint)
    • Line 95: warning: exported method DataEncryptOpts.ToDataEncryptMap should have comment or be unexported (golint)
    • Line 99: warning: exported method EncryptDEKOpts.ToEncryptDEKMap should have comment or be unexported (golint)
    • Line 103: warning: exported method ListOpts.ToKeyListMap should have comment or be unexported (golint)
    • Line 107: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 111: warning: exported type DeleteOptsBuilder should have comment or be unexported (golint)
    • Line 115: warning: exported type UpdateAliasOptsBuilder should have comment or be unexported (golint)
    • Line 119: warning: exported type UpdateDesOptsBuilder should have comment or be unexported (golint)
    • Line 123: warning: exported type DataEncryptOptsBuilder should have comment or be unexported (golint)
    • Line 127: warning: exported type EncryptDEKOptsBuilder should have comment or be unexported (golint)
    • Line 131: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 174: warning: exported function UpdateAlias should have comment or be unexported (golint)
    • Line 186: warning: exported function UpdateDes should have comment or be unexported (golint)
    • Line 198: warning: exported function DataEncryptGet should have comment or be unexported (golint)
    • Line 210: warning: exported function DataEncryptGetWithoutPlaintext should have comment or be unexported (golint)
    • Line 222: warning: exported function EncryptDEKGet should have comment or be unexported (golint)
    • Line 234: warning: exported function EnableKey should have comment or be unexported (golint)
    • Line 242: warning: exported function DisableKey should have comment or be unexported (golint)
    • Line 250: warning: exported function List should have comment or be unexported (golint)
    • Line 262: warning: exported function ListAllKeys should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/shares/requests.go
    • Line 65: warning: exported function FilterShares should have comment or be unexported (golint)
    • Line 99: warning: exported type FilterStruct should have comment or be unexported (golint)
    • Line 104: warning: exported function GetStructNestedField should have comment or be unexported (golint)
    • Line 159: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 164: warning: exported method DeleteOpts.ToShareDeleteQuery should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/antiddos/v1/antiddos/url.go
    • Line 5: warning: exported function CreateURL should have comment or be unexported (golint)
    • Line 9: warning: exported function DailyReportURL should have comment or be unexported (golint)
    • Line 13: warning: exported function DeleteURL should have comment or be unexported (golint)
    • Line 17: warning: exported function GetURL should have comment or be unexported (golint)
    • Line 21: warning: exported function GetStatusURL should have comment or be unexported (golint)
    • Line 25: warning: exported function GetTaskURL should have comment or be unexported (golint)
    • Line 29: warning: exported function ListConfigsURL should have comment or be unexported (golint)
    • Line 33: warning: exported function ListLogsURL should have comment or be unexported (golint)
    • Line 37: warning: exported function ListStatusURL should have comment or be unexported (golint)
    • Line 41: warning: exported function UpdateURL should have comment or be unexported (golint)
    • Line 45: warning: exported function WeeklyReportURL should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ecs/v1/cloudservers/results_job.go
    • Line 9: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 26: warning: exported type JobEntity should have comment or be unexported (golint)
    • Line 36: warning: exported type SubJob should have comment or be unexported (golint)
    • Line 66: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 70: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 76: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 82: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 103: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/smn/v2/topics/requests.go
    • Line 23: warning: exported method CreateOps.ToTopicCreateMap should have comment or be unexported (golint)
    • Line 27: warning: comment on exported type UpdateOpsBuilder should be of the form "UpdateOpsBuilder ..." (with optional leading article) (golint)
    • Line 39: warning: exported method UpdateOps.ToTopicUpdateMap should have comment or be unexported (golint)
    • Line 75: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • Line 81: warning: comment on exported function Get should be of the form "Get ..." (golint)
    • Line 87: warning: comment on exported function List should be of the form "List ..." (golint)
    • gophertelekomcloud/openstack/obs/trait.go
    • Line 23: warning: exported type IReadCloser should have comment or be unexported (golint)
    • Line 49: warning: exported type IBaseModel should have comment or be unexported (golint)
    • Line 57: warning: exported type ISerializable should have comment or be unexported (golint)
    • Line 61: warning: exported type DefaultSerializable should have comment or be unexported (golint)
    • Line 389: warning: exported method SseKmsHeader.GetEncryption should have comment or be unexported (golint)
    • Line 395: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 400: warning: exported method SseKmsHeader.GetKey should have comment or be unexported (golint)
    • Line 404: warning: exported method SseCHeader.GetEncryption should have comment or be unexported (golint)
    • Line 411: warning: exported method SseCHeader.GetKey should have comment or be unexported (golint)
    • Line 415: warning: exported method SseCHeader.GetKeyMD5 should have comment or be unexported (golint)
    • Line 811: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • gophertelekomcloud/openstack/cce/v3/nodes/requests.go
    • Line 9: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 37: warning: exported function FilterNodes should have comment or be unexported (golint)
    • Line 74: warning: exported function GetStructNestedField should have comment or be unexported (golint)
    • Line 84: warning: exported type FilterStruct should have comment or be unexported (golint)
    • Line 155: warning: exported type UpdateMetadata should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/util.go
    • Line 38: warning: exported function StringContains should have comment or be unexported (golint)
    • Line 41: warning: exported function XmlTranscoding should have comment or be unexported (golint)
    • Line 49: warning: exported function StringToInt should have comment or be unexported (golint)
    • Line 57: warning: exported function StringToInt64 should have comment or be unexported (golint)
    • Line 65: warning: exported function IntToString should have comment or be unexported (golint)
    • Line 69: warning: exported function Int64ToString should have comment or be unexported (golint)
    • Line 73: warning: exported function GetCurrentTimestamp should have comment or be unexported (golint)
    • Line 77: warning: exported function FormatUtcNow should have comment or be unexported (golint)
    • Line 81: warning: exported function FormatUtcToRfc1123 should have comment or be unexported (golint)
    • Line 86: warning: exported function Md5 should have comment or be unexported (golint)
    • Line 95: warning: exported function HmacSha1 should have comment or be unexported (golint)
    • Line 104: warning: exported function HmacSha256 should have comment or be unexported (golint)
    • Line 113: warning: exported function Base64Encode should have comment or be unexported (golint)
    • Line 117: warning: exported function Base64Decode should have comment or be unexported (golint)
    • Line 121: warning: exported function HexMd5 should have comment or be unexported (golint)
    • Line 125: warning: exported function Base64Md5 should have comment or be unexported (golint)
    • Line 129: warning: exported function Sha256Hash should have comment or be unexported (golint)
    • Line 138: warning: exported function ParseXml should have comment or be unexported (golint)
    • Line 145: warning: exported function TransToXml should have comment or be unexported (golint)
    • Line 152: warning: exported function Hex should have comment or be unexported (golint)
    • Line 156: warning: exported function HexSha256 should have comment or be unexported (golint)
    • Line 160: warning: exported function UrlDecode should have comment or be unexported (golint)
    • Line 168: warning: exported function UrlDecodeWithoutError should have comment or be unexported (golint)
    • Line 179: warning: exported function IsIP should have comment or be unexported (golint)
    • Line 183: warning: exported function UrlEncode should have comment or be unexported (golint)
    • Line 267: warning: exported function GetV2Authorization should have comment or be unexported (golint)
    • Line 314: warning: exported function GetAuthorization should have comment or be unexported (golint)
    • Line 371: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • gophertelekomcloud/openstack/mrs/v1/job/results.go
    • Line 5: warning: exported type Job should have comment or be unexported (golint)
    • Line 39: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 82: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 86: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 92: warning: exported method CreateResult.ExtractInto should have comment or be unexported (golint)
    • Line 96: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 100: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 106: warning: exported method GetResult.ExtractInto should have comment or be unexported (golint)
    • Line 110: warning: exported type DeleteResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/publicips/results.go
    • Line 8: warning: exported type PublicIP should have comment or be unexported (golint)
    • Line 61: warning: exported type Profile should have comment or be unexported (golint)
    • Line 68: warning: exported type PublicIPCreateResp should have comment or be unexported (golint)
    • Line 102: warning: exported type PublicIPUpdateResp should have comment or be unexported (golint)
    • Line 154: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 158: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 164: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 168: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 172: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 178: warning: exported type PublicIPPage should have comment or be unexported (golint)
    • Line 182: warning: exported method PublicIPPage.NextPageURL should have comment or be unexported (golint)
    • Line 190: warning: exported function ExtractPublicIPs should have comment or be unexported (golint)
    • Line 204: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 208: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v1/instances/results.go
    • Line 5: warning: exported type Instance should have comment or be unexported (golint)
    • Line 28: warning: exported type ExtendParamInfo should have comment or be unexported (golint)
    • Line 32: warning: exported type FlavorInfo should have comment or be unexported (golint)
    • Line 36: warning: exported type DataStoreInfo should have comment or be unexported (golint)
    • Line 41: warning: exported type VolumeInfor should have comment or be unexported (golint)
    • Line 46: warning: exported type NicsInfor should have comment or be unexported (golint)
    • Line 50: warning: exported type SecurityGroupInfor should have comment or be unexported (golint)
    • Line 54: warning: exported type BackupStrategyInfor should have comment or be unexported (golint)
    • Line 59: warning: exported type HaInfor should have comment or be unexported (golint)
    • Line 64: warning: exported type Job should have comment or be unexported (golint)
    • Line 88: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 92: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 96: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 100: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 104: warning: exported method ListResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cts/v1/tracker/results.go
    • Line 8: warning: exported type Tracker should have comment or be unexported (golint)
    • Line 23: warning: exported type TrackerPage should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 49: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 53: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 56: warning: exported type ListResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/evs/v2/tags/urls.go
    • Line 7: warning: don't use underscores in Go names; func parameter resource_type should be resourceType (golint)
    • Line 7: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 11: warning: don't use underscores in Go names; func parameter resource_type should be resourceType (golint)
    • Line 11: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • gophertelekomcloud/openstack/cce/v3/addons/results.go
    • Line 7: warning: exported type Addon should have comment or be unexported (golint)
    • Line 20: warning: comment on exported type MetaData should be of the form "MetaData ..." (with optional leading article) (golint)
    • Line 32: warning: comment on exported type Spec should be of the form "Spec ..." (with optional leading article) (golint)
    • Line 50: warning: exported type Status should have comment or be unexported (golint)
    • Line 96: warning: exported type ListTemplateResult should have comment or be unexported (golint)
    • Line 100: warning: exported type ListInstanceResult should have comment or be unexported (golint)
    • Line 104: warning: exported type SupportVersion should have comment or be unexported (golint)
    • Line 112: warning: exported type Version should have comment or be unexported (golint)
    • Line 127: warning: exported type AddonSpec should have comment or be unexported (golint)
    • Line 144: warning: exported type AddonTemplate should have comment or be unexported (golint)
    • Line 155: warning: exported type AddonTemplateList should have comment or be unexported (golint)
    • Line 171: warning: exported type InstanceMetadata should have comment or be unexported (golint)
    • Line 180: warning: exported type AddonInstanceSpec should have comment or be unexported (golint)
    • Line 190: warning: exported type Versions should have comment or be unexported (golint)
    • Line 199: warning: exported type InstanceStatus should have comment or be unexported (golint)
    • Line 207: warning: exported type AddonInstance should have comment or be unexported (golint)
    • Line 220: warning: exported type AddonInstanceList should have comment or be unexported (golint)
    • Line 231: warning: exported method ListInstanceResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cce/v3/nodes/results.go
    • Line 123: warning: exported type LoginSpec should have comment or be unexported (golint)
    • Line 130: warning: exported type UserPassword should have comment or be unexported (golint)
    • Line 135: warning: exported type VolumeSpec should have comment or be unexported (golint)
    • Line 146: warning: exported type ExtendParam should have comment or be unexported (golint)
    • Line 165: warning: exported type PublicIPSpec should have comment or be unexported (golint)
    • Line 174: warning: exported type EipSpec should have comment or be unexported (golint)
    • Line 181: warning: exported type BandwidthOpts should have comment or be unexported (golint)
    • Line 187: warning: exported type Conditions should have comment or be unexported (golint)
    • Line 210: warning: exported type JobMetadata should have comment or be unexported (golint)
    • Line 215: warning: exported type JobSpec should have comment or be unexported (golint)
    • Line 230: warning: exported type JobStatus should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/backups/results_job.go
    • Line 10: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 26: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 30: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 36: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 42: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 66: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/signer_helper.go
    • Line 109: warning: comment on exported const SignAlgorithmHMACSHA256 should be of the form "SignAlgorithmHMACSHA256 ..." (golint)
    • Line 112: warning: comment on exported const ContentSha256HeaderKey should be of the form "ContentSha256HeaderKey ..." (golint)
    • Line 221: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 272: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 359: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 513: warning: exported method StringBuilder.ToString should have comment or be unexported (golint)
    • Line 517: warning: exported method StringBuilder.GetBytes should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/smn/v2/subscriptions/requests.go
    • Line 24: warning: exported method CreateOps.ToSubscriptionCreateMap should have comment or be unexported (golint)
    • Line 44: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • Line 50: warning: comment on exported function List should be of the form "List ..." (golint)
    • Line 56: warning: comment on exported function ListFromTopic should be of the form "ListFromTopic ..." (golint)
    • gophertelekomcloud/openstack/blockstorage/v1/volumes/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 37: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 76: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 105: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • Line 113: warning: exported function MockUpdateResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/agency/requests.go
    • Line 7: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 14: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 18: warning: exported method CreateOpts.ToAgencyCreateMap should have comment or be unexported (golint)
    • Line 22: warning: exported function Create should have comment or be unexported (golint)
    • Line 33: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 38: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 42: warning: exported method UpdateOpts.ToAgencyUpdateMap should have comment or be unexported (golint)
    • Line 46: warning: exported function Update should have comment or be unexported (golint)
    • Line 58: warning: exported function Get should have comment or be unexported (golint)
    • Line 63: warning: exported function Delete should have comment or be unexported (golint)
    • Line 68: warning: exported function AttachRoleByProject should have comment or be unexported (golint)
    • Line 74: warning: exported function AttachRoleByDomain should have comment or be unexported (golint)
    • Line 80: warning: exported function DetachRoleByProject should have comment or be unexported (golint)
    • Line 86: warning: exported function DetachRoleByDomain should have comment or be unexported (golint)
    • Line 92: warning: exported function ListRolesAttachedOnProject should have comment or be unexported (golint)
    • Line 97: warning: exported function ListRolesAttachedOnDomain should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/elb/job.go
    • Line 7: warning: exported type Job should have comment or be unexported (golint)
    • Line 12: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 16: warning: exported method JobResult.Extract should have comment or be unexported (golint)
    • Line 22: warning: exported type JobInfo should have comment or be unexported (golint)
    • Line 36: warning: exported type JobInfoResult should have comment or be unexported (golint)
    • Line 40: warning: exported method JobInfoResult.Extract should have comment or be unexported (golint)
    • Line 46: warning: exported function QueryJobInfo should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/v2/volumes/results.go
    • Line 11: warning: exported type Attachment should have comment or be unexported (golint)
    • Line 21: warning: exported method Attachment.UnmarshalJSON should have comment or be unexported (golint)
    • Line 80: warning: exported method Volume.UnmarshalJSON should have comment or be unexported (golint)
    • Line 145: warning: exported function ExtractVolumesInto should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/csbs/v1/policies/requests.go
    • Line 10: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 44: warning: exported function FilterPolicies should have comment or be unexported (golint)
    • Line 99: warning: exported type PolicyParam should have comment or be unexported (golint)
    • Line 103: warning: exported type Resource should have comment or be unexported (golint)
    • Line 110: warning: exported type ScheduledOperation should have comment or be unexported (golint)
    • Line 119: warning: exported type OperationDefinition should have comment or be unexported (golint)
    • Line 132: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 136: warning: exported type TriggerProperties should have comment or be unexported (golint)
    • Line 140: warning: exported type ResourceTag should have comment or be unexported (golint)
    • Line 191: warning: exported type ScheduledOperationToUpdate should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/evs/v2/snapshots/testing/fixtures.go
    • Line 12: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 46: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 69: warning: exported function MockUpdateResponse should have comment or be unexported (golint)
    • Line 100: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 135: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/css/v1/clusters/results.go
    • Line 9: warning: exported type CreatedCluster should have comment or be unexported (golint)
    • Line 14: warning: exported type Instance should have comment or be unexported (golint)
    • Line 23: warning: exported type FailedReasons should have comment or be unexported (golint)
    • Line 28: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 50: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 54: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 62: warning: exported type ClusterPage should have comment or be unexported (golint)
    • Line 66: warning: exported function ExtractClusters should have comment or be unexported (golint)
    • Line 72: warning: exported method ClusterPage.GetBody should have comment or be unexported (golint)
    • Line 76: warning: exported method ClusterPage.IsEmpty should have comment or be unexported (golint)
    • Line 81: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 85: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 91: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 95: warning: exported type CertificateResult should have comment or be unexported (golint)
    • Line 99: warning: exported method CertificateResult.Extract should have comment or be unexported (golint)
    • Line 108: warning: exported type ExtendResult should have comment or be unexported (golint)
    • Line 112: warning: exported type ExtendedInstance should have comment or be unexported (golint)
    • Line 119: warning: exported type ExtendedCluster should have comment or be unexported (golint)
    • Line 124: warning: exported method ExtendResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/utils/utils.go
    • Line 11: warning: exported function DeleteNotPassParams should have comment or be unexported (golint)
    • Line 17: warning: comment on exported function MergeInterfaces should be of the form "MergeInterfaces ..." (golint)
    • Line 52: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 57: warning: exported function PrependString should have comment or be unexported (golint)
    • Line 66: warning: exported function In should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/groups_hcs/requests.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 8: warning: comment on exported type CreateOptsBuilder should be of the form "CreateOptsBuilder ..." (with optional leading article) (golint)
    • Line 13: warning: comment on exported type CreateOpts should be of the form "CreateOpts ..." (with optional leading article) (golint)
    • Line 34: warning: exported type NetworkOpts should have comment or be unexported (golint)
    • Line 38: warning: exported type SecurityGroupOpts should have comment or be unexported (golint)
    • Line 42: warning: exported type LBaaSListenerOpts should have comment or be unexported (golint)
    • Line 48: warning: exported method CreateOpts.ToGroupCreateMap should have comment or be unexported (golint)
    • Line 52: warning: comment on exported function Create should be of the form "Create ..." (golint)
    • Line 65: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • Line 71: warning: comment on exported function Get should be of the form "Get ..." (golint)
    • Line 77: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 81: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 96: warning: exported function List should have comment or be unexported (golint)
    • Line 136: warning: exported method UpdateOpts.ToGroupUpdateMap should have comment or be unexported (golint)
    • Line 155: warning: exported type ActionOptsBuilder should have comment or be unexported (golint)
    • Line 159: warning: exported type ActionOpts should have comment or be unexported (golint)
    • Line 163: warning: exported method ActionOpts.ToActionMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sdrs/v1/replications/results_job.go
    • Line 9: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 24: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 28: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 34: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 40: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 63: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/swr/v2/domains/results.go
    • Line 8: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 12: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 16: warning: exported type AccessDomain should have comment or be unexported (golint)
    • Line 32: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 55: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 59: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 63: warning: exported type AccessDomainPage should have comment or be unexported (golint)
    • Line 67: warning: exported function ExtractAccessDomains should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v1/eips/requests.go
    • Line 67: warning: exported function FilterPublicIPs should have comment or be unexported (golint)
    • Line 118: warning: exported type PublicIpOpts should have comment or be unexported (golint)
    • Line 123: warning: exported type BandwidthOpts should have comment or be unexported (golint)
    • Line 131: warning: exported method ApplyOpts.ToPublicIpApplyMap should have comment or be unexported (golint)
    • Line 171: warning: exported method UpdateOpts.ToPublicIpUpdateMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/log.go
    • Line 25: warning: exported type Level should have comment or be unexported (golint)
    • Line 28: warning: exported const LEVEL_OFF should have comment (or a comment on this block) or be unexported (golint)
    • Line 184: warning: exported function InitLog should have comment or be unexported (golint)
    • Line 188: warning: exported function InitLogWithCacheCnt should have comment or be unexported (golint)
    • Line 259: warning: exported function CloseLog should have comment or be unexported (golint)
    • Line 267: warning: exported function SyncLog should have comment or be unexported (golint)
    • Line 274: warning: exported function DoLog should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/bandwidths/requests.go
    • Line 7: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 11: warning: exported type Bandwidth should have comment or be unexported (golint)
    • Line 15: warning: exported type ExtendParam should have comment or be unexported (golint)
    • Line 19: warning: exported method UpdateOpts.ToBandWidthUpdateMap should have comment or be unexported (golint)
    • Line 23: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 33: warning: exported method CreateOpts.ToBandWidthCreateMap should have comment or be unexported (golint)
    • Line 37: warning: exported function Create should have comment or be unexported (golint)
    • Line 50: warning: exported type BatchCreateOptsBuilder should have comment or be unexported (golint)
    • Line 54: warning: exported type BatchCreateOpts should have comment or be unexported (golint)
    • Line 60: warning: exported method BatchCreateOpts.ToBandWidthBatchCreateMap should have comment or be unexported (golint)
    • Line 64: warning: exported type BandWidthInsertOptsBuilder should have comment or be unexported (golint)
    • Line 68: warning: exported type BandWidthRemoveOptsBuilder should have comment or be unexported (golint)
    • Line 72: warning: exported type BandWidthInsertOpts should have comment or be unexported (golint)
    • Line 76: warning: exported method BandWidthInsertOpts.ToBandWidthInsertMap should have comment or be unexported (golint)
    • Line 80: warning: exported type BandWidthRemoveOpts should have comment or be unexported (golint)
    • Line 86: warning: exported method BandWidthRemoveOpts.ToBandWidthBatchRemoveMap should have comment or be unexported (golint)
    • Line 90: warning: exported type PublicIpInfoID should have comment or be unexported (golint)
    • Line 94: warning: exported function Insert should have comment or be unexported (golint)
    • Line 107: warning: exported function Remove should have comment or be unexported (golint)
    • Line 120: warning: exported function BatchCreate should have comment or be unexported (golint)
    • Line 133: warning: exported function Delete should have comment or be unexported (golint)
    • Line 139: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/flavors/results.go
    • Line 7: warning: exported type DbFlavorsResp should have comment or be unexported (golint)
    • Line 10: warning: exported type Flavors should have comment or be unexported (golint)
    • Line 18: warning: exported type DbFlavorsPage should have comment or be unexported (golint)
    • Line 22: warning: exported method DbFlavorsPage.IsEmpty should have comment or be unexported (golint)
    • Line 30: warning: exported function ExtractDbFlavors should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/evs/v3/volumes/results_job.go
    • Line 10: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 28: warning: exported type JobEntity should have comment or be unexported (golint)
    • Line 32: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 36: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 42: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 48: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 72: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/mrs/v1/job/requests.go
    • Line 9: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 13: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 27: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 31: warning: exported method CreateOpts.ToJobCreateMap should have comment or be unexported (golint)
    • Line 35: warning: exported function Create should have comment or be unexported (golint)
    • Line 48: warning: exported function Get should have comment or be unexported (golint)
    • Line 55: warning: exported function Delete should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/tags/results.go
    • Line 7: warning: exported type RespTags should have comment or be unexported (golint)
    • Line 12: warning: exported type Resources should have comment or be unexported (golint)
    • Line 19: warning: exported type Resource should have comment or be unexported (golint)
    • Line 32: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 36: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 40: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 44: warning: exported type QueryResults should have comment or be unexported (golint)
    • Line 48: warning: exported type ActionResults should have comment or be unexported (golint)
    • Line 58: warning: exported method QueryResults.ExtractResources should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/extensions/tags/requests.go
    • Line 20: warning: comment on exported method CreateOpts.ToTagsCreateMap should be of the form "ToTagsCreateMap ..." (golint)
    • Line 32: warning: don't use underscores in Go names; func parameter server_id should be serverID (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter server_id should be serverID (golint)
    • Line 49: warning: don't use underscores in Go names; func parameter server_id should be serverID (golint)
    • gophertelekomcloud/openstack/ecs/v1/auto_recovery/requests.go
    • Line 1: warning: don't use an underscore in package name (golint)
    • Line 9: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 13: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 17: warning: exported method UpdateOpts.ToAutoRecoveryUpdateMap should have comment or be unexported (golint)
    • Line 21: warning: exported function Update should have comment or be unexported (golint)
    • Line 33: warning: exported function Get should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/peerings/requests.go
    • Line 31: warning: don't use underscores in Go names; struct field Peer_VpcId should be PeerVpcID (golint)
    • Line 34: warning: exported function FilterVpcIdParam should have comment or be unexported (golint)
    • Line 76: warning: exported function FilterVpcPeeringConns should have comment or be unexported (golint)
    • Line 120: warning: exported function Get should have comment or be unexported (golint)
    • Line 153: warning: comment on exported method CreateOpts.ToPeeringCreateMap should be of the form "ToPeeringCreateMap ..." (golint)
    • gophertelekomcloud/openstack/rds/v3/datastores/results.go
    • Line 8: warning: exported type DataStoresResult should have comment or be unexported (golint)
    • Line 11: warning: exported type DataStores should have comment or be unexported (golint)
    • Line 19: warning: exported type DataStoresPage should have comment or be unexported (golint)
    • Line 23: warning: exported method DataStoresPage.IsEmpty should have comment or be unexported (golint)
    • Line 31: warning: exported function ExtractDataStores should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dms/v1/instances/requests.go
    • Line 172: warning: exported type ListDmsInstanceOpts should have comment or be unexported (golint)
    • Line 182: warning: exported type ListDmsBuilder should have comment or be unexported (golint)
    • Line 186: warning: exported method ListDmsInstanceOpts.ToDmsListDetailQuery should have comment or be unexported (golint)
    • Line 194: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/mrs/v1/cluster/requests.go
    • Line 9: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 13: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 48: warning: exported type ComponentOpts should have comment or be unexported (golint)
    • Line 52: warning: exported type JobOpts should have comment or be unexported (golint)
    • Line 67: warning: exported type ScriptOpts should have comment or be unexported (golint)
    • Line 77: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 81: warning: exported method CreateOpts.ToClusterCreateMap should have comment or be unexported (golint)
    • Line 85: warning: exported function Create should have comment or be unexported (golint)
    • Line 97: warning: exported function Get should have comment or be unexported (golint)
    • Line 105: warning: exported function Delete should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/ports/testing/fixtures.go
    • Line 3: warning: exported const ListResponse should have comment or be unexported (golint)
    • Line 31: warning: exported const GetResponse should have comment or be unexported (golint)
    • Line 65: warning: exported const CreateRequest should have comment or be unexported (golint)
    • Line 88: warning: exported const CreateResponse should have comment or be unexported (golint)
    • Line 119: warning: exported const CreateOmitSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 141: warning: exported const CreateWithNoSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 164: warning: exported const CreateWithNoSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 192: warning: exported const CreateOmitSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 223: warning: exported const CreatePortSecurityRequest should have comment or be unexported (golint)
    • Line 247: warning: exported const CreatePortSecurityResponse should have comment or be unexported (golint)
    • Line 279: warning: exported const UpdateRequest should have comment or be unexported (golint)
    • Line 302: warning: exported const UpdateResponse should have comment or be unexported (golint)
    • Line 333: warning: exported const UpdateOmitSecurityGroupsRequest should have comment or be unexported (golint)
    • Line 353: warning: exported const UpdateOmitSecurityGroupsResponse should have comment or be unexported (golint)
    • Line 384: warning: exported const UpdatePortSecurityRequest should have comment or be unexported (golint)
    • Line 392: warning: exported const UpdatePortSecurityResponse should have comment or be unexported (golint)
    • Line 424: warning: exported const RemoveSecurityGroupRequest should have comment or be unexported (golint)
    • Line 445: warning: exported const RemoveSecurityGroupResponse should have comment or be unexported (golint)
    • Line 473: warning: exported const RemoveAllowedAddressPairsRequest should have comment or be unexported (golint)
    • Line 491: warning: exported const RemoveAllowedAddressPairsResponse should have comment or be unexported (golint)
    • Line 516: warning: exported const DontUpdateAllowedAddressPairsRequest should have comment or be unexported (golint)
    • Line 533: warning: exported const DontUpdateAllowedAddressPairsResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/css/v1/flavors/results.go
    • Line 14: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 18: warning: exported type Flavor should have comment or be unexported (golint)
    • Line 40: warning: exported method Flavor.UnmarshalJSON should have comment or be unexported (golint)
    • Line 64: warning: exported type Version should have comment or be unexported (golint)
    • Line 76: warning: exported type VersionPage should have comment or be unexported (golint)
    • Line 80: warning: exported method VersionPage.IsEmpty should have comment or be unexported (golint)
    • Line 88: warning: exported function ExtractVersions should have comment or be unexported (golint)
    • Line 94: warning: exported type Limit should have comment or be unexported (golint)
    • Line 99: warning: exported method Limit.Matches should have comment or be unexported (golint)
    • Line 106: warning: comment on exported type FilterOpts should be of the form "FilterOpts ..." (with optional leading article) (golint)
    • gophertelekomcloud/openstack/objectstorage/v1/containers/results.go
    • Line 107: warning: exported method GetHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 200: warning: exported method CreateHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 252: warning: exported method UpdateHeader.UnmarshalJSON should have comment or be unexported (golint)
    • Line 303: warning: exported method DeleteHeader.UnmarshalJSON should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sdrs/v1/drill/results_job.go
    • Line 9: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 13: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 24: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 28: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 34: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 40: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 63: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/policies/results.go
    • Line 7: warning: comment on exported type CreateResult should be of the form "CreateResult ..." (with optional leading article) (golint)
    • Line 39: warning: exported type SchedulePolicy should have comment or be unexported (golint)
    • Line 47: warning: exported type Action should have comment or be unexported (golint)
    • Line 57: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/groups/results.go
    • Line 82: warning: exported type Network should have comment or be unexported (golint)
    • Line 88: warning: exported type IPv6Bandwidth should have comment or be unexported (golint)
    • Line 92: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 96: warning: exported type LBaaSListener should have comment or be unexported (golint)
    • Line 103: warning: exported type GroupPage should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/mrs/v1/cluster/results.go
    • Line 5: warning: exported type Cluster should have comment or be unexported (golint)
    • Line 58: warning: exported type Component should have comment or be unexported (golint)
    • Line 65: warning: exported type ClusterResult should have comment or be unexported (golint)
    • Line 71: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 75: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 81: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 85: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 91: warning: exported method GetResult.ExtractInto should have comment or be unexported (golint)
    • Line 95: warning: exported type DeleteResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ecs/v1/cloudservers/requests.go
    • Line 9: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 96: warning: exported type Nic should have comment or be unexported (golint)
    • Line 111: warning: exported type BindingProfile should have comment or be unexported (golint)
    • Line 116: warning: exported type ExtraDhcpOpts should have comment or be unexported (golint)
    • Line 124: warning: exported type PublicIp should have comment or be unexported (golint)
    • Line 132: warning: exported type Eip should have comment or be unexported (golint)
    • Line 140: warning: exported type BandWidth should have comment or be unexported (golint)
    • Line 151: warning: exported type RootVolume should have comment or be unexported (golint)
    • Line 165: warning: exported type DataVolume should have comment or be unexported (golint)
    • Line 188: warning: exported type VolumeExtendParam should have comment or be unexported (golint)
    • Line 192: warning: exported type ServerExtendParam should have comment or be unexported (golint)
    • Line 200: warning: exported type MetaData should have comment or be unexported (golint)
    • Line 215: warning: exported type SecurityGroup should have comment or be unexported (golint)
    • Line 220: warning: exported type SchedulerHints should have comment or be unexported (golint)
    • Line 231: warning: exported type ServerTags should have comment or be unexported (golint)
    • Line 273: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 284: warning: exported type Server should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/waf/v1/certificates/results.go
    • Line 12: warning: exported type Certificate should have comment or be unexported (golint)
    • Line 61: warning: exported type CertificatePage should have comment or be unexported (golint)
    • Line 77: warning: exported method CertificatePage.NextPageURL should have comment or be unexported (golint)
    • Line 97: warning: exported function ExtractCertificates should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vpc/v1/bandwidths/results.go
    • Line 12: warning: exported type BandWidth should have comment or be unexported (golint)
    • Line 53: warning: exported type PublicIpinfo should have comment or be unexported (golint)
    • Line 71: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 75: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 81: warning: exported type ListResult should have comment or be unexported (golint)
    • Line 85: warning: exported method ListResult.Extract should have comment or be unexported (golint)
    • Line 91: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 95: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • Line 100: warning: exported method BandWidthPage.IsEmpty should have comment or be unexported (golint)
    • Line 105: warning: exported type BandWidthPage should have comment or be unexported (golint)
    • Line 109: warning: exported function ExtractBandWidths should have comment or be unexported (golint)
    • Line 116: warning: exported method BandWidthPage.NextPageURL should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sfs/v2/shares/requests.go
    • Line 10: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 99: warning: exported function FilterShares should have comment or be unexported (golint)
    • Line 241: warning: don't use underscores in Go names; func parameter share_id should be shareID (golint)
    • Line 276: warning: don't use underscores in Go names; func parameter share_id should be shareID (golint)
    • Line 288: warning: comment on exported type DeleteAccessOptsBuilder should be of the form "DeleteAccessOptsBuilder ..." (with optional leading article) (golint)
    • Line 293: warning: exported type DeleteAccessOpts should have comment or be unexported (golint)
    • Line 298: warning: exported method DeleteAccessOpts.ToDeleteAccessMap should have comment or be unexported (golint)
    • Line 302: warning: comment on exported function DeleteAccess should be of the form "DeleteAccess ..." (golint)
    • Line 303: warning: don't use underscores in Go names; func parameter share_id should be shareID (golint)
    • Line 315: warning: comment on exported function GetExportLocations should be of the form "GetExportLocations ..." (golint)
    • Line 338: warning: exported type OSExtendOpts should have comment or be unexported (golint)
    • Line 350: warning: don't use underscores in Go names; func parameter share_id should be shareID (golint)
    • Line 377: warning: exported type OSShrinkOpts should have comment or be unexported (golint)
    • Line 389: warning: don't use underscores in Go names; func parameter share_id should be shareID (golint)
    • gophertelekomcloud/openstack/blockstorage/v1/snapshots/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 47: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 70: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 105: warning: exported function MockUpdateMetadataResponse should have comment or be unexported (golint)
    • Line 128: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/loader.go
    • Line 22: warning: exported const DefaultProfileName should have comment (or a comment on this block) or be unexported (golint)
    • Line 34: warning: exported var OTCVendorConfig should have comment or be unexported (golint)
    • Line 77: warning: exported type Env should have comment or be unexported (golint)
    • Line 99: warning: exported method Env.Prefix should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/v3/volumes/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 103: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 151: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 196: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • Line 204: warning: exported function MockUpdateResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/networks/testing/fixtures.go
    • Line 7: warning: exported const ListResponse should have comment or be unexported (golint)
    • Line 45: warning: exported const GetResponse should have comment or be unexported (golint)
    • Line 65: warning: exported const CreateRequest should have comment or be unexported (golint)
    • Line 73: warning: exported const CreateResponse should have comment or be unexported (golint)
    • Line 89: warning: exported const CreatePortSecurityRequest should have comment or be unexported (golint)
    • Line 98: warning: exported const CreatePortSecurityResponse should have comment or be unexported (golint)
    • Line 115: warning: exported const CreateOptionalFieldsRequest should have comment or be unexported (golint)
    • Line 126: warning: exported const UpdateRequest should have comment or be unexported (golint)
    • Line 135: warning: exported const UpdateResponse should have comment or be unexported (golint)
    • Line 151: warning: exported const UpdatePortSecurityRequest should have comment or be unexported (golint)
    • Line 158: warning: exported const UpdatePortSecurityResponse should have comment or be unexported (golint)
    • Line 175: warning: exported var Network1 should have comment or be unexported (golint)
    • Line 185: warning: exported var Network2 should have comment or be unexported (golint)
    • Line 195: warning: exported var ExpectedNetworkSlice should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/configurations/results.go
    • Line 7: warning: exported type ConfigurationCreate should have comment or be unexported (golint)
    • Line 24: warning: exported type Configuration should have comment or be unexported (golint)
    • Line 43: warning: exported type Parameter should have comment or be unexported (golint)
    • Line 60: warning: exported type ApplyConfiguration should have comment or be unexported (golint)
    • Line 71: warning: exported type ApplyConfigurationResult should have comment or be unexported (golint)
    • Line 82: warning: exported method CreateResult.ExtractInto should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/users/requests.go
    • Line 15: warning: exported const IgnoreChangePasswordUponFirstUse should have comment (or a comment on this block) or be unexported (golint)
    • Line 216: warning: exported method ExtendedUpdateOpts.ToUserUpdateMap should have comment or be unexported (golint)
    • Line 224: warning: exported function ExtendedUpdate should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/swr/v2/organizations/requests.go
    • Line 8: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 12: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 16: warning: exported method CreateOpts.ToNamespaceCreateMap should have comment or be unexported (golint)
    • Line 20: warning: exported function Create should have comment or be unexported (golint)
    • Line 31: warning: exported function Delete should have comment or be unexported (golint)
    • Line 36: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 40: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 44: warning: exported method ListOpts.ToNamespaceListQuery should have comment or be unexported (golint)
    • Line 52: warning: exported function List should have comment or be unexported (golint)
    • Line 66: warning: exported function Get should have comment or be unexported (golint)
    • Line 71: warning: exported type CreatePermissionsOptsBuilder should have comment or be unexported (golint)
    • Line 75: warning: exported type CreatePermissionsOpts should have comment or be unexported (golint)
    • Line 77: warning: exported method CreatePermissionsOpts.ToPermissionCreateMap should have comment or be unexported (golint)
    • Line 81: warning: exported function CreatePermissions should have comment or be unexported (golint)
    • Line 92: warning: exported function DeletePermissions should have comment or be unexported (golint)
    • Line 99: warning: exported type UpdatePermissionsOptsBuilder should have comment or be unexported (golint)
    • Line 103: warning: exported type UpdatePermissionsOpts should have comment or be unexported (golint)
    • Line 105: warning: exported method UpdatePermissionsOpts.ToPermissionUpdateMap should have comment or be unexported (golint)
    • Line 109: warning: exported function UpdatePermissions should have comment or be unexported (golint)
    • Line 122: warning: exported function GetPermissions should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v1/instances/requests.go
    • Line 7: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 17: warning: exported type UpdateOpsBuilder should have comment or be unexported (golint)
    • Line 21: warning: exported type UpdatePolicyOpsBuilder should have comment or be unexported (golint)
    • Line 25: warning: exported type UpdateFlavorOpsBuilder should have comment or be unexported (golint)
    • Line 29: warning: exported type UpdateOps should have comment or be unexported (golint)
    • Line 33: warning: exported type UpdatePolicyOps should have comment or be unexported (golint)
    • Line 38: warning: exported type UpdateFlavorOps should have comment or be unexported (golint)
    • Line 73: warning: exported type DataStoreOps should have comment or be unexported (golint)
    • Line 78: warning: exported type VolumeOps should have comment or be unexported (golint)
    • Line 83: warning: exported type NicsOps should have comment or be unexported (golint)
    • Line 87: warning: exported type SecurityGroupOps should have comment or be unexported (golint)
    • Line 91: warning: exported type BackupStrategyOps should have comment or be unexported (golint)
    • Line 96: warning: exported type HaOps should have comment or be unexported (golint)
    • Line 101: warning: exported method CreateOps.ToInstanceCreateMap should have comment or be unexported (golint)
    • Line 105: warning: exported method UpdateOps.ToInstanceUpdateMap should have comment or be unexported (golint)
    • Line 109: warning: exported method UpdatePolicyOps.ToInstanceUpdatePolicyMap should have comment or be unexported (golint)
    • Line 113: warning: exported method UpdateFlavorOps.ToInstanceFlavorUpdateMap should have comment or be unexported (golint)
    • Line 133: warning: exported function UpdateVolumeSize should have comment or be unexported (golint)
    • Line 147: warning: exported function UpdatePolicy should have comment or be unexported (golint)
    • Line 161: warning: exported function UpdateFlavorRef should have comment or be unexported (golint)
    • Line 175: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • Line 187: warning: comment on exported function Get should be of the form "Get ..." (golint)
    • Line 197: warning: comment on exported function List should be of the form "List ..." (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/instances/requests.go
    • Line 14: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 19: warning: exported method ListOpts.ToInstancesListQuery should have comment or be unexported (golint)
    • Line 49: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 53: warning: exported method DeleteOpts.ToInstanceDeleteQuery should have comment or be unexported (golint)
    • Line 88: warning: exported method BatchOpts.ToInstanceBatchMap should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ecs/v1/cloudservers/results.go
    • Line 13: warning: exported type Flavor should have comment or be unexported (golint)
    • Line 26: warning: exported type SysTags should have comment or be unexported (golint)
    • Line 31: warning: exported type OsSchedulerHints should have comment or be unexported (golint)
    • Line 59: warning: exported type Address should have comment or be unexported (golint)
    • Line 67: warning: exported type VolumeAttached should have comment or be unexported (golint)
    • Line 74: warning: exported type SecurityGroups should have comment or be unexported (golint)
    • Line 138: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 146: warning: exported type DryRunResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cce/v3/clusters/testing/fixtures.go
    • Line 7: warning: exported const Output should have comment or be unexported (golint)
    • Line 39: warning: exported const OutputOTC should have comment or be unexported (golint)
    • Line 71: warning: exported var Expected should have comment or be unexported (golint)
    • Line 99: warning: exported var ExpectedOTC should have comment or be unexported (golint)
    • Line 128: warning: exported const ListOutput should have comment or be unexported (golint)
    • Line 165: warning: exported const ListOutputOTC should have comment or be unexported (golint)
    • Line 201: warning: exported var ListExpected should have comment or be unexported (golint)
    • Line 217: warning: exported var ListExpectedOTC should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/csbs/v1/backup/requests.go
    • Line 8: warning: exported type ResourceTag should have comment or be unexported (golint)
    • Line 62: warning: exported function FilterBackupsById should have comment or be unexported (golint)
    • Line 125: warning: exported type ResourceCapQueryParams should have comment or be unexported (golint)
    • Line 162: warning: don't use underscores in Go names; func parameter checkpoint_id should be checkpointID (golint)
    • gophertelekomcloud/openstack/csbs/v1/policies/results.go
    • Line 12: warning: exported type CreateBackupPolicy should have comment or be unexported (golint)
    • Line 26: warning: exported type BackupPolicy should have comment or be unexported (golint)
    • Line 40: warning: exported type ScheduledOperationResp should have comment or be unexported (golint)
    • Line 51: warning: exported type CreateScheduledOperationResp should have comment or be unexported (golint)
    • Line 62: warning: exported type OperationDefinitionResp should have comment or be unexported (golint)
    • Line 70: warning: exported type CreateOperationDefinitionResp should have comment or be unexported (golint)
    • Line 78: warning: exported type TriggerResp should have comment or be unexported (golint)
    • Line 85: warning: exported type TriggerPropertiesResp should have comment or be unexported (golint)
    • Line 261: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 265: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 269: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 273: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 277: warning: exported type ListResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ces/v1/metricdata/results.go
    • Line 7: warning: exported type MetricData should have comment or be unexported (golint)
    • Line 24: warning: exported type Dimension should have comment or be unexported (golint)
    • Line 29: warning: exported type Data should have comment or be unexported (golint)
    • Line 34: warning: exported type MetricDatasResult should have comment or be unexported (golint)
    • Line 48: warning: exported type Datapoint should have comment or be unexported (golint)
    • Line 57: warning: exported type EventDataInfo should have comment or be unexported (golint)
    • Line 66: warning: comment on exported type EventData should be of the form "EventData ..." (with optional leading article) (golint)
    • Line 71: warning: exported type Metricdata should have comment or be unexported (golint)
    • Line 78: warning: exported type AddMetricDataResult should have comment or be unexported (golint)
    • Line 82: warning: exported type GetEventDataResult should have comment or be unexported (golint)
    • Line 86: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 90: warning: exported method GetEventDataResult.Extract should have comment or be unexported (golint)
    • Line 96: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/bms/v2/servers/results.go
    • Line 14: warning: exported type ServerPage should have comment or be unexported (golint)
    • Line 131: warning: don't use underscores in Go names; struct field Launch_index should be LaunchIndex (golint)
    • Line 146: warning: exported type SecurityGroups should have comment or be unexported (golint)
    • Line 150: warning: exported type Flavor should have comment or be unexported (golint)
    • Line 155: warning: exported type Links should have comment or be unexported (golint)
    • Line 160: warning: exported type Images should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/extensions/hypervisors/testing/fixtures.go
    • Line 14: warning: comment on exported const HypervisorListBody should be of the form "HypervisorListBody ..." (golint)
    • Line 87: warning: exported const HypervisorsStatisticsBody should have comment or be unexported (golint)
    • Line 106: warning: exported const HypervisorGetBody should have comment or be unexported (golint)
    • Line 150: warning: exported const HypervisorUptimeBody should have comment or be unexported (golint)
    • Line 163: warning: exported var HypervisorFake should have comment or be unexported (golint)
    • Line 225: warning: exported function HandleHypervisorsStatisticsSuccessfully should have comment or be unexported (golint)
    • Line 235: warning: exported function HandleHypervisorListSuccessfully should have comment or be unexported (golint)
    • Line 245: warning: exported function HandleHypervisorGetSuccessfully should have comment or be unexported (golint)
    • Line 256: warning: exported function HandleHypervisorUptimeSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/identity/v3/federation/providers/results.go
    • Line 8: warning: exported type Provider should have comment or be unexported (golint)
    • Line 25: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 29: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 33: warning: exported type ProviderPage should have comment or be unexported (golint)
    • Line 37: warning: exported method ProviderPage.IsEmpty should have comment or be unexported (golint)
    • Line 45: warning: exported function ExtractProviders should have comment or be unexported (golint)
    • Line 51: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 55: warning: exported type DeleteResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/natgateways/results.go
    • Line 26: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 37: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 48: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • Line 59: warning: exported type NatGatewayPage should have comment or be unexported (golint)
    • Line 63: warning: exported method NatGatewayPage.NextPageURL should have comment or be unexported (golint)
    • Line 74: warning: exported method NatGatewayPage.IsEmpty should have comment or be unexported (golint)
    • Line 79: warning: exported function ExtractNatGateways should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/subnetpools/testing/fixtures.go
    • Line 9: warning: exported const SubnetPoolsListResult should have comment or be unexported (golint)
    • Line 81: warning: exported var SubnetPool1 should have comment or be unexported (golint)
    • Line 104: warning: exported var SubnetPool2 should have comment or be unexported (golint)
    • Line 127: warning: exported var SubnetPool3 should have comment or be unexported (golint)
    • Line 149: warning: exported const SubnetPoolGetResult should have comment or be unexported (golint)
    • Line 175: warning: exported const SubnetPoolCreateRequest should have comment or be unexported (golint)
    • Line 191: warning: exported const SubnetPoolCreateResult should have comment or be unexported (golint)
    • Line 218: warning: exported const SubnetPoolUpdateRequest should have comment or be unexported (golint)
    • Line 234: warning: exported const SubnetPoolUpdateResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/flavors/requests.go
    • Line 14: warning: comment on exported type AccessType should be of the form "AccessType ..." (with optional leading article) (golint)
    • Line 37: warning: comment on exported type ListOpts should be of the form "ListOpts ..." (with optional leading article) (golint)
    • Line 102: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 236: warning: comment on exported function ListExtraSpecs should be of the form "ListExtraSpecs ..." (golint)
    • Line 242: warning: exported function GetExtraSpec should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dms/v1/instances/results.go
    • Line 30: warning: exported type ListDmsResponse should have comment or be unexported (golint)
    • Line 86: warning: exported type DmsPage should have comment or be unexported (golint)
    • Line 90: warning: exported method DmsPage.IsEmpty should have comment or be unexported (golint)
    • Line 98: warning: comment on exported function ExtractDmsInstances should be of the form "ExtractDmsInstances ..." (golint)
    • gophertelekomcloud/openstack/identity/v3/agency/results.go
    • Line 8: warning: exported type Agency should have comment or be unexported (golint)
    • Line 32: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 36: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 40: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 44: warning: exported type ErrResult should have comment or be unexported (golint)
    • Line 48: warning: exported type ListRolesResult should have comment or be unexported (golint)
    • Line 52: warning: exported method ListRolesResult.ExtractRoles should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/model.go
    • Line 22: warning: exported type BaseModel should have comment or be unexported (golint)
    • Line 28: warning: exported type Bucket should have comment or be unexported (golint)
    • Line 35: warning: exported type Owner should have comment or be unexported (golint)
    • Line 41: warning: exported type Initiator should have comment or be unexported (golint)
    • Line 47: warning: exported type ListBucketsInput should have comment or be unexported (golint)
    • Line 51: warning: exported type ListBucketsOutput should have comment or be unexported (golint)
    • Line 63: warning: exported type BucketLocation should have comment or be unexported (golint)
    • Line 68: warning: exported type CreateBucketInput should have comment or be unexported (golint)
    • Line 83: warning: exported type BucketStoragePolicy should have comment or be unexported (golint)
    • Line 88: warning: exported type SetBucketStoragePolicyInput should have comment or be unexported (golint)
    • Line 98: warning: exported type GetBucketStoragePolicyOutput should have comment or be unexported (golint)
    • Line 112: warning: exported type ListObjsInput should have comment or be unexported (golint)
    • Line 120: warning: exported type ListObjectsInput should have comment or be unexported (golint)
    • Line 126: warning: exported type Content should have comment or be unexported (golint)
    • Line 136: warning: exported type ListObjectsOutput should have comment or be unexported (golint)
    • Line 151: warning: exported type ListVersionsInput should have comment or be unexported (golint)
    • Line 158: warning: exported type Version should have comment or be unexported (golint)
    • Line 165: warning: exported type DeleteMarker should have comment or be unexported (golint)
    • Line 175: warning: exported type ListVersionsOutput should have comment or be unexported (golint)
    • Line 193: warning: exported type ListMultipartUploadsInput should have comment or be unexported (golint)
    • Line 202: warning: exported type Upload should have comment or be unexported (golint)
    • Line 212: warning: exported type ListMultipartUploadsOutput should have comment or be unexported (golint)
    • Line 228: warning: exported type BucketQuota should have comment or be unexported (golint)
    • Line 233: warning: exported type SetBucketQuotaInput should have comment or be unexported (golint)
    • Line 238: warning: exported type GetBucketQuotaOutput should have comment or be unexported (golint)
    • Line 243: warning: exported type GetBucketStorageInfoOutput should have comment or be unexported (golint)
    • Line 258: warning: exported type GetBucketLocationOutput should have comment or be unexported (golint)
    • Line 263: warning: exported type Grantee should have comment or be unexported (golint)
    • Line 279: warning: exported type Grant should have comment or be unexported (golint)
    • Line 292: warning: exported type AccessControlPolicy should have comment or be unexported (golint)
    • Line 305: warning: exported type GetBucketAclOutput should have comment or be unexported (golint)
    • Line 315: warning: exported type SetBucketAclInput should have comment or be unexported (golint)
    • Line 321: warning: exported type SetBucketPolicyInput should have comment or be unexported (golint)
    • Line 326: warning: exported type GetBucketPolicyOutput should have comment or be unexported (golint)
    • Line 331: warning: exported type CorsRule should have comment or be unexported (golint)
    • Line 341: warning: exported type BucketCors should have comment or be unexported (golint)
    • Line 346: warning: exported type SetBucketCorsInput should have comment or be unexported (golint)
    • Line 351: warning: exported type GetBucketCorsOutput should have comment or be unexported (golint)
    • Line 356: warning: exported type BucketVersioningConfiguration should have comment or be unexported (golint)
    • Line 361: warning: exported type SetBucketVersioningInput should have comment or be unexported (golint)
    • Line 366: warning: exported type GetBucketVersioningOutput should have comment or be unexported (golint)
    • Line 371: warning: exported type IndexDocument should have comment or be unexported (golint)
    • Line 375: warning: exported type ErrorDocument should have comment or be unexported (golint)
    • Line 379: warning: exported type Condition should have comment or be unexported (golint)
    • Line 385: warning: exported type Redirect should have comment or be unexported (golint)
    • Line 394: warning: exported type RoutingRule should have comment or be unexported (golint)
    • Line 400: warning: exported type RedirectAllRequestsTo should have comment or be unexported (golint)
    • Line 406: warning: exported type BucketWebsiteConfiguration should have comment or be unexported (golint)
    • Line 414: warning: exported type SetBucketWebsiteConfigurationInput should have comment or be unexported (golint)
    • Line 419: warning: exported type GetBucketWebsiteConfigurationOutput should have comment or be unexported (golint)
    • Line 424: warning: exported type GetBucketMetadataInput should have comment or be unexported (golint)
    • Line 430: warning: exported type SetObjectMetadataInput should have comment or be unexported (golint)
    • Line 446: warning: exported type SetObjectMetadataOutput should have comment or be unexported (golint)
    • Line 460: warning: exported type GetBucketMetadataOutput should have comment or be unexported (golint)
    • Line 473: warning: exported type BucketLoggingStatus should have comment or be unexported (golint)
    • Line 481: warning: exported type SetBucketLoggingConfigurationInput should have comment or be unexported (golint)
    • Line 486: warning: exported type GetBucketLoggingConfigurationOutput should have comment or be unexported (golint)
    • Line 491: warning: exported type Transition should have comment or be unexported (golint)
    • Line 498: warning: exported type Expiration should have comment or be unexported (golint)
    • Line 504: warning: exported type NoncurrentVersionTransition should have comment or be unexported (golint)
    • Line 510: warning: exported type NoncurrentVersionExpiration should have comment or be unexported (golint)
    • Line 515: warning: exported type LifecycleRule should have comment or be unexported (golint)
    • Line 525: warning: exported type BucketLifecyleConfiguration should have comment or be unexported (golint)
    • Line 530: warning: exported type SetBucketLifecycleConfigurationInput should have comment or be unexported (golint)
    • Line 535: warning: exported type GetBucketLifecycleConfigurationOutput should have comment or be unexported (golint)
    • Line 560: warning: exported type Tag should have comment or be unexported (golint)
    • Line 566: warning: exported type BucketTagging should have comment or be unexported (golint)
    • Line 571: warning: exported type SetBucketTaggingInput should have comment or be unexported (golint)
    • Line 576: warning: exported type GetBucketTaggingOutput should have comment or be unexported (golint)
    • Line 581: warning: exported type FilterRule should have comment or be unexported (golint)
    • Line 587: warning: exported type TopicConfiguration should have comment or be unexported (golint)
    • Line 595: warning: exported type BucketNotification should have comment or be unexported (golint)
    • Line 600: warning: exported type SetBucketNotificationInput should have comment or be unexported (golint)
    • Line 623: warning: exported type GetBucketNotificationOutput should have comment or be unexported (golint)
    • Line 628: warning: exported type DeleteObjectInput should have comment or be unexported (golint)
    • Line 634: warning: exported type DeleteObjectOutput should have comment or be unexported (golint)
    • Line 640: warning: exported type ObjectToDelete should have comment or be unexported (golint)
    • Line 646: warning: exported type DeleteObjectsInput should have comment or be unexported (golint)
    • Line 653: warning: exported type Deleted should have comment or be unexported (golint)
    • Line 661: warning: exported type Error should have comment or be unexported (golint)
    • Line 669: warning: exported type DeleteObjectsOutput should have comment or be unexported (golint)
    • Line 676: warning: exported type SetObjectAclInput should have comment or be unexported (golint)
    • Line 684: warning: exported type GetObjectAclInput should have comment or be unexported (golint)
    • Line 690: warning: exported type GetObjectAclOutput should have comment or be unexported (golint)
    • Line 696: warning: exported type RestoreObjectInput should have comment or be unexported (golint)
    • Line 705: warning: exported type ISseHeader should have comment or be unexported (golint)
    • Line 710: warning: exported type SseKmsHeader should have comment or be unexported (golint)
    • Line 716: warning: exported type SseCHeader should have comment or be unexported (golint)
    • Line 722: warning: exported type GetObjectMetadataInput should have comment or be unexported (golint)
    • Line 731: warning: exported type GetObjectMetadataOutput should have comment or be unexported (golint)
    • Line 753: warning: exported type GetObjectInput should have comment or be unexported (golint)
    • Line 770: warning: exported type GetObjectOutput should have comment or be unexported (golint)
    • Line 781: warning: exported type ObjectOperationInput should have comment or be unexported (golint)
    • Line 796: warning: exported type PutObjectBasicInput should have comment or be unexported (golint)
    • Line 803: warning: exported type PutObjectInput should have comment or be unexported (golint)
    • Line 808: warning: exported type PutFileInput should have comment or be unexported (golint)
    • Line 813: warning: exported type PutObjectOutput should have comment or be unexported (golint)
    • Line 821: warning: exported type CopyObjectInput should have comment or be unexported (golint)
    • Line 841: warning: exported type CopyObjectOutput should have comment or be unexported (golint)
    • Line 851: warning: exported type AbortMultipartUploadInput should have comment or be unexported (golint)
    • Line 857: warning: exported type InitiateMultipartUploadInput should have comment or be unexported (golint)
    • Line 862: warning: exported type InitiateMultipartUploadOutput should have comment or be unexported (golint)
    • Line 871: warning: exported type UploadPartInput should have comment or be unexported (golint)
    • Line 884: warning: exported type UploadPartOutput should have comment or be unexported (golint)
    • Line 891: warning: exported type Part should have comment or be unexported (golint)
    • Line 899: warning: exported type CompleteMultipartUploadInput should have comment or be unexported (golint)
    • Line 907: warning: exported type CompleteMultipartUploadOutput should have comment or be unexported (golint)
    • Line 918: warning: exported type ListPartsInput should have comment or be unexported (golint)
    • Line 926: warning: exported type ListPartsOutput should have comment or be unexported (golint)
    • Line 942: warning: exported type CopyPartInput should have comment or be unexported (golint)
    • Line 956: warning: exported type CopyPartOutput should have comment or be unexported (golint)
    • Line 965: warning: exported type CreateSignedUrlInput should have comment or be unexported (golint)
    • Line 975: warning: exported type CreateSignedUrlOutput should have comment or be unexported (golint)
    • Line 980: warning: exported type CreateBrowserBasedSignatureInput should have comment or be unexported (golint)
    • Line 987: warning: exported type CreateBrowserBasedSignatureOutput should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/antiddos/v1/antiddos/testing/fixtures.go
    • Line 14: warning: exported const CreateOutput should have comment or be unexported (golint)
    • Line 22: warning: exported const CreateRequest should have comment or be unexported (golint)
    • Line 32: warning: exported var CreateResponse should have comment or be unexported (golint)
    • Line 38: warning: exported function HandleCreateSuccessfully should have comment or be unexported (golint)
    • Line 49: warning: exported var DeleteResponse should have comment or be unexported (golint)
    • Line 55: warning: exported const DeleteOutput should have comment or be unexported (golint)
    • Line 63: warning: exported function HandleDeleteSuccessfully should have comment or be unexported (golint)
    • Line 73: warning: exported var GetResponse should have comment or be unexported (golint)
    • Line 81: warning: exported const GetOutput should have comment or be unexported (golint)
    • Line 91: warning: exported function HandleGetSuccessfully should have comment or be unexported (golint)
    • Line 101: warning: exported const UpdateOutput should have comment or be unexported (golint)
    • Line 109: warning: exported const UpdateRequest should have comment or be unexported (golint)
    • Line 119: warning: exported var UpdateResponse should have comment or be unexported (golint)
    • Line 125: warning: exported function HandleUpdateSuccessfully should have comment or be unexported (golint)
    • Line 136: warning: exported var ListStatusResponse should have comment or be unexported (golint)
    • Line 145: warning: exported const ListStatusOutput should have comment or be unexported (golint)
    • Line 157: warning: exported function HandleListStatusSuccessfully should have comment or be unexported (golint)
    • Line 174: warning: exported var ListConfigsResponse should have comment or be unexported (golint)
    • Line 339: warning: exported var ListConfigsOutput should have comment or be unexported (golint)
    • Line 461: warning: exported function HandleListConfigsSuccessfully should have comment or be unexported (golint)
    • Line 471: warning: exported var WeeklyReportOutput should have comment or be unexported (golint)
    • Line 536: warning: exported var WeeklyReportResponse should have comment or be unexported (golint)
    • Line 595: warning: exported function HandleWeeklyReportSuccessfully should have comment or be unexported (golint)
    • Line 605: warning: exported var ListLogsOutput should have comment or be unexported (golint)
    • Line 621: warning: exported var ListLogsResponse should have comment or be unexported (golint)
    • Line 632: warning: exported function HandleListLogsSuccessfully should have comment or be unexported (golint)
    • Line 642: warning: exported var GetStatusOutput should have comment or be unexported (golint)
    • Line 644: warning: exported var GetStatusResponse should have comment or be unexported (golint)
    • Line 648: warning: exported function HandleGetStatusSuccessfully should have comment or be unexported (golint)
    • Line 658: warning: exported var DailyReportOutput should have comment or be unexported (golint)
    • Line 694: warning: exported var DailyReportResponse should have comment or be unexported (golint)
    • Line 724: warning: exported function HandleDailyReportSuccessfully should have comment or be unexported (golint)
    • Line 734: warning: exported var GetTaskOutput should have comment or be unexported (golint)
    • Line 741: warning: exported var GetTaskResponse should have comment or be unexported (golint)
    • Line 746: warning: exported function HandleGetTaskSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/imageservice/v2/images/types.go
    • Line 67: warning: comment on exported type ImageMemberStatus should be of the form "ImageMemberStatus ..." (with optional leading article) (golint)
    • Line 78: warning: comment on exported const ImageMemberStatusRejected should be of the form "ImageMemberStatusRejected ..." (golint)
    • Line 81: warning: comment on exported const ImageMemberStatusAll should be of the form "ImageMemberStatusAll ..." (golint)
    • Line 90: warning: exported const FilterGT should have comment (or a comment on this block) or be unexported (golint)
    • gophertelekomcloud/openstack/rts/v1/softwaredeployment/testing/fixtures.go
    • Line 48: warning: comment on exported var ListExpected should be of the form "ListExpected ..." (golint)
    • Line 68: warning: comment on exported const ListOutput should be of the form "ListOutput ..." (golint)
    • Line 91: warning: exported function HandleListSuccessfully should have comment or be unexported (golint)
    • Line 141: warning: comment on exported var UpdateExpected should be of the form "UpdateExpected ..." (golint)
    • Line 153: warning: comment on exported const UpdateOutput should be of the form "UpdateOutput ..." (golint)
    • gophertelekomcloud/openstack/networking/v2/subnets/testing/fixtures.go
    • Line 7: warning: exported const SubnetListResult should have comment or be unexported (golint)
    • Line 87: warning: exported var Subnet1 should have comment or be unexported (golint)
    • Line 106: warning: exported var Subnet2 should have comment or be unexported (golint)
    • Line 125: warning: exported var Subnet3 should have comment or be unexported (golint)
    • Line 144: warning: exported var Subnet4 should have comment or be unexported (golint)
    • Line 164: warning: exported const SubnetGetResult should have comment or be unexported (golint)
    • Line 188: warning: exported const SubnetCreateRequest should have comment or be unexported (golint)
    • Line 208: warning: exported const SubnetCreateResult should have comment or be unexported (golint)
    • Line 232: warning: exported const SubnetCreateWithNoGatewayRequest should have comment or be unexported (golint)
    • Line 249: warning: exported const SubnetCreateWithNoGatewayResponse should have comment or be unexported (golint)
    • Line 271: warning: exported const SubnetCreateWithDefaultGatewayRequest should have comment or be unexported (golint)
    • Line 287: warning: exported const SubnetCreateWithDefaultGatewayResponse should have comment or be unexported (golint)
    • Line 308: warning: exported const SubnetCreateWithIPv6RaAddressModeRequest should have comment or be unexported (golint)
    • Line 320: warning: exported const SubnetCreateWithIPv6RaAddressModeResponse should have comment or be unexported (golint)
    • Line 339: warning: exported const SubnetCreateRequestWithNoCIDR should have comment or be unexported (golint)
    • Line 351: warning: exported const SubnetUpdateRequest should have comment or be unexported (golint)
    • Line 361: warning: exported const SubnetUpdateResponse should have comment or be unexported (golint)
    • Line 384: warning: exported const SubnetUpdateGatewayRequest should have comment or be unexported (golint)
    • Line 393: warning: exported const SubnetUpdateGatewayResponse should have comment or be unexported (golint)
    • Line 416: warning: exported const SubnetUpdateRemoveGatewayRequest should have comment or be unexported (golint)
    • Line 425: warning: exported const SubnetUpdateRemoveGatewayResponse should have comment or be unexported (golint)
    • Line 448: warning: exported const SubnetUpdateHostRoutesRequest should have comment or be unexported (golint)
    • Line 462: warning: exported const SubnetUpdateHostRoutesResponse should have comment or be unexported (golint)
    • Line 490: warning: exported const SubnetUpdateRemoveHostRoutesRequest should have comment or be unexported (golint)
    • Line 498: warning: exported const SubnetUpdateRemoveHostRoutesResponse should have comment or be unexported (golint)
    • Line 521: warning: exported const SubnetUpdateAllocationPoolRequest should have comment or be unexported (golint)
    • Line 535: warning: exported const SubnetUpdateAllocationPoolResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/antiddos/v1/antiddos/requests.go
    • Line 11: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 28: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 32: warning: exported method CreateOpts.ToCreateMap should have comment or be unexported (golint)
    • Line 40: warning: exported function Create should have comment or be unexported (golint)
    • Line 53: warning: exported function DailyReport should have comment or be unexported (golint)
    • Line 61: warning: exported function Delete should have comment or be unexported (golint)
    • Line 70: warning: exported function Get should have comment or be unexported (golint)
    • Line 78: warning: exported function GetStatus should have comment or be unexported (golint)
    • Line 86: warning: exported type GetTaskOpts should have comment or be unexported (golint)
    • Line 91: warning: exported type GetTaskOptsBuilder should have comment or be unexported (golint)
    • Line 95: warning: exported method GetTaskOpts.ToGetTaskQuery should have comment or be unexported (golint)
    • Line 103: warning: exported function GetTask should have comment or be unexported (golint)
    • Line 120: warning: exported function ListConfigs should have comment or be unexported (golint)
    • Line 128: warning: exported type ListLogsOpts should have comment or be unexported (golint)
    • Line 139: warning: exported type ListLogsOptsBuilder should have comment or be unexported (golint)
    • Line 143: warning: exported method ListLogsOpts.ToListLogsQuery should have comment or be unexported (golint)
    • Line 151: warning: exported function ListLogs should have comment or be unexported (golint)
    • Line 168: warning: exported type ListStatusOpts should have comment or be unexported (golint)
    • Line 208: warning: exported function FilterDdosStatus should have comment or be unexported (golint)
    • Line 244: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 261: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 265: warning: exported method UpdateOpts.ToUpdateMap should have comment or be unexported (golint)
    • Line 273: warning: exported function Update should have comment or be unexported (golint)
    • Line 286: warning: exported type WeeklyReportOpts should have comment or be unexported (golint)
    • Line 292: warning: exported type WeeklyReportOptsBuilder should have comment or be unexported (golint)
    • Line 296: warning: exported method WeeklyReportOpts.ToWeeklyReportQuery should have comment or be unexported (golint)
    • Line 300: warning: exported function WeeklyReport should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cbr/v3/vaults/requests.go
    • Line 9: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 13: warning: exported type BillingCreateExtraInfo should have comment or be unexported (golint)
    • Line 22: warning: exported type BillingCreate should have comment or be unexported (golint)
    • Line 56: warning: exported type ResourceExtraInfoIncludeVolumes should have comment or be unexported (golint)
    • Line 63: warning: exported type ResourceExtraInfo should have comment or be unexported (golint)
    • Line 71: warning: exported type ResourceCreate should have comment or be unexported (golint)
    • Line 83: warning: exported type Tag should have comment or be unexported (golint)
    • Line 87: warning: exported type VaultBindRules should have comment or be unexported (golint)
    • Line 92: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 120: warning: exported method CreateOpts.ToVaultCreateMap should have comment or be unexported (golint)
    • Line 124: warning: exported function Create should have comment or be unexported (golint)
    • Line 137: warning: exported function Delete should have comment or be unexported (golint)
    • Line 142: warning: exported function Get should have comment or be unexported (golint)
    • Line 147: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 151: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 155: warning: exported type BillingUpdate should have comment or be unexported (golint)
    • Line 159: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 167: warning: exported method UpdateOpts.ToVaultUpdateMap should have comment or be unexported (golint)
    • Line 171: warning: exported function Update should have comment or be unexported (golint)
    • Line 183: warning: exported type BindPolicyOptsBuilder should have comment or be unexported (golint)
    • Line 187: warning: exported type BindPolicyOpts should have comment or be unexported (golint)
    • Line 191: warning: exported method BindPolicyOpts.ToBindPolicyMap should have comment or be unexported (golint)
    • Line 195: warning: exported function BindPolicy should have comment or be unexported (golint)
    • Line 207: warning: exported function UnbindPolicy should have comment or be unexported (golint)
    • Line 219: warning: exported type AssociateResourcesOptsBuilder should have comment or be unexported (golint)
    • Line 222: warning: exported type AssociateResourcesOpts should have comment or be unexported (golint)
    • Line 226: warning: exported method AssociateResourcesOpts.ToAssociateResourcesMap should have comment or be unexported (golint)
    • Line 230: warning: exported function AssociateResources should have comment or be unexported (golint)
    • Line 242: warning: exported type DissociateResourcesOptsBuilder should have comment or be unexported (golint)
    • Line 245: warning: exported type DissociateResourcesOpts should have comment or be unexported (golint)
    • Line 249: warning: exported method DissociateResourcesOpts.ToDissociateResourcesMap should have comment or be unexported (golint)
    • Line 253: warning: exported function DissociateResources should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v1/tags/requests.go
    • Line 7: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 11: warning: comment on exported type CreateOpts should be of the form "CreateOpts ..." (with optional leading article) (golint)
    • Line 19: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 36: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 40: warning: exported type DeleteOptsBuilder should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/ces/v1/metricdata/requests.go
    • Line 13: warning: exported type Metric should have comment or be unexported (golint)
    • Line 49: warning: comment on exported function BatchQuery should be of the form "BatchQuery ..." (golint)
    • Line 61: warning: exported type AddMetricDataOpts should have comment or be unexported (golint)
    • Line 63: warning: exported type GetEventDataOpts should have comment or be unexported (golint)
    • Line 78: warning: exported type GetOpts should have comment or be unexported (golint)
    • Line 97: warning: exported type AddMetricDataItem should have comment or be unexported (golint)
    • Line 112: warning: comment on exported type MetricInfo should be of the form "MetricInfo ..." (with optional leading article) (golint)
    • Line 122: warning: comment on exported type MetricsDimension should be of the form "MetricsDimension ..." (with optional leading article) (golint)
    • Line 130: warning: exported method AddMetricDataItem.ToMap should have comment or be unexported (golint)
    • Line 134: warning: exported type AddMetricDataOptsBuilder should have comment or be unexported (golint)
    • Line 138: warning: exported method AddMetricDataOpts.ToAddMetricDataMap should have comment or be unexported (golint)
    • Line 150: warning: exported function AddMetricData should have comment or be unexported (golint)
    • Line 163: warning: exported function GetEventData should have comment or be unexported (golint)
    • Line 177: warning: exported function Get should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/compute/v2/flavors/testing/fixtures.go
    • Line 52: warning: exported function HandleExtraSpecsListSuccessfully should have comment or be unexported (golint)
    • Line 64: warning: exported function HandleExtraSpecGetSuccessfully should have comment or be unexported (golint)
    • Line 76: warning: exported function HandleExtraSpecsCreateSuccessfully should have comment or be unexported (golint)
    • Line 94: warning: exported function HandleExtraSpecUpdateSuccessfully should have comment or be unexported (golint)
    • Line 109: warning: exported function HandleExtraSpecDeleteSuccessfully should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/evs/v2/tags/requests.go
    • Line 20: warning: comment on exported method CreateOpts.ToTagsCreateMap should be of the form "ToTagsCreateMap ..." (golint)
    • Line 32: warning: don't use underscores in Go names; func parameter resource_type should be resourceType (golint)
    • Line 32: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter resource_type should be resourceType (golint)
    • Line 43: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • Line 49: warning: don't use underscores in Go names; func parameter resource_type should be resourceType (golint)
    • Line 49: warning: don't use underscores in Go names; func parameter resource_id should be resourceID (golint)
    • gophertelekomcloud/openstack/networking/v2/bandwidths/urls.go
    • Line 5: warning: exported function PostURL should have comment or be unexported (golint)
    • Line 9: warning: exported function BatchPostURL should have comment or be unexported (golint)
    • Line 12: warning: exported function UpdateURL should have comment or be unexported (golint)
    • Line 16: warning: exported function DeleteURL should have comment or be unexported (golint)
    • Line 20: warning: exported function InsertURL should have comment or be unexported (golint)
    • Line 24: warning: exported function RemoveURL should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/autoscaling/v1/configurations/requests.go
    • Line 11: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 15: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 20: warning: exported method CreateOpts.ToConfigurationCreateMap should have comment or be unexported (golint)
    • Line 69: warning: exported type PersonalityOpts should have comment or be unexported (golint)
    • Line 74: warning: exported type PublicIpOpts should have comment or be unexported (golint)
    • Line 78: warning: exported type EipOpts should have comment or be unexported (golint)
    • Line 83: warning: exported type BandwidthOpts should have comment or be unexported (golint)
    • Line 89: warning: exported type SecurityGroupOpts should have comment or be unexported (golint)
    • Line 114: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • Line 120: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 124: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 131: warning: exported method ListOpts.ToConfigurationListQuery should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/extensions/volumeactions/testing/fixtures.go
    • Line 12: warning: exported function MockAttachResponse should have comment or be unexported (golint)
    • Line 37: warning: exported function MockBeginDetachingResponse should have comment or be unexported (golint)
    • Line 57: warning: exported function MockDetachResponse should have comment or be unexported (golint)
    • Line 77: warning: exported function MockUploadImageResponse should have comment or be unexported (golint)
    • Line 129: warning: exported function MockReserveResponse should have comment or be unexported (golint)
    • Line 149: warning: exported function MockUnreserveResponse should have comment or be unexported (golint)
    • Line 169: warning: exported function MockInitializeConnectionResponse should have comment or be unexported (golint)
    • Line 226: warning: exported function MockTerminateConnectionResponse should have comment or be unexported (golint)
    • Line 257: warning: exported function MockExtendSizeResponse should have comment or be unexported (golint)
    • Line 280: warning: exported function MockForceDeleteResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/swr/v2/repositories/results.go
    • Line 8: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 12: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 16: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 20: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 24: warning: exported type ImageRepository should have comment or be unexported (golint)
    • Line 44: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 50: warning: exported type RepositoryPage should have comment or be unexported (golint)
    • Line 54: warning: exported function ExtractRepositories should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cts/v1/tracker/requests.go
    • Line 35: warning: exported function FilterTracker should have comment or be unexported (golint)
    • Line 98: warning: exported type SimpleMessageNotification should have comment or be unexported (golint)
    • Line 160: warning: exported method UpdateOpts.ToTrackerUpdateMap should have comment or be unexported (golint)
    • Line 164: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sdrs/v1/protectedinstances/results_job.go
    • Line 10: warning: exported type JobResponse should have comment or be unexported (golint)
    • Line 14: warning: exported type JobStatus should have comment or be unexported (golint)
    • Line 27: warning: exported type JobEntity should have comment or be unexported (golint)
    • Line 32: warning: exported type SubJob should have comment or be unexported (golint)
    • Line 51: warning: exported type JobResult should have comment or be unexported (golint)
    • Line 55: warning: exported method JobResult.ExtractJobResponse should have comment or be unexported (golint)
    • Line 61: warning: exported method JobResult.ExtractJobStatus should have comment or be unexported (golint)
    • Line 67: warning: exported function WaitForJobSuccess should have comment or be unexported (golint)
    • Line 88: warning: exported function GetJobEntity should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/blockstorage/v3/snapshots/testing/fixtures.go
    • Line 12: warning: exported function MockListResponse should have comment or be unexported (golint)
    • Line 61: warning: exported function MockGetResponse should have comment or be unexported (golint)
    • Line 84: warning: exported function MockCreateResponse should have comment or be unexported (golint)
    • Line 119: warning: exported function MockUpdateMetadataResponse should have comment or be unexported (golint)
    • Line 142: warning: exported function MockDeleteResponse should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/elb/backendecs/requests.go
    • Line 53: warning: exported type GetOptsBuilder should have comment or be unexported (golint)
    • Line 86: warning: comment on exported type DeleteOptsBuilder should be of the form "DeleteOptsBuilder ..." (with optional leading article) (golint)
    • Line 97: warning: exported type RemoveMemberField should have comment or be unexported (golint)
    • Line 101: warning: exported type DeleteOpts should have comment or be unexported (golint)
    • Line 105: warning: comment on exported method DeleteOpts.ToBackendECSDeleteMap should be of the form "ToBackendECSDeleteMap ..." (golint)
    • Line 117: warning: comment on exported function Delete should be of the form "Delete ..." (golint)
    • gophertelekomcloud/openstack/rts/v1/stacks/errors.go
    • Line 9: warning: exported type ErrInvalidEnvironment should have comment or be unexported (golint)
    • Line 18: warning: exported type ErrInvalidDataFormat should have comment or be unexported (golint)
    • Line 26: warning: exported type ErrInvalidTemplateFormatVersion should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cce/v3/clusters/results.go
    • Line 9: warning: exported type ListCluster should have comment or be unexported (golint)
    • Line 18: warning: exported type Clusters should have comment or be unexported (golint)
    • Line 31: warning: comment on exported type MetaData should be of the form "MetaData ..." (with optional leading article) (golint)
    • Line 43: warning: comment on exported type Spec should be of the form "Spec ..." (with optional leading article) (golint)
    • Line 72: warning: comment on exported type HostNetworkSpec should be of the form "HostNetworkSpec ..." (with optional leading article) (golint)
    • Line 85: warning: comment on exported type ContainerNetworkSpec should be of the form "ContainerNetworkSpec ..." (with optional leading article) (golint)
    • Line 93: warning: comment on exported type AuthenticationSpec should be of the form "AuthenticationSpec ..." (with optional leading article) (golint)
    • Line 100: warning: exported type Status should have comment or be unexported (golint)
    • Line 113: warning: exported type Conditions should have comment or be unexported (golint)
    • Line 122: warning: exported type Endpoints should have comment or be unexported (golint)
    • Line 135: warning: exported type Certificate should have comment or be unexported (golint)
    • Line 150: warning: exported type CertClusters should have comment or be unexported (golint)
    • Line 157: warning: exported type CertCluster should have comment or be unexported (golint)
    • Line 164: warning: exported type CertUsers should have comment or be unexported (golint)
    • Line 171: warning: exported type CertUser should have comment or be unexported (golint)
    • Line 178: warning: exported type CertContexts should have comment or be unexported (golint)
    • Line 185: warning: exported type CertContext should have comment or be unexported (golint)
    • Line 285: warning: exported type GetCertResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v1/flowlogs/results.go
    • Line 8: warning: comment on exported type FlowLog should be of the form "FlowLog ..." (with optional leading article) (golint)
    • Line 91: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 95: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 101: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 105: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 109: warning: exported method GetResult.Extract should have comment or be unexported (golint)
    • Line 115: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 119: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/swr/v2/repositories/requests.go
    • Line 10: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 14: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 23: warning: exported method CreateOpts.ToRepositoryCreateMap should have comment or be unexported (golint)
    • Line 38: warning: exported function Delete should have comment or be unexported (golint)
    • Line 43: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 47: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 69: warning: exported method ListOpts.ToRepositoryListQuery should have comment or be unexported (golint)
    • Line 86: warning: exported function List should have comment or be unexported (golint)
    • Line 101: warning: exported function Get should have comment or be unexported (golint)
    • Line 106: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 110: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 116: warning: exported method UpdateOpts.ToRepositoryUpdateMap should have comment or be unexported (golint)
    • Line 120: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/rds/v3/instances/requests.go
    • Line 10: warning: exported type CreateRdsOpts should have comment or be unexported (golint)
    • Line 31: warning: exported type CreateReplicaOpts should have comment or be unexported (golint)
    • Line 43: warning: exported type Datastore should have comment or be unexported (golint)
    • Line 48: warning: exported type Ha should have comment or be unexported (golint)
    • Line 53: warning: exported type BackupStrategy should have comment or be unexported (golint)
    • Line 58: warning: exported type Volume should have comment or be unexported (golint)
    • Line 63: warning: exported type ChargeInfo should have comment or be unexported (golint)
    • Line 71: warning: exported type CreateRdsBuilder should have comment or be unexported (golint)
    • Line 75: warning: exported method CreateRdsOpts.ToInstancesCreateMap should have comment or be unexported (golint)
    • Line 83: warning: exported function Create should have comment or be unexported (golint)
    • Line 96: warning: exported type CreateReplicaBuilder should have comment or be unexported (golint)
    • Line 100: warning: exported method CreateReplicaOpts.ToCreateReplicaMap should have comment or be unexported (golint)
    • Line 108: warning: exported function CreateReplica should have comment or be unexported (golint)
    • Line 122: warning: exported type DeleteInstance should have comment or be unexported (golint)
    • Line 126: warning: exported type DeleteInstanceBuilder should have comment or be unexported (golint)
    • Line 130: warning: exported method DeleteInstance.ToInstancesDeleteMap should have comment or be unexported (golint)
    • Line 138: warning: exported function Delete should have comment or be unexported (golint)
    • Line 146: warning: exported type RestartRdsInstanceOpts should have comment or be unexported (golint)
    • Line 150: warning: exported type RestartRdsInstanceBuilder should have comment or be unexported (golint)
    • Line 154: warning: exported method RestartRdsInstanceOpts.ToRestartRdsInstanceMap should have comment or be unexported (golint)
    • Line 162: warning: exported function Restart should have comment or be unexported (golint)
    • Line 175: warning: exported type ListRdsInstanceOpts should have comment or be unexported (golint)
    • Line 186: warning: exported type ListRdsBuilder should have comment or be unexported (golint)
    • Line 190: warning: exported method ListRdsInstanceOpts.ToRdsListDetailQuery should have comment or be unexported (golint)
    • Line 198: warning: exported function List should have comment or be unexported (golint)
    • Line 218: warning: exported type SingleToHaRdsOpts should have comment or be unexported (golint)
    • Line 222: warning: exported type SingleToHaRds should have comment or be unexported (golint)
    • Line 227: warning: exported type SingleToRdsHaBuilder should have comment or be unexported (golint)
    • Line 231: warning: exported method SingleToHaRdsOpts.ToSingleToRdsHaMap should have comment or be unexported (golint)
    • Line 239: warning: exported function SingleToHa should have comment or be unexported (golint)
    • Line 252: warning: exported type SpecCode should have comment or be unexported (golint)
    • Line 256: warning: exported type ResizeFlavorOpts should have comment or be unexported (golint)
    • Line 260: warning: exported type ResizeFlavorBuilder should have comment or be unexported (golint)
    • Line 264: warning: exported method ResizeFlavorOpts.ResizeFlavorMap should have comment or be unexported (golint)
    • Line 272: warning: exported function Resize should have comment or be unexported (golint)
    • Line 285: warning: exported type EnlargeVolumeRdsOpts should have comment or be unexported (golint)
    • Line 289: warning: exported type EnlargeVolumeSize should have comment or be unexported (golint)
    • Line 293: warning: exported type EnlargeVolumeBuilder should have comment or be unexported (golint)
    • Line 297: warning: exported method EnlargeVolumeRdsOpts.ToEnlargeVolumeMap should have comment or be unexported (golint)
    • Line 305: warning: exported function EnlargeVolume should have comment or be unexported (golint)
    • Line 318: warning: exported type DbErrorlogOpts should have comment or be unexported (golint)
    • Line 326: warning: exported type DbErrorlogBuilder should have comment or be unexported (golint)
    • Line 330: warning: exported method DbErrorlogOpts.DbErrorlogQuery should have comment or be unexported (golint)
    • Line 338: warning: exported function ListErrorLog should have comment or be unexported (golint)
    • Line 358: warning: exported type DbSlowLogOpts should have comment or be unexported (golint)
    • Line 366: warning: exported type DbSlowLogBuilder should have comment or be unexported (golint)
    • Line 370: warning: exported method DbSlowLogOpts.ToDbSlowLogListQuery should have comment or be unexported (golint)
    • Line 378: warning: exported function ListSlowLog should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/client.go
    • Line 593: warning: comment on exported function NewElbV1 should be of the form "NewElbV1 ..." (golint)
    • Line 605: warning: exported function NewCESClient should have comment or be unexported (golint)
    • Line 622: warning: exported function NewRdsTagV1 should have comment or be unexported (golint)
    • Line 741: warning: exported function NewVBSServiceV2 should have comment or be unexported (golint)
    • Line 789: warning: comment on exported function NewWAFV1 should be of the form "NewWAFV1 ..." (golint)
    • gophertelekomcloud/openstack/cbr/v3/policies/requests.go
    • Line 8: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 24: warning: exported type TriggerProperties should have comment or be unexported (golint)
    • Line 29: warning: exported type Trigger should have comment or be unexported (golint)
    • Line 37: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 51: warning: exported method CreateOpts.ToPolicyCreateMap should have comment or be unexported (golint)
    • Line 55: warning: exported function Create should have comment or be unexported (golint)
    • Line 68: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 72: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 77: warning: exported method ListOpts.ToPolicyListQuery should have comment or be unexported (golint)
    • Line 85: warning: exported function List should have comment or be unexported (golint)
    • Line 100: warning: exported function Get should have comment or be unexported (golint)
    • Line 105: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 109: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 116: warning: exported method UpdateOpts.ToPolicyUpdateMap should have comment or be unexported (golint)
    • Line 120: warning: exported function Update should have comment or be unexported (golint)
    • Line 133: warning: exported function Delete should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/bandwidths/results.go
    • Line 7: warning: exported type PrePaid should have comment or be unexported (golint)
    • Line 11: warning: exported type PostPaid should have comment or be unexported (golint)
    • Line 24: warning: exported type PublicipInfo should have comment or be unexported (golint)
    • Line 32: warning: exported type UpdateResult should have comment or be unexported (golint)
    • Line 36: warning: exported method UpdateResult.ExtractOrderID should have comment or be unexported (golint)
    • Line 42: warning: exported method UpdateResult.Extract should have comment or be unexported (golint)
    • Line 50: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 54: warning: exported method CreateResult.Extract should have comment or be unexported (golint)
    • Line 60: warning: exported type BatchCreateResult should have comment or be unexported (golint)
    • Line 64: warning: exported method BatchCreateResult.Extract should have comment or be unexported (golint)
    • Line 70: warning: exported type BandWidth should have comment or be unexported (golint)
    • Line 111: warning: exported type PublicIpinfo should have comment or be unexported (golint)
    • Line 129: warning: exported type DeleteResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/obs/const.go
    • Line 16: warning: don't use underscores in Go names; const obs_sdk_version should be obsSdkVersion (golint)
    • Line 17: warning: exported const USER_AGENT should have comment (or a comment on this block) or be unexported (golint)
    • Line 179: warning: exported type SignatureType should have comment or be unexported (golint)
    • Line 182: warning: exported const SignatureV2 should have comment (or a comment on this block) or be unexported (golint)
    • Line 639: warning: exported type HttpMethodType should have comment or be unexported (golint)
    • Line 642: warning: exported const HttpMethodGet should have comment (or a comment on this block) or be unexported (golint)
    • Line 650: warning: exported type SubResourceType should have comment or be unexported (golint)
    • Line 653: warning: exported const SubResourceStoragePolicy should have comment (or a comment on this block) or be unexported (golint)
    • Line 675: warning: exported type AclType should have comment or be unexported (golint)
    • Line 678: warning: exported const AclPrivate should have comment (or a comment on this block) or be unexported (golint)
    • Line 689: warning: exported type StorageClassType should have comment or be unexported (golint)
    • Line 692: warning: exported const StorageClassStandard should have comment (or a comment on this block) or be unexported (golint)
    • Line 697: warning: exported type PermissionType should have comment or be unexported (golint)
    • Line 700: warning: exported const PermissionRead should have comment (or a comment on this block) or be unexported (golint)
    • Line 707: warning: exported type GranteeType should have comment or be unexported (golint)
    • Line 710: warning: exported const GranteeGroup should have comment (or a comment on this block) or be unexported (golint)
    • Line 714: warning: exported type GroupUriType should have comment or be unexported (golint)
    • Line 717: warning: exported const GroupAllUsers should have comment (or a comment on this block) or be unexported (golint)
    • Line 722: warning: exported type VersioningStatusType should have comment or be unexported (golint)
    • Line 725: warning: exported const VersioningStatusEnabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 729: warning: exported type ProtocolType should have comment or be unexported (golint)
    • Line 732: warning: exported const ProtocolHttp should have comment (or a comment on this block) or be unexported (golint)
    • Line 736: warning: exported type RuleStatusType should have comment or be unexported (golint)
    • Line 739: warning: exported const RuleStatusEnabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 743: warning: exported type RestoreTierType should have comment or be unexported (golint)
    • Line 746: warning: exported const RestoreTierExpedited should have comment (or a comment on this block) or be unexported (golint)
    • Line 751: warning: exported type MetadataDirectiveType should have comment or be unexported (golint)
    • Line 754: warning: exported const CopyMetadata should have comment (or a comment on this block) or be unexported (golint)
    • Line 759: warning: exported type EventType should have comment or be unexported (golint)
    • Line 762: warning: exported const ObjectCreatedAll should have comment (or a comment on this block) or be unexported (golint)
    • gophertelekomcloud/openstack/obs/temporary.go
    • Line 25: warning: exported method ObsClient.CreateSignedUrl should have comment or be unexported (golint)
    • Line 60: warning: exported method ObsClient.CreateBrowserBasedSignature should have comment or be unexported (golint)
    • Line 142: warning: exported method ObsClient.ListBucketsWithSignedUrl should have comment or be unexported (golint)
    • Line 151: warning: exported method ObsClient.CreateBucketWithSignedUrl should have comment or be unexported (golint)
    • Line 160: warning: exported method ObsClient.DeleteBucketWithSignedUrl should have comment or be unexported (golint)
    • Line 169: warning: exported method ObsClient.SetBucketStoragePolicyWithSignedUrl should have comment or be unexported (golint)
    • Line 178: warning: exported method ObsClient.GetBucketStoragePolicyWithSignedUrl should have comment or be unexported (golint)
    • Line 187: warning: exported method ObsClient.ListObjectsWithSignedUrl should have comment or be unexported (golint)
    • Line 200: warning: exported method ObsClient.ListVersionsWithSignedUrl should have comment or be unexported (golint)
    • Line 213: warning: exported method ObsClient.ListMultipartUploadsWithSignedUrl should have comment or be unexported (golint)
    • Line 222: warning: exported method ObsClient.SetBucketQuotaWithSignedUrl should have comment or be unexported (golint)
    • Line 231: warning: exported method ObsClient.GetBucketQuotaWithSignedUrl should have comment or be unexported (golint)
    • Line 240: warning: exported method ObsClient.HeadBucketWithSignedUrl should have comment or be unexported (golint)
    • Line 249: warning: exported method ObsClient.GetBucketMetadataWithSignedUrl should have comment or be unexported (golint)
    • Line 260: warning: exported method ObsClient.GetBucketStorageInfoWithSignedUrl should have comment or be unexported (golint)
    • Line 269: warning: exported method ObsClient.GetBucketLocationWithSignedUrl should have comment or be unexported (golint)
    • Line 278: warning: exported method ObsClient.SetBucketAclWithSignedUrl should have comment or be unexported (golint)
    • Line 287: warning: exported method ObsClient.GetBucketAclWithSignedUrl should have comment or be unexported (golint)
    • Line 296: warning: exported method ObsClient.SetBucketPolicyWithSignedUrl should have comment or be unexported (golint)
    • Line 305: warning: exported method ObsClient.GetBucketPolicyWithSignedUrl should have comment or be unexported (golint)
    • Line 314: warning: exported method ObsClient.DeleteBucketPolicyWithSignedUrl should have comment or be unexported (golint)
    • Line 323: warning: exported method ObsClient.SetBucketCorsWithSignedUrl should have comment or be unexported (golint)
    • Line 332: warning: exported method ObsClient.GetBucketCorsWithSignedUrl should have comment or be unexported (golint)
    • Line 341: warning: exported method ObsClient.DeleteBucketCorsWithSignedUrl should have comment or be unexported (golint)
    • Line 350: warning: exported method ObsClient.SetBucketVersioningWithSignedUrl should have comment or be unexported (golint)
    • Line 359: warning: exported method ObsClient.GetBucketVersioningWithSignedUrl should have comment or be unexported (golint)
    • Line 368: warning: exported method ObsClient.SetBucketWebsiteConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 377: warning: exported method ObsClient.GetBucketWebsiteConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 386: warning: exported method ObsClient.DeleteBucketWebsiteConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 395: warning: exported method ObsClient.SetBucketLoggingConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 404: warning: exported method ObsClient.GetBucketLoggingConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 413: warning: exported method ObsClient.SetBucketLifecycleConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 422: warning: exported method ObsClient.GetBucketLifecycleConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 431: warning: exported method ObsClient.DeleteBucketLifecycleConfigurationWithSignedUrl should have comment or be unexported (golint)
    • Line 440: warning: exported method ObsClient.SetBucketTaggingWithSignedUrl should have comment or be unexported (golint)
    • Line 449: warning: exported method ObsClient.GetBucketTaggingWithSignedUrl should have comment or be unexported (golint)
    • Line 458: warning: exported method ObsClient.DeleteBucketTaggingWithSignedUrl should have comment or be unexported (golint)
    • Line 467: warning: exported method ObsClient.SetBucketNotificationWithSignedUrl should have comment or be unexported (golint)
    • Line 476: warning: exported method ObsClient.GetBucketNotificationWithSignedUrl should have comment or be unexported (golint)
    • Line 485: warning: exported method ObsClient.DeleteObjectWithSignedUrl should have comment or be unexported (golint)
    • Line 496: warning: exported method ObsClient.DeleteObjectsWithSignedUrl should have comment or be unexported (golint)
    • Line 505: warning: exported method ObsClient.SetObjectAclWithSignedUrl should have comment or be unexported (golint)
    • Line 514: warning: exported method ObsClient.GetObjectAclWithSignedUrl should have comment or be unexported (golint)
    • Line 527: warning: exported method ObsClient.RestoreObjectWithSignedUrl should have comment or be unexported (golint)
    • Line 536: warning: exported method ObsClient.GetObjectMetadataWithSignedUrl should have comment or be unexported (golint)
    • Line 547: warning: exported method ObsClient.GetObjectWithSignedUrl should have comment or be unexported (golint)
    • Line 558: warning: exported method ObsClient.PutObjectWithSignedUrl should have comment or be unexported (golint)
    • Line 569: warning: exported method ObsClient.PutFileWithSignedUrl should have comment or be unexported (golint)
    • Line 611: warning: exported method ObsClient.CopyObjectWithSignedUrl should have comment or be unexported (golint)
    • Line 622: warning: exported method ObsClient.AbortMultipartUploadWithSignedUrl should have comment or be unexported (golint)
    • Line 631: warning: exported method ObsClient.InitiateMultipartUploadWithSignedUrl should have comment or be unexported (golint)
    • Line 642: warning: exported method ObsClient.UploadPartWithSignedUrl should have comment or be unexported (golint)
    • Line 653: warning: exported method ObsClient.CompleteMultipartUploadWithSignedUrl should have comment or be unexported (golint)
    • Line 664: warning: exported method ObsClient.ListPartsWithSignedUrl should have comment or be unexported (golint)
    • Line 673: warning: exported method ObsClient.CopyPartWithSignedUrl should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/csbs/v1/backup/results.go
    • Line 12: warning: exported type Checkpoint should have comment or be unexported (golint)
    • Line 21: warning: exported type ProtectionPlan should have comment or be unexported (golint)
    • Line 27: warning: exported type BackupResource should have comment or be unexported (golint)
    • Line 34: warning: exported type ResourceCapability should have comment or be unexported (golint)
    • Line 92: warning: exported type Backup should have comment or be unexported (golint)
    • Line 107: warning: exported type ExtendInfo should have comment or be unexported (golint)
    • Line 131: warning: exported type VMMetadata should have comment or be unexported (golint)
    • Line 142: warning: exported type FailCode should have comment or be unexported (golint)
    • Line 147: warning: exported type VolumeBackup should have comment or be unexported (golint)
    • Line 262: warning: exported type CreateResult should have comment or be unexported (golint)
    • Line 266: warning: exported type DeleteResult should have comment or be unexported (golint)
    • Line 270: warning: exported type GetResult should have comment or be unexported (golint)
    • Line 274: warning: exported type QueryResult should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v1/flowlogs/requests.go
    • Line 77: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 103: warning: exported type CreateOptsBuilder should have comment or be unexported (golint)
    • Line 107: warning: exported method CreateOpts.ToCreateMap should have comment or be unexported (golint)
    • Line 115: warning: exported function Create should have comment or be unexported (golint)
    • Line 126: warning: exported function Delete should have comment or be unexported (golint)
    • Line 132: warning: exported function Get should have comment or be unexported (golint)
    • Line 138: warning: exported type UpdateOpts should have comment or be unexported (golint)
    • Line 151: warning: exported type UpdateOptsBuilder should have comment or be unexported (golint)
    • Line 155: warning: exported method UpdateOpts.ToUpdateMap should have comment or be unexported (golint)
    • Line 163: warning: exported function Update should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sfs_turbo/v1/shares/requests.go
    • Line 69: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 73: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 78: warning: exported method ListOpts.ToShareListQuery should have comment or be unexported (golint)
    • Line 128: warning: exported type ExtendOpts should have comment or be unexported (golint)
    • Line 164: warning: exported type SecurityGroupOpts should have comment or be unexported (golint)
    • Line 169: warning: comment on exported method ChangeSGOpts.ToShareSGMap should be of the form "ToShareSGMap ..." (golint)
    • gophertelekomcloud/openstack/compute/v2/servers/results.go
    • Line 31: warning: exported function ExtractServersInto should have comment or be unexported (golint)
    • Line 228: warning: exported type Fault should have comment or be unexported (golint)
    • Line 235: warning: exported method Server.UnmarshalJSON should have comment or be unexported (golint)
    • Line 268: warning: exported type NIC should have comment or be unexported (golint)
    • Line 276: warning: exported type FixedIP should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/networking/v2/extensions/vpnaas/ipsecpolicies/requests.go
    • Line 8: warning: exported type TransformProtocol should have comment or be unexported (golint)
    • Line 9: warning: exported type AuthAlgorithm should have comment or be unexported (golint)
    • Line 10: warning: exported type EncapsulationMode should have comment or be unexported (golint)
    • Line 11: warning: exported type EncryptionAlgorithm should have comment or be unexported (golint)
    • Line 12: warning: exported type PFS should have comment or be unexported (golint)
    • Line 13: warning: exported type Unit should have comment or be unexported (golint)
    • Line 16: warning: exported const TransformProtocolESP should have comment (or a comment on this block) or be unexported (golint)
    • Line 86: warning: comment on exported type LifetimeCreateOpts should be of the form "LifetimeCreateOpts ..." (with optional leading article) (golint)
    • Line 182: warning: exported type LifetimeUpdateOpts should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/vbs/v2/policies/testing/fixtures.go
    • Line 5: warning: exported const Output should have comment or be unexported (golint)
    • Line 23: warning: exported const UpdateOutput should have comment or be unexported (golint)
    • Line 35: warning: exported const ListOutput should have comment or be unexported (golint)
    • Line 63: warning: exported const AssociateOutput should have comment or be unexported (golint)
    • Line 76: warning: exported const DisssociateOutput should have comment or be unexported (golint)
    • Line 86: warning: exported var ListPolicies should have comment or be unexported (golint)
    • Line 111: warning: exported var Update should have comment or be unexported (golint)
    • Line 122: warning: exported var Expected should have comment or be unexported (golint)
    • Line 133: warning: exported var Associate should have comment or be unexported (golint)
    • Line 144: warning: exported var Disassociate should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/sdrs/v1/protectedinstances/requests.go
    • Line 37: warning: exported type Tags should have comment or be unexported (golint)
    • Line 128: warning: exported type ListOptsBuilder should have comment or be unexported (golint)
    • Line 132: warning: exported type ListOpts should have comment or be unexported (golint)
    • Line 144: warning: exported method ListOpts.ToInstanceListQuery should have comment or be unexported (golint)
    • Line 152: warning: exported function List should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/cce/v3/nodepools/requests.go
    • Line 10: warning: exported var RequestOpts should have comment or be unexported (golint)
    • Line 38: warning: exported function FilterNodePools should have comment or be unexported (golint)
    • Line 75: warning: exported function GetStructNestedField should have comment or be unexported (golint)
    • Line 85: warning: exported type FilterStruct should have comment or be unexported (golint)
    • Line 123: warning: comment on exported type CreateOptsBuilder should be of the form "CreateOptsBuilder ..." (with optional leading article) (golint)
    • Line 193: warning: exported type UpdateNodeTemplate should have comment or be unexported (golint)
    • Line 200: warning: exported type UpdateMetadata should have comment or be unexported (golint)
    • gophertelekomcloud/openstack/dds/v3/instances/requests.go
    • Line 10: warning: exported type CreateOpts should have comment or be unexported (golint)
    • Line 26: warning: exported type DataStore should have comment or be unexported (golint)
    • Line 32: warning: exported type Flavor should have comment or be unexported (golint)
    • Line 40: warning: exported type BackupStrategy should have comment or be unexported (golint)
    • Line 45: warning: exported type CreateInstanceBuilder should have comment or be unexported (golint)
    • Line 49: warning: exported method CreateOpts.ToInstancesCreateMap should have comment or be unexported (golint)
    • Line 57: warning: exported function Create should have comment or be unexported (golint)
    • Line 70: warning: exported type DeleteInstance should have comment or be unexported (golint)
    • Line 74: warning: exported type DeleteInstanceBuilder should have comment or be unexported (golint)
    • Line 78: warning: exported method DeleteInstance.ToInstancesDeleteMap should have comment or be unexported (golint)
    • Line 86: warning: exported function Delete should have comment or be unexported (golint)
    • Line 94: warning: exported type ListInstanceOpts should have comment or be unexported (golint)
    • Line 105: warning: exported type ListInstanceBuilder should have comment or be unexported (golint)
    • Line 109: warning: exported method ListInstanceOpts.ToInstanceListDetailQuery should have comment or be unexported (golint)
    • Line 117: warning: exported function List should have comment or be unexported (golint)
    • Line 146: warning: exported function Update should have comment or be unexported (golint)

gocyclo98%

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.

    • gophertelekomcloud/openstack/obs/trait.go
    • Line 632: warning: cyclomatic complexity 18 of function (CopyObjectInput).trans() is high (> 15) (gocyclo)
    • Line 458: warning: cyclomatic complexity 16 of function (SetObjectMetadataInput).trans() is high (> 15) (gocyclo)
    • Line 103: warning: cyclomatic complexity 16 of function (CreateBucketInput).trans() is high (> 15) (gocyclo)
    • gophertelekomcloud/params.go
    • Line 35: warning: cyclomatic complexity 31 of function BuildRequestBody() is high (> 15) (gocyclo)
    • Line 300: warning: cyclomatic complexity 22 of function BuildQueryString() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!