compressor_plugin

package
v0.0.0-...-3ee03de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GZIP

type GZIP struct{}

func (*GZIP) Unzip

func (G *GZIP) Unzip(data []byte) ([]byte, error)

func (*GZIP) Zip

func (G *GZIP) Zip(data []byte) ([]byte, error)

type RawData

type RawData struct{}

func (*RawData) Unzip

func (r *RawData) Unzip(bytes []byte) ([]byte, error)

func (*RawData) Zip

func (r *RawData) Zip(bytes []byte) ([]byte, error)

type Snappy

type Snappy struct{}

func (*Snappy) Unzip

func (s *Snappy) Unzip(data []byte) ([]byte, error)

func (*Snappy) Zip

func (s *Snappy) Zip(data []byte) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL