evalphobia/bobo-experiment

View on GitHub
experiment/aws/cloudwatch.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Datapoints should have comment or be unexported
Open

type Datapoints []Datapoint
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

exported type Datapoint should have comment or be unexported
Open

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

exported method Datapoints.GetFirstValue should have comment or be unexported
Open

func (p Datapoints) GetFirstValue() float64 {
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

exported function NewDatapoints should have comment or be unexported
Open

func NewDatapoints(input cloudwatch.MetricStatisticsInput, list []cloudwatch.Datapoint) Datapoints {
Severity: Minor
Found in experiment/aws/cloudwatch.go by golint

There are no issues that match your filters.

Category
Status