| 3 | import "github.com/influxdata/telegraf" |
| 4 | |
| 5 | type discardBuffer struct { |
| 6 | BufferStats |
| 7 | } |
| 8 | |
| 9 | func newDiscardBuffer(stats BufferStats) *discardBuffer { |
| 10 | return &discardBuffer{BufferStats: stats} |
nothing calls this directly
no outgoing calls
no test coverage detected