encoding

package
v0.31.1 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2021 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoding

type Encoding struct{}

func New

func New() *Encoding

func (*Encoding) B64decode

func (e *Encoding) B64decode(ctx context.Context, input string, encoding string) string

B64decode returns the decoded data of the base64 encoded input string using the given encoding.

func (*Encoding) B64encode

func (e *Encoding) B64encode(ctx context.Context, input interface{}, encoding string) string

B64encode returns the base64 encoding of input as a string. The data type of input can be a string, []byte or ArrayBuffer.

Jump to

Keyboard shortcuts

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