gbase64

package
v2.1.4 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 3 Imported by: 51

Documentation

Overview

Package gbase64 provides useful API for BASE64 encoding/decoding algorithm.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

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

Decode decodes bytes with BASE64 algorithm.

func DecodeString

func DecodeString(data string) ([]byte, error)

DecodeString decodes string with BASE64 algorithm.

func DecodeToString

func DecodeToString(data string) (string, error)

DecodeToString decodes string with BASE64 algorithm.

func Encode

func Encode(src []byte) []byte

Encode encodes bytes with BASE64 algorithm.

func EncodeFile

func EncodeFile(path string) ([]byte, error)

EncodeFile encodes file content of `path` using BASE64 algorithms.

func EncodeFileToString

func EncodeFileToString(path string) (string, error)

EncodeFileToString encodes file content of `path` to string using BASE64 algorithms.

func EncodeString

func EncodeString(src string) string

EncodeString encodes string with BASE64 algorithm.

func EncodeToString

func EncodeToString(src []byte) string

EncodeToString encodes bytes to string with BASE64 algorithm.

func MustDecode

func MustDecode(data []byte) []byte

MustDecode decodes bytes with BASE64 algorithm. It panics if any error occurs.

func MustDecodeString

func MustDecodeString(data string) []byte

MustDecodeString decodes string with BASE64 algorithm. It panics if any error occurs.

func MustDecodeToString

func MustDecodeToString(data string) string

MustDecodeToString decodes string with BASE64 algorithm. It panics if any error occurs.

func MustEncodeFile

func MustEncodeFile(path string) []byte

MustEncodeFile encodes file content of `path` using BASE64 algorithms. It panics if any error occurs.

func MustEncodeFileToString

func MustEncodeFileToString(path string) string

MustEncodeFileToString encodes file content of `path` to string using BASE64 algorithms. It panics if any error occurs.

Types

This section is empty.

Jump to

Keyboard shortcuts

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