package
1.9.2
Repository: https://github.com/kubevela/pkg.git
Documentation: pkg.go.dev

# Functions

NewUnsupportedCompressionTypeError create a new unsupported compression type error.

# Constants

Gzip compresses data using gzip.
Uncompressed does not compress data.
Zstd compresses data using zstd.

# Structs

CompressedBytes represents compressed data and which compression method is used.
CompressedText represents compressed data and which compression method is used.

# Type aliases

Type the compression type.