Documentation ¶
Index ¶
- func Equal(expected interface{}, actual interface{}) bool
- func IsBlank(value reflect.Value) bool
- func IsEqual(expected interface{}, actual interface{}) bool
- func IsFunction(in interface{}, num ...int) bool
- func IsType(expected interface{}, actual interface{}) bool
- func NotEqual(expected interface{}, actual interface{}) bool
- func OrOne(arr ...interface{}) interface{}
- func RedirectValue(value reflect.Value) reflect.Value
- func SliceElem(rtype reflect.Type) reflect.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal(expected interface{}, actual interface{}) bool
Equal returns if the two objects are equal
func IsEqual ¶
func IsEqual(expected interface{}, actual interface{}) bool
IsEqual returns if the two objects are equal
func IsFunction ¶
IsFunction returns if the argument is a function.
func IsType ¶
func IsType(expected interface{}, actual interface{}) bool
IsType returns if the two objects are in the same type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.