evalphobia/aws-sdk-go-wrapper

View on GitHub
cloudwatch/response_type.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type MetricStatisticsResponse should have comment or be unexported
Open

type MetricStatisticsResponse struct {
Severity: Minor
Found in cloudwatch/response_type.go by golint

exported function NewDatapoint should have comment or be unexported
Open

func NewDatapoint(d *SDK.Datapoint) Datapoint {
Severity: Minor
Found in cloudwatch/response_type.go by golint

exported function NewMetricStatisticsResponse should have comment or be unexported
Open

func NewMetricStatisticsResponse(out *SDK.GetMetricStatisticsOutput) *MetricStatisticsResponse {
Severity: Minor
Found in cloudwatch/response_type.go by golint

exported type Datapoint should have comment or be unexported
Open

type Datapoint struct {
Severity: Minor
Found in cloudwatch/response_type.go by golint

There are no issues that match your filters.

Category
Status