Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DerefBool ¶
DerefBool converts a bool reference into a bool value. If the reference is nil, the default value is returned instead
func DerefString ¶
DerefString converts a string reference into a string value. If the reference is nil, the default value is returned instead
func RefBool ¶
RefBool converts a bool value into a bool reference. The reference can also take a nil value to indicate a default value
func RefString ¶
RefString converts a string value into a string reference. The reference can also take a nil value to indicate a default value
func StringInSlice ¶
StringInSlice verifies if a string slice contains a string value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.