utils

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Deflate

func Deflate(data []byte) ([]byte, error)

CompressData compresses data using deflate compression.

func Gunzip

func Gunzip(compressedData []byte) ([]byte, error)

DecompressData decompresses gzip compressed data.

func Gzip

func Gzip(data []byte) ([]byte, error)

CompressData compresses data using gzip compression.

func Inflate

func Inflate(compressedData []byte) ([]byte, error)

DecompressData decompresses deflate compressed data.

Types

This section is empty.

Jump to

Keyboard shortcuts

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