evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
ssm/type_enum.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type ParameterType should have comment or be unexported
Open

type ParameterType string
Severity: Minor
Found in ssm/type_enum.go by golint

exported type ParameterTier should have comment or be unexported
Open

type ParameterTier string
Severity: Minor
Found in ssm/type_enum.go by golint

exported const ParameterTierStandard should have comment (or a comment on this block) or be unexported
Open

    ParameterTierStandard           ParameterTier = ParameterTier(SDK.ParameterTierStandard)
Severity: Minor
Found in ssm/type_enum.go by golint

exported const ParameterTypeString should have comment (or a comment on this block) or be unexported
Open

    ParameterTypeString       ParameterType = ParameterType(SDK.ParameterTypeString)
Severity: Minor
Found in ssm/type_enum.go by golint

There are no issues that match your filters.

Category
Status