Documentation
¶
Overview ¶
Package encodes provide some util for encode/decode data
Index ¶
- func Base64StdDecoding(s string) ([]byte, error)
- func Base64StdEncoding(bs []byte) string
- func Base64URLDecoding(s string) ([]byte, error)
- func Base64URLEncoding(bs []byte) string
- func Decode(coding Encoding, str []byte) []byte
- func DecodeString(coding Encoding, str string) string
- func Encode(coding Encoding, src []byte) []byte
- func EncodeString(coding Encoding, str string) string
- type BaseEncoder
- type Encoding
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64StdDecoding ¶
func Base64StdEncoding ¶
func Base64URLDecoding ¶
func Base64URLEncoding ¶
func DecodeString ¶
func EncodeString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.