//
pkg.gl
Category
github.com/influxdata/telegraf
plugins
common
encoding
package
1.33.2
Repository:
https://github.com/influxdata/telegraf.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
2
Files
151 SLOC
#
Functions
NewDecoder
NewDecoder returns an x/text Decoder for the specified text encoding.
NewReader
NewReader returns a new Reader that wraps r by transforming the bytes read via t.
#
Structs
Decoder
A Decoder converts bytes to UTF-8.
Reader
Reader wraps another io.Reader by transforming the bytes read.