Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:28 +05 2020. DO NOT EDIT.
Index ¶
- func CorruptInputErrorError(e base32.CorruptInputError) string
- func EncodingDecode(enc *base32.Encoding, dst, src []byte) (int, error)
- func EncodingDecodeString(enc *base32.Encoding, s string) ([]byte, error)
- func EncodingDecodedLen(enc *base32.Encoding, n int) int
- func EncodingEncodeToString(enc *base32.Encoding, src []byte) string
- func EncodingEncodedLen(enc *base32.Encoding, n int) int
- func EncodingWithPadding(enc base32.Encoding, padding rune) *base32.Encoding
- func NewDecoder(enc *base32.Encoding, r io.Reader) io.Reader
- func NewEncoder(enc *base32.Encoding, w io.Writer) io.WriteCloser
- func NewEncoding(encoder string) *base32.Encoding
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CorruptInputErrorError ¶
func CorruptInputErrorError(e base32.CorruptInputError) string
func EncodingDecodeString ¶
func EncodingWithPadding ¶
func NewEncoder ¶
func NewEncoding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.