package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseCodec parses a chunk encoding (compression codec) by its name.
SupportedCodecs returns the list of supported Encoding.
No description provided by the author

# Constants

not supported.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.
The different available codecs Make sure to preserve the order, as the numeric values are serialized! nolint:revive.

# Structs

FlatePool is a flate compression pool.
GzipPool is a gnu zip compression pool.
No description provided by the author
No description provided by the author
No description provided by the author
GzipPool is a gun zip compression pool.

# Interfaces

ReaderPool is a pool of io.Reader ReaderPool similar to WriterPool but for reading chunks.
ReaderPool is a pool of io.Reader and io.Writer.
WriterPool is a pool of io.Writer This is used by every chunk to avoid unnecessary allocations.

# Type aliases

Codec identifies an available compression codec.