evalphobia/aws-sdk-go-wrapper

View on GitHub
cloudwatch/request_type.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method PutMetricDataInput.AddMetric should have comment or be unexported
Open

func (o *PutMetricDataInput) AddMetric(d MetricDatum) {
Severity: Minor
Found in cloudwatch/request_type.go by golint

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

func (o PutMetricDataInput) ToInput() *SDK.PutMetricDataInput {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported method MetricDatum.ToSDKValue should have comment or be unexported
Open

func (d MetricDatum) ToSDKValue() *SDK.MetricDatum {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported type MetricDatum should have comment or be unexported
Open

type MetricDatum struct {
Severity: Minor
Found in cloudwatch/request_type.go by golint

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

func (o MetricStatisticsInput) ToInput() *SDK.GetMetricStatisticsInput {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported type StatisticSet should have comment or be unexported
Open

type StatisticSet struct {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported type Dimension should have comment or be unexported
Open

type Dimension struct {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported type PutMetricDataInput should have comment or be unexported
Open

type PutMetricDataInput struct {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported type MetricStatisticsInput should have comment or be unexported
Open

type MetricStatisticsInput struct {
Severity: Minor
Found in cloudwatch/request_type.go by golint

exported method StatisticSet.ToSDKValue should have comment or be unexported
Open

func (d StatisticSet) ToSDKValue() *SDK.StatisticSet {
Severity: Minor
Found in cloudwatch/request_type.go by golint

There are no issues that match your filters.

Category
Status