Documentation ¶
Index ¶
- func Base64ToBytes(encoded string) []byte
- func FileRead(path string) []byte
- func FileWrite(path string, content []byte)
- func JSONdeserialize(jsonString string, output interface{})
- func JSONserialize(input interface{}) string
- func ToBase64(bytes []byte) string
- func XMLdeserialize(xmlString string, output interface{})
- func XMLserialize(input interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64ToBytes ¶
func JSONdeserialize ¶
func JSONdeserialize(jsonString string, output interface{})
Do not forget to pass a pointer to output! Passing function parameter without "&" will fail!
func JSONserialize ¶
func JSONserialize(input interface{}) string
Do not forget to pass a pointer to input! Passing function parameter without "&" will fail!
func XMLdeserialize ¶
func XMLdeserialize(xmlString string, output interface{})
Do not forget to pass a pointer to output! Passing function parameter without "&" will fail!
func XMLserialize ¶
func XMLserialize(input interface{}) string
Do not forget to pass a pointer to input! Passing function parameter without "&" will fail!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.