# Functions
DerefInt returns the deferenced int32 value or 0 if nil.
DerefString returns the deferenced string value or empty string if nil.
PrettyJson converts given interface to prettified json.
No description provided by the author
StrPtr creates a string pointer from a string literal, for APIs that require pointers rather than values.