Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsStringNilOrEmpty ¶
IsStringNilOrEmpty returns true if the string pointer is nil or the trimmed string is empty.
func PtrValueEquals ¶
func PtrValueEquals[T comparable](actual *T, expected T) bool
PtrValueEquals returns true if the pointer is not nil and the value is equal to the expected value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.