base62

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

base62 supports Base62 encoding and decoding.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeGunzip

func DecodeGunzip(encoded string) ([]byte, error)

DecodeGunzip base62 decodes a string with optional gzip uncompression.

func DecodeGunzipJSON

func DecodeGunzipJSON(encoded string, output interface{}) error

DecodeGunzipJSON base62 decodes a string with optoinal gunzip uncompression and then unmarshals the data to a struct.

func EncodeGzip

func EncodeGzip(data []byte, compressLevel int) string

Encode with optional gzip compression. 0 = no compression. 9 = best compression. Currently, compression is disabled as github.com/lytics/base62 does not appear to support it properly.

func EncodeGzipJSON

func EncodeGzipJSON(data interface{}, compressLevel int) (string, error)

EncodeGzipJSON encodes a struct that is JSON encoded.

func Pad

func Pad(encoded string) string

func StripPadding

func StripPadding(encoded string) string

func ValidBase62

func ValidBase62(encoded string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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