Documentation
¶
Index ¶
- Constants
- func Decode(encoder string, s string) ([]byte, error)
- func Encode(encoder string, src []byte) string
- func EncodeString(encoder string, src string) string
- func NewEncoding(encoder string) (encoding *base64.Encoding)
- func NewEncodingWithPadding(encoder string, padding rune) (encoding *base64.Encoding)
Constants ¶
View Source
const ( EncodeStd = "algo::encodeStd" EncodeRawStd = "algo::encodeRawStd" EncodeURL = "algo::encodeURL" EncodeRawURL = "algo::encodeRawURL" )
Variables ¶
This section is empty.
Functions ¶
func EncodeString ¶
func NewEncoding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.