MCPcopy
hub / github.com/influxdata/telegraf / discardBuffer

Struct discardBuffer

models/buffer_discard.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/influxdata/telegraf"
4
5type discardBuffer struct {
6 BufferStats
7}
8
9func newDiscardBuffer(stats BufferStats) *discardBuffer {
10 return &discardBuffer{BufferStats: stats}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected