Versions in this module Expand all Collapse all v2 v2.1.1 Mar 14, 2024 v2.1.0 Nov 25, 2023 Changes in this version + func NewS2() compress.Interface + func NewSnappy() compress.Interface + type S2 struct + func (s S2) Decode(v *bytes.Buffer) + func (s S2) Encode(v []byte) (*bytes.Buffer, error) + type Snappy struct + func (s Snappy) Decode(v *bytes.Buffer) + func (s Snappy) Encode(v []byte) (*bytes.Buffer, error)