evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
sqs/client_op_list_queue_tags.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewListQueueTagsResult should have comment or be unexported
Open

func NewListQueueTagsResult(o *SDK.ListQueueTagsResponse) *ListQueueTagsResult {
Severity: Minor
Found in sqs/client_op_list_queue_tags.go by golint

exported type ListQueueTagsResult should have comment or be unexported
Open

type ListQueueTagsResult struct {
Severity: Minor
Found in sqs/client_op_list_queue_tags.go by golint

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

func (r ListQueueTagsRequest) ToInput() *SDK.ListQueueTagsInput {
Severity: Minor
Found in sqs/client_op_list_queue_tags.go by golint

There are no issues that match your filters.

Category
Status