Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + func NewUnsupportedCompressionTypeError(t string) error + type CompressedBytes struct + Data []byte + Type Type + func (c *CompressedBytes) Clean() + func (c *CompressedBytes) DecodeTo(obj interface{}) error + func (c *CompressedBytes) EncodeFrom(obj interface{}) (err error) + func (c *CompressedBytes) SetType(t Type) + type CompressedText struct + Data string + Type Type + func (c *CompressedText) Clean() + func (c *CompressedText) DecodeTo(obj interface{}) error + func (c *CompressedText) EncodeFrom(obj interface{}) error + func (c *CompressedText) SetType(t Type) + type Type string + const Gzip + const Uncompressed + const Zstd