Skip to content

Commit

Permalink
Format the comments, replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shaochengwang committed Nov 13, 2020
1 parent 9de5124 commit cb4270e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exporter/awsemfexporter/metric_translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ type CWMetricStats struct {
}

// Wrapper interface for:
// - pdata.IntDataPointSlice
// - pdata.DoubleDataPointSlice
// - pdata.IntHistogramDataPointSlice
// - pdata.DoubleHistogramDataPointSlice
// - pdata.IntDataPointSlice
// - pdata.DoubleDataPointSlice
// - pdata.IntHistogramDataPointSlice
// - pdata.DoubleHistogramDataPointSlice
// - pdata.DoubleSummaryDataPointSlice
type DataPoints interface {
Len() int
At(int) DataPoint
}

// Wrapper interface for:
// - pdata.IntDataPoint
// - pdata.DoubleDataPoint
// - pdata.IntHistogramDataPoint
// - pdata.DoubleHistogramDataPoint
// - pdata.IntDataPoint
// - pdata.DoubleDataPoint
// - pdata.IntHistogramDataPoint
// - pdata.DoubleHistogramDataPoint
// - pdata.DoubleSummaryDataPointSlice
type DataPoint interface {
IsNil() bool
Expand Down

0 comments on commit cb4270e

Please sign in to comment.