Documentation ¶
Index ¶
- func Base64DecodeToBytes(src string) ([]byte, error)
- func Base64EncodeToString(input []byte) string
- func Base64RawDecodeToByte(src string) ([]byte, error)
- func Base64RawEncodeToString(src []byte) string
- func Base64URLDecodeToByte(src string) ([]byte, error)
- func Base64URLEncodeToString(src []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64DecodeToBytes ¶
Base64DecodeToBytes convert byte to string byte warp base64.StdEncoding.DecodeString
func Base64EncodeToString ¶
Base64EncodeToString convert byte to string wrap base64.StdEncoding.EncodeToString
func Base64RawDecodeToByte ¶
Base64RawDecodeToByte convert raw string to byte
func Base64RawEncodeToString ¶
Base64RawEncodeToString convert raw to string
func Base64URLDecodeToByte ¶
Base64URLDecodeToByte convert string to byte
func Base64URLEncodeToString ¶
Base64URLEncodeToString convert url byte to string wrap base64.URLEncoding.EncodeToString
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.