Documentation
¶
Index ¶
- func IsMapSubset(mapSet map[string]interface{}, mapSubset map[string]interface{}) error
- func IsSliceContains(slice []interface{}, value interface{}) error
- func IsSliceSubset(sliceSet []interface{}, sliceSubset []interface{}) error
- func IsSubset(set interface{}, subset interface{}) error
- func Merge(value map[string]interface{}, to map[string]interface{}) map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMapSubset ¶
IsMapSubset returns true if mapSubset is a subset of mapSet otherwise false
func IsSliceContains ¶
func IsSliceContains(slice []interface{}, value interface{}) error
IsSliceContains returns true if slice contains value otherwise false
func IsSliceSubset ¶
func IsSliceSubset(sliceSet []interface{}, sliceSubset []interface{}) error
IsSliceSubset returns true if sliceSubset is a subset of sliceSet otherwise false
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.