compressor

package
v1.57.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SnappyModule = fx.Options(fx.Provide(NewSnappy))

SnappyModule for fx. nolint:gochecknoglobals

Functions

This section is empty.

Types

type Compressor

type Compressor interface {
	Compress(src []byte) []byte
	Decompress(src []byte) ([]byte, error)
}

Compressor allows to have different ways to compress/decompress.

func NewSnappy

func NewSnappy() Compressor

NewSnappy compressor. nolint:ireturn

Jump to

Keyboard shortcuts

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