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

Struct IdentityEncoder

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

IdentityEncoder is a null encoder that applies no transformation.

Source from the content-addressed store, hash-verified

320
321// IdentityEncoder is a null encoder that applies no transformation.
322type IdentityEncoder struct{}
323
324func NewIdentityEncoder(options ...EncodingOption) (*IdentityEncoder, error) {
325 if len(options) > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected