Versions in this module Expand all Collapse all v0 v0.1.2 Oct 4, 2024 v0.1.1 Oct 4, 2024 Changes in this version + type Decompressor struct + func NewDecompressor() Decompressor + func (d *Decompressor) Close() error + func (d *Decompressor) ReturnToBlobPool(b []byte) + func (d *Decompressor) ToRawData(blob *pbfproto.Blob) ([]byte, error) v0.1.0 Sep 30, 2024 Changes in this version + func ToRawData(blob *pbfproto.Blob) ([]byte, error)