evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
sqs/client_op_get_queue_url.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type GetQueueURLResult should have comment or be unexported
Open

type GetQueueURLResult struct {
Severity: Minor
Found in sqs/client_op_get_queue_url.go by golint

exported function NewGetQueueURLResult should have comment or be unexported
Open

func NewGetQueueURLResult(o *SDK.GetQueueUrlResponse) *GetQueueURLResult {
Severity: Minor
Found in sqs/client_op_get_queue_url.go by golint

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

func (r GetQueueURLRequest) ToInput() *SDK.GetQueueUrlInput {
Severity: Minor
Found in sqs/client_op_get_queue_url.go by golint

There are no issues that match your filters.

Category
Status