Documentation ¶
Index ¶
- func Base64Decode(val string) string
- func Base64Encode(val string) string
- func Decode(data []byte, to interface{}) error
- func Encode(data interface{}) ([]byte, error)
- func GobDecode(data []byte, to interface{}) error
- func GobEncode(data interface{}) ([]byte, error)
- func JsonDecode(data []byte, to interface{}) error
- func JsonEncode(data interface{}) ([]byte, error)
- func Md5(str string) string
- func Md5byte(b []byte) string
- func Token(key string, val []byte, args ...string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
func JsonDecode ¶
func JsonEncode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.