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

Struct ZstdEncoder

internal/content_coding.go:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286type ZstdEncoder struct {
287 encoder *zstd.Encoder
288}
289
290func NewZstdEncoder(options ...EncodingOption) (*ZstdEncoder, error) {
291 cfg := encoderConfig{level: 3}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected