alg

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package alg includes the algorithms supported in this project

Index

Constants

View Source
const (
	AlgorithmBzip2  = "bzip2"  // bzip2
	AlgorithmFlate  = "flate"  // flate aka DEFLATE
	AlgorithmGzip   = "gzip"   // gzip
	AlgorithmNone   = "none"   // no compressions
	AlgorithmSnappy = "snappy" // snappy
	AlgorithmZip    = "zip"    // zip archive
	AlgorithmZlib   = "zlib"   // zlib
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrUnknownAlgorithm

type ErrUnknownAlgorithm struct {
	Algorithm string
}

func (*ErrUnknownAlgorithm) Error

func (e *ErrUnknownAlgorithm) Error() string

Jump to

Keyboard shortcuts

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