base64x

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Base64DecodeToBytes

func Base64DecodeToBytes(src string) ([]byte, error)

Base64DecodeToBytes convert byte to string byte warp base64.StdEncoding.DecodeString

func Base64EncodeToString

func Base64EncodeToString(input []byte) string

Base64EncodeToString convert byte to string wrap base64.StdEncoding.EncodeToString

func Base64RawDecodeToByte

func Base64RawDecodeToByte(src string) ([]byte, error)

Base64RawDecodeToByte convert raw string to byte

func Base64RawEncodeToString

func Base64RawEncodeToString(src []byte) string

Base64RawEncodeToString convert raw to string

func Base64URLDecodeToByte

func Base64URLDecodeToByte(src string) ([]byte, error)

Base64URLDecodeToByte convert string to byte

func Base64URLEncodeToString

func Base64URLEncodeToString(src []byte) string

Base64URLEncodeToString convert url byte to string wrap base64.URLEncoding.EncodeToString

Types

This section is empty.

Jump to

Keyboard shortcuts

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