Documentation
¶
Index ¶
- func IsNil(actual interface{}) bool
- func IsSlice(actual interface{}) bool
- func IterateOverSlice(actual interface{}, visitor func(value interface{}) bool)
- func MatchElementsInSlice(actual interface{}, matcher func(actual interface{}) (success bool, err error)) (bool, error)
- func ToPointer(actual interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IterateOverSlice ¶
func IterateOverSlice(actual interface{}, visitor func(value interface{}) bool)
IterateOverSlice iterates over the provides interface{} until all elements were visited or until the visior returns false
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.