encoder

package
v0.0.0-...-daa638b Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base64

type Base64 struct{}

func (*Base64) Decode

func (endec *Base64) Decode(str string) ([]byte, error)

func (*Base64) Encode

func (endec *Base64) Encode(str string) string

type Encoder

type Encoder interface {
	Encode(str string) string
	Decode(str string) ([]byte, error)
}

Jump to

Keyboard shortcuts

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