Documentation
¶
Overview ¶
Package util provides utility functions for the dehydrated-api-go application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bool ¶
Bool returns the boolean value of a boolean pointer. If the pointer is nil, it returns false.
func String ¶
String returns the string value of a string pointer. If the pointer is nil, it returns an empty string.
func StringSlice ¶
StringSlice returns the string slice value of a string slice pointer. If the pointer is nil, it returns nil.
func StringSlicePtr ¶
StringSlicePtr returns a pointer to the given string slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.