package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Functions

NewDecodingParser build a new DecodingParser.

# Constants

UTF16BE UTF16 big endian.
UTF16LE UTF16 little endian, most common (windows).

# Variables

NoopParser is the default parser and does nothing.

# Structs

DecodingParser a generic decoding Parser.

# Interfaces

Parser parse messages.

# Type aliases

Encoding is our internal type for supported encoding for the DecodingParser.