Documentation ¶
Index ¶
- Constants
- func ContainsStringInSlice(input []string, specific string) bool
- func ContainsStringSlices(first, second []string) bool
- func IsEmptyValue(v reflect.Value) bool
- func IsEqStringMaps(first, second map[string]string) bool
- func IsEqStringSlices(first, second []string) bool
- func IsStringInSlice(input []string, specific string) bool
Constants ¶
View Source
const DepthQueryParam = int32(5)
DepthQueryParam is used in GET requests in Cloud API
Variables ¶
This section is empty.
Functions ¶
func ContainsStringInSlice ¶
ContainsStringInSlice will return true if the slice contains string
func ContainsStringSlices ¶
ContainsStringSlices will return true if the slices have the same length and the same elements, even if they are located at different indexes.
func IsEmptyValue ¶
IsEmptyValue checks if a value is empty or not. nolint
func IsEqStringMaps ¶
IsEqStringMaps will return true if the maps are equal
func IsEqStringSlices ¶
IsEqStringSlices will return true if the slices are equal (having the same length, and the same value at the same index)
func IsStringInSlice ¶
IsStringInSlice will return true if the slice contains the specific string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.