evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
ssm/client_op_describe_parameters.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DescribeParametersResult should have comment or be unexported
Open

type DescribeParametersResult struct {
Severity: Minor
Found in ssm/client_op_describe_parameters.go by golint

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

func (r DescribeParametersRequest) ToInput() *SDK.DescribeParametersInput {
Severity: Minor
Found in ssm/client_op_describe_parameters.go by golint

exported function NewDescribeParametersResult should have comment or be unexported
Open

func NewDescribeParametersResult(o *SDK.DescribeParametersResponse) *DescribeParametersResult {
Severity: Minor
Found in ssm/client_op_describe_parameters.go by golint

There are no issues that match your filters.

Category
Status