evalphobia/aws-sdk-go-wrapper

View on GitHub

Showing 174 of 174 total issues

exported method AttributeValue.ToSDK should have comment or be unexported
Open

func (r AttributeValue) ToSDK() *SDK.AttributeValue {
Severity: Minor
Found in dynamodb/type.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package dynamodb
Severity: Minor
Found in dynamodb/query_result.go by gofmt

exported method EmailInput.ToInput should have comment or be unexported
Open

func (in EmailInput) ToInput() *SDK.SendEmailInput {
Severity: Minor
Found in pinpointemail/type.go by golint

exported method ListObjectsRequest.ToInput should have comment or be unexported
Open

func (r ListObjectsRequest) ToInput() *SDK.ListObjectsV2Input {
Severity: Minor
Found in s3/request_type.go by golint

exported function NewCopyObjectResponse should have comment or be unexported
Open

func NewCopyObjectResponse(out *SDK.CopyObjectOutput) CopyObjectResponse {
Severity: Minor
Found in s3/response_type.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package rekognition
Severity: Minor
Found in rekognition/collection.go by gofmt

exported method Tag.Tag should have comment or be unexported
Open

func (t Tag) Tag() *SDK.Tag {
Severity: Minor
Found in kms/tag.go by golint

exported function NewAttributesResponse should have comment or be unexported
Open

func NewAttributesResponse(apiResponse map[string]*string) AttributesResponse {
Severity: Minor
Found in sqs/response_type.go by golint

exported type ConsumedCapacity should have comment or be unexported
Open

type ConsumedCapacity struct {
Severity: Minor
Found in dynamodb/type.go by golint

exported method CopyObjectRequest.ToInput should have comment or be unexported
Open

func (r CopyObjectRequest) ToInput() *SDK.CopyObjectInput {
Severity: Minor
Found in s3/request_type.go by golint

exported function NewListObjectsResponse should have comment or be unexported
Open

func NewListObjectsResponse(out *SDK.ListObjectsV2Output) ListObjectsResponse {
Severity: Minor
Found in s3/response_type.go by golint

exported function NewPlatformAttributesFromMap should have comment or be unexported
Open

func NewPlatformAttributesFromMap(attr map[string]*string) PlatformAttributes {
Severity: Minor
Found in sns/type.go by golint

exported type EmailInput should have comment or be unexported
Open

type EmailInput struct {
Severity: Minor
Found in pinpointemail/type.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package dynamodb
Severity: Minor
Found in dynamodb/client_op_batch_get_item.go by gofmt
Severity
Category
Status
Source
Language