compressor_plugin

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 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 added in v0.0.2

type GZIP struct{}

func (*GZIP) Unzip added in v0.0.2

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

func (*GZIP) Zip added in v0.0.2

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