Versions in this module Expand all Collapse all v1 v1.0.2 Mar 23, 2023 v1.0.1 Mar 23, 2023 Changes in this version + func Add(a, b reflect.Value) (interface{}, error) + func Div(a, b reflect.Value) (interface{}, error) + func GetRawTypeValue(rs []reflect.Value) (reflect.Value, error) + func GetStructAttributeValue(obj reflect.Value, fieldName string) (reflect.Value, error) + func GetWantedValue(newValue reflect.Value, toKind reflect.Type) (reflect.Value, error) + func InvokeFunction(obj reflect.Value, methodName string, parameters []reflect.Value) (reflect.Value, error) + func IsNil(v interface{}) bool + func Mul(a, b reflect.Value) (interface{}, error) + func ParamsTypeChange(f reflect.Value, params []reflect.Value) []reflect.Value + func SetAttributeValue(obj reflect.Value, fieldName string, value reflect.Value) error + func SetSingleValue(obj reflect.Value, fieldName string, value reflect.Value) error + func Sub(a, b reflect.Value) (interface{}, error)