//
pkg.gl
Category
github.com/elastic/apm-data
codec
package
1.9.1
Repository:
https://github.com/elastic/apm-data.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
71 SLOC
#
Functions
RecordDecodedBytes
RecordDecodedBytes decorates a decoder with a metric that records the bytes that have been decoded.
RecordEncodedBytes
RecordEncodedBytes decorates an encoder with a metric that records the bytes that have been encoded.
#
Structs
JSON
JSON wraps the standard json library.
VTProto
VTProto is a composite of Encoder and Decoder.
#
Interfaces
Codec
Codec is a composite of Encoder and Decoder.
Decoder
Decoder decodes a byte slice representation into its Go type.
Encoder
Encoder encodes a type into its byte slice representation.