Documentation ¶
Index ¶
- func Base32Decode(str string) ([]byte, error)
- func Base32Encode(data string) string
- func Base64Decode(str string) ([]byte, error)
- func Base64Encode(data []byte) string
- func HexDecode(str string) ([]byte, error)
- func HexEncode(data []byte) string
- func JsonDecode(buf []byte, m interface{}) error
- func JsonEncode(m interface{}) (buf []byte, err error)
- func JsonHexEncode(structObj interface{}) (error, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base32Decode ¶
func Base32Encode ¶
func Base64Decode ¶
func Base64Encode ¶
func JsonDecode ¶
func JsonEncode ¶
func JsonHexEncode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.