compress

package
v0.41.8 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2020 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compress added in v0.38.8

type Compress interface {
	// Compress 压缩
	Compress(in []byte) ([]byte, error)

	// Uncompress 解压缩
	Uncompress(in []byte) ([]byte, error)

	// Name 获取名称
	Name() string
}

Compress 压缩接口

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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