Documentation
¶
Index ¶
- func DiyDecode(str string, encoders ...string) (string, error)
- func DiyDecodeToBytes(str string, encoders ...string) ([]byte, error)
- func DiyEncode(str string, encoders ...string) string
- func DiyEncodeBytes(v []byte, encoders ...string) string
- func StdDecode(str string) (string, error)
- func StdDecodeToBytes(str string) ([]byte, error)
- func StdEncode(str string) string
- func StdEncodeBytes(v []byte) string
- func UrlDecode(str string) (string, error)
- func UrlDecodeToBytes(str string) ([]byte, error)
- func UrlEncode(str string) string
- func UrlEncodeBytes(v []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiyEncodeBytes ¶
func StdDecodeToBytes ¶
func StdEncodeBytes ¶
func UrlDecodeToBytes ¶
func UrlEncodeBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.